]> git.ipfire.org Git - thirdparty/tor.git/log
thirdparty/tor.git
10 years agoFix 32-bit case of rend_cache/entry_allocation
Nick Mathewson [Wed, 7 Oct 2015 18:31:21 +0000 (14:31 -0400)] 
Fix 32-bit case of rend_cache/entry_allocation

10 years agoFix implicit overflow in rendcache tests
Nick Mathewson [Wed, 7 Oct 2015 18:29:14 +0000 (14:29 -0400)] 
Fix implicit overflow in rendcache tests

10 years agochanges file for 17078
Nick Mathewson [Wed, 7 Oct 2015 13:34:49 +0000 (09:34 -0400)] 
changes file for 17078

10 years agoFix "make check-spaces"
Nick Mathewson [Wed, 7 Oct 2015 13:34:02 +0000 (09:34 -0400)] 
Fix "make check-spaces"

10 years agoMerge remote-tracking branch 'twstrike/procmon_tests'
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

10 years agofix check-spaces once more
Nick Mathewson [Tue, 6 Oct 2015 15:32:37 +0000 (11:32 -0400)] 
fix check-spaces once more

10 years agoMerge remote-tracking branch 'twstrike/rendcache_tests'
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

10 years agoMerge remote-tracking branch 'twstrike/util_format_tests'
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

10 years agochanges file for #16563
Nick Mathewson [Tue, 6 Oct 2015 15:02:55 +0000 (11:02 -0400)] 
changes file for #16563

10 years agoMerge remote-tracking branch 'tvdw/fix-16563'
Nick Mathewson [Tue, 6 Oct 2015 14:57:31 +0000 (10:57 -0400)] 
Merge remote-tracking branch 'tvdw/fix-16563'

10 years agoFix compilation with openssl 1.1 by forcibly disabling some tests
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.

10 years agoAllow case-insensitive match in test_tortls_debug_state_callback
Nick Mathewson [Tue, 6 Oct 2015 13:40:56 +0000 (09:40 -0400)] 
Allow case-insensitive match in test_tortls_debug_state_callback

