Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-23 | we changed autogen.sh's behavior, so update the INSTALL file | Roger Dingledine | |
svn:r13246 | |||
2008-01-23 | Fix a warning | Peter Palfrader | |
svn:r13243 | |||
2008-01-23 | Some people still think letters fall off the side of the code if they go ↵ | Peter Palfrader | |
farther than 80 chars svn:r13242 | |||
2008-01-23 | Log where uploaded consensus signatures come from | Peter Palfrader | |
svn:r13241 | |||
2008-01-22 | Set up dannenberg (run by CCC) as the sixth v3 directory | Roger Dingledine | |
authority. svn:r13231 | |||
2008-01-22 | a 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 -0500 | Nick Mathewson | |
Make idea proposal into proposal 130; answer question by sjmurdoch; mark 124 superseded; reindex svn:r13222 | |||
2008-01-21 | put 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-21 | a changelog entry for r13218 | Roger Dingledine | |
svn:r13220 | |||
2008-01-21 | We accidentally enabled the under-development v2 TLS handshake | Roger 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 -0500 | Nick Mathewson | |
Fix certificate leak. svn:r13218 | |||
2008-01-21 | When we setconf ClientOnly to 1, close any current OR and Dir | Roger Dingledine | |
listeners. Reported by mwenge. svn:r13214 | |||
2008-01-21 | Make "ClientOnly 1" config option disable directory ports too. | Roger Dingledine | |
svn:r13213 | |||
2008-01-21 | typo | Roger Dingledine | |
svn:r13212 | |||
2008-01-21 | condense the rest of the discussion into proposal 129 | Roger Dingledine | |
svn:r13211 | |||
2008-01-21 | proposal from Kevin Bauer & Damon McCoy to reject vulnerable-plaintext | Roger Dingledine | |
ports (reformatted by me) svn:r13210 | |||
2008-01-21 | Create logfiles in logrotate so that they come into the world with the correct | Peter Palfrader | |
mode (o-r). svn:r13209 | |||
2008-01-21 | postinst: if we reboot between unpacking and configuring on some smart systems | Peter 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-21 | postinst: We were only fixing the permissions of /var/{lib,run,log}/tor when we | Peter 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-21 | Change 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-21 | postinst: Remove the check that requires the debian-tor user to have a uid | Peter 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-20 | New config options WarnPlaintextPorts and RejectPlaintextPorts so | Roger 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-19 | minor cleanups | Roger Dingledine | |
svn:r13190 | |||
2008-01-19 | and add blurbs for 0.2.0.1[67]-alpha | Roger Dingledine | |
svn:r13189 | |||
2008-01-19 | and forward-port those | Roger Dingledine | |
svn:r13188 | |||
2008-01-18 | try to grow a convention about where we put the time_to_foo and | Roger Dingledine | |
FOO_INTERVAL declarations. svn:r13177 | |||
2008-01-18 | If we've gone 12 hours since our last bandwidth check, and we | Roger Dingledine | |
estimate we have less than 50KB bandwidth capacity but we could handle more, do another bandwidth test. svn:r13176 | |||
2008-01-18 | Don't answer "/tor/networkstatus-bridges" directory requests if | Roger Dingledine | |
the request isn't encrypted. svn:r13175 | |||
2008-01-18 | minor typo | Roger Dingledine | |
svn:r13174 | |||
2008-01-18 | when we're counting how many descriptors to not download, be a | Roger Dingledine | |
little bit more accurate svn:r13173 | |||
2008-01-18 | Avoid 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-18 | bump to 0.2.0.17-alpha-dev | Roger Dingledine | |
svn:r13171 | |||
2008-01-17 | New upstream version | Peter Palfrader | |
svn:r13168 | |||
2008-01-17 | Merge in 0.1.2.1[89]-1 changelogtor-0.2.0.17-alpha | Peter Palfrader | |
svn:r13166 | |||
2008-01-17 | Make the tor-gencert man page get included correctly in the tarball. | Roger Dingledine | |
svn:r13163 | |||
2008-01-17 | bump to 0.2.0.16-alphator-0.2.0.16-alpha | Roger Dingledine | |
svn:r13160 | |||
2008-01-17 | muck with the 0.2.0.16-alpha some more | Roger Dingledine | |
svn:r13159 | |||
2008-01-17 | explain a bit about router descriptor purposes | Roger Dingledine | |
svn:r13154 | |||
2008-01-17 | Assert 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 -0500 | Nick 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 -0500 | Nick Mathewson | |
Fixes to more anonymously-reported typos and logic errors. svn:r13136 | |||
2008-01-15 | r17623@catbus: nickm | 2008-01-15 00:22:04 -0500 | Nick Mathewson | |
bulletproof option_get_canonical_name() svn:r13135 | |||
2008-01-14 | r17614@catbus: nickm | 2008-01-14 13:55:25 -0500 | Nick 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 -0500 | Nick 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 -0500 | Nick Mathewson | |
Oops; fix compile svn:r13131 | |||
2008-01-14 | r17611@catbus: nickm | 2008-01-14 13:44:16 -0500 | Nick Mathewson | |
add some missing checks for failing return values. svn:r13130 | |||
2008-01-14 | r17610@catbus: nickm | 2008-01-14 13:20:49 -0500 | Nick 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 -0500 | Nick Mathewson | |
Fix output of "tor-gencert --help" svn:r13128 | |||
2008-01-13 | Fix error induced by timezone offset | Peter Palfrader | |
svn:r13124 | |||
2008-01-13 | And fix the exit code for OK | Peter Palfrader | |
svn:r13123 |