aboutsummaryrefslogtreecommitdiff
path: root/src/common/sandbox.c
Commit message (Expand)AuthorAge
* Fix some leaks/missed checks in the unit testsNick Mathewson2014-03-13
* Add a sandbox rule to allow IP_TRANSPARENTNick Mathewson2014-02-02
* whitespace fixesNick Mathewson2014-01-17
* Fix some seccomp2 issuesNick Mathewson2014-01-06
* Merge branch 'backtrace_squashed'Nick Mathewson2013-11-18
|\
| * Add a sighandler-safe logging mechanismNick Mathewson2013-11-18
* | Fix a memory leak on getaddrinfo in sandbox. Found by coverityNick Mathewson2013-09-16
* | Clean up malloc issues in sandbox.cNick Mathewson2013-09-16
* | Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson2013-09-13
|\ \ | |/ |/|
| * fixed compilation bug on i386 due to previous fixCristian Toader2013-09-12
| * bug fix: syscalls send and recv not supported for x86_64 with libseccomp 1.0.1Cristian Toader2013-09-12
| * remove debugging codeCristian Toader2013-09-12
| * added extra buffer and limit to mprotect not to exceed the length of that bufferCristian Toader2013-09-12
| * added filter protection for string parameter memoryCristian Toader2013-09-10
| * fixed socket syscall bugCristian Toader2013-09-10
| * Fix check-spacesNick Mathewson2013-09-09
| * Fix compilation on OSXNick Mathewson2013-09-09
| * Do not try to add non-existent syscalls.Nick Mathewson2013-09-09
| * Fix a warning related to SCMP_CMP definition in header.Nick Mathewson2013-09-09
| * Fix most of the --enable-gcc-warnings warnings in the sandbox codeNick Mathewson2013-09-09
| * Remove a usage of free()Nick Mathewson2013-09-09
| * Basic compilation fixes.Nick Mathewson2013-09-09
| * added missing documentation for sandbox functionsCristian Toader2013-09-06
| * passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ...Cristian Toader2013-09-06
| * replaced strdup with tor_strdupCristian Toader2013-09-06
| * replaced malloc/free with tor_malloc/tor_freeCristian Toader2013-09-06
| * switched string lengths from int to size_t in prot_strings()Cristian Toader2013-09-06
| * fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0Cristian Toader2013-09-03
| * switched to a more generic way of handling the sandbox configurationCristian Toader2013-09-02
| * added contingency message to test for sandbox_getaddrinfoCristian Toader2013-09-02
| * make check-spaces fixCristian Toader2013-09-02
| * changed how sb getaddrinfo works such that it supports storing multiple resultsCristian Toader2013-09-02
| * make check-spaces fixCristian Toader2013-08-29
| * switched from multiple mmap to oneCristian Toader2013-08-29
| * _array filter functions now rely on final NULL parameterCristian Toader2013-08-29
| * replaced boolean char with intCristian Toader2013-08-29
| * small fixes in documentation and sandbox_getaddrinfo()Cristian Toader2013-08-29
| * Added doxygen struct doc and replaced func() with funct(void)Cristian Toader2013-08-28
| * removed PARAM_LENCristian Toader2013-08-28
| * make check-spaces fixCristian Toader2013-08-26
| * fix: accept4 for 64 bitCristian Toader2013-08-26
| * small open syscall modification (just in case)Cristian Toader2013-08-21
| * make check-spaces fixesCristian Toader2013-08-21
| * fix: sandbox_intern_string log clean upCristian Toader2013-08-21
| * fix: flock filter updateCristian Toader2013-08-21
| * fixed openssl open syscall, fixed sandbox_getaddrinfoCristian Toader2013-08-20
| * fix for getaddrinfo open syscallCristian Toader2013-08-19
| * finalised fix on libevent open string issueCristian Toader2013-08-19
| * updated filtersCristian Toader2013-08-16
| * received feedback and fixed (partly) the socket filtersCristian Toader2013-08-15