Commits on Source
22533
99185397
Stop checking if ri->address is an IP
Feb 09, 2013
ccaefd65
stop passing "address" around the directory_initiate_command* funcs
Feb 09, 2013
e1ec03f8
use router->addr for log messages and controller events
Feb 09, 2013
002c860c
use me->addr when adding our address to our exit policy
Feb 09, 2013
74e6a47a
stop setting, or using, router->address
Feb 09, 2013
05f8fd28
Add unique client counter to the heartbeat message.
Feb 26, 2013
2e1f2315
count DATA cells with stream ID 0 as delivered for SENDME purposes
Mar 22, 2013
e54d664f
Add connection ID to ORCONN event.
May 16, 2013
8d1f78c5
Add new CONN_BW event.
May 16, 2013
c386d2d6
Add new CELL_STATS event.
May 16, 2013
dd5ce215
Add new TB_EMPTY event.
May 16, 2013
2925e2fe
Add new CIRC_BW event.
May 16, 2013
a84fae78
Tweak ORCONN event based on comments by nickm.
May 25, 2013
2f893624
Tweak CONN_BW event based on comments by nickm.
May 25, 2013
26b49f52
Tweak CELL_STATS event based on comments by nickm.
May 25, 2013
ef67077f
Tweak TB_EMPTY event based on comments by nickm.
May 25, 2013
b33b366a
Tweak CIRC_BW event based on comments by nickm.
May 25, 2013
e39292f2
Test functions used for TB_EMPTY and CELL_STATS events.
May 31, 2013
673349c4
Repair of some of the lost parameter filters history
Jul 18, 2013
e7e2efb7
Added getter for protected parameter
Jul 18, 2013
b0725c96
git test..
Jul 18, 2013
8dfa5772
(undo) git test..
Jul 18, 2013
5343ee1a
Add a signal-safe decimal formatting function
Jul 19, 2013
f6d8bc93
Refactor the assertion-failure code into a function
Jul 19, 2013
7cf1dbfd
changed paramfilter type to intptr_t
Jul 23, 2013
8b12170f
added support for numeric parameters, tested with rt_sigaction
Jul 23, 2013
c15d0929
added experimental support for open syscall path param
Jul 23, 2013
e1410f20
added support for multiple parameters
Jul 23, 2013
962d814e
dynamic parameter filter (prototype, not tested)
Jul 24, 2013
abe082e7
dynamic parameter filter bug fixes
Jul 24, 2013
3dfe1c06
initia stages of runtime dynamic filters
Jul 25, 2013
626a2b23
integrated context for dynamic filters
Jul 25, 2013
8f9d3da1
Investigated access4 syscall problem, small changes to filter.
Jul 26, 2013
6d5b0367
Changes as suggested by nickm
Jul 29, 2013
8022def6
added openat parameter filter
Jul 29, 2013
871e5b35
small filter changes; openat as separate function
Jul 30, 2013
5baea851
removed open flags (postponed), added mmap2 flags
Jul 30, 2013
442f256f
switched to a design using filters as function pointer arrays
Jul 30, 2013
c1f5f184
fully switched to function pointers; problems with socketcall parameters
Jul 30, 2013
686cf4c0
clean stable version
Jul 30, 2013
5fc0e13d
fcntl64
Jul 30, 2013
f0840ed4
epoll_ctl
Jul 31, 2013
313cbe6e
sigprocmask, epoll_ctl, prctl, mprotect, flock, futex, mremap
Jul 31, 2013
dde3ed38
removed access, set_robust_list, set_thread_area, set_tid_address, uname; added sb_poll
Jul 31, 2013
d897690f
fixes suggested by nickm
Aug 05, 2013
356b6469
added execve and multi-configuration support
Aug 05, 2013
a960e56c
multi-configuration support using sandbox_t struct
Aug 05, 2013
031e695a
Use SOCKET_OK/TOR_INVALID_SOCKET in socketpair replacement code
Aug 06, 2013
b3a8c08a
orport progress (not functional), nickm suggested fixes
Aug 07, 2013
89b39db0
updated filters to work with orport
Aug 09, 2013
44a4464c
fixed memory leak, added array filter support
Aug 10, 2013
8a85a48b
attempt to add stat64 filename filters; failed due to getaddrinfo..
Aug 12, 2013
e2a7b484
partial libevent open fix
Aug 14, 2013
372e0f91
added comments for sandbox.h
Aug 15, 2013
863dd4d4
received feedback and fixed (partly) the socket filters
Aug 15, 2013
c09b11b6
updated filters
Aug 16, 2013
a9910d89
finalised fix on libevent open string issue
Aug 19, 2013
36aeca0e
fix for getaddrinfo open syscall
Aug 19, 2013
71612f00
fixed openssl open syscall, fixed sandbox_getaddrinfo
Aug 20, 2013
8aa5517f
fix: flock filter update
Aug 21, 2013
ed496831
fix: sandbox_intern_string log clean up
Aug 21, 2013
bc19ea10
make check-spaces fixes
Aug 21, 2013
b10472f9
small open syscall modification (just in case)
Aug 21, 2013
34179395
Merge branch 'bug5609_rebased'
Aug 25, 2013
00bcc25d
Cleanup whitespaces
Aug 25, 2013
a5f6cb90
Increase POLICY_BUF_LEN to 72 to accomodate IPv6 exit policy items.
Aug 26, 2013
15d420b5
fix: accept4 for 64 bit
Aug 26, 2013
148c6dc4
updated open syscall strings
Aug 26, 2013
b121ca58
make check-spaces fix
Aug 26, 2013
8b8f87a0
removed PARAM_LEN
Aug 28, 2013
6cae5d70
Added doxygen struct doc and replaced func() with funct(void)
Aug 28, 2013
8e2b9d28
small fixes in documentation and sandbox_getaddrinfo()
Aug 29, 2013
ce04d2a6
replaced boolean char with int
Aug 29, 2013
b1f71055
supporting /dev/urandom instead of /dev/random
Aug 29, 2013
d5f43b52
_array filter functions now rely on final NULL parameter
Aug 29, 2013
f93ba9a2
documentation update for _array functions
Aug 29, 2013
1118bd99
switched from multiple mmap to one
Aug 29, 2013
3e803a1f
make check-spaces fix
Aug 29, 2013
05136433
MyFamily option will now fix fingerprints missing their leading instead of...
Aug 31, 2013
bb69bf88
Changed signature for check_nickname_list to remove warnings on free.
Aug 31, 2013
1bdb391e
Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. Implements
#1376
.
Sep 01, 2013
6e17fa6d
Added --library-versions flag to print the compile time and runtime versions...
Sep 01, 2013
1ef0b2e1
changed how sb getaddrinfo works such that it supports storing multiple results
Sep 02, 2013
c584537a
make check-spaces fix
Sep 02, 2013
fe6e2733
added contingency message to test for sandbox_getaddrinfo
Sep 02, 2013
b4b0eddd
switched to a more generic way of handling the sandbox configuration
Sep 02, 2013
b336e8c7
No longer writing control ports to file if updating reversible options fail. Fixes
#5605
.
Sep 02, 2013
77e4a01f
Updated openssl configuration advice for Debian
Sep 02, 2013
5327605c
Tougher validation for parsing urls from HTTP headers. Fixes #2767.
Sep 03, 2013
55d8b8e5
fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0
Sep 03, 2013
270b4f03
Handle HTTP minor versions greater than 9
Sep 03, 2013
824df4a0
Merge remote-tracking branch 'public/bug2767'
Sep 03, 2013
db318dc7
Minor changes to adhere to codebase conventions.
Sep 03, 2013
eb5f22ef
Merge remote-tracking branch 'Ryman/bug4341'
Sep 03, 2013
37534880
Fix warnings in test_config_fix_my_family
Sep 03, 2013
5c9008e0
Fix some "ISO C90 forbids mixed declarations and code" warnings
Sep 03, 2013
264aa271
Fix bug 9645: don't forget an md just because we can't save it.
Sep 03, 2013
d819663b
Avoid a double-close on one failing case of the socketpair replacement code
Sep 03, 2013
a8e76de4
Merge branch 'bug9400_024_squashed' into maint-0.2.4
Sep 03, 2013
9b2a0f5c
Merge remote-tracking branch 'origin/maint-0.2.4'
Sep 03, 2013
22,433 additional commits have been omitted to prevent performance issues.
Loading
Loading