summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-13 r19723@catbus: nickm | 2008-05-13 08:41:40 -0400tor-0.2.0.26-rcNick Mathewson
Bump version and update authority keys affected by Debian OpenSSL bug (See CVE-2008-0166 or http://lists.debian.org/debian-security-announce/2008/msg00152.html ) svn:r14600
2008-05-12 r19713@catbus: nickm | 2008-05-12 17:10:37 -0400Nick Mathewson
Bugfix: an authority signature is "unrecognized" if we lack a dirserver entry for it, even if we have an older cached certificate that says it is recognized. This affects clients who remove entries from their dirserver list without clearing their certificate cache. svn:r14596
2008-05-12 r19707@catbus: nickm | 2008-05-12 11:42:05 -0400Nick Mathewson
Backport: Actually load the legacy key, not just the authority key twice. svn:r14595
2008-05-12 r19696@catbus: nickm | 2008-05-12 00:22:25 -0400Nick Mathewson
Backport: Add unit tests for last patch; make it more testable; fix a bug or two. svn:r14587
2008-05-12 r19691@catbus: nickm | 2008-05-11 22:13:41 -0400Nick Mathewson
Backport: Implement a proposal to let a directory authority migrate its identity key without ceasing to sign consensuses. svn:r14585
2008-05-07 r19627@catbus: nickm | 2008-05-07 14:09:55 -0400Nick Mathewson
Backport: Add documentation for most undocumented options, and fix some issues in "make check-docs" svn:r14577
2008-05-05blurbs for recent releasesRoger Dingledine
svn:r14557
2008-05-04lodger suggests backporting r14247 would be a good ideaRoger Dingledine
svn:r14550
2008-04-24tone down some of the log severitiestor-0.2.0.25-rcRoger Dingledine
svn:r14441
2008-04-23bump to 0.2.0.25-rcRoger Dingledine
svn:r14433
2008-04-23 r15309@tombo: nickm | 2008-04-23 16:47:17 -0400Nick Mathewson
Backport: Free baddir and badexit policy lists on exit. fixes bug 672. only affects authorities. svn:r14432
2008-04-23 r15303@tombo: nickm | 2008-04-23 16:29:45 -0400Nick Mathewson
Embarassing. I had apparently broken OSX and Freebsd by not initializing threading before we initialize the logging system. This patch should do so, and fix bug 671. Forward-port candidate. svn:r14429
2008-04-23New upstream versiontor-0.2.0.24-rcPeter Palfrader
svn:r14423
2008-04-23bump to 0.2.0.24-rc. let the madness begin!Roger Dingledine
svn:r14422
2008-04-23Take lefkada out of the list of v3 directory authorities, sinceRoger Dingledine
it has been down for months. Set up dizum (run by Alex de Joode) as the new sixth v3 directory authority. svn:r14421
2008-04-23rearrange the changelogRoger Dingledine
svn:r14420
2008-04-22 r15288@tombo: nickm | 2008-04-22 17:09:36 -0400Nick Mathewson
Backport: Periodically launch requests for server/authority.z when it might help us learn our IP. Fix for bug 652. svn:r14419
2008-04-22 r15284@tombo: nickm | 2008-04-22 13:44:22 -0400Nick Mathewson
Backport: Correctly notify one-hop connections when a circuit build has failed. possible fix for bug 669. found by lodger. svn:r14416
2008-04-22 r15279@tombo: nickm | 2008-04-22 13:21:01 -0400Nick Mathewson
Backport: Apply patch from mwenge to fix bug 646: makes stream events for dns requests get generated more consistently. svn:r14414
2008-04-22 r15274@tombo: nickm | 2008-04-22 12:32:48 -0400Nick Mathewson
Backport: apply patch from lodger: reject requests for reverse-dns lookup of names in private address space. make non-exits reject all dns requests. Fixes bug 619. svn:r14411
2008-04-22 r15270@tombo: nickm | 2008-04-22 12:23:39 -0400Nick Mathewson
Backport: Fix bug 663: warn less verbosely about clock skew from netinfo cells svn:r14409
2008-04-22 r15266@tombo: nickm | 2008-04-22 12:05:07 -0400Nick Mathewson
Backport: On platforms using pthreads, allow a thread to acquire a lock it already holds. This is crucial for logging: otherwise any log message thrown from inside the logging process (especially from control.c) will deadlock. Win32 CriticalSections are already recursive. Bug spotted by nwf. Bugfix on 0.2.0.16-alpha. svn:r14407
2008-04-17 r15239@tombo: nickm | 2008-04-17 16:22:50 -0400Nick Mathewson
Backport: Do not allocate excess space for named_flag and unnamed_flag in dirvote.c. Fixes bug 662. Not a dangerous bug: sizeof(int*) is at least as big as sizeof(int) everywhere. svn:r14392
2008-04-16Fix a dumb bug that was preventing us from knowing that we shouldRoger Dingledine
preemptively build circuits to handle expected directory requests. Fixes bug 660. Bugfix on 0.1.2.x. svn:r14375
2008-04-15Avoid a rare assert that can trigger when Tor doesn't have muchRoger Dingledine
directory information yet and it tries to fetch a v2 hidden service descriptor. Fixes bug 651, reported by nwf. svn:r14373
2008-04-15backport r14370Andrew Lewman
svn:r14371
2008-04-14backport r14368Andrew Lewman
svn:r14369
2008-04-11i've been forgetting to add my release blurbs to svnRoger Dingledine
svn:r14353
2008-04-10 r19287@catbus: nickm | 2008-04-09 22:13:37 -0400Nick Mathewson
Actually, it looks like arma already backported 14212. svn:r14342
2008-04-09 r19269@catbus: nickm | 2008-04-09 14:24:36 -0400Nick Mathewson
Backport r14212: Free some static hashtables and the log mutex on exit. svn:r14333
2008-04-09 r19268@catbus: nickm | 2008-04-09 14:20:54 -0400Nick Mathewson
Backport 14205: Free authority certificates on exit, so they dont look like memory leaks. svn:r14332
2008-04-09 r19267@catbus: nickm | 2008-04-09 14:19:17 -0400Nick Mathewson
Backport 14204: start policy reference counts at 1, not 2. svn:r14331
2008-04-09 r19265@catbus: nickm | 2008-04-09 14:13:55 -0400Nick Mathewson
Note patch for backport svn:r14330
2008-04-08backport r14281/r14297 plus a changelog entryRoger Dingledine
svn:r14311
2008-04-02Merge r14277 and r14278: When opening a logfile fails, tell us whyPeter Palfrader
svn:r14282
2008-03-31 r19153@catbus: nickm | 2008-03-30 23:20:48 -0400Nick Mathewson
Backport: Make unit tests pass again after Link protocol list change. svn:r14255
2008-03-30 r19141@catbus: nickm | 2008-03-30 14:13:52 -0400Nick Mathewson
Backport: Note in our router descriptors that we actually support link protocol version 2, now that it seems to work. svn:r14248
2008-03-30backport the working torbutton installationAndrew Lewman
svn:r14239
2008-03-30Backport the launchd definition file for those wishing to use launchdAndrew Lewman
instead of /Library/StartupItems or Vidalia. svn:r14237
2008-03-30Backport torbutton version and installation changes.Andrew Lewman
svn:r14236
2008-03-27 r19101@catbus: nickm | 2008-03-27 12:56:29 -0400Nick Mathewson
Backport r14214. This is not 100% trivial, options_init_from_torrc() got cleaned up a lot. The fact that it was much easier to do in trunk probably means that the cleanups were the right thing to do. svn:r14219
2008-03-27 r19100@catbus: nickm | 2008-03-27 12:52:31 -0400Nick Mathewson
Note a backport item svn:r14218
2008-03-27 r19099@catbus: nickm | 2008-03-27 12:52:19 -0400Nick Mathewson
Backport adding an initializer for policy_root. svn:r14217
2008-03-26 r19081@catbus: nickm | 2008-03-26 17:18:03 -0400Nick Mathewson
Add a TODO.020 file to track patches that need backporting. Purpose and usage similar to TODO.012. Should these go into trunk instead? svn:r14206
2008-03-26 r19069@catbus: nickm | 2008-03-26 13:25:11 -0400Nick Mathewson
Backport fix so dmalloc can work again. svn:r14200
2008-03-26backport r14165Roger Dingledine
svn:r14187
2008-03-25New upstream versionPeter Palfrader
svn:r14176
2008-03-24Fix RelayBandwidthRate descriptiontor-0.2.0.23-rcPeter Palfrader
svn:r14171
2008-03-24prepare for a 0.2.0.23-rc release today.Roger Dingledine
svn:r14169
2008-03-24backport r14162-r14164Roger Dingledine
svn:r14167