index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
sandbox.c
Age
Commit message (
Expand
)
Author
2014-04-18
Improved message when running sandbox on Linux without libseccomp
Nick Mathewson
2014-04-17
Remove spurious libevent include in sandbox.c
Nick Mathewson
2014-04-16
Log the name of the failing syscall on failure
Nick Mathewson
2014-04-16
Sandbox: permit O_NONBLOCK and O_NOCTTY for files we refuse
Nick Mathewson
2014-04-16
Don't allow change to ConnLimit while sandbox is active
Nick Mathewson
2014-04-16
Use SCMP_CMP_MASKED_EQ to allow flags, not force them
Nick Mathewson
2014-04-16
Get Libevent's PRNG functioning under the linux sandbox
Nick Mathewson
2014-04-16
Introduce arg-counting macros to wrap seccomp_rule_add()
Nick Mathewson
2014-04-16
Fix sandbox protection for rename
Nick Mathewson
2014-04-16
Upgrade warning about missing interned string for sandbox
Nick Mathewson
2014-04-16
Have sandbox string protection include multi-valued parmeters.
Nick Mathewson
2014-04-16
Clean up sandbox structures a bit
Nick Mathewson
2014-04-16
Add missing rename function for non-linux platforms
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
Only intern one copy of each magic string for the sandbox
Nick Mathewson
2014-04-16
Fix some initial sandbox issues.
Nick Mathewson
2014-04-10
Log a backtrace when the sandbox finds a failure
Nick Mathewson
2014-04-10
Make the sandbox code allow the writev() syscall.
Nick Mathewson
2014-03-13
Fix some leaks/missed checks in the unit tests
Nick Mathewson
2014-02-02
Add a sandbox rule to allow IP_TRANSPARENT
Nick Mathewson
2014-01-17
whitespace fixes
Nick Mathewson
2014-01-06
Fix some seccomp2 issues
Nick Mathewson
2013-11-18
Merge branch 'backtrace_squashed'
Nick Mathewson
2013-11-18
Add a sighandler-safe logging mechanism
Nick Mathewson
2013-09-16
Fix a memory leak on getaddrinfo in sandbox. Found by coverity
Nick Mathewson
2013-09-16
Clean up malloc issues in sandbox.c
Nick Mathewson
2013-09-13
Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'
Nick Mathewson
2013-09-12
fixed compilation bug on i386 due to previous fix
Cristian Toader
2013-09-12
bug fix: syscalls send and recv not supported for x86_64 with libseccomp 1.0.1
Cristian Toader
2013-09-12
remove debugging code
Cristian Toader
2013-09-12
added extra buffer and limit to mprotect not to exceed the length of that buffer
Cristian Toader
2013-09-10
added filter protection for string parameter memory
Cristian Toader
2013-09-10
fixed socket syscall bug
Cristian Toader
2013-09-09
Fix check-spaces
Nick Mathewson
2013-09-09
Fix compilation on OSX
Nick Mathewson
2013-09-09
Do not try to add non-existent syscalls.
Nick Mathewson
2013-09-09
Fix a warning related to SCMP_CMP definition in header.
Nick Mathewson
2013-09-09
Fix most of the --enable-gcc-warnings warnings in the sandbox code
Nick Mathewson
2013-09-09
Remove a usage of free()
Nick Mathewson
2013-09-09
Basic compilation fixes.
Nick Mathewson
2013-09-06
added missing documentation for sandbox functions
Cristian Toader
2013-09-06
passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ...
Cristian Toader
2013-09-06
replaced strdup with tor_strdup
Cristian Toader
2013-09-06
replaced malloc/free with tor_malloc/tor_free
Cristian Toader
2013-09-06
switched string lengths from int to size_t in prot_strings()
Cristian Toader
2013-09-03
fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0
Cristian Toader
2013-09-02
switched to a more generic way of handling the sandbox configuration
Cristian Toader
2013-09-02
added contingency message to test for sandbox_getaddrinfo
Cristian Toader
2013-09-02
make check-spaces fix
Cristian Toader
[next]