aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Simplify post-TLS-handshake checks, and add check for correct nicknameNick Mathewson2003-11-18
| | | | svn:r834
* Stop leaking X509 certs; those things are _nasty_ on the carpetNick Mathewson2003-11-18
| | | | svn:r833
* Always include newline with port section of exit policyNick Mathewson2003-11-18
| | | | svn:r832
* stop client_dns_clean from calling malloc(0)Roger Dingledine2003-11-18
| | | | svn:r831
* Fix possible bug in circID selection when building circuits on combination ↵Nick Mathewson2003-11-17
| | | | | | OP/OR servers svn:r830
* more verbose info for circuits when kill -USR1Roger Dingledine2003-11-17
| | | | svn:r829
* "I don't think it's quite fair to condemn a whole program because of aNick Mathewson2003-11-17
| | | | | | | | single slip-up." -- General "Buck" Turgidson, _Doctor Strangelove_ svn:r828
* finally find and possibly fix the circuit_deliver_relay_cell warn bugRoger Dingledine2003-11-17
| | | | svn:r827
* Fix bytesex issues on in.s_addrNick Mathewson2003-11-17
| | | | svn:r826
* catch the last missing log line i hopeRoger Dingledine2003-11-17
| | | | svn:r825
* Remove a possible source of error in circID picking.Nick Mathewson2003-11-17
| | | | svn:r824
* continue the circuit_deliver_relay_cell forward-failure bughuntRoger Dingledine2003-11-17
| | | | svn:r823
* comment choose_good_exit_serverNick Mathewson2003-11-17
| | | | svn:r822
* trivial bugfixesRoger Dingledine2003-11-17
| | | | svn:r821
* Fix a segfault caused by a weird logic error and masked by another.Nick Mathewson2003-11-17
| | | | svn:r820
* recognize in-progress circs and don't start redundant onesRoger Dingledine2003-11-17
| | | | | | | quickly notice streams that don't have a circ on the way, and start one svn:r819
* bugfixesRoger Dingledine2003-11-16
| | | | svn:r818
* change when circuits are built and expiredRoger Dingledine2003-11-16
| | | | | | | not quite happy with it yet svn:r817
* bugfix: if you recognize a relay cell, don't also pass it on.Roger Dingledine2003-11-16
| | | | svn:r816
* dump exit policies correctly to descriptorRoger Dingledine2003-11-16
| | | | svn:r815
* initial patches on patchesRoger Dingledine2003-11-16
| | | | svn:r814
* Finish implementing the rest of the exitpolicy stuff, except for ↵Nick Mathewson2003-11-16
| | | | | | automatically starting circuit builds. svn:r813
* Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson2003-11-14
| | | | | | | | | | | | | | | | | | | | - Exit policies now support bitmasks (18.0.0.0/255.0.0.0) and bitcounts 18.0.0.0/8. Policies are parsed on startup, not when comparing to them. - desired_path_len is now part of an opaque cpath_build_state_t structure. - END_REASON_EXITPOLICY cells no longer include a port. - RELAY_COMMAND_CONNECTED cells now include the IP address we've connected to. - connection_edge now has a client_dns cache to remember resolved addresses. It gets populated by RELAY_COMMAND_CONNECTED cells and END_REASON_EXITPOLICY cells. It gets used by connection_ap_handshake_send_begin. We don't compare it to exit policies yet. svn:r812
* commencing the bughuntRoger Dingledine2003-11-14
| | | | svn:r811
* bump default pathlen to 3; clean up surrounding codeRoger Dingledine2003-11-13
| | | | svn:r810
* let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine2003-11-13
| | | | | | | | change RecommendedVersions into a config option, so dirservers can hup for a new one svn:r809
* fix trivial typoRoger Dingledine2003-11-13
| | | | svn:r808
* warn on startup that we don't provide anonymityRoger Dingledine2003-11-13
| | | | | | | make exit dns cache entries last 15 minutes svn:r807
* Add my 0.0.2pre14 tasks to top of TODO.Nick Mathewson2003-11-13
| | | | svn:r806
* lay groundwork for EntryNodes and ExitNodesRoger Dingledine2003-11-12
| | | | svn:r805
* break out the string manipulation routinesRoger Dingledine2003-11-12
| | | | svn:r804
* give us a plan for pre14Roger Dingledine2003-11-12
| | | | svn:r803
* update the FAQ so it's just useless, not wrongRoger Dingledine2003-11-12
| | | | svn:r802
* Update and uncomment the Acks section. Also uncomment the authors.Paul Syverson2003-11-12
| | | | | | | A spacing tweak. svn:r801
* make dir parsing robust to invalid but well-formed descriptorsRoger Dingledine2003-11-12
| | | | svn:r800
* Remove minor biasing problem from crypto_pseudo_rand_intNick Mathewson2003-11-12
| | | | svn:r799
* connection_ap_handshake_send_begin always succeedsRoger Dingledine2003-11-12
| | | | svn:r798
* Make crypto_pseudo_rand* never fail.Nick Mathewson2003-11-12
| | | | svn:r797
* Restore erroneously removed assertNick Mathewson2003-11-12
| | | | svn:r796
* Fix thinko: Failure and success are different things.Nick Mathewson2003-11-12
| | | | svn:r795
* Remove dead codeNick Mathewson2003-11-12
| | | | svn:r794
* Compute paths as we build them.Nick Mathewson2003-11-12
| | | | svn:r793
* Refactor onion_generate_cpath to build cpaths one hop at a time. ThisNick Mathewson2003-11-12
| | | | | | | | | | | is a the first step in computing hops one step at a time. Next, we move the responsibility for calling onion_extend_cpath into circuit.c (Later, we may want to special-case onion_extend_cpath to treat entry and exit routers differently.) svn:r792
* point out bugRoger Dingledine2003-11-11
| | | | svn:r791
* more cleanups and bugfixRoger Dingledine2003-11-11
| | | | svn:r790
* prioritize and rearrange the TODORoger Dingledine2003-11-11
| | | | svn:r789
* leave conn->socks_request around after the beginRoger Dingledine2003-11-11
| | | | | | | that way we can reuse it if we need to try another begin later svn:r788
* conn->socks_version is obsoleteRoger Dingledine2003-11-11
| | | | svn:r787
* respond to nick's questionsRoger Dingledine2003-11-11
| | | | svn:r786
* fix a bug in handling clock skewRoger Dingledine2003-11-11
| | | | svn:r785