10 years agoMerge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 6 Oct 2015 13:06:57 +0000 (09:06 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.7'

10 years agoWork around openssl declaring x509_get_not{Before,After} as functions
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.

10 years agoFix 17251: avoid integer overflow in test_crypto_slow
Nick Mathewson [Tue, 6 Oct 2015 12:58:03 +0000 (08:58 -0400)] 
Fix 17251: avoid integer overflow in test_crypto_slow

10 years agoFix spaces and other smaller issues
Ola Bini [Mon, 5 Oct 2015 19:31:10 +0000 (14:31 -0500)] 
Fix spaces and other smaller issues

10 years agoFix compilation failure when SSL_SESSION_get_master_key() is provided by OpenSSL.
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.

10 years agoFix spaces
Ola Bini [Mon, 5 Oct 2015 18:42:43 +0000 (13:42 -0500)] 
Fix spaces

10 years agoFix compiling under gcc warnings to errors
Ola Bini [Mon, 5 Oct 2015 18:41:00 +0000 (13:41 -0500)] 
Fix compiling under gcc warnings to errors

10 years agoUse __FUNCTION__ instead of __PRETTY_FUNCTION__
Tom van der Woerdt [Sun, 4 Oct 2015 17:55:38 +0000 (19:55 +0200)] 
Use __FUNCTION__ instead of __PRETTY_FUNCTION__

Fixes ticket #16563

10 years agofix easy typo
Roger Dingledine [Sun, 4 Oct 2015 16:28:25 +0000 (12:28 -0400)] 
fix easy typo

10 years agoFix spaces warnings
Ola Bini [Sat, 3 Oct 2015 23:46:40 +0000 (18:46 -0500)] 
Fix spaces warnings

10 years agoActually test success cases as well
Ola Bini [Sat, 3 Oct 2015 23:37:29 +0000 (18:37 -0500)] 
Actually test success cases as well

10 years agoPerhaps this is the permutation of headers that will please everything
Nick Mathewson [Fri, 2 Oct 2015 16:44:55 +0000 (18:44 +0200)] 
Perhaps this is the permutation of headers that will please everything

10 years agoTry to fix mingw build.
Nick Mathewson [Fri, 2 Oct 2015 16:31:43 +0000 (18:31 +0200)] 
Try to fix mingw build.

10 years agoThese logs seem openssl-version-dependent
Nick Mathewson [Fri, 2 Oct 2015 15:56:10 +0000 (17:56 +0200)] 
These logs seem openssl-version-dependent

10 years agoAvoid warnings in tortls.h includes
Nick Mathewson [Fri, 2 Oct 2015 13:57:33 +0000 (15:57 +0200)] 
Avoid warnings in tortls.h includes

10 years agoFix a 32-bit error from jenkins
Nick Mathewson [Fri, 2 Oct 2015 13:39:08 +0000 (15:39 +0200)] 
Fix a 32-bit error from jenkins

10 years agoFix "make distcheck"
Nick Mathewson [Fri, 2 Oct 2015 13:36:59 +0000 (15:36 +0200)] 
Fix "make distcheck"

10 years agoclean up whitespace
Nick Mathewson [Fri, 2 Oct 2015 13:13:19 +0000 (15:13 +0200)] 
clean up whitespace

10 years agoFix warnings.
Nick Mathewson [Fri, 2 Oct 2015 13:12:04 +0000 (15:12 +0200)] 
Fix warnings.

10 years agoMerge remote-tracking branch 'twstrike/dir-handle-cmd-get'
Nick Mathewson [Fri, 2 Oct 2015 13:04:28 +0000 (15:04 +0200)] 
Merge remote-tracking branch 'twstrike/dir-handle-cmd-get'

10 years agochanges file for 17082
Nick Mathewson [Fri, 2 Oct 2015 12:35:16 +0000 (14:35 +0200)] 
changes file for 17082

10 years agoFix "make check-spaces"
Nick Mathewson [Fri, 2 Oct 2015 12:33:54 +0000 (14:33 +0200)] 
Fix "make check-spaces"

10 years agoMake test_tortls compile without warnings
Nick Mathewson [Fri, 2 Oct 2015 12:20:28 +0000 (14:20 +0200)] 
Make test_tortls compile without warnings

10 years agoMerge remote-tracking branch 'twstrike/tortls_tests'
Nick Mathewson [Fri, 2 Oct 2015 12:12:27 +0000 (14:12 +0200)] 
Merge remote-tracking branch 'twstrike/tortls_tests'

10 years agoMerge remote-tracking branch 'teor/warn-when-time-goes-backwards'
Nick Mathewson [Fri, 2 Oct 2015 11:56:28 +0000 (13:56 +0200)] 
Merge remote-tracking branch 'teor/warn-when-time-goes-backwards'

10 years agoMerge remote-tracking branch 'teor/routerset-parse-IPv6-literals'
Nick Mathewson [Fri, 2 Oct 2015 11:54:20 +0000 (13:54 +0200)] 
Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals'

(Minor conflicts)

10 years agoFix a test failure
Nick Mathewson [Fri, 2 Oct 2015 11:47:08 +0000 (13:47 +0200)] 
Fix a test failure

10 years agoMerge remote-tracking branch 'donncha/feature14846_4'
Nick Mathewson [Fri, 2 Oct 2015 11:40:26 +0000 (13:40 +0200)] 
Merge remote-tracking branch 'donncha/feature14846_4'

10 years agoFix check-spaces complaints
Nick Mathewson [Fri, 2 Oct 2015 11:22:00 +0000 (13:22 +0200)] 
Fix check-spaces complaints

10 years agoMerge remote-tracking branch 'sebastian/bug17026'
Nick Mathewson [Fri, 2 Oct 2015 11:15:36 +0000 (13:15 +0200)] 
Merge remote-tracking branch 'sebastian/bug17026'

10 years agonew headers must get distributed
Nick Mathewson [Fri, 2 Oct 2015 11:15:20 +0000 (13:15 +0200)] 
new headers must get distributed

10 years agoClean up compat_libevent tests
Nick Mathewson [Fri, 2 Oct 2015 11:13:58 +0000 (13:13 +0200)] 
Clean up compat_libevent tests

10 years agoFix style and compilation in log_test_helpers
Nick Mathewson [Fri, 2 Oct 2015 11:03:43 +0000 (13:03 +0200)] 
Fix style and compilation in log_test_helpers

10 years agoMerge remote-tracking branch 'twstrike/compat_libevent_tests'
Nick Mathewson [Fri, 2 Oct 2015 10:56:37 +0000 (12:56 +0200)] 
Merge remote-tracking branch 'twstrike/compat_libevent_tests'

10 years agoGive test_util_format some succeeding test cases
Nick Mathewson [Fri, 2 Oct 2015 10:52:35 +0000 (12:52 +0200)] 
Give test_util_format some succeeding test cases

10 years agoAdd notes and whitespace fixes to test_util_format
Nick Mathewson [Fri, 2 Oct 2015 10:44:35 +0000 (12:44 +0200)] 
Add notes and whitespace fixes to test_util_format

10 years agoMerge remote-tracking branch 'twstrike/util_format_tests'
Nick Mathewson [Fri, 2 Oct 2015 10:40:30 +0000 (12:40 +0200)] 
Merge remote-tracking branch 'twstrike/util_format_tests'

10 years agoIgnore OS X .DS_Store files
teor (Tim Wilson-Brown) [Fri, 2 Oct 2015 08:51:53 +0000 (10:51 +0200)] 
Ignore OS X .DS_Store files

10 years agofixup #17188: Add most likely reasons for clock going backwards
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."

10 years agoDisallow transitions on SyslogIdentityTag, since they do not work right
Nick Mathewson [Wed, 30 Sep 2015 16:33:02 +0000 (18:33 +0200)] 
Disallow transitions on SyslogIdentityTag, since they do not work right

10 years agoDocument syslog_identity_tag for add_syslog_log
Peter Palfrader [Wed, 30 Sep 2015 16:02:52 +0000 (18:02 +0200)] 
Document syslog_identity_tag for add_syslog_log

10 years agoAdd SyslogIdentityTag
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.

10 years agoRemove comment about a workaround for libevent versions we no longer work around...
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

10 years agoWarn when the system clock is set back in time
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.

10 years agoMerge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 29 Sep 2015 11:51:08 +0000 (13:51 +0200)] 
Merge remote-tracking branch 'origin/maint-0.2.7'

