aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-23we changed autogen.sh's behavior, so update the INSTALL fileRoger Dingledine
svn:r13246
2008-01-23Fix a warningPeter Palfrader
svn:r13243
2008-01-23Some people still think letters fall off the side of the code if they go ↵Peter Palfrader
farther than 80 chars svn:r13242
2008-01-23Log where uploaded consensus signatures come fromPeter Palfrader
svn:r13241
2008-01-22Set up dannenberg (run by CCC) as the sixth v3 directoryRoger Dingledine
authority. svn:r13231
2008-01-22a new style file. and blow away a section that turned out to be dumb.Roger Dingledine
svn:r13223
2008-01-22 r17723@catbus: nickm | 2008-01-22 00:14:57 -0500Nick Mathewson
Make idea proposal into proposal 130; answer question by sjmurdoch; mark 124 superseded; reindex svn:r13222
2008-01-21put the fallback-consensus file back into the tarball.Roger Dingledine
this should re-introduce bug 572, and maybe we'll get some actual bug reports this time. svn:r13221
2008-01-21a changelog entry for r13218Roger Dingledine
svn:r13220
2008-01-21We accidentally enabled the under-development v2 TLS handshakeRoger Dingledine
code, which is causing log entries like "TLS error while renegotiating handshake". Disable it again. Resolves bug 590. svn:r13219
2008-01-21 r17717@catbus: nickm | 2008-01-21 17:09:23 -0500Nick Mathewson
Fix certificate leak. svn:r13218
2008-01-21When we setconf ClientOnly to 1, close any current OR and DirRoger Dingledine
listeners. Reported by mwenge. svn:r13214
2008-01-21Make "ClientOnly 1" config option disable directory ports too.Roger Dingledine
svn:r13213
2008-01-21typoRoger Dingledine
svn:r13212
2008-01-21condense the rest of the discussion into proposal 129Roger Dingledine
svn:r13211
2008-01-21proposal from Kevin Bauer & Damon McCoy to reject vulnerable-plaintextRoger Dingledine
ports (reformatted by me) svn:r13210
2008-01-21Create logfiles in logrotate so that they come into the world with the correctPeter Palfrader
mode (o-r). svn:r13209
2008-01-21postinst: if we reboot between unpacking and configuring on some smart systemsPeter Palfrader
this will mean that we just lost /var/run/tor - creating it in the maintainer script if it doesn't exist. svn:r13208
2008-01-21postinst: We were only fixing the permissions of /var/{lib,run,log}/tor when wePeter Palfrader
were not upgrading. Unfortunately the check doesn't work all that well usually in cases where the package was removed (not purged) and then later re-installed again. Now we ensure proper ownership and modes for all the directories and files below /var/{lib,run,log}/tor (the dirs themselves included) every time we run postinst. svn:r13207
2008-01-21Change wording if debian-tor's homedir is wrong, do not print anything if it ↵Peter Palfrader
is ok. Whitespace nazi found out about debian/tor.postinst. svn:r13206
2008-01-21postinst: Remove the check that requires the debian-tor user to have a uidPeter Palfrader
between 100 and 999. There is no good reason to require this. If the local admin moves the system users/uid-space to some other range then they probably have a good reason for that. svn:r13205
2008-01-20New config options WarnPlaintextPorts and RejectPlaintextPorts soRoger Dingledine
Tor can warn and/or refuse connections to ports commonly used with vulnerable-plaintext protocols. We still need to figure out some good defaults for them. svn:r13198
2008-01-19minor cleanupsRoger Dingledine
svn:r13190
2008-01-19and add blurbs for 0.2.0.1[67]-alphaRoger Dingledine
svn:r13189
2008-01-19and forward-port thoseRoger Dingledine
svn:r13188
2008-01-18try to grow a convention about where we put the time_to_foo andRoger Dingledine
FOO_INTERVAL declarations. svn:r13177
2008-01-18If we've gone 12 hours since our last bandwidth check, and weRoger Dingledine
estimate we have less than 50KB bandwidth capacity but we could handle more, do another bandwidth test. svn:r13176
2008-01-18Don't answer "/tor/networkstatus-bridges" directory requests ifRoger Dingledine
the request isn't encrypted. svn:r13175
2008-01-18minor typoRoger Dingledine
svn:r13174
2008-01-18when we're counting how many descriptors to not download, be aRoger Dingledine
little bit more accurate svn:r13173
2008-01-18Avoid going directly to the directory authorities even if you're a Roger Dingledine
relay, if you haven't found yourself reachable yet or if you've decided not to advertise your dirport yet. Addresses bug 556. svn:r13172
2008-01-18bump to 0.2.0.17-alpha-devRoger Dingledine
svn:r13171
2008-01-17New upstream versionPeter Palfrader
svn:r13168
2008-01-17Merge in 0.1.2.1[89]-1 changelogtor-0.2.0.17-alphaPeter Palfrader
svn:r13166
2008-01-17Make the tor-gencert man page get included correctly in the tarball.Roger Dingledine
svn:r13163
2008-01-17bump to 0.2.0.16-alphator-0.2.0.16-alphaRoger Dingledine
svn:r13160
2008-01-17muck with the 0.2.0.16-alpha some moreRoger Dingledine
svn:r13159
2008-01-17explain a bit about router descriptor purposesRoger Dingledine
svn:r13154
2008-01-17Assert error introduced in r11957:Roger Dingledine
Fix an assert if we post a general-purpose descriptor via the control port but that descriptor isn't mentioned in our current network consensus. Bug reported by Jon McLachlan; bugfix on 0.2.0.9-alpha. svn:r13153
2008-01-16 r17639@catbus: nickm | 2008-01-15 19:09:21 -0500Nick Mathewson
Fix some hard to trigger but nonetheless real memory leaks spotted by an anonymous contributor. Needs review. Partial backport candidate. svn:r13147
2008-01-15 r17624@catbus: nickm | 2008-01-15 00:42:01 -0500Nick Mathewson
Fixes to more anonymously-reported typos and logic errors. svn:r13136
2008-01-15 r17623@catbus: nickm | 2008-01-15 00:22:04 -0500Nick Mathewson
bulletproof option_get_canonical_name() svn:r13135
2008-01-14 r17614@catbus: nickm | 2008-01-14 13:55:25 -0500Nick Mathewson
Add a missing "goto err" when parsing v2 ns docs svn:r13133
2008-01-14 r17613@catbus: nickm | 2008-01-14 13:52:44 -0500Nick Mathewson
Do not segfault if symetric key generation somehow fails in crypto_hybrid_encrypt. svn:r13132
2008-01-14 r17612@catbus: nickm | 2008-01-14 13:46:04 -0500Nick Mathewson
Oops; fix compile svn:r13131
2008-01-14 r17611@catbus: nickm | 2008-01-14 13:44:16 -0500Nick Mathewson
add some missing checks for failing return values. svn:r13130
2008-01-14 r17610@catbus: nickm | 2008-01-14 13:20:49 -0500Nick Mathewson
Fix a bogus free() call on a base64 failure in router_append_dirobj_signature(). svn:r13129
2008-01-14 r17584@catbus: nickm | 2008-01-12 18:52:01 -0500Nick Mathewson
Fix output of "tor-gencert --help" svn:r13128
2008-01-13Fix error induced by timezone offsetPeter Palfrader
svn:r13124
2008-01-13And fix the exit code for OKPeter Palfrader
svn:r13123