Nick Mathewson
|
a95e0e7355
apply sebastian's fix for bug 859. Apparently on win32 one must lock at least one byte when locking, but locking a nonexistant byte is okay. )
|
16 years ago |
Roger Dingledine
|
5d19fe5124
bump to 0.2.1.7-alpha
|
16 years ago |
Nick Mathewson
|
5e2cdc1666
When we get a duplicated certificate, treat it as a failure and increment the download count. Do not claim to be downloading certificates that we merely want.
|
16 years ago |
Nick Mathewson
|
a15bdd3edd
patch from karsten to not use or accept expired certs. fixes bug 851.
|
16 years ago |
Roger Dingledine
|
311b8b274c
minor changelog cleanups. declare that friday is when we release it.
|
16 years ago |
Steven Murdoch
|
9d68ed08e9
Patch from Jacob Appelbaum and me to make User option more robust, properly set supplementary groups, deprecated the Group option, and log more information on credential switching
|
16 years ago |
Nick Mathewson
|
3ebd1ebeca
The chunk_size field in memarea_t was never actually set. Remove the whole thing.
|
16 years ago |
Nick Mathewson
|
73c6cb8353
Fix unit test failure related to intro point parsing.
|
16 years ago |
Nick Mathewson
|
69cda76168
missing changelog for 0x20 hack
|
16 years ago |
Nick Mathewson
|
8c78a68cc0
Move changelog entry to correct section
|
16 years ago |
Nick Mathewson
|
c534b96e58
Fix an assertion failure on double-marked circuits, and a double-mark.
|
16 years ago |
Nick Mathewson
|
c8a5e2d588
Work better with tools that resist DNS poisoning by using the 0x20 hack: make DNSPort replies perserve case.
|
16 years ago |
Nick Mathewson
|
361086005c
Fix a possible negative shift in address comparison. May fix bug 845 and bug 811
|
16 years ago |
Nick Mathewson
|
ee31e0829e
Verify cpath_layer match on rendezvous cells too. Fixes another case of bug 446. Based on patch from rovv.
|
16 years ago |
Nick Mathewson
|
b166a43cb6
Fix another case of refusing to use a chosen exit node because we think it will reject _mostly_ everything. Based on patch from rovv. See bug 752.
|
16 years ago |
Nick Mathewson
|
5e762e6a5c
Fix the rest of bug 619: reject *:* servers should not do DNS lookups, even if broken clients send them RELAY_BEGIN cells. Patch from rovv.
|
16 years ago |
Nick Mathewson
|
b593fd5c20
Patch from rovv: send back END cell in response to connect attempts to nonexistent hidden service port.
|
16 years ago |
Roger Dingledine
|
bca46cc628
backport candidate:
|
16 years ago |
Roger Dingledine
|
d374dc94e5
fix changelog entry for proposal 155, patch 1
|
16 years ago |
Roger Dingledine
|
a5769eefa4
patch4 from proposal 155:
|
16 years ago |
Roger Dingledine
|
d06182f0bd
add patch2 from proposal 155:
|
16 years ago |
Roger Dingledine
|
4520500cde
put in karsten's patch #1 for proposal 155, modified
|
16 years ago |
Nick Mathewson
|
846e40d193
Patch from rovv: when we have no pending streams, choose exits with choose_good_exit_server_general() rather than with circuit_get_unhandled_ports() and friends. Bugfix on 0.1.1.x, at least.
|
16 years ago |
Roger Dingledine
|
d7cfa1f56c
Minor fix in the warning messages when you're having problems
|
16 years ago |
Roger Dingledine
|
37883ca4bc
put the 0.2.1.6-alpha blurb into the changelog
|
16 years ago |
Roger Dingledine
|
c7af43a624
Now NodeFamily and MyFamily config options allow spaces in
|
16 years ago |
Roger Dingledine
|
a04baf14b6
bump to 0.2.1.6-alpha, and note that the exclude*nodes config
|
16 years ago |
Nick Mathewson
|
25f8335528
Include circuit purposes in circuit events. Now all circuit events are extended; this makes the code simpler.
|
16 years ago |
Roger Dingledine
|
26aa741169
Remove the old v2 directory authority 'lefkada' from the default
|
16 years ago |
Nick Mathewson
|
ae3ce7b387
Patch from mwenge: update TrackHostExits mapping expiry times when the mappings are used, so that they expire a while after their last use, not a while after their creation.
|
16 years ago |