Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Depending on script mode, either use 'whitelist' or 'fallback list' | rl1987 | |
2019-01-15 | In updateFallbackDirs.py, say 'fallback list' instead of 'whitelist' | rl1987 | |
2018-12-12 | Merge branch 'ticket28755_v2_squashed' | Nick Mathewson | |
2018-12-12 | Copy the nss-related changes into fuzzing_include_am.py. | Nick Mathewson | |
2018-12-12 | Fuzzing module for various string operations, currently focusing on | Nick Mathewson | |
encoding and decoding. There are bunches of places where we don't want to invest in a full fuzzer, but we would like to make sure that some string operation can handle all its possible inputs. This fuzzer uses the first byte of its input to decide what to do with the rest of the input. Right now, all the possibilities are decoding a string, and seeing whether it is decodeable. If it is, we try to re-encode it and do the whole thing again, to make sure we get the same result. This turned up a lot of bugs in the key-value parser, and I think it will help in other cases too. Closes ticket 28808. | |||
2018-12-11 | Merge remote-tracking branch 'teor/ticket24838' | Nick Mathewson | |
2018-12-11 | Merge remote-tracking branch 'github/prop297' | Nick Mathewson | |
2018-12-11 | Merge remote-tracking branch 'teor/24805-phoul' | Nick Mathewson | |
2018-12-11 | Merge remote-tracking branch 'rl1987/ticket28007_take2' | Nick Mathewson | |
2018-12-08 | Let's not double-quote OUTPUTARG after all | rl1987 | |
2018-12-07 | Fallbacks: accept relays that are a fuzzy match to the whitelist | teor | |
If a relay matches at least one fingerprint, IPv4 address, or IPv6 address in the fallback whitelist, it can become a fallback. This reduces the work required to keep the list up to date. Closes ticket 28768. | |||
2018-12-07 | Fallbacks: refactor is_in_whitelist() to take an exact match boolean | teor | |
No behaviour change. Preparation for 24838. | |||
2018-12-07 | Fallbacks: Rename CONSENSUS_EXPIRY_TOLERANCE to REASONABLY_LIVE_TIME | teor | |
Cleanup after 28768. | |||
2018-12-07 | Fallbacks: use a 24 hour future consensus tolerance | teor | |
Tor clients on 0.3.5.6-rc? and later will use a consensus that will become valid up to 24 hours in the future. Clients on 0.3.5.5-alpha? and earlier won't accept future consensuses. Update the fallback expiry tolerance to match tor's checks. Part of 28768, follow-up on 28591. | |||
2018-12-07 | Fallbacks: use a 24 hour consensus expiry tolerance | teor | |
Tor clients will use a consensus that expired up to 24 hours ago. Clients on 0.3.5.5-alpha? and earlier won't select guards from an expired consensus, but they can still bootstrap if they have existing guards. Update the fallback expiry tolerance to match tor's checks. Part of 28768, follow-up on 24661. | |||
2018-12-07 | Fallbacks: minor script comment changes | teor | |
2018-12-05 | Merge remote-tracking branch 'tor-github/pr/531' | Nick Mathewson | |
2018-12-05 | Merge remote-tracking branch 'tor-github/pr/508' | Nick Mathewson | |
2018-11-29 | Mention --no-verify in error message | rl1987 | |
2018-11-29 | Improve comment at the top | rl1987 | |
2018-11-29 | Rename to pre-push.git-hook | rl1987 | |
2018-11-26 | Address SC2086 in scan-build.sh | rl1987 | |
We can safely silence SC2086 warning on $CHECKERS, as contents of that is hardcoded into script, and we don't want to require Bash to use Bash array here. Double-quote $OUTPUTARG, as it's value depends on environment variable. | |||
2018-11-26 | Silence SC2034 shellcheck checker for EXTRA_CHECKERS and NOISY_CHECKERS ↵ | rl1987 | |
variables | |||
2018-11-24 | Rewrite updateVersions script in Python, add datestamp functionality. | Nick Mathewson | |
This updateVersions.pl script was one of the only essential perl scripts left in out maint system, and was the only one that used autoconf to fill in the script. This script adds a feature to define an APPROX_RELEASE_DATE macro that is updated when the version changes. We'll use this to implement prop297, so that we have an accurate view of when a release date happens. | |||
2018-11-21 | Add CrackerboxPalace fallback | Colin Childs | |
2018-11-20 | Fix SC2230 warning | rl1987 | |
2018-11-20 | Fix SC2046 and SC2086 warnings | rl1987 | |
2018-11-20 | Also disallow fixup/squash commits in maint-* and release-* | rl1987 | |
2018-11-20 | Silence SC1117 warnings | rl1987 | |
2018-11-20 | Add pre-push git hook to prevent fixup and squash commits from ending up in ↵ | rl1987 | |
master | |||
2018-11-19 | Merge remote-tracking branch 'tor-github/pr/519' | Nick Mathewson | |
2018-11-15 | Fix shellcheck issues in cov-diff - SC2231, SC2006 and SC2086 | rl1987 | |
2018-11-15 | Fix one last SC2086 | rl1987 | |
2018-11-15 | Fix most instances of SC2086 warning | rl1987 | |
2018-11-15 | Fix shellcheck SC2006 warnings in 'coverage' script | rl1987 | |
2018-11-14 | Make the topological-sort output off by default | Nick Mathewson | |
2018-11-14 | Update the check-includes script to enforce some naming and no-circularity rules | Nick Mathewson | |
2018-11-04 | Fix all instances of shellcheck warning SC2006 | rl1987 | |
2018-11-02 | Merge remote-tracking branch 'tor-github/pr/449' | Nick Mathewson | |
2018-11-02 | Merge remote-tracking branch 'tor-github/pr/448' | Nick Mathewson | |
2018-10-29 | Fix shellcheck issue SC2217 in run_calltool.sh | rl1987 | |
2018-10-29 | Fix shellcheck warning SC2086 in run_calltool.sh | rl1987 | |
2018-10-29 | run_trunnel.sh: Use 'find -exec' instead of a 'for' loop | rl1987 | |
This fixes shellcheck warnings SC2044 and SC2006. | |||
2018-10-29 | Silence shellcheck SC2086 in run_trunnel.sh | rl1987 | |
2018-10-15 | Remove mullbinde9 from fallback list | Colin Childs | |
2018-10-15 | Adding hviv104 to fallback list | Colin Childs | |
2018-10-12 | Adding Quake to fallback list | Colin Childs | |
2018-10-12 | Remove aurora and chulak from fallback list | Colin Childs | |
2018-10-11 | Fix issues that shellcheck found in chutney-git-bisect.sh | rl1987 | |
2018-09-20 | Adding fallback relay | Colin Childs | |