summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-10Use the correct bug #. For real this time. Thanks again, skruffytor-0.2.7.6Nick Mathewson
2015-12-10Use the correct bug #. Thanks, skruffyNick Mathewson
2015-12-10tweak 0276 changelog; copy it into the releasenotesNick Mathewson
2015-12-10Merge branch 'maint-0.2.7' into release-0.2.7Nick Mathewson
2015-12-10bump maint version to 0.2.7.6Nick Mathewson
2015-12-10Reflow and sort the changelog.Nick Mathewson
2015-12-10fold in the changes entriesRoger Dingledine
2015-12-10Merge branch 'maint-0.2.7' into release-0.2.7Roger Dingledine
2015-12-08Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-12-08Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-12-08Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-12-08Merge branch 'bug17772_024' into maint-0.2.4Nick Mathewson
2015-12-08Ensure node is a guard candidate when picking a directory guardArlo Breault
2015-12-08Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-12-08Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-12-08Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-12-08Fix a compilation warning introduced by clang 3.6Nick Mathewson
There was a dead check when we made sure that an array member of a struct was non-NULL. Tor has been doing this check since at least 0.2.3, maybe earlier. Fixes bug 17781.
2015-12-08Format IPv6 policies correctly.Nick Mathewson
Previously we'd suppressed the mask-bits field in the output when formatting a policy if it was >=32. But that should be a >=128 if we're talking about IPv6. Since we didn't put these in descriptors, this bug affects only log messages and controller outputs. Fix for bug 16056. The code in question was new in 0.2.0, but the bug was introduced in 0.2.4 when we started supporting IPv6 exits.
2015-12-07Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2015-12-07Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-12-07Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-12-05Update geoip and geoip6 to the December 1 2015 database.Karsten Loesing
2015-11-30Add changes file for 17722cypherpunks
2015-11-30Fix undefined behavior caused by memory overlapcypherpunks
The tor_cert_get_checkable_sig function uses the signing key included in the certificate (if available) when a separate public key is not given. When the signature is valid, the tor_cert_checksig function copies the public key from the checkable structure to the public key field of the certificate signing key. In situations where the separate public key is not given but the certificate includes a signing key, the source and destination pointers in the copy operation are equal and invoke undefined behavior. Undefined behaviour is avoided by ensuring both pointers are different.
2015-11-25Include netinet/in.h (if detected) in check for net/pfvar.hNick Mathewson
Patch from rubiate; fixes bug 17551.
2015-11-23Fix: use the right list in find_expiring_intro_point()David Goulet
The wrong list was used when looking up expired intro points in a rend service object causing what we think could be reachability issues and triggering a BUG log. Fixes #16702 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-11-20Merge branch 'maint-0.2.7' into release-0.2.7Nick Mathewson
2015-11-20bump version to 0.2.7-devNick Mathewson
2015-11-20prepare for a release.tor-0.2.7.5Nick Mathewson
2015-11-13add a dedication paragraph; reflow another.Nick Mathewson
2015-11-13Merge branch 'maint-0.2.7' into release-0.2.7Nick Mathewson
2015-11-13Bump to 0.2.7.5Nick Mathewson
2015-11-10start trying to write a blurbNick Mathewson
2015-11-05Re-order and condense some ReleaseNotes itemsNick Mathewson
2015-11-05Remove all bugfix-on-0.2.7.x items from ReleaseNotesNick Mathewson
2015-11-05Start the ReleaseNotes for 0.2.7.5.Nick Mathewson
This is just the changelogs for 0.2.7.[1234]-{alpha,rc} passed through sortChanges.pl.
2015-10-21remove a comma that coderman didn't liketor-0.2.7.4-rcNick Mathewson
2015-10-21Reflow changelogNick Mathewson
2015-10-21Edit more changelog text (thanks to rl1987 for noticing)Nick Mathewson
2015-10-21Edit some changelog textNick Mathewson
2015-10-21More 0274-rc changelog updatingNick Mathewson
2015-10-21Merge branch 'maint-0.2.7' into release-0.2.7Nick Mathewson
2015-10-21Note that you can use a unix domain socket for hsportNick Mathewson
2015-10-21Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7Nick Mathewson
2015-10-21Fix the return valueNick Mathewson
2015-10-21Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7Nick Mathewson
2015-10-21Check for len < 4 in dn_indicates_v3_certNick Mathewson
Without this check, we potentially look up to 3 characters before the start of a malloc'd segment, which could provoke a crash under certain (weird afaik) circumstances. Fixes 17404; bugfix on 0.2.6.3-alpha.
2015-10-21Fix a memory leak in reading an expired ed signing key.Nick Mathewson
Closes 17403.
2015-10-21Reflow changelogNick Mathewson
2015-10-21Fold new entries into ChangeLog for 0.2.7.4-rcNick Mathewson