| Commit message (Expand) | Author | Age |
... | |
* | | | | Add an SLIST_ENTRY definition back on non-win32•••Otherwise we break openbsd headers.
Fixes bug 7293; bug not on any released Tor.
| Nick Mathewson | 2012-11-03 |
* | | | | Avoid c99 designated initializers in circuitmux_ewma.c•••We still want to build on compilers w/o c99 support, such as
(notoriously, shamefully) MSVC.
So I'm commenting out the designated initializers in
circuitmux_ewma.c. The alternative would have been to use some kind
of macros to use designated initializers only when they're
supported, but that's error-prone, and can lead to code having
different meanings under different compilers.
Bug 7286; fix on 0.2.4.4-alpha; spotted by Gisle Vanem.
| Nick Mathewson | 2012-11-02 |
* | | | | Rename SLIST_ENTRY to TOR_SLIST_ENTRY to fix windows compilation•••Apparently winnt.h defines a different SLIST_ENTRY of its own.
Bug not in any version of Tor.
| Nick Mathewson | 2012-11-01 |
* | | | | Fix whitespace | Nick Mathewson | 2012-10-31 |
* | | | | Add a copy of the queue(3) manpage to the git repository.•••See 7105
| Nick Mathewson | 2012-10-30 |
* | | | | Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor | Andrea Shepard | 2012-10-30 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Try refactoring channel list to use HT_ and LIST_ stuff directly | Nick Mathewson | 2012-10-12 |
| * | | | Use SIMPLEQ, not smartlist_t, for channel cell queues.•••This lets us use fewer memory allocations, and avoid O(n^2) iterations
| Nick Mathewson | 2012-10-12 |
| * | | | Add a copy of OpenBSD's sys/queue.h as tor_queue.h•••There are as many divergent implementations of sys/queue.h as there
are operating systems shipping it, it would seem. They have some code
in common, but have drifted apart, and have added other stuff named
differently. So I'm taking a relatively sane one, and hoping for the
best.
I'm taking OpenBSD's in particular because of the lack of external
dependencies, the presence of a CIRCLEQ (we could use one of those in
places), and the liberal licensing terms.
I'm naming the file tor_queue.h, since historically we've run into
trouble having headers with the same names as system headers (log.h,
for example.)
| Nick Mathewson | 2012-10-12 |
* | | | | changes file for bug 7235 | Nick Mathewson | 2012-10-28 |
* | | | | Fix undefined reference to libm functions linking tor-fw-helper•••When configuring tor without upnp support, ie ./configure --disable-upnp,
tor-fw-helper fails to link with undefined references to `ceil' and
`log'. This if fixed by linking to libm.
X-Gentoo-Bug: 435040
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=435040
Reported-by: Alexandre <alexandre.cortes@outlook.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
| Anthony G. Basile | 2012-10-28 |
* | | | | Merge remote-tracking branch 'asn/bug6832' | Nick Mathewson | 2012-10-27 |
|\ \ \ \ |
|
| * | | | | Add a unit test for the old crash input of tor_timegm(). | George Kadianakis | 2012-09-13 |
* | | | | | bump to 0.2.4.5-alpha-dev | Roger Dingledine | 2012-10-26 |
* | | | | | forward-port the 0.2.3.24-rc changelog | Roger Dingledine | 2012-10-26 |
* | | | | | touch-ups | Roger Dingledine | 2012-10-26 |
* | | | | | Optimistically say 0.2.4.5-alpha is coming out today | Nick Mathewson | 2012-10-25 |
* | | | | | Bump the version number to 0.2.4.5-alpha•••(For real this time. It turns out that 4 and 5 are different numbers.)
| Nick Mathewson | 2012-10-25 |
* | | | | | Bump version to 0.2.4.5-alpha | Nick Mathewson | 2012-10-25 |
* | | | | | Fold in changelog item; draft blurb for 0.2.4.5-alpha | Nick Mathewson | 2012-10-25 |
* | | | | | Merge branch 'link_negotiation_assert_024' | Nick Mathewson | 2012-10-25 |
|\ \ \ \ \ |
|
| * | | | | | Fix a remotely triggerable assertion failure (CVE-2012-2250)•••If we completed the handshake for the v2 link protocol but wound up
negotiating the wong protocol version, we'd become so confused about
what part of the handshake we were in that we'd promptly die with an
assertion.
This is a fix for CVE-2012-2250; it's a bugfix on 0.2.3.6-alpha.
All servers running that version or later should really upgrade.
Bug and fix from "some guy from France." I tweaked his code slightly
to make it log the IP of the offending node, and to forward-port it to
0.2.4.
| Nick Mathewson | 2012-10-23 |
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'•••(Using an -s ours merge for Not taking the CVE-2012-2250 fix from
maint-0.2.3; it would conflict.)
| Nick Mathewson | 2012-10-25 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Fix a remotely triggerable assertion failure (CVE-2012-2250)•••If we completed the handshake for the v2 link protocol but wound up
negotiating the wong protocol version, we'd become so confused about
what part of the handshake we were in that we'd promptly die with an
assertion.
This is a fix for CVE-2012-2250; it's a bugfix on 0.2.3.6-alpha.
All servers running that version or later should really upgrade.
Bug and fix from "some guy from France." I tweaked his code slightly
to make it log the IP of the offending node.
| Nick Mathewson | 2012-10-23 |
* | | | | | | Start an 0.2.4.5 changelog.•••The items from 0.2.3.x are copy-and-pastd from current release-0.2.3
changelog; the others are folded in from changes/*.
| Nick Mathewson | 2012-10-25 |
* | | | | | | Change changes file and comment for 7189, for making it 0.2.4-only for now | Nick Mathewson | 2012-10-24 |
* | | | | | | Merge remote-tracking branch 'public/bug7189_tentative' | Nick Mathewson | 2012-10-24 |
|\ \ \ \ \ \ |
|
| * | | | | | | Only disable TLS tickets when being/acting as a server.•••Fix for bug 7189.
| Nick Mathewson | 2012-10-24 |
| |/ / / / / |
|
* | / / / / | Fix instructions for using Tor with gcov•••It seems as if our new build system broke gcov for me. I've tried to
fix doc/HACKING to describe what I needed to do in order to make it
work again.
| Nick Mathewson | 2012-10-24 |
| |/ / / /
|/| | | | |
|
* | | | | | Use the same changes file for bug7191 as in 0.2.[23] | Nick Mathewson | 2012-10-23 |
* | | | | | Merge remote-tracking branch 'andrea/bug7191_v2' | Nick Mathewson | 2012-10-23 |
|\ \ \ \ \ |
|
| * | | | | | Add some unit tests for smartlist_bsearch_idx() on short lists | Andrea Shepard | 2012-10-23 |
| * | | | | | Rewrite smartlist_bsearch_idx() to not be broken for lists of length zero or ... | Andrea Shepard | 2012-10-23 |
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3'•••This is an "ours" merge; we want a separate fix for this bug (bug7191)
in master. Rather than catching the two failing cases, we need to make
them not fail.
| Nick Mathewson | 2012-10-23 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | Make unit test for bug7191 work with new smartlist_new() name | Nick Mathewson | 2012-10-23 |
| * | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | 2012-10-23 |
| |\ \ \ \ \ |
|
| | * | | | | | Add some unit tests for smartlist_bsearch_idx() on short lists•••Conflicts:
src/test/test_containers.c
| Andrea Shepard | 2012-10-23 |
| | * | | | | | Add a changes file for bug 7191. | Nick Mathewson | 2012-10-23 |
| | * | | | | | Fix binary search on lists of 0 or 1 element.•••The implementation we added has a tendency to crash with lists of 0 or
one element. That can happen if we get a consensus vote, v2
consensus, consensus, or geoip file with 0 or 1 element. There's a
DOS opportunity there that authorities could exploit against one
another, and which an evil v2 authority could exploit against anything
downloading v2 directory information..
This fix is minimalistic: It just adds a special-case for 0- and
1-element lists. For 0.2.4 (the current alpha series) we'll want a
better patch.
This is bug 7191; it's a fix on 0.2.0.10-alpha.
| Nick Mathewson | 2012-10-23 |
* | | | | | | | Merge branch 'maint-0.2.3' | Roger Dingledine | 2012-10-23 |
|\| | | | | | |
|
| * | | | | | | Let 0.2.3 clients exit to internal addresses if they want•••Clients now consider the ClientRejectInternalAddresses config option
when using a microdescriptor consensus stanza to decide whether
an exit relay would allow exiting to an internal address. Fixes
bug 7190; bugfix on 0.2.3.1-alpha.
| Roger Dingledine | 2012-10-23 |
* | | | | | | | Roll enh6876 into Changelog for 0.2.4.4 alpha, which had the change but not t... | Nick Mathewson | 2012-10-23 |
* | | | | | | | Merge remote-tracking branch 'linus/enh6876_changes_file' | Nick Mathewson | 2012-10-23 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Add changes file for ticket 6876 missing from 0.2.4.4-alpha ChangeLog. | Linus Nordberg | 2012-10-22 |
* | | | | | | | | fix typo | Roger Dingledine | 2012-10-23 |
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-10-23 |
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | / / / /
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | Fix parse_short_policy (bug 7192.)•••Our implementation of parse_short_policy was screwed up: it would
ignore the last character of every short policy. Obviously, that's
broken.
This patch fixes the busted behavior, and adds a bunch of unit tests
to make sure the rest of that function is okay.
Fixes bug 7192; fix on 0.2.3.1-alpha.
| Nick Mathewson | 2012-10-23 |
| * | | | | | | add a unit test to expose bug 7192 | Roger Dingledine | 2012-10-22 |
* | | | | | | | Fix more madness from the split_circuitbuild merge | Nick Mathewson | 2012-10-22 |
* | | | | | | | Kill extraneous x from 907db008ab0007f0a02•••Looks like clang doesn't complain about this kind of thing.
Spotted by Andrea. Bug not in any released version.
| Nick Mathewson | 2012-10-22 |