- Jul 23, 2018
-
-
juga authored
-
- Jul 16, 2018
-
-
If an authority is not configured with a V3BandwidthsFile, this line SHOULD NOT appear in its vote. If an authority is configured with a V3BandwidthsFile, but parsing fails, this line SHOULD appear in its vote, but without any headers. Part of 3723, implements the spec in 26799.
-
juga authored
-
juga authored
-
juga authored
-
juga authored
and complete v1.0.0 bandwidth file
-
juga authored
also add tests for bw_file_headers. Headers are all that is found before a correct relay line or the terminator. Tests include: * a empty bandwidth file * a bandwidth file with only timestamp * a bandwidth file with v1.0.0 headers * a bandwidth file with v1.0.0 headers and relay lines * a bandwidth file with v1.1.0 headers and v1.0.0 relay lines * a bandwidth file with v1.0.0 headers, malformed relay lines and relay lines * a bandwidth file with v1.0.0 headers, malformed relay lines, relay lines and malformed relay lines * a bandwidth file with v1.1.0 headers without terminator * a bandwidth file with v1.1.0 headers with terminator * a bandwidth file with v1.1.0 headers without terminator and relay lines * a bandwidth file with v1.1.0 headers with terminator and relay lines * a bandwidth file with v1.1.0 headers without terminator, bad relay lines and relay lines * a bandwidth file with v1.1.0 headers with terminator, bad relay lines and relay lines
-
juga authored
If bandwidth file terminator is found, set end of headers flag and do not store the line. If it is not, parse a relay line and check whether it is a header line.
-
juga authored
and add bw file terminator constant
-
juga authored
bandwidth-file
-
juga authored
-
juga authored
-
juga authored
to avoid interpreting as headers extra lines that are not key_values
-
juga authored
when there are not bw file headers lines.
-
juga authored
* add bwlist_headers argument to dirserv_read_measured_bandwidth in order to store all the headers found when parsing the file * add bwlist_headers to networkstatus_t in order to store the the headers found by the previous function * include the bandwidth headers as string in vote documents * add test to check that dirserv_read_measured_bandwidth generates the bwlist_headers
-
Nick Mathewson authored
Coverity rightly complains that early in the function we're checking whether username is NULL, and later we're passing it unconditionally to strlen(). Fixes CID 1437967. Bug not in any released Tor.
-
- Jul 15, 2018
-
-
Nick Mathewson authored
-
- Jul 13, 2018
-
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Taylor Yu authored
-
Roger Dingledine authored
-
- Jul 12, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This fixes a memory leak found by fuzzing.
-
Nick Mathewson authored
-
Roger Dingledine authored
The "Bifroest" bridge authority has been retired; the new bridge authority is "Serge", and it is operated by George from the TorBSD project. Closes ticket 26771.
-
Nick Mathewson authored
-
-
-
-
-
-
We pullup 512 bytes of input to make sure that at least one SOCKS message ends up in head of linked list
-
-
-
-
-
-