Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-28 | Bug 12498 needs a changes file. | Nick Mathewson | |
2015-05-26 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-05-26 | Fix --enable-systemd builds on systems with libsystemd but not systemd | Nick Mathewson | |
Fixes bug 16164; bugfix on 0.2.6.3-alpha. Patch from Peter Palfrader. | |||
2015-05-21 | Merge remote-tracking branch 'yawning/ticket16140' | Nick Mathewson | |
2015-05-21 | Revert the broken part of 548b4be | Nick Mathewson | |
Fixes 16152. | |||
2015-05-21 | Remove support for OpenSSL without ECC. | Yawning Angel | |
As OpenSSL >= 1.0.0 is now required, ECDHE is now mandatory. The group has to be validated at runtime, because of RedHat lawyers (P224 support is entirely missing in the OpenSSL RPM, but P256 is present and is the default). Resolves ticket #16140. | |||
2015-05-21 | Merge remote-tracking branch 'yawning/bug16052a_027' | Nick Mathewson | |
2015-05-20 | Merge branch 'bug16034_no_more_openssl_098_squashed' | Nick Mathewson | |
Conflicts: src/test/testing_common.c | |||
2015-05-20 | Remove code to support OpenSSL 0.9.8 | Nick Mathewson | |
2015-05-20 | Add "HiddenServiceMaxStreams" as a per-HS tunable. | Yawning Angel | |
When set, this limits the maximum number of simultaneous streams per rendezvous circuit on the server side of a HS, with further RELAY_BEGIN cells being silently ignored. This can be modified via "HiddenServiceMaxStreamsCloseCircuit", which if set will cause offending rendezvous circuits to be torn down instead. Addresses part of #16052. | |||
2015-05-18 | Merge remote-tracking branch 'andrea/ticket15358_squashed_2' | Nick Mathewson | |
2015-05-17 | Changes file for ticket 15358 | Andrea Shepard | |
2015-05-16 | Fix crash on HUP with mixed ephemeral services | John Brooks | |
Ephemeral services will be listed in rend_services_list at the end of rend_config_services, so it must check whether directory is non-NULL before comparing. This crash happens when reloading config on a tor with mixed configured and ephemeral services. Fixes bug #16060. Bugfix on 0.2.7.1-alpha. | |||
2015-05-14 | Add missing descriptor ID to HS_DESC control event | David Goulet | |
For FAILED and RECEIVED action of the HS_DESC event, we now sends back the descriptor ID at the end like specified in the control-spec section 4.1.25. Fixes #15881 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-05-13 | Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2015-05-11 | Add a .dummy file in the changes directory to stop git from removing ittor-0.2.7.1-alpha | Nick Mathewson | |
2015-05-11 | Tweak changelog more. | Nick Mathewson | |
2015-05-05 | Merge remote-tracking branch 'public/bug15821_025' | Nick Mathewson | |
2015-05-05 | Fix out-of-bounds read in INTRODUCE2 client auth | John Brooks | |
The length of auth_data from an INTRODUCE2 cell is checked when the auth_type is recognized (1 or 2), but not for any other non-zero auth_type. Later, auth_data is assumed to have at least REND_DESC_COOKIE_LEN bytes, leading to a client-triggered out of bounds read. Fixed by checking auth_len before comparing the descriptor cookie against known clients. Fixes #15823; bugfix on 0.2.1.6-alpha. | |||
2015-05-05 | Re-sort and flow the changelog. Add new entry | Nick Mathewson | |
2015-05-04 | Add "+HSPOST" and related "HS_DESC" event flags to the controller. | Donncha O'Cearbhaill | |
"+HSPOST" and the related event changes allow the uploading of HS descriptors via the control port, and more comprehensive event monitoring of HS descriptor upload status. | |||
2015-04-30 | Move changes entries into changelog for 0.2.7.1-alpha | Nick Mathewson | |
2015-04-30 | Make lintChanges happy | Nick Mathewson | |
2015-04-30 | remove changes files for already-moved things | Nick Mathewson | |
2015-04-28 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-04-28 | Revert "Remove obsolete workaround in dirserv_thinks_router_is_hs_dir()" | David Goulet | |
Fixes #15850, part of #15801. Change file is added by this commit. The original comment in the reverted commit is removed because right now we *need* a DirPort until #15849 is implemented so no doubt nor confusion there anymore. This reverts commit 80bed1ac96a3035f8c55ddced5528f0d7d16d386. Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-04-28 | Merge branch 'feature6411_v4' | Nick Mathewson | |
2015-04-28 | Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller. | Yawning Angel | |
These commands allow for the creation and management of ephemeral Onion ("Hidden") services that are either bound to the lifetime of the originating control connection, or optionally the lifetime of the tor instance. Implements #6411. | |||
2015-04-27 | Merge remote-tracking branch 'origin/maint-0.2.6' | Nick Mathewson | |
2015-04-27 | Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2015-04-27 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2015-04-27 | Merge remote-tracking branch 'karsten/geoip6-apr2015' into maint-0.2.4 | Nick Mathewson | |
2015-04-27 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2015-04-24 | Update geoip6 to the April 8 2015 database. | Karsten Loesing | |
2015-04-24 | Update geoip to the April 8 2015 database. | Karsten Loesing | |
2015-04-23 | changes for 14847 | Nick Mathewson | |
2015-04-23 | Merge remote-tracking branch 'public/remove_old_libevent_autoconf_stuff' | Nick Mathewson | |
2015-04-23 | Add changes file for 15344. | cypherpunks | |
2015-04-23 | Merge remote-tracking branch 'public/bug15546' | Nick Mathewson | |
2015-04-23 | Merge remote-tracking branch 'andrea/ticket14840' | Nick Mathewson | |
2015-04-23 | changes file for 14845 | Nick Mathewson | |
2015-04-23 | Merge remote-tracking branch 'teor/bug-15642-v3-fallback-unit-tests' | Nick Mathewson | |
2015-04-23 | Merge remote-tracking branch 'public/bug15745_027_03' | Nick Mathewson | |
2015-04-23 | Merge branch 'feature15652_squashed' | Nick Mathewson | |
2015-04-23 | Use a custom Base64 encoder with more control over the output format. | Yawning Angel | |
2015-04-23 | Merge remote-tracking branch 'teor/bug-15771-reachability' | Nick Mathewson | |
2015-04-23 | Unit tests for consider_adding_dir_servers() as modified in #15642 | teor | |
Unit tests for the 10 valid combinations of set/NULL config options DirAuthorities, AlternateBridgeAuthority, AlternateDirAuthority, and FallbackDir. Add assertion in consider_adding_dir_servers() for checks in validate_dir_servers(): "You cannot set both DirAuthority and Alternate*Authority." | |||
2015-04-23 | Disable default fallback directories when other directories are set | teor | |
Only add the default fallback directories when the DirAuthorities, AlternateDirAuthority, and FallbackDir directory config options are set to their defaults. The default fallback directory list is currently empty, this fix will only change tor's behaviour when it has default fallback directories. Fixes bug 15642; bugfix on 90f6071d8dc0 in 0.2.4.7-alpha. Patch by "teor". | |||
2015-04-22 | Reachability should check ExtendAllowPrivateAddresses not TestingTorNetwork | teor | |
When self-testing reachability, use ExtendAllowPrivateAddresses to determine if local/private addresses imply reachability. The previous fix used TestingTorNetwork, which implies ExtendAllowPrivateAddresses, but this excluded rare configs where ExtendAllowPrivateAddresses is set but TestingTorNetwork is not. Fixes bug 15771; bugfix on 0.2.6.1-alpha, bug #13924. Patch by "teor", issue discovered by CJ Ess. | |||
2015-04-21 | Use correct severity in the get_if_addrs tests. | Yawning Angel | |