aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | 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
| * | | | | | documentation update for _array functionsCristian Toader2013-08-29
| * | | | | | _array filter functions now rely on final NULL parameterCristian Toader2013-08-29
| * | | | | | supporting /dev/urandom instead of /dev/randomCristian 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
| * | | | | | updated open syscall stringsCristian 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
| * | | | | | added comments for sandbox.hCristian Toader2013-08-15
| * | | | | | partial libevent open fixCristian Toader2013-08-14
| * | | | | | 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; add...Cristian Toader2013-07-31
| * | | | | | 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
| * | | | | | Investigated access4 syscall problem, small changes to filter.Cristian Toader2013-07-26