Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-22 | Update README files with common style. | Bartosz Duszel | |
- external links use markdown's []() format, - local files are formated with backquotes, - duplicated new lines were removed, - unnecesary single spaces were removed, - broken links and local paths were updated. | |||
2020-03-19 | Merge branch 'tor-github/pr/1778' | George Kadianakis | |
2020-03-19 | Remove changes files that have appeared in 0.4.3.3-alpha | Nick Mathewson | |
(findMergedChanges.pl is the tool to do this.) | |||
2020-03-19 | Merge remote-tracking branch 'tor-github/pr/1807/head' | Nick Mathewson | |
2020-03-19 | Merge branch 'tor-github/pr/1792' | George Kadianakis | |
2020-03-19 | changes: Add changes file for ticket 33458 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-03-19 | hs-v3: Improve accessor semantic of client cached object | David Goulet | |
Add an inline helper function that indicates if the cached object contains a decrypted descriptor or not. The descriptor object is NULL if tor is unable to decrypt it (lacking client authorization) and some actions need to be done only when we have a decrypted object. This improves code semantic. Fixes #33458 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-03-19 | Merge branch 'maint-0.4.3' | teor | |
2020-03-19 | doc: Fix a manual page typo | teor | |
And consistently talk about extra-info document publishing. Obviously correct documentation changes. | |||
2020-03-19 | coverity: Silence spurious unreachable warning | teor | |
Closes bug 33641; not in any released version of tor. | |||
2020-03-19 | Merge branch 'maint-0.4.3' | teor | |
2020-03-19 | practracker: Regenerate exceptions file | teor | |
Accept the current state of the tor codebase, including all the files and functions that have increased technical debt over the last few months. Accepts all the current practracker warnings, so that reviewers can focus on new warnings. Closes ticket 33635. | |||
2020-03-19 | Merge remote-tracking branch 'tor-github/pr/1806' into maint-0.4.3 | teor | |
2020-03-19 | fix typo in comment | Roger Dingledine | |
2020-03-19 | doc: Fix a man page typo | teor | |
Obviously correct changes to already-reviewed code. | |||
2020-03-18 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
"ours" to avoid version bump. | |||
2020-03-18 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2020-03-18 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2020-03-18 | Merge branch 'maint-0.3.5' into maint-0.4.1 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2020-03-18 | Bump version to 0.4.2.7-dev | Nick Mathewson | |
2020-03-18 | Bump version to 0.4.1.9-dev | Nick Mathewson | |
2020-03-18 | Bump version to 0.3.5.10-dev | Nick Mathewson | |
2020-03-18 | Copy changelogs for today's releases to master. | Nick Mathewson | |
2020-03-18 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-18 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-03-18 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-03-18 | Merge branch 'maint-0.3.5' into maint-0.4.1 | Nick Mathewson | |
2020-03-18 | Port rsa_private_key_too_long() to work on OpenSSL 1.1.0. | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.3.5' into maint-0.4.1 | Nick Mathewson | |
2020-03-17 | Merge branch 'trove_2020_002_041' into maint-0.4.1 | Nick Mathewson | |
2020-03-17 | Merge branch 'trove_2020_002_035' into maint-0.3.5 | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-03-17 | Merge branch 'trove_2020_004_041_v2' into maint-0.4.1 | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-17 | Split a wide line. | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-17 | Add unittest for TROVE-2020-003. | George Kadianakis | |
This unittest currently fails on purpose (to demonstrate the bug) but it will stop failing after the next commit (the bugfix). | |||
2020-03-17 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.3.5' into maint-0.4.1 | Nick Mathewson | |
2020-03-17 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-03-17 | Fix TROVE-2020-003. | George Kadianakis | |
Given that ed25519 public key validity checks are usually not needed and (so far) they are only necessary for onion addesses in the Tor protocol, we decided to fix this specific bug instance without modifying the rest of the codebase (see below for other fix approaches). In our minimal fix we check that the pubkey in hs_service_add_ephemeral() is valid and error out otherwise. | |||
2020-03-17 | Trivial bugfixes found during TROVE investigation. | George Kadianakis | |
2020-03-17 | Merge branch 'trove_2020_002_035' into trove_2020_002_041 | Nick Mathewson | |
2020-03-17 | Use >= consistently with max_bits. | Nick Mathewson | |