Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-12 | Make get_total_system_memory mockable. | Alexander Færøy | |
This patch makes get_total_system_memory mockable, which allows us to alter the return value of the function in tests. See: https://bugs.torproject.org/24782 | |||
2018-03-28 | Add a paranoia check in string_is_valid_nonrfc_hostname() | Nick Mathewson | |
The earlier checks in this function should ensure that components is always nonempty. But in case somebody messes with them in the future, let's add an extra check to make sure we aren't crashing. | |||
2018-03-28 | Rename string_is_valid_hostname -> string_is_valid_nonrfc_hostname | Nick Mathewson | |
Per discussion on 25055. | |||
2018-03-28 | Don't strlen before checking for NULL | rl1987 | |
2018-03-28 | Tweak loop condition | rl1987 | |
2018-03-28 | Don't explode on NULL or empty string | rl1987 | |
2018-03-28 | Simplify hostname validation code | rl1987 | |
2018-03-28 | Validate hostnames with punycode TLDs correctly | rl1987 | |
2018-03-28 | Improve handling of trailing dot | rl1987 | |
2018-03-28 | Refrain from including <ctype.h> | rl1987 | |
2018-03-28 | Call strlen() once | rl1987 | |
2018-03-28 | Fix bracketed IPv6 string validation | rl1987 | |
2018-03-28 | Do not consider IP strings valid DNS names. Fixes #25055 | rl1987 | |
2018-03-28 | Allow IPv6 address strings to be used as hostnames in SOCKS5 requests | rl1987 | |
2018-03-26 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-03-26 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-03-26 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-03-20 | Remove sb_poll check: all poll() calls are ok. | Nick Mathewson | |
2018-03-20 | Add the poll() syscall as permitted by the sandbox | Nick Mathewson | |
Apparently, sometimes getpwnam will call this. Fixes bug 25513. | |||
2018-03-03 | Update tor.1.txt with the currently available log domains. | Alexander Færøy | |
See: https://bugs.torproject.org/25378 | |||
2018-02-16 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-02-16 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-02-16 | Merge remote-tracking branch 'dgoulet/ticket24902_029_05' into maint-0.2.9 | Nick Mathewson | |
2018-02-13 | Merge remote-tracking branch 'dgoulet/ticket24902_029_05' | Nick Mathewson | |
2018-02-12 | Have tor_addr hashes return a randomized hash for AF_UNSPEC. | Nick Mathewson | |
We don't expect this to come up very much, but we may as well make sure that the value isn't predictable (as we do for the other addresses) in case the issue ever comes up. Spotted by teor. | |||
2018-02-12 | Fix a typo in an address_set.c comment. | Nick Mathewson | |
2018-02-11 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-02-11 | Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9 | Nick Mathewson | |
2018-02-11 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-02-11 | Merge branch 'ticket24315_029' into maint-0.2.9 | Nick Mathewson | |
2018-02-11 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-02-11 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-02-11 | Merge remote-tracking branch 'public/bug21074_029' into maint-0.2.9 | Nick Mathewson | |
2018-02-11 | fix compilation. | Nick Mathewson | |
2018-02-11 | Merge branch 'bug25120' | Nick Mathewson | |
2018-02-11 | Lower log-level in different error conditions in entropy selection. | Alexander Færøy | |
This patch lowers the log-level from warning to info in the cases where we are going to attempt another method as entropy source to hopefully make the user feel less concerned. See: https://bugs.torproject.org/25120 | |||
2018-02-10 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-02-10 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-02-10 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-02-09 | whitespace and typo cleanups | Roger Dingledine | |
2018-02-09 | Merge remote-tracking branch 'dgoulet/ticket24902_029_05' | Nick Mathewson | |
2018-02-08 | Merge branch 'ticket25183_029_01' into ticket24902_029_05 | David Goulet | |
2018-02-08 | Function to add an ipv4 address to an address_set | Nick Mathewson | |
This is a convenience function, so callers don't need to wrap the IPv4 address. | |||
2018-02-08 | Add an address-set backend using a bloom filter. | Nick Mathewson | |
We're going to need this to make our anti-DoS code (see 24902) more robust. | |||
2018-02-07 | more fixes for typos, grammar, whitespace, etc | Roger Dingledine | |
some of these ought to have been noticed by the "misspell" tool, so if anybody is debugging it, here are some bug reports :) | |||
2018-02-07 | Fix wide lines from typo-fix patch. | Nick Mathewson | |
2018-02-07 | Fix spelling mistakes corresponding to ticket #23650 | Deepesh Pathak | |
2018-02-01 | Slightly different wording for error cases around entropy source selection. | Alexander Færøy | |
This patch makes the wording around error cases for selecting an entropy source in Tor slightly more verbose. We also let the user know when something goes wrong that we are trying out a fallback method instead. See: https://bugs.torproject.org/25120 | |||
2018-02-01 | Merge branch 'bug24658-rsa_squashed' | Nick Mathewson | |
2018-02-01 | Add crypto_rsa.[ch] to include.am | Fernando Fernandez Mancera | |
Included crypto_rsa.[ch] into include.am in order to resolve a compiling issue. Follows #24658. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> |