Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-26 | Changes file for proposal 350 phase 1 | Nick Mathewson | |
2024-06-26 | Do not publish TAP key when publish-dummy-tap-key is 0. | Nick Mathewson | |
2024-06-26 | Update supported protovers for prop350 | Nick Mathewson | |
Relay=1 is no longer supported; it corresponds to TAP. Microdesc=3 and Desc=3 are now supported; they correspond to the ability to handle (micro)descriptors without TAP onion keys. | |||
2024-06-26 | Add a test for parsing a routerdesc with no TAP key. | Nick Mathewson | |
2024-06-26 | Add a test for a microdesc with no onion key. | Nick Mathewson | |
2024-06-26 | Remove a now-unused variable. | Nick Mathewson | |
2024-06-26 | process_descs: Authorities require TAP keys for now. | Nick Mathewson | |
2024-06-26 | Routerparse: accept routerdescs without TAP keys. | Nick Mathewson | |
2024-06-26 | routerparse: Simplify checking for now-mandatory elements | Nick Mathewson | |
All of these elements are now mandatory, so we can now simplify our logic for making sure that they are all present or all not-present. | |||
2024-06-26 | Rename "onion_pkey" fields in routerinfo_t, and make them optional. | Nick Mathewson | |
(Renaming them has forced me to look at every place where they are used, so I can make sure that they are really optional now.) | |||
2024-06-26 | Remove node_get_rsa_onion_key | Nick Mathewson | |
2024-06-26 | Remove TAP key from extend_info_t | Nick Mathewson | |
2024-06-24 | Make onion-key body optional in microdescs | Nick Mathewson | |
Also, stop storing onion keys in microdesc_t. (In prop350, for microdescs, we are making the body optional; the "onion-key" entry is still mandatory, so that we can tell where microdescs begin.) | |||
2024-06-24 | Remove support for deciding to use CREATE/EXTEND/TAP. | Nick Mathewson | |
2024-06-24 | prop350: Remove all support for TAP, CREATE, and EXTEND. | Nick Mathewson | |
2024-06-24 | prop350: Stop accepting CREATE and EXTEND. | Nick Mathewson | |
2024-06-18 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-06-18 | bridge: Always put transport-info line | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-06-18 | Clean-up Managed Proxy state in PT tests. | Alexander Færøy | |
This patch makes sure we clean up our version and implementation fields in our Managed Proxy struct after each test run. This was detected by LeakSanitizer. See: tpo/core/tor#11101. | |||
2024-06-18 | Add changes file for tpo/core/tor#11101. | Alexander Færøy | |
2024-06-18 | Add implementation and version metadata to bridge extra-info. | Alexander Færøy | |
This patch adds two new keys to bridges' extra-info document: "transport-version" and "transport-implementation". These two new values always appear together (if one is missing, the other one will be missing too) and is parsed from PT's STATUS TYPE=version messages. See: tpo/core/tor#11101. | |||
2024-06-18 | Include "IMPLEMENTATION" parameter to STATUS TYPE=version PT messages. | Alexander Færøy | |
2024-06-18 | Drop requirement for TRANSPORT being present in STATUS messages. | Alexander Færøy | |
2024-06-18 | Add support for PT STATUS TYPE=version messages. | Alexander Færøy | |
This patch adds support for handling the version status message. Once we receive such message, we add the given version string to the managed_proxy_t instance. Note this value can be NULL and the value can change throughout the lifetime of the PT as multiple status version messages are handled. See: tpo/core/tor#11101 | |||
2024-06-18 | Merge branch 'sandbox-bwauth' into 'main' | David Goulet | |
fix sandbox for bandwidth authority Closes #40933 See merge request tpo/core/tor!821 | |||
2024-06-07 | fix sandbox for bandwidth authority | Peter Palfrader | |
2024-06-06 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-06-06 | version: Bump version to 0.4.8.12-dev | Tor CI Release | |
2024-06-06 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-06-06 | version: Bump version to 0.4.8.12 | Tor CI Release | |
2024-06-06 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-06-06 | fallbackdir: Update list generated on June 06, 2024 | Tor CI Release | |
2024-06-06 | Update geoip files to match ipfire location db, 2024/06/06. | Tor CI Release | |
2024-05-30 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-05-30 | Update OverloadStatistics to match prop 328 | Georg Koppen | |
Closes: #40940. | |||
2024-05-30 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-05-30 | Merge branch 'ticket40689_048_01' into maint-0.4.8 | David Goulet | |
2024-05-30 | Merge branch 'ticket40689_048_01' into 'main' | David Goulet | |
dirauth: Add new faravahar Closes #40689 See merge request tpo/core/tor!819 | |||
2024-05-30 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-05-30 | scripts: Fix Python3 warnings | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-05-30 | dirauth: Add new faravahar | David Goulet | |
Brand new address, brand new keys, brand new day. Closes #40689 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-05-29 | Merge branch 'typos' into 'main' | David Goulet | |
fix a few comment typos See merge request tpo/core/tor!818 | |||
2024-05-29 | fix a few comment typos | Roger Dingledine | |
2024-04-30 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-04-30 | Fix typo in tor-relays list address | hiro | |
2024-04-29 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-04-29 | Merge branch 'm4-serial-fix' into 'main' | David Goulet | |
m4: update ax_check_compile_flag.m4 from autoconf-archive See merge request tpo/core/tor!813 | |||
2024-04-23 | Merge branch 'changelogs' into 'main' | Alexander Færøy | |
forward-port the 0.4.8.10 and .11 changelogs See merge request tpo/core/tor!814 | |||
2024-04-19 | fix changelog typos and clean up a bit | Roger Dingledine | |
2024-04-19 | m4: update ax_check_compile_flag.m4 from autoconf-archive | Sam James | |
I noticed this when doing some M4 macro analysis work, and saw that the version of `ax_check_compile_flag.m4` in Tor has two serial lines ('serial 5' and 'serial 6') which is invalid. We could just fix one of the lines, but it makes more sense to just sync with upstream, I think. Import ax_check_compile_flag.m4 from autoconf-archive at latest commit at time of writing (4e8aab846b0872fba99f1fe02ebcdff178a34c87). Signed-off-by: Sam James <sam@gentoo.org> |