aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* nagios-check-tor-authority-cert - check certificate expiry timePeter Palfrader2008-01-13
| | | | svn:r13119
* r17584@catbus: nickm | 2008-01-12 18:52:01 -0500Nick Mathewson2008-01-12
| | | | | | | Fix output of "tor-gencert --help" svn:r13118
* minor tweaks of the v2-conn-protocol textRoger Dingledine2008-01-12
| | | | svn:r13117
* r17581@catbus: nickm | 2008-01-12 00:52:35 -0500Nick Mathewson2008-01-12
| | | | | | | Actually write up what I'm implementing for the v2 connection protocol svn:r13113
* r17580@catbus: nickm | 2008-01-11 20:40:30 -0500Nick Mathewson2008-01-12
| | | | | | | Fix policies.c build on gcc 4.2 with warnings. svn:r13112
* fix things to make nsis happyAndrew Lewman2008-01-11
| | | | svn:r13110
* Update makefile for panther, update polipo version where needed.Andrew Lewman2008-01-11
| | | | svn:r13107
* add in a pdf so it'll be in our svnRoger Dingledine2008-01-11
| | | | svn:r13103
* 0.2.0.15-alpha blurbRoger Dingledine2008-01-11
| | | | svn:r13102
* start to flesh out the issues; and add some moreRoger Dingledine2008-01-11
| | | | svn:r13101
* fix unit tests after r13092Roger Dingledine2008-01-10
| | | | svn:r13100
* add an outline for a new roadmapRoger Dingledine2008-01-10
| | | | svn:r13099
* r17564@catbus: nickm | 2008-01-10 13:19:59 -0500Nick Mathewson2008-01-10
| | | | | | | Fix bug in r13094: be sure to set the purpose and send_unencrypted fields correctly in our own routerinfo and extrainfo. svn:r13098
* r17558@catbus: nickm | 2008-01-10 13:07:41 -0500Nick Mathewson2008-01-10
| | | | | | | If we do not serve v2 directory info, and our cached v2 networkstatus files are very old, remove them. If the directory is old, remove that too. (We already did this for obsolete routers files.) svn:r13096