| Commit message (Collapse) | Author | Age |
|
|
|
| |
svn:r12665
|
|
|
|
|
|
|
| |
Change tor_addr_t to be a tagged union of in_addr and in6_addr, not of sockaddr_in and sockaddr_in6. It's hardly used in the main code as it is, but let's get it right before it gets popular.
svn:r12660
|
|
|
|
|
|
|
|
| |
requests. Should ease bugs 406 and 419 where 0.1.2.x relays are
crashing or mis-answering these requests.
svn:r12658
|
|
|
|
| |
svn:r12657
|
|
|
|
|
|
|
|
| |
after opening a circuit -- even relayed circuits. Bugfix on
0.2.0.3-alpha.
svn:r12638
|
|
|
|
|
|
|
|
| |
huge. Otherwise we'll cache them all over the network and it'll
clog everything up.
svn:r12633
|
|
|
|
| |
svn:r12631
|
|
|
|
| |
svn:r12630
|
|
|
|
|
|
|
|
| |
Start purging old entries from the "rephist" database, and the
hidden service descriptor databases, even when DirPort is zero.
svn:r12628
|
|
|
|
|
|
|
| |
less often, now that v3 is encouraged.
svn:r12627
|
|
|
|
|
|
|
| |
we can't make them totally obsolete yet but we can get closer.
svn:r12626
|
|
|
|
|
|
|
| |
server-side code (for when v2 negotiation occurred) to check for renegotiation and adjust client ID info accordingly. server-side of new TLS code is now implemented, but needs testing and debugging.
svn:r12624
|
|
|
|
|
|
|
| |
Add support to get a callback invoked when the client renegotiate a connection. Also, make clients renegotiate. (not enabled yet, until they detect that the server acted like a v2 server)
svn:r12623
|
|
|
|
|
|
|
| |
Start getting freaky with openssl callbacks in tortls.c: detect client ciphers, and if the list doesn't look like the list current Tors use, present only a single cert do not ask for a client cert. Also, support for client-side renegotiation. None of this is enabled unless you define V2_HANDSHAKE_SERVER.
svn:r12622
|
|
|
|
| |
svn:r12621
|
|
|
|
|
|
|
| |
should happen in practice. but now they really won't.
svn:r12620
|
|
|
|
| |
svn:r12619
|
|
|
|
| |
svn:r12618
|
|
|
|
|
|
|
| |
Do not keep a string representation of every single addr_policy_t lying around. This might save a few hundred K.
svn:r12617
|
|
|
|
| |
svn:r12614
|
|
|
|
| |
svn:r12609
|
|
|
|
| |
svn:r12608
|
|
|
|
| |
svn:r12607
|
|
|
|
| |
svn:r12606
|
|
|
|
| |
svn:r12580
|
|
|
|
|
|
|
|
|
|
| |
that have no introduction points. But Tor crashed when we tried
to build a descriptor with no intro points (and it would have
crashed if we had tried to parse one). Bugfix on 0.2.0.x; patch
by Karsten Loesing.
svn:r12579
|
|
|
|
| |
svn:r12571
|
|
|
|
|
|
|
|
|
|
| |
enough directory information. This was causing us to always pick
two new guards on startup (bugfix on 0.2.0.9-alpha), and it was
causing us to discard all our guards on startup if we hadn't been
running for a few weeks (bugfix on 0.1.2.x). Fixes bug 448.
svn:r12570
|
|
|
|
|
|
|
| |
changed *to*.
svn:r12551
|
|
|
|
|
|
|
| |
PublishServerDescriptor.
svn:r12550
|
|
|
|
|
|
|
|
| |
PublishServerDescriptor config option. Reported by Matt Edman;
bugfix on 0.2.0.9-alpha.
svn:r12549
|
|
|
|
| |
svn:r12528
|
|
|
|
| |
svn:r12527
|
|
|
|
| |
svn:r12526
|
|
|
|
|
|
|
|
| |
consensus documents when there are too many relays at a single
IP address. Now clear it in v2 network status documents too.
svn:r12522
|
|
|
|
| |
svn:r12516
|
|
|
|
|
|
|
|
|
|
|
|
| |
When authorities detected more than two relays running on the same
IP address, they were clearing all the status flags but forgetting
to clear the "hsdir" flag. So clients were being told that a
given relay was the right choice for a v2 hsdir lookup, yet they
never had its descriptor because it was marked as 'not running'
in the consensus.
svn:r12515
|
|
|
|
|
|
|
|
| |
chosen exit is in the same family as all our bridges/entry guards,
then be flexible about families.
svn:r12514
|
|
|
|
| |
svn:r12513
|
|
|
|
|
|
|
|
|
| |
the bridge authority could help us (for example, we don't know
a digest, or there is no bridge authority), don't be so eager to
fall back to asking the bridge authority.
svn:r12512
|
|
|
|
| |
svn:r12511
|
|
|
|
|
|
|
|
|
|
|
| |
router descriptors downloadable. 0 delayed; 1676 present (0 of those were in old_routers); 0 would_reject; 582 wouldnt_use, 0 in progress.
Nov 16 02:20:50.089 [info] launch_router_descriptor_downloads(): There are not many downloadable routerdescs, but we haven't tried downloading descriptors recently. Downloading.
Get rid of the second line.
svn:r12510
|
|
|
|
|
|
|
|
|
|
|
| |
non-running hsdirs, or not give them the flag if they're not running,
or what.
When picking v2 hidden service directories, don't pick ones that
aren't listed as Running.
svn:r12509
|
|
|
|
|
|
|
| |
descriptor.
svn:r12507
|
|
|
|
|
|
|
| |
newly picked entry guard. Reported by Mike Perry.
svn:r12506
|
|
|
|
|
|
|
| |
Initial phase of proposal 110: accept RELAY_EARLY cells, and turn them into RELAY cells when sending them on over a v1 OR connection.
svn:r12496
|
|
|
|
|
|
|
| |
When we complete an OR handshake, set up all the internal fields and mark the connection as open.
svn:r12495
|
|
|
|
|
|
|
| |
Fix bug spotted by karsten: when we have no consensus, do not try to continue finding directories for a hidden service.
svn:r12493
|
|
|
|
|
|
|
| |
Back out parts of r12376: replace file locations in scripts.
svn:r12490
|
|
|
|
| |
svn:r12486
|