10 years agofix compilation; mark test fns static
Nick Mathewson [Tue, 29 Sep 2015 11:50:52 +0000 (13:50 +0200)] 
fix compilation; mark test fns static

10 years agoAdd a README for the trunnel directory
Nick Mathewson [Tue, 29 Sep 2015 11:43:12 +0000 (13:43 +0200)] 
Add a README for the trunnel directory

10 years agoMerge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 29 Sep 2015 10:49:59 +0000 (12:49 +0200)] 
Merge remote-tracking branch 'origin/maint-0.2.7'

10 years agoFix past changelog spelling again!
Nick Mathewson [Tue, 29 Sep 2015 10:49:23 +0000 (12:49 +0200)] 
Fix past changelog spelling again!

10 years agoMerge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 29 Sep 2015 08:22:38 +0000 (10:22 +0200)] 
Merge remote-tracking branch 'origin/maint-0.2.7'

10 years agogo back in time to fix a changelog entry. Fix for 17165
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

10 years agoSocks->SOCKS in torrcs. Fixes 15609
Nick Mathewson [Tue, 29 Sep 2015 08:20:31 +0000 (10:20 +0200)] 
Socks->SOCKS in torrcs. Fixes 15609

10 years agoMerge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 29 Sep 2015 08:18:09 +0000 (10:18 +0200)] 
Merge remote-tracking branch 'origin/maint-0.2.7'

10 years agoAdd checks and unit tests for get_interface_address* failure
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.

10 years agoget_interface_address6_list(): Bring back a return code check
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.

10 years agoMerge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Tue, 29 Sep 2015 08:12:05 +0000 (10:12 +0200)] 
Merge remote-tracking branch 'origin/maint-0.2.7'

10 years agoChanges file for bug17154
Nick Mathewson [Tue, 29 Sep 2015 08:10:52 +0000 (10:10 +0200)] 
Changes file for bug17154

10 years agoNo spaces around = in variable assignment
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

10 years agoAdd changes file for bug17151
Nick Mathewson [Tue, 29 Sep 2015 08:08:02 +0000 (10:08 +0200)] 
Add changes file for bug17151

10 years agoFreeBSD needs -lexecinfo to get backtrace()
Marcin Cieślak [Fri, 25 Sep 2015 00:59:59 +0000 (00:59 +0000)] 
FreeBSD needs -lexecinfo to get backtrace()

10 years agoSkip tests if backtrace support not compiled-in
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.

10 years agoBump master to 0.2.8.0-alpha-dev
Nick Mathewson [Fri, 25 Sep 2015 13:27:39 +0000 (09:27 -0400)] 
Bump master  to 0.2.8.0-alpha-dev

