Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Simplify post-TLS-handshake checks, and add check for correct nickname | Nick Mathewson | 2003-11-18 |
| | | | | svn:r834 | ||
* | Stop leaking X509 certs; those things are _nasty_ on the carpet | Nick Mathewson | 2003-11-18 |
| | | | | svn:r833 | ||
* | Always include newline with port section of exit policy | Nick Mathewson | 2003-11-18 |
| | | | | svn:r832 | ||
* | stop client_dns_clean from calling malloc(0) | Roger Dingledine | 2003-11-18 |
| | | | | svn:r831 | ||
* | Fix possible bug in circID selection when building circuits on combination ↵ | Nick Mathewson | 2003-11-17 |
| | | | | | | OP/OR servers svn:r830 | ||
* | more verbose info for circuits when kill -USR1 | Roger Dingledine | 2003-11-17 |
| | | | | svn:r829 | ||
* | "I don't think it's quite fair to condemn a whole program because of a | Nick Mathewson | 2003-11-17 |
| | | | | | | | | single slip-up." -- General "Buck" Turgidson, _Doctor Strangelove_ svn:r828 | ||
* | finally find and possibly fix the circuit_deliver_relay_cell warn bug | Roger Dingledine | 2003-11-17 |
| | | | | svn:r827 | ||
* | Fix bytesex issues on in.s_addr | Nick Mathewson | 2003-11-17 |
| | | | | svn:r826 | ||
* | catch the last missing log line i hope | Roger Dingledine | 2003-11-17 |
| | | | | svn:r825 | ||
* | Remove a possible source of error in circID picking. | Nick Mathewson | 2003-11-17 |
| | | | | svn:r824 | ||
* | continue the circuit_deliver_relay_cell forward-failure bughunt | Roger Dingledine | 2003-11-17 |
| | | | | svn:r823 | ||
* | comment choose_good_exit_server | Nick Mathewson | 2003-11-17 |
| | | | | svn:r822 | ||
* | trivial bugfixes | Roger Dingledine | 2003-11-17 |
| | | | | svn:r821 | ||
* | Fix a segfault caused by a weird logic error and masked by another. | Nick Mathewson | 2003-11-17 |
| | | | | svn:r820 | ||
* | recognize in-progress circs and don't start redundant ones | Roger Dingledine | 2003-11-17 |
| | | | | | | | quickly notice streams that don't have a circ on the way, and start one svn:r819 | ||
* | bugfixes | Roger Dingledine | 2003-11-16 |
| | | | | svn:r818 | ||
* | change when circuits are built and expired | Roger Dingledine | 2003-11-16 |
| | | | | | | | not quite happy with it yet svn:r817 | ||
* | bugfix: if you recognize a relay cell, don't also pass it on. | Roger Dingledine | 2003-11-16 |
| | | | | svn:r816 | ||
* | dump exit policies correctly to descriptor | Roger Dingledine | 2003-11-16 |
| | | | | svn:r815 | ||
* | initial patches on patches | Roger Dingledine | 2003-11-16 |
| | | | | svn:r814 | ||
* | Finish implementing the rest of the exitpolicy stuff, except for ↵ | Nick Mathewson | 2003-11-16 |
| | | | | | | automatically starting circuit builds. svn:r813 | ||
* | Improved exit policy syntax; basic client-side DNS caching. | Nick Mathewson | 2003-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 bughunt | Roger Dingledine | 2003-11-14 |
| | | | | svn:r811 | ||
* | bump default pathlen to 3; clean up surrounding code | Roger Dingledine | 2003-11-13 |
| | | | | svn:r810 | ||
* | let getconfig survive repeated calls. now we call it again when we hup. | Roger Dingledine | 2003-11-13 |
| | | | | | | | | change RecommendedVersions into a config option, so dirservers can hup for a new one svn:r809 | ||
* | fix trivial typo | Roger Dingledine | 2003-11-13 |
| | | | | svn:r808 | ||
* | warn on startup that we don't provide anonymity | Roger Dingledine | 2003-11-13 |
| | | | | | | | make exit dns cache entries last 15 minutes svn:r807 | ||
* | Add my 0.0.2pre14 tasks to top of TODO. | Nick Mathewson | 2003-11-13 |
| | | | | svn:r806 | ||
* | lay groundwork for EntryNodes and ExitNodes | Roger Dingledine | 2003-11-12 |
| | | | | svn:r805 | ||
* | break out the string manipulation routines | Roger Dingledine | 2003-11-12 |
| | | | | svn:r804 | ||
* | give us a plan for pre14 | Roger Dingledine | 2003-11-12 |
| | | | | svn:r803 | ||
* | update the FAQ so it's just useless, not wrong | Roger Dingledine | 2003-11-12 |
| | | | | svn:r802 | ||
* | Update and uncomment the Acks section. Also uncomment the authors. | Paul Syverson | 2003-11-12 |
| | | | | | | | A spacing tweak. svn:r801 | ||
* | make dir parsing robust to invalid but well-formed descriptors | Roger Dingledine | 2003-11-12 |
| | | | | svn:r800 | ||
* | Remove minor biasing problem from crypto_pseudo_rand_int | Nick Mathewson | 2003-11-12 |
| | | | | svn:r799 | ||
* | connection_ap_handshake_send_begin always succeeds | Roger Dingledine | 2003-11-12 |
| | | | | svn:r798 | ||
* | Make crypto_pseudo_rand* never fail. | Nick Mathewson | 2003-11-12 |
| | | | | svn:r797 | ||
* | Restore erroneously removed assert | Nick Mathewson | 2003-11-12 |
| | | | | svn:r796 | ||
* | Fix thinko: Failure and success are different things. | Nick Mathewson | 2003-11-12 |
| | | | | svn:r795 | ||
* | Remove dead code | Nick Mathewson | 2003-11-12 |
| | | | | svn:r794 | ||
* | Compute paths as we build them. | Nick Mathewson | 2003-11-12 |
| | | | | svn:r793 | ||
* | Refactor onion_generate_cpath to build cpaths one hop at a time. This | Nick Mathewson | 2003-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 bug | Roger Dingledine | 2003-11-11 |
| | | | | svn:r791 | ||
* | more cleanups and bugfix | Roger Dingledine | 2003-11-11 |
| | | | | svn:r790 | ||
* | prioritize and rearrange the TODO | Roger Dingledine | 2003-11-11 |
| | | | | svn:r789 | ||
* | leave conn->socks_request around after the begin | Roger Dingledine | 2003-11-11 |
| | | | | | | | that way we can reuse it if we need to try another begin later svn:r788 | ||
* | conn->socks_version is obsolete | Roger Dingledine | 2003-11-11 |
| | | | | svn:r787 | ||
* | respond to nick's questions | Roger Dingledine | 2003-11-11 |
| | | | | svn:r786 | ||
* | fix a bug in handling clock skew | Roger Dingledine | 2003-11-11 |
| | | | | svn:r785 |