index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
Fixed leak and added minor documentation for #6384.
Kevin Butler
2013-09-04
|
*
|
|
|
|
Added --library-versions flag to print the compile time and runtime versions ...
Kevin Butler
2013-09-01
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Fix a windows compilation warning from sandboxing branch
Nick Mathewson
2013-09-13
*
|
|
|
|
Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'
•••
Conflicts: src/common/sandbox.c
Nick Mathewson
2013-09-13
|
\
\
\
\
\
|
*
|
|
|
|
fixed compilation bug on i386 due to previous fix
Cristian Toader
2013-09-12
|
*
|
|
|
|
bug fix: syscalls send and recv not supported for x86_64 with libseccomp 1.0.1
Cristian Toader
2013-09-12
|
*
|
|
|
|
remove debugging code
Cristian Toader
2013-09-12
|
*
|
|
|
|
added extra buffer and limit to mprotect not to exceed the length of that buffer
Cristian Toader
2013-09-12
|
*
|
|
|
|
Fix osx compilation again, hopefully better this time.
Nick Mathewson
2013-09-11
|
*
|
|
|
|
added filter protection for string parameter memory
Cristian Toader
2013-09-10
|
*
|
|
|
|
fixed socket syscall bug
Cristian Toader
2013-09-10
|
*
|
|
|
|
fixed compilation error on i386 linux by moving sandbox_cfg_t definition
Cristian Toader
2013-09-10
|
*
|
|
|
|
Fix check-spaces
Nick Mathewson
2013-09-09
|
*
|
|
|
|
Fix compilation on OSX
Nick Mathewson
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.
•••
SCMP_CMP(a,b,c) leaves the fourth field of the structure undefined, giving a missing-initializer error. All of our uses are three-argument, so I'm overriding the default.
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-09
|
*
|
|
|
|
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-06
|
*
|
|
|
|
fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0
Cristian Toader
2013-09-03
|
*
|
|
|
|
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-09-02
|
*
|
|
|
|
make check-spaces fix
Cristian Toader
2013-08-29
|
*
|
|
|
|
switched from multiple mmap to one
Cristian Toader
2013-08-29
|
*
|
|
|
|
documentation update for _array functions
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-29
|
*
|
|
|
|
Added doxygen struct doc and replaced func() with funct(void)
Cristian Toader
2013-08-28
|
*
|
|
|
|
removed PARAM_LEN
Cristian Toader
2013-08-28
|
*
|
|
|
|
make check-spaces fix
Cristian Toader
2013-08-26
|
*
|
|
|
|
fix: accept4 for 64 bit
Cristian Toader
2013-08-26
|
*
|
|
|
|
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-21
|
*
|
|
|
|
fixed openssl open syscall, fixed sandbox_getaddrinfo
Cristian Toader
2013-08-20
|
*
|
|
|
|
fix for getaddrinfo open syscall
Cristian Toader
2013-08-19
|
*
|
|
|
|
finalised fix on libevent open string issue
Cristian Toader
2013-08-19
|
*
|
|
|
|
updated filters
Cristian Toader
2013-08-16
|
*
|
|
|
|
received feedback and fixed (partly) the socket filters
Cristian Toader
2013-08-15
|
*
|
|
|
|
added comments for sandbox.h
Cristian Toader
2013-08-15
|
*
|
|
|
|
partial libevent open fix
Cristian Toader
2013-08-14
[prev]
[next]