Age | Commit message (Expand) | Author |
2013-09-09 | Do not try to add non-existent syscalls. | Nick Mathewson |
2013-09-09 | Fix a warning related to SCMP_CMP definition in header. | Nick Mathewson |
2013-09-09 | Fix most of the --enable-gcc-warnings warnings in the sandbox code | Nick Mathewson |
2013-09-09 | Remove a usage of free() | Nick Mathewson |
2013-09-09 | Basic compilation fixes. | Nick Mathewson |
2013-09-06 | added missing documentation for sandbox functions | Cristian Toader |
2013-09-06 | passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ... | Cristian Toader |
2013-09-06 | replaced strdup with tor_strdup | Cristian Toader |
2013-09-06 | replaced malloc/free with tor_malloc/tor_free | Cristian Toader |
2013-09-06 | switched string lengths from int to size_t in prot_strings() | Cristian Toader |
2013-09-03 | fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0 | Cristian Toader |
2013-09-02 | switched to a more generic way of handling the sandbox configuration | Cristian Toader |
2013-09-02 | added contingency message to test for sandbox_getaddrinfo | Cristian Toader |
2013-09-02 | make check-spaces fix | Cristian Toader |
2013-09-02 | changed how sb getaddrinfo works such that it supports storing multiple results | Cristian Toader |
2013-08-29 | make check-spaces fix | Cristian Toader |
2013-08-29 | switched from multiple mmap to one | Cristian Toader |
2013-08-29 | _array filter functions now rely on final NULL parameter | Cristian Toader |
2013-08-29 | replaced boolean char with int | Cristian Toader |
2013-08-29 | small fixes in documentation and sandbox_getaddrinfo() | Cristian Toader |
2013-08-28 | Added doxygen struct doc and replaced func() with funct(void) | Cristian Toader |
2013-08-28 | removed PARAM_LEN | Cristian Toader |
2013-08-26 | make check-spaces fix | Cristian Toader |
2013-08-26 | fix: accept4 for 64 bit | Cristian Toader |
2013-08-21 | small open syscall modification (just in case) | Cristian Toader |
2013-08-21 | make check-spaces fixes | Cristian Toader |
2013-08-21 | fix: sandbox_intern_string log clean up | Cristian Toader |
2013-08-21 | fix: flock filter update | Cristian Toader |
2013-08-20 | fixed openssl open syscall, fixed sandbox_getaddrinfo | Cristian Toader |
2013-08-19 | fix for getaddrinfo open syscall | Cristian Toader |
2013-08-19 | finalised fix on libevent open string issue | Cristian Toader |
2013-08-16 | updated filters | Cristian Toader |
2013-08-15 | received feedback and fixed (partly) the socket filters | Cristian Toader |
2013-08-15 | added comments for sandbox.h | Cristian Toader |
2013-08-14 | partial libevent open fix | Cristian Toader |
2013-08-12 | attempt to add stat64 filename filters; failed due to getaddrinfo.. | Cristian Toader |
2013-08-10 | fixed memory leak, added array filter support | Cristian Toader |
2013-08-09 | updated filters to work with orport | Cristian Toader |
2013-08-07 | orport progress (not functional), nickm suggested fixes | Cristian Toader |
2013-08-05 | added execve and multi-configuration support | Cristian Toader |
2013-08-05 | fixes suggested by nickm | Cristian Toader |
2013-07-31 | removed access, set_robust_list, set_thread_area, set_tid_address, uname; add... | Cristian Toader |
2013-07-31 | sigprocmask, epoll_ctl, prctl, mprotect, flock, futex, mremap | Cristian Toader |
2013-07-31 | epoll_ctl | Cristian Toader |
2013-07-30 | fcntl64 | Cristian Toader |
2013-07-30 | clean stable version | Cristian Toader |
2013-07-30 | fully switched to function pointers; problems with socketcall parameters | Cristian Toader |
2013-07-30 | switched to a design using filters as function pointer arrays | Cristian Toader |
2013-07-30 | removed open flags (postponed), added mmap2 flags | Cristian Toader |
2013-07-30 | small filter changes; openat as separate function | Cristian Toader |