aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Log where uploaded consensus signatures come fromPeter Palfrader2008-01-23
| | | | svn:r13241
* Set up dannenberg (run by CCC) as the sixth v3 directoryRoger Dingledine2008-01-22
| | | | | | | authority. svn:r13231
* a new style file. and blow away a section that turned out to be dumb.Roger Dingledine2008-01-22
| | | | svn:r13223
* r17723@catbus: nickm | 2008-01-22 00:14:57 -0500Nick Mathewson2008-01-22
| | | | | | | Make idea proposal into proposal 130; answer question by sjmurdoch; mark 124 superseded; reindex svn:r13222
* put the fallback-consensus file back into the tarball.Roger Dingledine2008-01-21
| | | | | | | | this should re-introduce bug 572, and maybe we'll get some actual bug reports this time. svn:r13221
* a changelog entry for r13218Roger Dingledine2008-01-21
| | | | svn:r13220
* We accidentally enabled the under-development v2 TLS handshakeRoger Dingledine2008-01-21
| | | | | | | | code, which is causing log entries like "TLS error while renegotiating handshake". Disable it again. Resolves bug 590. svn:r13219
* r17717@catbus: nickm | 2008-01-21 17:09:23 -0500Nick Mathewson2008-01-21
| | | | | | | Fix certificate leak. svn:r13218
* When we setconf ClientOnly to 1, close any current OR and DirRoger Dingledine2008-01-21
| | | | | | | listeners. Reported by mwenge. svn:r13214
* Make "ClientOnly 1" config option disable directory ports too.Roger Dingledine2008-01-21
| | | | svn:r13213
* typoRoger Dingledine2008-01-21
| | | | svn:r13212
* condense the rest of the discussion into proposal 129Roger Dingledine2008-01-21
| | | | svn:r13211
* proposal from Kevin Bauer & Damon McCoy to reject vulnerable-plaintextRoger Dingledine2008-01-21
| | | | | | | ports (reformatted by me) svn:r13210
* Create logfiles in logrotate so that they come into the world with the correctPeter Palfrader2008-01-21
| | | | | | | mode (o-r). svn:r13209
* postinst: if we reboot between unpacking and configuring on some smart systemsPeter Palfrader2008-01-21
| | | | | | | | this will mean that we just lost /var/run/tor - creating it in the maintainer script if it doesn't exist. svn:r13208
* postinst: We were only fixing the permissions of /var/{lib,run,log}/tor when wePeter Palfrader2008-01-21
| | | | | | | | | | | 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
* Change wording if debian-tor's homedir is wrong, do not print anything if it ↵Peter Palfrader2008-01-21
| | | | | | | | is ok. Whitespace nazi found out about debian/tor.postinst. svn:r13206
* postinst: Remove the check that requires the debian-tor user to have a uidPeter Palfrader2008-01-21
| | | | | | | | | 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
* New config options WarnPlaintextPorts and RejectPlaintextPorts soRoger Dingledine2008-01-20
| | | | | | | | | | 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
* minor cleanupsRoger Dingledine2008-01-19
| | | | svn:r13190
* and add blurbs for 0.2.0.1[67]-alphaRoger Dingledine2008-01-19
| | | | svn:r13189
* and forward-port thoseRoger Dingledine2008-01-19
| | | | svn:r13188
* try to grow a convention about where we put the time_to_foo andRoger Dingledine2008-01-18
| | | | | | | FOO_INTERVAL declarations. svn:r13177
* If we've gone 12 hours since our last bandwidth check, and weRoger Dingledine2008-01-18
| | | | | | | | estimate we have less than 50KB bandwidth capacity but we could handle more, do another bandwidth test. svn:r13176
* Don't answer "/tor/networkstatus-bridges" directory requests ifRoger Dingledine2008-01-18
| | | | | | | the request isn't encrypted. svn:r13175
* minor typoRoger Dingledine2008-01-18
| | | | svn:r13174
* when we're counting how many descriptors to not download, be aRoger Dingledine2008-01-18
| | | | | | | little bit more accurate svn:r13173
* Avoid going directly to the directory authorities even if you're a Roger Dingledine2008-01-18
| | | | | | | | 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
* bump to 0.2.0.17-alpha-devRoger Dingledine2008-01-18
| | | | svn:r13171
* New upstream versionPeter Palfrader2008-01-17
| | | | svn:r13168
* Merge in 0.1.2.1[89]-1 changelogPeter Palfrader2008-01-17
| | | | svn:r13166
* Make the tor-gencert man page get included correctly in the tarball.Roger Dingledine2008-01-17
| | | | svn:r13163
* bump to 0.2.0.16-alphaRoger Dingledine2008-01-17
| | | | svn:r13160
* muck with the 0.2.0.16-alpha some moreRoger Dingledine2008-01-17
| | | | svn:r13159
* explain a bit about router descriptor purposesRoger Dingledine2008-01-17
| | | | svn:r13154
* Assert error introduced in r11957:Roger Dingledine2008-01-17
| | | | | | | | | | 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
* r17639@catbus: nickm | 2008-01-15 19:09:21 -0500Nick Mathewson2008-01-16
| | | | | | | Fix some hard to trigger but nonetheless real memory leaks spotted by an anonymous contributor. Needs review. Partial backport candidate. svn:r13147
* r17624@catbus: nickm | 2008-01-15 00:42:01 -0500Nick Mathewson2008-01-15
| | | | | | | Fixes to more anonymously-reported typos and logic errors. svn:r13136
* r17623@catbus: nickm | 2008-01-15 00:22:04 -0500Nick Mathewson2008-01-15
| | | | | | | bulletproof option_get_canonical_name() svn:r13135
* r17614@catbus: nickm | 2008-01-14 13:55:25 -0500Nick Mathewson2008-01-14
| | | | | | | Add a missing "goto err" when parsing v2 ns docs svn:r13133
* r17613@catbus: nickm | 2008-01-14 13:52:44 -0500Nick Mathewson2008-01-14
| | | | | | | Do not segfault if symetric key generation somehow fails in crypto_hybrid_encrypt. svn:r13132
* r17612@catbus: nickm | 2008-01-14 13:46:04 -0500Nick Mathewson2008-01-14
| | | | | | | Oops; fix compile svn:r13131
* r17611@catbus: nickm | 2008-01-14 13:44:16 -0500Nick Mathewson2008-01-14
| | | | | | | add some missing checks for failing return values. svn:r13130
* r17610@catbus: nickm | 2008-01-14 13:20:49 -0500Nick Mathewson2008-01-14
| | | | | | | Fix a bogus free() call on a base64 failure in router_append_dirobj_signature(). svn:r13129
* r17584@catbus: nickm | 2008-01-12 18:52:01 -0500Nick Mathewson2008-01-14
| | | | | | | Fix output of "tor-gencert --help" svn:r13128
* Fix error induced by timezone offsetPeter Palfrader2008-01-13
| | | | svn:r13124
* And fix the exit code for OKPeter Palfrader2008-01-13
| | | | svn:r13123
* r15891@tombo: nickm | 2008-01-12 19:20:24 -0500Nick Mathewson2008-01-13
| | | | | | | Basic hacks to get TLS handshakes working: remove dead code; fix post-handshake logic; keep servers from writing while the client is supposed to be renegotiating. This may work. Needs testing. svn:r13122
* r15890@tombo: nickm | 2008-01-12 17:19:51 -0500Nick Mathewson2008-01-13
| | | | | | | Add a --disable-buffer-freelists configure argument to build without buffer RAM chunk freelists, so we can benchmark the impact of this. svn:r13121
* r15889@tombo: nickm | 2008-01-12 17:18:29 -0500Nick Mathewson2008-01-13
| | | | | | | Stop trying to mess with version in tor-mingw.nsi.in when we reconfigure. This is a relic of our pre-mingw days, when we didn't use autoconf on windows. svn:r13120