Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-18 | Add an XXX | Robert Ransom | |
2011-04-18 | Correct the warning emitted when rejecting an oversized HS desc | Robert Ransom | |
2011-04-06 | Merge remote-tracking branch 'public/bug2402_again' into maint-0.2.1 | Nick Mathewson | |
2011-04-04 | switch to the apr 2011 geoip db | Roger Dingledine | |
2011-03-28 | Fix configure.in zlib package names. | Erinn Clark | |
2011-03-15 | Fix a compile warning when using clang | Sebastian Hahn | |
Issue noticed by Steven Murdoch; fixes bug 2689. The cast didn't do anything, and we don't need to look at the return value of the function here. | |||
2011-03-13 | we're not reachable if we don't have a routerinfo yet | Roger Dingledine | |
2011-03-11 | put the 0.2.1.30 changes into releasenotes | Roger Dingledine | |
2011-03-11 | Backport: Generate version tags using Git, not (broken) svn revisions. | Nick Mathewson | |
Partial backport of daa0326aaaa85a760be94ee2360cfa61a9fb5be2 . Resolves bug 2402. Bugfix on 0.2.1.15 (for the part where we switched to git) and on 0.2.1.30 (for the part where we dumped micro-revisions.) | |||
2011-03-11 | Revert "Simplest fix to bug2402: do not include SVN versions" | Nick Mathewson | |
This reverts commit a1073ee956021ead19d30c2151510dbaced416a8. Apparently, we totally misunderstood how the debian packages were using microrevisions. Better fix that! | |||
2011-03-08 | move to march 2011 geoip file | Roger Dingledine | |
2011-03-08 | Avoid crash in any_pending_bridge_descriptor_fetches | Nick Mathewson | |
This is based on shitlei's fix for bug2629, with extra parens removed. Fixes bug 2629, bugfix on 0.2.1.2-alpha. | |||
2011-03-06 | Merge branch 'real_ipv6_fix' into maint-0.2.1 | Nick Mathewson | |
2011-03-06 | Oops, here's the *REAL* fix for the ipv6 issue | Nick Mathewson | |
We need to _REJECT_ descriptors with accept6/reject6 lines. If we let them onto the network , other un-upgraded tors will crash. | |||
2011-03-06 | Merge branch 'careful_with_all_descs' into maint-0.2.1 | Nick Mathewson | |
2011-03-06 | changes file for careful_with_all_descs | Nick Mathewson | |
2011-03-06 | Revert "Disallow reject6 and accept6 lines in descriptors" | Nick Mathewson | |
This reverts commit b3918b3bbbfa9097246d63746c8b540eff2ec8e8. | |||
2011-03-06 | exit_policy_is_general_exit is IPv4 only; it should admit it. | Nick Mathewson | |
2011-03-06 | Changes file for ipv6 parsing issue | Nick Mathewson | |
2011-03-06 | Disallow reject6 and accept6 lines in descriptors | Sebastian Hahn | |
This fixes a remotely triggerable assert on directory authorities, who don't handle descriptors with ipv6 contents well yet. We will want to revert this once we're ready to handle ipv6. Issue raised by lorth on #tor, who wasn't able to use Tor anymore. Analyzed with help from Christian Fromme. Fix suggested by arma. Bugfix on 0.2.1.3-alpha. | |||
2011-03-04 | Do not serve encrypt-only descriptors with the "all" request. Reported by ↵ | Nick Mathewson | |
piebeer | |||
2011-02-22 | Remove doc/spec/Makefile.in from list of generated files | Nick Mathewson | |
2011-02-22 | Merge remote branch 'public/bug1859_021' into maint-0.2.1 | Nick Mathewson | |
2011-02-22 | Merge remote branch 'public/bug2402_nothing' into maint-0.2.1 | Nick Mathewson | |
2011-02-22 | changes file for removing torspec from the tarball | Roger Dingledine | |
2011-02-22 | prefer https urls | Roger Dingledine | |
2011-02-21 | Remove specs from 0.2.1 branch: they have moved to a new repository. | Nick Mathewson | |
2011-02-10 | fix the other half of bug 1074 | Roger Dingledine | |
2011-02-10 | Make the DH parameter we use for TLS match the one from Apache's mod_ssl | Nick Mathewson | |
Our regular DH parameters that we use for circuit and rendezvous crypto are unchanged. This is yet another small step on the path of protocol fingerprinting resistance. (Backport from 0.2.2's 5ed73e3807d90dd0a3) | |||
2011-02-09 | Update documentation for PublishServerDescriptor | Robert Ransom | |
2011-02-09 | Ignore and warn about "PublishServerDescriptor hidserv" | Robert Ransom | |
Fixes #2408. | |||
2011-02-07 | move the clause above the "if bw is too low" check | Roger Dingledine | |
2011-02-07 | dtrt when only relaybandwidthburst is set | Roger Dingledine | |
fixes bug 2470 | |||
2011-02-07 | Update to the February 1 2011 Maxmind GeoLite Country database. | Karsten Loesing | |
2011-01-26 | fix the links in the exit-list notice we give out to users. | Andrew Lewman | |
2011-01-26 | Backport current tor-exit-notice to 0.2.1 | Nick Mathewson | |
2011-01-25 | Simplest fix to bug2402: do not include SVN versions | Nick Mathewson | |
When we stopped using svn, 0.2.1.x lost the ability to notice its svn revision and report it in the version number. However, it kept looking at the micro-revision.i file... so if you switched to master, built tor, then switched to 0.2.1.x, you'd get a micro-revision.i file from master reported as an SVN tag. This patch takes out the "include the svn tag" logic entirely. Bugfix on 0.2.1.15-rc; fixes bug 2402. | |||
2011-01-20 | Merge remote branch 'rransom/policy_summarize-assert' into maint-0.2.1 | Nick Mathewson | |
2011-01-20 | Fix bounds-checking in policy_summarize | Robert Ransom | |
Found by piebeer. | |||
2011-01-19 | Oops; actually add the code to the last patch. :/ | Nick Mathewson | |
2011-01-19 | Fix two more SIZE_T_CEILING issues | Nick Mathewson | |
This patch imposes (very long) limits on the length of a line in a directory document, and on the length of a certificate. I don't think it should actually be possible to overrun these remotely, since we already impose a maximum size on any directory object we're downloading, but a little defensive programming never hurt anybody. Roger emailed me that doorss reported these on IRC, but nobody seems to have put them on the bugtracker. | |||
2011-01-18 | be the winner, rewrite history | Roger Dingledine | |
2011-01-15 | 0.2.1.29 changelog and blurb | Roger Dingledine | |
2011-01-15 | Fix a couple of non-cleared key issues in hidden services | Nick Mathewson | |
we need to do more hunting, but this fixes the ones mentioned in 2385. | |||
2011-01-15 | Zero out some more key data before freeing it | Nick Mathewson | |
Found by cypherpunks; fixes bug 2384. | |||
2011-01-15 | Merge branch 'bug2352_obsize' into maint-0.2.1 | Nick Mathewson | |
2011-01-15 | Add missing check for hostname answer_len in dnsserv size | Nick Mathewson | |
This is checked elsewhere too, but let's be RFC-conformant. | |||
2011-01-15 | Merge branch 'bug2332_part2' into maint-0.2.1 | Nick Mathewson | |
2011-01-15 | Merge branch 'bug2324_uncompress' into maint-0.2.1 | Nick Mathewson | |
2011-01-15 | clean up message; explain a magic number in a comment | Nick Mathewson | |