tor/src/or
Nick Mathewson bab6c0a332 Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0
to mean "unknown port".  But no exit policy supports (nonexistant)
port 0, except accept *:*, and we had no special handling for 'unknown port'.

Now we do.


svn:r1098
2004-02-17 08:52:03 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c note an assert trigger, if you use an old broken netscape socks4 2004-01-30 15:15:11 +00:00
circuit.c Propagate yes/no/maybe a little farther forward. 2004-02-17 08:29:22 +00:00
command.c checkpoint: revamp relay cell packaging and handling 2003-12-23 07:45:31 +00:00
config.c split the token bucket into 'rate' and 'burst' params 2004-01-10 23:40:38 +00:00
connection_edge.c Propagate yes/no/maybe a little farther forward. 2004-02-17 08:29:22 +00:00
connection_or.c oh, and make it compile 2004-01-11 07:41:01 +00:00
connection.c last minute fix: don't early-flush non-tls streams 2004-01-31 00:36:00 +00:00
cpuworker.c split the token bucket into 'rate' and 'burst' params 2004-01-10 23:40:38 +00:00
directory.c last minute fix: don't early-flush non-tls streams 2004-01-31 00:36:00 +00:00
dirserv.c remove trailing whitespace 2003-12-17 21:09:31 +00:00
dns.c split the token bucket into 'rate' and 'burst' params 2004-01-10 23:40:38 +00:00
main.c turn some knobs, add more debugging 2004-01-30 19:31:39 +00:00
Makefile.am install the 'tor' binary to usr/sbin by default 2004-02-17 04:48:01 +00:00
onion.c best_support_idx is obsolete 2004-02-17 08:42:25 +00:00
or.h Fix router_compare_addr_to_exit_policy, and name its return codes. The bug was: "maybe reject,accept" should be "maybe", not "accept". 2004-02-17 07:56:33 +00:00
router.c Propagate yes/no/maybe a little farther forward. 2004-02-17 08:29:22 +00:00
routerlist.c Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0 2004-02-17 08:52:03 +00:00
test.c oh, and make it compile 2004-01-11 07:41:01 +00:00
tor_main.c remove trailing whitespace 2003-12-17 21:09:31 +00:00
tree.h splay and rbtree implementations, by niels provos 2002-12-31 15:05:07 +00:00