summaryrefslogtreecommitdiff
path: root/src/common/sandbox.h
AgeCommit message (Expand)Author
2014-09-29Don't use the getaddrinfo sandbox cache from tor-resolveNick Mathewson
2014-06-11Merge remote-tracking branch 'public/bug11970'Nick Mathewson
2014-05-27Make sandbox.c compile on armNick Mathewson
2014-05-22sandbox: revamp sandbox_getaddrinfo cacheingNick Mathewson
2014-05-20sandbox: Disallow options which would make us call exec()Nick Mathewson
2014-04-16Don't allow change to ConnLimit while sandbox is activeNick Mathewson
2014-04-16Clean up sandbox structures a bitNick Mathewson
2014-04-16Drop 'fr' parameter from sandbox code.Nick Mathewson
2014-04-16Add 'rename' to the sandboxed syscallsNick Mathewson
2013-11-18Merge branch 'backtrace_squashed'Nick Mathewson
2013-11-18Add a sighandler-safe logging mechanismNick Mathewson
2013-09-11Fix osx compilation again, hopefully better this time.Nick Mathewson
2013-09-10fixed compilation error on i386 linux by moving sandbox_cfg_t definitionCristian Toader
2013-09-09Fix check-spacesNick Mathewson
2013-09-09Fix compilation on OSXNick Mathewson
2013-09-09Fix most of the --enable-gcc-warnings warnings in the sandbox codeNick Mathewson
2013-09-09Basic compilation fixes.Nick Mathewson
2013-09-06passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ...Cristian Toader
2013-09-03fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0Cristian Toader
2013-09-02switched to a more generic way of handling the sandbox configurationCristian Toader
2013-09-02changed how sb getaddrinfo works such that it supports storing multiple resultsCristian Toader
2013-08-29documentation update for _array functionsCristian Toader
2013-08-29_array filter functions now rely on final NULL parameterCristian Toader
2013-08-29replaced boolean char with intCristian Toader
2013-08-29small fixes in documentation and sandbox_getaddrinfo()Cristian Toader
2013-08-28Added doxygen struct doc and replaced func() with funct(void)Cristian Toader
2013-08-28removed PARAM_LENCristian Toader
2013-08-19fix for getaddrinfo open syscallCristian Toader
2013-08-15added comments for sandbox.hCristian Toader
2013-08-12attempt to add stat64 filename filters; failed due to getaddrinfo..Cristian Toader
2013-08-10fixed memory leak, added array filter supportCristian Toader
2013-08-05multi-configuration support using sandbox_t structCristian Toader
2013-08-05added execve and multi-configuration supportCristian Toader
2013-07-30switched to a design using filters as function pointer arraysCristian Toader
2013-07-30small filter changes; openat as separate functionCristian Toader
2013-07-29added openat parameter filterCristian Toader
2013-07-29Changes as suggested by nickmCristian Toader
2013-07-25integrated context for dynamic filtersCristian Toader
2013-07-25initia stages of runtime dynamic filtersCristian Toader
2013-07-24dynamic parameter filter bug fixesCristian Toader
2013-07-24dynamic parameter filter (prototype, not tested)Cristian Toader
2013-07-23added support for multiple parametersCristian Toader
2013-07-23added experimental support for open syscall path paramCristian Toader
2013-07-23added support for numeric parameters, tested with rt_sigactionCristian Toader
2013-07-23changed paramfilter type to intptr_tCristian Toader
2013-07-18Added getter for protected parameterCristian Toader
2013-07-18Repair of some of the lost parameter filters historyCristian Toader
2013-07-11Add a basic seccomp2 syscall filter on LinuxCristian Toader