index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
sandbox.h
Commit message (
Expand
)
Author
Age
*
Don't allow change to ConnLimit while sandbox is active
Nick Mathewson
2014-04-16
*
Clean up sandbox structures a bit
Nick Mathewson
2014-04-16
*
Drop 'fr' parameter from sandbox code.
Nick Mathewson
2014-04-16
*
Add 'rename' to the sandboxed syscalls
Nick Mathewson
2014-04-16
*
Merge branch 'backtrace_squashed'
Nick Mathewson
2013-11-18
|
\
|
*
Add a sighandler-safe logging mechanism
Nick Mathewson
2013-11-18
*
|
Fix osx compilation again, hopefully better this time.
Nick Mathewson
2013-09-11
*
|
fixed compilation error on i386 linux by moving sandbox_cfg_t definition
Cristian Toader
2013-09-10
*
|
Fix check-spaces
Nick Mathewson
2013-09-09
*
|
Fix compilation on OSX
Nick Mathewson
2013-09-09
*
|
Fix most of the --enable-gcc-warnings warnings in the sandbox code
Nick Mathewson
2013-09-09
*
|
Basic compilation fixes.
Nick Mathewson
2013-09-09
*
|
passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ...
Cristian Toader
2013-09-06
*
|
fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0
Cristian Toader
2013-09-03
*
|
switched to a more generic way of handling the sandbox configuration
Cristian Toader
2013-09-02
*
|
changed how sb getaddrinfo works such that it supports storing multiple results
Cristian Toader
2013-09-02
*
|
documentation update for _array functions
Cristian Toader
2013-08-29
*
|
_array filter functions now rely on final NULL parameter
Cristian Toader
2013-08-29
*
|
replaced boolean char with int
Cristian Toader
2013-08-29
*
|
small fixes in documentation and sandbox_getaddrinfo()
Cristian Toader
2013-08-29
*
|
Added doxygen struct doc and replaced func() with funct(void)
Cristian Toader
2013-08-28
*
|
removed PARAM_LEN
Cristian Toader
2013-08-28
*
|
fix for getaddrinfo open syscall
Cristian Toader
2013-08-19
*
|
added comments for sandbox.h
Cristian Toader
2013-08-15
*
|
attempt to add stat64 filename filters; failed due to getaddrinfo..
Cristian Toader
2013-08-12
*
|
fixed memory leak, added array filter support
Cristian Toader
2013-08-10
*
|
multi-configuration support using sandbox_t struct
Cristian Toader
2013-08-05
*
|
added execve and multi-configuration support
Cristian Toader
2013-08-05
*
|
switched to a design using filters as function pointer arrays
Cristian Toader
2013-07-30
*
|
small filter changes; openat as separate function
Cristian Toader
2013-07-30
*
|
added openat parameter filter
Cristian Toader
2013-07-29
*
|
Changes as suggested by nickm
Cristian Toader
2013-07-29
*
|
integrated context for dynamic filters
Cristian Toader
2013-07-25
*
|
initia stages of runtime dynamic filters
Cristian Toader
2013-07-25
*
|
dynamic parameter filter bug fixes
Cristian Toader
2013-07-24
*
|
dynamic parameter filter (prototype, not tested)
Cristian Toader
2013-07-24
*
|
added support for multiple parameters
Cristian Toader
2013-07-23
*
|
added experimental support for open syscall path param
Cristian Toader
2013-07-23
*
|
added support for numeric parameters, tested with rt_sigaction
Cristian Toader
2013-07-23
*
|
changed paramfilter type to intptr_t
Cristian Toader
2013-07-23
*
|
Added getter for protected parameter
Cristian Toader
2013-07-18
*
|
Repair of some of the lost parameter filters history
Cristian Toader
2013-07-18
|
/
*
Add a basic seccomp2 syscall filter on Linux
Cristian Toader
2013-07-11