10 years agoBump to 0.2.7.3-rc-dev
Nick Mathewson [Fri, 25 Sep 2015 13:26:35 +0000 (09:26 -0400)] 
Bump to 0.2.7.3-rc-dev

10 years agoA day has passed. tor-0.2.7.3-rc
Nick Mathewson [Fri, 25 Sep 2015 13:06:41 +0000 (09:06 -0400)] 
A day has passed.

10 years agoAdd test-network.sh to EXTRA_DIST
Nick Mathewson [Thu, 24 Sep 2015 23:38:50 +0000 (19:38 -0400)] 
Add test-network.sh to EXTRA_DIST

10 years agoMake our digest-mismatch warnings a touch better
Nick Mathewson [Thu, 24 Sep 2015 21:45:29 +0000 (17:45 -0400)] 
Make our digest-mismatch warnings a touch better

10 years agoMerge branch 'bug17149'
Nick Mathewson [Thu, 24 Sep 2015 21:19:21 +0000 (17:19 -0400)] 
Merge branch 'bug17149'

10 years agoInclude some content when exporting abs_top_srcdir and builddir
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.

10 years agoPut braces around reject-lines for IPv6 addrs
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.

10 years agofold 17148 into changelog
Nick Mathewson [Thu, 24 Sep 2015 19:31:50 +0000 (15:31 -0400)] 
fold 17148 into changelog

10 years agoAdd more quotes in the test scripts
Nick Mathewson [Thu, 24 Sep 2015 19:25:53 +0000 (15:25 -0400)] 
Add more quotes in the test scripts

10 years agoStop trying to generate test scripts via autoconf substitution.
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.

10 years agofix tor-fw-helper url
Nick Mathewson [Thu, 24 Sep 2015 18:12:45 +0000 (14:12 -0400)] 
fix tor-fw-helper url

10 years agoChangelog: more clarity and fixing
Nick Mathewson [Thu, 24 Sep 2015 18:08:30 +0000 (14:08 -0400)] 
Changelog: more clarity and fixing

10 years agoIncrement version.
Nick Mathewson [Thu, 24 Sep 2015 16:18:24 +0000 (12:18 -0400)] 
Increment version.

10 years agoNow I have a number here. (Had to use OSX becaue of #17146)
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)

10 years agofold 17135 into changelog
Nick Mathewson [Thu, 24 Sep 2015 15:56:00 +0000 (11:56 -0400)] 
fold 17135 into changelog

10 years agoMerge branch 'underpinning_squashed'
Nick Mathewson [Thu, 24 Sep 2015 15:29:14 +0000 (11:29 -0400)] 
Merge branch 'underpinning_squashed'

10 years agochanges file and manpage entry for AuthDirPinKeys
Nick Mathewson [Wed, 23 Sep 2015 15:30:17 +0000 (11:30 -0400)] 
changes file and manpage entry for AuthDirPinKeys

10 years agoFold new entries into changelog
Nick Mathewson [Thu, 24 Sep 2015 15:00:30 +0000 (11:00 -0400)] 
Fold new entries into changelog

10 years agoReformat the changelog
Nick Mathewson [Thu, 24 Sep 2015 14:57:22 +0000 (10:57 -0400)] 
Reformat the changelog

10 years agomore edits to the changelog
Nick Mathewson [Thu, 24 Sep 2015 14:57:07 +0000 (10:57 -0400)] 
more edits to the changelog

10 years agoMerge remote-tracking branch 'origin/maint-0.2.6'
Nick Mathewson [Thu, 24 Sep 2015 14:06:36 +0000 (10:06 -0400)] 
Merge remote-tracking branch 'origin/maint-0.2.6'

10 years agoMerge remote-tracking branch 'origin/maint-0.2.5' into 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

10 years agoMerge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
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

10 years agoUpdate geoip and geoip6 to the September 3 2015 database.
Karsten Loesing [Thu, 24 Sep 2015 13:08:15 +0000 (15:08 +0200)] 
Update geoip and geoip6 to the September 3 2015 database.

10 years agovarious changelog entry rewrites/revisions
Nick Mathewson [Wed, 23 Sep 2015 23:48:41 +0000 (19:48 -0400)] 
various changelog entry rewrites/revisions

10 years agoNew AuthDirPinKeys option to enable/disable keypinning enforcement
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.