aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* attempt to add stat64 filename filters; failed due to getaddrinfo..Cristian Toader2013-08-12
|
* fixed memory leak, added array filter supportCristian Toader2013-08-10
|
* updated filters to work with orportCristian Toader2013-08-09
|
* orport progress (not functional), nickm suggested fixesCristian Toader2013-08-07
|
* multi-configuration support using sandbox_t structCristian Toader2013-08-05
|
* added execve and multi-configuration supportCristian Toader2013-08-05
|
* fixes suggested by nickmCristian Toader2013-08-05
|
* removed access, set_robust_list, set_thread_area, set_tid_address, uname; ↵Cristian Toader2013-07-31
| | | | added sb_poll
* sigprocmask, epoll_ctl, prctl, mprotect, flock, futex, mremapCristian Toader2013-07-31
|
* epoll_ctlCristian Toader2013-07-31
|
* fcntl64Cristian Toader2013-07-30
|
* clean stable versionCristian Toader2013-07-30
|
* fully switched to function pointers; problems with socketcall parametersCristian Toader2013-07-30
|
* switched to a design using filters as function pointer arraysCristian Toader2013-07-30
|
* removed open flags (postponed), added mmap2 flagsCristian Toader2013-07-30
|
* small filter changes; openat as separate functionCristian Toader2013-07-30
|
* added openat parameter filterCristian Toader2013-07-29
|
* Changes as suggested by nickmCristian Toader2013-07-29
| | | | | - char* to const char* and name refactoring - workaround for accept4 syscall
* Investigated access4 syscall problem, small changes to filter.Cristian Toader2013-07-26
|
* integrated context for dynamic filtersCristian Toader2013-07-25
|
* initia stages of runtime dynamic filtersCristian Toader2013-07-25
|
* dynamic parameter filter bug fixesCristian Toader2013-07-24
|
* dynamic parameter filter (prototype, not tested)Cristian Toader2013-07-24
|
* added support for multiple parametersCristian Toader2013-07-23
|
* added experimental support for open syscall path paramCristian Toader2013-07-23
|
* added support for numeric parameters, tested with rt_sigactionCristian Toader2013-07-23
|
* changed paramfilter type to intptr_tCristian Toader2013-07-23
|
* (undo) git test..Cristian Toader2013-07-18
|
* git test..Cristian Toader2013-07-18
|
* Added getter for protected parameterCristian Toader2013-07-18
|
* Repair of some of the lost parameter filters historyCristian Toader2013-07-18
|
* cosmetic cleanupsRoger Dingledine2013-07-14
|
* put sandbox.h in the tarball, so the tarball buildsRoger Dingledine2013-07-13
|
* Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'Nick Mathewson2013-07-12
|\
| * Add a basic seccomp2 syscall filter on LinuxCristian Toader2013-07-11
| | | | | | | | | | It's controlled by the new Sandbox argument. Right now, it's rather coarse-grained, it's Linux-only, and it may break some features.
* | Remove a bogus semicolon spotted by Gisle VanemNick Mathewson2013-07-11
| |
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-07-08
|\ \
| * \ Merge branch 'bug9200' into maint-0.2.4Nick Mathewson2013-07-08
| |\ \
| | * | Add a comment and a check for why flag indices will be <= 63Nick Mathewson2013-07-08
| | | |
| | * | FIx undefined behavior in dirvote.cNick Mathewson2013-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug in the voting algorithm that could yield incorrect results when a non-naming authority declared too many flags. Fixes bug 9200; bugfix on 0.2.0.3-alpha. Found by coverity scan.
* | | | Merge remote-tracking branch 'karsten/geoip-manual-update-jul2013'Nick Mathewson2013-07-08
|\ \ \ \
| * | | | Add 2 new manual A1 substitutions.Karsten Loesing2013-07-08
| | | | |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-07-08
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-07-08
| |\ \ \ | | |/ / | |/| |
| | * | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2013-07-08
| | |\ \
| | | * | Update to the July 2013 GeoIP database.Karsten Loesing2013-07-08
| | | | |
* | | | | Merge remote-tracking branch 'linus/bug8530'Nick Mathewson2013-06-29
|\ \ \ \ \
| * | | | | Invoke binaries in $PATH rather than by absolute path.Linus Nordberg2013-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That security measure costs more than it gives. So, keep your PATH sane and we can run this script on more than one system.
| * | | | | Use CHUTNEY_PATH to find Chutney.Linus Nordberg2013-06-14
| | | | | |
| * | | | | Add make target test-network running traffic tests in a Chutney network.Linus Nordberg2013-06-13
| | | | | | | | | | | | | | | | | | | | | | | | This implements ticket #8530.