Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-14 | Merge branch 'bug20894_029_v3' | Nick Mathewson | |
2017-02-14 | fixup! Don't atoi off the end of a buffer chunk. | Nick Mathewson | |
Use STATIC. | |||
2017-02-14 | Don't atoi off the end of a buffer chunk. | Nick Mathewson | |
Fixes bug 20894; bugfix on 0.2.0.16-alpha. We already applied a workaround for this as 20834, so no need to freak out (unless you didn't apply 20384 yet). | |||
2017-02-13 | Merge remote-tracking branch 'dgoulet/bug21116_030_01' | Nick Mathewson | |
2017-02-13 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2017-02-13 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-02-13 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2017-02-13 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2017-02-13 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2017-02-13 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-02-12 | Update geoip and geoip6 to the February 8 2017 database. | Karsten Loesing | |
2017-02-09 | whoops, removed a semicolon :( | Nick Mathewson | |
2017-02-09 | One more prop271 XXX. | Nick Mathewson | |
2017-02-09 | Update some more XXXXprop271 comments to refer to actual tickets or to be ↵ | Nick Mathewson | |
up-to-date | |||
2017-02-09 | Remove an XXXprop271 comment: turns out we didn't need a tristate | Nick Mathewson | |
2017-02-09 | Change "prop271" in XXXXs about guard Ed identity to refer to #20872. | Nick Mathewson | |
2017-02-09 | Remove a suggestion in an XXX271 comment; it is now 21424. | Nick Mathewson | |
2017-02-09 | Remove an XXXprop271 comment that has been replaced by #21423 | Nick Mathewson | |
2017-02-09 | Revise an XXXprop271 comment -- it has been superseded by #21422 | Nick Mathewson | |
2017-02-09 | Remove an XXXprop271 comment -- it has been replaced by #21421 | Nick Mathewson | |
2017-02-09 | Remove a redundant XXX271 comment | Nick Mathewson | |
2017-02-08 | test: Add missing socket errno in test_util.c | David Goulet | |
According to 21116, it seems to be needed for Wheezy Raspbian build. Also, manpage of socket(2) does confirm that this errno value should be catched as well in case of no support from the OS of IPv4 or/and IPv6. Fixes #21116 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-02-07 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2017-02-07 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2017-02-07 | Merge remote-tracking branch 'public/bug18710_025' into maint-0.2.5 | Nick Mathewson | |
2017-02-07 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-02-07 | Disable a log_backtrace (which 0.2.4 does not have) in 16248 fix | Nick Mathewson | |
2017-02-07 | Add comments to connection_check_event(). | Nick Mathewson | |
2017-02-07 | Change behavior on missing/present event to warn instead of asserting. | Nick Mathewson | |
Add a changes file. | |||
2017-02-07 | If we start/stop reading on a dnsserv connection, don't assert. | Nick Mathewson | |
Fixes bug 16248. Patch from cypherpunks. Bugfix on 0.2.0.1-alpha. | |||
2017-02-07 | Revert "Add hidserv-stats filname to our sandbox filter" | Nick Mathewson | |
Reverting this in 0.2.6 only -- we're no backporting seccomp2-loosening fixes to 0.2.6. This reverts commit 2ec5e24c58a08816ed2f09c8bd6301599bc2f2f7. | |||
2017-02-07 | Do not truncate too long hostnames | junglefowl | |
If a hostname is supplied to tor-resolve which is too long, it will be silently truncated, resulting in a different hostname lookup: $ tor-resolve $(python -c 'print("google.com" + "m" * 256)') If tor-resolve uses SOCKS5, the length is stored in an unsigned char, which overflows in this case and leads to the hostname "google.com". As this one is a valid hostname, it returns an address instead of giving an error due to the invalid supplied hostname. | |||
2017-02-07 | Merge branch 'teor_bug21357-v2_029' into maint-0.2.9 | Nick Mathewson | |
2017-02-07 | Merge branch 'bug21108_029' into maint-0.2.9 | Nick Mathewson | |
2017-02-07 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2017-02-07 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-02-07 | Backport the tonga->bifroest move to 0.2.4. | Nick Mathewson | |
This is a backport of 19728 and 19690 | |||
2017-02-07 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2017-02-07 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2017-02-07 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-02-07 | Merge remote-tracking branch 'public/bug19152_024_v2' into maint-0.2.4 | Nick Mathewson | |
2017-02-07 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2017-02-07 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-02-07 | Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.4 | Nick Mathewson | |
2017-02-07 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2017-02-07 | Refine the memwipe() arguments check for 18089 a little more. | Nick Mathewson | |
We still silently ignore memwipe(NULL, ch, 0); and memwipe(ptr, ch, 0); /* for ptr != NULL */ But we now assert on: memwipe(NULL, ch, 30); | |||
2017-02-07 | Make memwipe() do nothing when passed a NULL pointer or zero size | teor (Tim Wilson-Brown) | |
Check size argument to memwipe() for underflow. Closes bug #18089. Reported by "gk", patch by "teor". Bugfix on 0.2.3.25 and 0.2.4.6-alpha (#7352), commit 49dd5ef3 on 7 Nov 2012. | |||
2017-02-07 | Fix out-of-bounds read in INTRODUCE2 client auth | John Brooks | |
The length of auth_data from an INTRODUCE2 cell is checked when the auth_type is recognized (1 or 2), but not for any other non-zero auth_type. Later, auth_data is assumed to have at least REND_DESC_COOKIE_LEN bytes, leading to a client-triggered out of bounds read. Fixed by checking auth_len before comparing the descriptor cookie against known clients. Fixes #15823; bugfix on 0.2.1.6-alpha. | |||
2017-02-03 | Bump to 0.3.0.3-alpha-dev | Nick Mathewson | |
2017-02-03 | Fix "make distcheck". | Nick Mathewson | |
I had forgotten to include the fuzz_static_testcases.sh script in EXTRA_DIST. |