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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
sandbox.c
Age
Commit message (
Expand
)
Author
2015-10-15
Fix compilation of sandbox.[ch] under musl-libc
Nick Mathewson
2015-06-15
Fix another seccomp2 issue
Nick Mathewson
2015-06-02
Fix sandboxing to work when running as a relay
Peter Palfrader
2015-05-28
Fix sandbox use with systemd. bug 16212.
Nick Mathewson
2015-03-04
Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.6
Nick Mathewson
2015-03-04
Add wait4 to the seccomp2 sandbox allowable syscall list
Nick Mathewson
2015-02-23
Let AF_UNIX connections through the sandbox
Nick Mathewson
2015-02-11
Fix crash on glibc __libc_message()
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-30
Fix a memory leak in tor-resolve
Nick Mathewson
2014-12-23
tweak whitespace; log bad socket family if bug occurs
Nick Mathewson
2014-12-23
Add the transparent proxy getsockopt to the sandbox
Francisco Blas Izquierdo Riera (klondike)
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-29
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2014-09-29
Don't use the getaddrinfo sandbox cache from tor-resolve
Nick Mathewson
2014-09-02
Another clang analyzer complaint wrt HT_GENERATE
Nick Mathewson
2014-08-25
Fix another memory leak case in sandbox.c:prot_strings()
Nick Mathewson
2014-08-24
Remove the non-implemented versions of the sandbox _array() functions
Nick Mathewson
2014-08-24
Whitespace fixes
Nick Mathewson
2014-08-21
fix memory leak on failure in sandbox.c:prot_strings()
Nick Mathewson
2014-08-21
Store sandbox params as char *, since that's what they are.
Nick Mathewson
2014-06-11
Fix a 32-big conversion warning in 11970 fix
Nick Mathewson
2014-06-11
Merge remote-tracking branch 'public/bug11970'
Nick Mathewson
2014-06-11
Yield a real error in the bug case of sandbox_getaddrinfo()
Nick Mathewson
2014-06-08
Spell getrlimit correctly.
Nick Mathewson
2014-05-29
sandbox: allow enough setsockopt to make ConstrainedSockets work
Nick Mathewson
2014-05-27
sandbox: permit listen(2)
Nick Mathewson
2014-05-27
Log the errno value if seccomp_load() fails.
Nick Mathewson
2014-05-27
Make sandbox.c compile on arm
Nick Mathewson
2014-05-22
sandbox: revamp sandbox_getaddrinfo cacheing
Nick Mathewson
2014-05-20
sandbox: permit gettid, sched_getaffinity
Nick Mathewson
2014-05-20
sandbox: Disallow options which would make us call exec()
Nick Mathewson
2014-04-25
resolve a typo: sanboxing->sandboxing.
Nick Mathewson
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
[next]