]>
git.ipfire.org Git - thirdparty/tor.git/log
Nick Mathewson [Wed, 7 Oct 2015 18:31:21 +0000 (14:31 -0400)]
Fix 32-bit case of rend_cache/entry_allocation
Nick Mathewson [Wed, 7 Oct 2015 18:29:14 +0000 (14:29 -0400)]
Fix implicit overflow in rendcache tests
Nick Mathewson [Wed, 7 Oct 2015 13:34:49 +0000 (09:34 -0400)]
changes file for 17078
Nick Mathewson [Wed, 7 Oct 2015 13:34:02 +0000 (09:34 -0400)]
Fix "make check-spaces"
Nick Mathewson [Wed, 7 Oct 2015 13:32:51 +0000 (09:32 -0400)]
Merge remote-tracking branch 'twstrike/procmon_tests'
Conflicts:
src/test/include.am
src/test/log_test_helpers.c
src/test/log_test_helpers.h
Nick Mathewson [Tue, 6 Oct 2015 15:32:37 +0000 (11:32 -0400)]
fix check-spaces once more
Nick Mathewson [Tue, 6 Oct 2015 15:32:06 +0000 (11:32 -0400)]
Merge remote-tracking branch 'twstrike/rendcache_tests'
Conflicts:
src/test/include.am
src/test/rend_test_helpers.c
src/test/rend_test_helpers.h
Nick Mathewson [Tue, 6 Oct 2015 15:20:33 +0000 (11:20 -0400)]
Merge remote-tracking branch 'twstrike/util_format_tests'
Conflicts:
src/test/test_util_format.c
Nick Mathewson [Tue, 6 Oct 2015 15:02:55 +0000 (11:02 -0400)]
changes file for #16563
Nick Mathewson [Tue, 6 Oct 2015 14:57:31 +0000 (10:57 -0400)]
Merge remote-tracking branch 'tvdw/fix-16563'
Nick Mathewson [Tue, 6 Oct 2015 13:59:47 +0000 (09:59 -0400)]
Fix compilation with openssl 1.1 by forcibly disabling some tests
Some of these tests can be ported to work with openssl 1.1, but
probably some can't.
Nick Mathewson [Tue, 6 Oct 2015 13:40:56 +0000 (09:40 -0400)]
Allow case-insensitive match in test_tortls_debug_state_callback
Nick Mathewson [Tue, 6 Oct 2015 13:06:57 +0000 (09:06 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 6 Oct 2015 13:04:37 +0000 (09:04 -0400)]
Work around openssl declaring x509_get_not{Before,After} as functions
Now that x509_get_not{Before,After} are functions in OpenSSL 1.1
(not yet releasesd), we need to define a variant that takes a const
pointer to X509 and returns a const pointer to ASN1_time.
Part of 17237. I'm not convinced this is an openssl bug or a tor
bug. It might be just one of those things.
Nick Mathewson [Tue, 6 Oct 2015 12:58:03 +0000 (08:58 -0400)]
Fix 17251: avoid integer overflow in test_crypto_slow
Ola Bini [Mon, 5 Oct 2015 19:31:10 +0000 (14:31 -0500)]
Fix spaces and other smaller issues
rl1987 [Mon, 5 Oct 2015 18:56:27 +0000 (21:56 +0300)]
Fix compilation failure when SSL_SESSION_get_master_key() is provided by OpenSSL.
Ola Bini [Mon, 5 Oct 2015 18:42:43 +0000 (13:42 -0500)]
Fix spaces
Ola Bini [Mon, 5 Oct 2015 18:41:00 +0000 (13:41 -0500)]
Fix compiling under gcc warnings to errors
Tom van der Woerdt [Sun, 4 Oct 2015 17:55:38 +0000 (19:55 +0200)]
Use __FUNCTION__ instead of __PRETTY_FUNCTION__
Fixes ticket #16563
Roger Dingledine [Sun, 4 Oct 2015 16:28:25 +0000 (12:28 -0400)]
fix easy typo
Ola Bini [Sat, 3 Oct 2015 23:46:40 +0000 (18:46 -0500)]
Fix spaces warnings
Ola Bini [Sat, 3 Oct 2015 23:37:29 +0000 (18:37 -0500)]
Actually test success cases as well
Nick Mathewson [Fri, 2 Oct 2015 16:44:55 +0000 (18:44 +0200)]
Perhaps this is the permutation of headers that will please everything
Nick Mathewson [Fri, 2 Oct 2015 16:31:43 +0000 (18:31 +0200)]
Try to fix mingw build.
Nick Mathewson [Fri, 2 Oct 2015 15:56:10 +0000 (17:56 +0200)]
These logs seem openssl-version-dependent
Nick Mathewson [Fri, 2 Oct 2015 13:57:33 +0000 (15:57 +0200)]
Avoid warnings in tortls.h includes
Nick Mathewson [Fri, 2 Oct 2015 13:39:08 +0000 (15:39 +0200)]
Fix a 32-bit error from jenkins
Nick Mathewson [Fri, 2 Oct 2015 13:36:59 +0000 (15:36 +0200)]
Fix "make distcheck"
Nick Mathewson [Fri, 2 Oct 2015 13:13:19 +0000 (15:13 +0200)]
clean up whitespace
Nick Mathewson [Fri, 2 Oct 2015 13:12:04 +0000 (15:12 +0200)]
Fix warnings.
Nick Mathewson [Fri, 2 Oct 2015 13:04:28 +0000 (15:04 +0200)]
Merge remote-tracking branch 'twstrike/dir-handle-cmd-get'
Nick Mathewson [Fri, 2 Oct 2015 12:35:16 +0000 (14:35 +0200)]
changes file for 17082
Nick Mathewson [Fri, 2 Oct 2015 12:33:54 +0000 (14:33 +0200)]
Fix "make check-spaces"
Nick Mathewson [Fri, 2 Oct 2015 12:20:28 +0000 (14:20 +0200)]
Make test_tortls compile without warnings
Nick Mathewson [Fri, 2 Oct 2015 12:12:27 +0000 (14:12 +0200)]
Merge remote-tracking branch 'twstrike/tortls_tests'
Nick Mathewson [Fri, 2 Oct 2015 11:56:28 +0000 (13:56 +0200)]
Merge remote-tracking branch 'teor/warn-when-time-goes-backwards'
Nick Mathewson [Fri, 2 Oct 2015 11:54:20 +0000 (13:54 +0200)]
Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals'
(Minor conflicts)
Nick Mathewson [Fri, 2 Oct 2015 11:47:08 +0000 (13:47 +0200)]
Fix a test failure
Nick Mathewson [Fri, 2 Oct 2015 11:40:26 +0000 (13:40 +0200)]
Merge remote-tracking branch 'donncha/feature14846_4'
Nick Mathewson [Fri, 2 Oct 2015 11:22:00 +0000 (13:22 +0200)]
Fix check-spaces complaints
Nick Mathewson [Fri, 2 Oct 2015 11:15:36 +0000 (13:15 +0200)]
Merge remote-tracking branch 'sebastian/bug17026'
Nick Mathewson [Fri, 2 Oct 2015 11:15:20 +0000 (13:15 +0200)]
new headers must get distributed
Nick Mathewson [Fri, 2 Oct 2015 11:13:58 +0000 (13:13 +0200)]
Clean up compat_libevent tests
Nick Mathewson [Fri, 2 Oct 2015 11:03:43 +0000 (13:03 +0200)]
Fix style and compilation in log_test_helpers
Nick Mathewson [Fri, 2 Oct 2015 10:56:37 +0000 (12:56 +0200)]
Merge remote-tracking branch 'twstrike/compat_libevent_tests'
Nick Mathewson [Fri, 2 Oct 2015 10:52:35 +0000 (12:52 +0200)]
Give test_util_format some succeeding test cases
Nick Mathewson [Fri, 2 Oct 2015 10:44:35 +0000 (12:44 +0200)]
Add notes and whitespace fixes to test_util_format
Nick Mathewson [Fri, 2 Oct 2015 10:40:30 +0000 (12:40 +0200)]
Merge remote-tracking branch 'twstrike/util_format_tests'
teor (Tim Wilson-Brown) [Fri, 2 Oct 2015 08:51:53 +0000 (10:51 +0200)]
Ignore OS X .DS_Store files
teor (Tim Wilson-Brown) [Thu, 1 Oct 2015 07:58:15 +0000 (09:58 +0200)]
fixup #17188: Add most likely reasons for clock going backwards
Add "You might have an empty clock battery or bad NTP server."
Nick Mathewson [Wed, 30 Sep 2015 16:33:02 +0000 (18:33 +0200)]
Disallow transitions on SyslogIdentityTag, since they do not work right
Peter Palfrader [Wed, 30 Sep 2015 16:02:52 +0000 (18:02 +0200)]
Document syslog_identity_tag for add_syslog_log
Peter Palfrader [Wed, 30 Sep 2015 15:54:56 +0000 (17:54 +0200)]
Add SyslogIdentityTag
When logging to syslog, allow a tag to be added to the syslog identity
("Tor"), i.e. the string prepended to every log message. The tag can be
configured by setting SyslogIdentityTag and defaults to none. Setting
it to "foo" will cause logs to be tagged as "Tor-foo". Closes: #17194.
Nick Mathewson [Wed, 30 Sep 2015 13:29:16 +0000 (09:29 -0400)]
Remove comment about a workaround for libevent versions we no longer work around. Fixes 16647
teor (Tim Wilson-Brown) [Wed, 30 Sep 2015 11:33:56 +0000 (13:33 +0200)]
Warn when the system clock is set back in time
Warn when the state file was last written in the future.
Tor doesn't know that consensuses have expired if the clock is in the past.
Patch by "teor". Implements ticket #17188.
Nick Mathewson [Tue, 29 Sep 2015 11:51:08 +0000 (13:51 +0200)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 29 Sep 2015 11:50:52 +0000 (13:50 +0200)]
fix compilation; mark test fns static
Nick Mathewson [Tue, 29 Sep 2015 11:43:12 +0000 (13:43 +0200)]
Add a README for the trunnel directory
Nick Mathewson [Tue, 29 Sep 2015 10:49:59 +0000 (12:49 +0200)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 29 Sep 2015 10:49:23 +0000 (12:49 +0200)]
Fix past changelog spelling again!
Nick Mathewson [Tue, 29 Sep 2015 08:22:38 +0000 (10:22 +0200)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 29 Sep 2015 08:21:52 +0000 (10:21 +0200)]
go back in time to fix a changelog entry. Fix for 17165
Nick Mathewson [Tue, 29 Sep 2015 08:20:31 +0000 (10:20 +0200)]
Socks->SOCKS in torrcs. Fixes 15609
Nick Mathewson [Tue, 29 Sep 2015 08:18:09 +0000 (10:18 +0200)]
Merge remote-tracking branch 'origin/maint-0.2.7'
teor (Tim Wilson-Brown) [Tue, 29 Sep 2015 05:04:49 +0000 (07:04 +0200)]
Add checks and unit tests for get_interface_address* failure
Ensure that either a valid address is returned in address pointers,
or that the address data is zeroed on error.
Ensure that free_interface_address6_list handles NULL lists.
Add unit tests for get_interface_address* failure cases.
Fixes bug #17173.
Patch by fk/teor, not in any released version of tor.
Fabian Keil [Mon, 28 Sep 2015 14:57:07 +0000 (16:57 +0200)]
get_interface_address6_list(): Bring back a return code check
... that was removed by
31eb486c46 which first appeared in
0.2.7.3-rc.
If tor is running in a ElectroBSD (or FreeBSD) jail it can't
get any IP addresses that aren't assigned to the jail by
looking at the interfaces and (by design) the
get_interface_address6_via_udp_socket_hack() fallback doesn't
work either.
The missing return code check resulted in tor_addr_is_internal()
complaining about a "non-IP address of type 49", due to reading
uninitialised memory.
Fixes #17173.
Nick Mathewson [Tue, 29 Sep 2015 08:12:05 +0000 (10:12 +0200)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 29 Sep 2015 08:10:52 +0000 (10:10 +0200)]
Changes file for bug17154
Marcin Cieślak [Fri, 25 Sep 2015 14:16:40 +0000 (14:16 +0000)]
No spaces around = in variable assignment
BSD make takes spaces around = literally
and produces a "TESTING_TOR_BINARY "
variable with a trailing space, which leads
to test_keygen.sh failure.
Fixes 17154
Nick Mathewson [Tue, 29 Sep 2015 08:08:02 +0000 (10:08 +0200)]
Add changes file for bug17151
Marcin Cieślak [Fri, 25 Sep 2015 00:59:59 +0000 (00:59 +0000)]
FreeBSD needs -lexecinfo to get backtrace()
Marcin Cieślak [Thu, 24 Sep 2015 22:32:51 +0000 (22:32 +0000)]
Skip tests if backtrace support not compiled-in
FreeBSD needs -lexecinfo to fully support
backtrace reporting.
Nick Mathewson [Fri, 25 Sep 2015 13:27:39 +0000 (09:27 -0400)]
Bump master to 0.2.8.0-alpha-dev
Nick Mathewson [Fri, 25 Sep 2015 13:26:35 +0000 (09:26 -0400)]
Bump to 0.2.7.3-rc-dev
Nick Mathewson [Fri, 25 Sep 2015 13:06:41 +0000 (09:06 -0400)]
A day has passed.
Nick Mathewson [Thu, 24 Sep 2015 23:38:50 +0000 (19:38 -0400)]
Add test-network.sh to EXTRA_DIST
Nick Mathewson [Thu, 24 Sep 2015 21:45:29 +0000 (17:45 -0400)]
Make our digest-mismatch warnings a touch better
Nick Mathewson [Thu, 24 Sep 2015 21:19:21 +0000 (17:19 -0400)]
Merge branch 'bug17149'
Nick Mathewson [Thu, 24 Sep 2015 21:06:49 +0000 (17:06 -0400)]
Include some content when exporting abs_top_srcdir and builddir
FreeBSD make demands this.
Nick Mathewson [Thu, 24 Sep 2015 20:51:25 +0000 (16:51 -0400)]
Put braces around reject-lines for IPv6 addrs
Fixes bug 17149; bug not in any released Tor.
Nick Mathewson [Thu, 24 Sep 2015 19:31:50 +0000 (15:31 -0400)]
fold 17148 into changelog
Nick Mathewson [Thu, 24 Sep 2015 19:25:53 +0000 (15:25 -0400)]
Add more quotes in the test scripts
Nick Mathewson [Thu, 24 Sep 2015 19:07:39 +0000 (15:07 -0400)]
Stop trying to generate test scripts via autoconf substitution.
Use environment variables instead. This repairs 'make distcheck',
which was running into trouble when it tried to chmod the generated
scripts.
Fixes 17148.
Nick Mathewson [Thu, 24 Sep 2015 18:12:45 +0000 (14:12 -0400)]
fix tor-fw-helper url
Nick Mathewson [Thu, 24 Sep 2015 18:08:30 +0000 (14:08 -0400)]
Changelog: more clarity and fixing
Nick Mathewson [Thu, 24 Sep 2015 16:18:24 +0000 (12:18 -0400)]
Increment version.
Nick Mathewson [Thu, 24 Sep 2015 16:15:20 +0000 (12:15 -0400)]
Now I have a number here. (Had to use OSX becaue of #17146)
Nick Mathewson [Thu, 24 Sep 2015 15:56:00 +0000 (11:56 -0400)]
fold 17135 into changelog
Nick Mathewson [Thu, 24 Sep 2015 15:29:14 +0000 (11:29 -0400)]
Merge branch 'underpinning_squashed'
Nick Mathewson [Wed, 23 Sep 2015 15:30:17 +0000 (11:30 -0400)]
changes file and manpage entry for AuthDirPinKeys
Nick Mathewson [Thu, 24 Sep 2015 15:00:30 +0000 (11:00 -0400)]
Fold new entries into changelog
Nick Mathewson [Thu, 24 Sep 2015 14:57:22 +0000 (10:57 -0400)]
Reformat the changelog
Nick Mathewson [Thu, 24 Sep 2015 14:57:07 +0000 (10:57 -0400)]
more edits to the changelog
Nick Mathewson [Thu, 24 Sep 2015 14:06:36 +0000 (10:06 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.6'
Nick Mathewson [Thu, 24 Sep 2015 14:06:15 +0000 (10:06 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson [Thu, 24 Sep 2015 14:06:00 +0000 (10:06 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Karsten Loesing [Thu, 24 Sep 2015 13:08:15 +0000 (15:08 +0200)]
Update geoip and geoip6 to the September 3 2015 database.
Nick Mathewson [Wed, 23 Sep 2015 23:48:41 +0000 (19:48 -0400)]
various changelog entry rewrites/revisions
Nick Mathewson [Wed, 23 Sep 2015 15:22:26 +0000 (11:22 -0400)]
New AuthDirPinKeys option to enable/disable keypinning enforcement
Implements ticket #17135. We're going to need this one to avoid
chaos as everybody figures out how
ed25519 keys work.