Commit Graph

  • f9fe498b26 print an entry at the top of the logfile so you know it's working clean up a minor bug in a debugfile log entry Roger Dingledine 2004-01-05 05:22:04 +00:00
  • cacacfe2b1 Integrate new daemon code, adapted from submission by christian grothoff Nick Mathewson 2004-01-03 22:40:49 +00:00
  • 255bc76545 Integrate new daemon code, adapted from submission by christian grothoff Nick Mathewson 2004-01-03 22:40:49 +00:00
  • 7622a80904 move us to pre18 tor-0.0.2pre18 Roger Dingledine 2004-01-02 09:03:59 +00:00
  • 17d3d5dd9f This commit was manufactured by cvs2svn to create tag 'tor-0_0_2pre18'. (no author) 2004-01-02 09:03:59 +00:00
  • 9c6266d469 move us to pre18 Roger Dingledine 2004-01-02 09:03:59 +00:00
  • 53061b3778 fix endian issue: rh.integrity was getting sent wrong now it's a char[4] rather than an int Roger Dingledine 2004-01-02 09:03:38 +00:00
  • 03b5043c3e fix endian issue: rh.integrity was getting sent wrong now it's a char[4] rather than an int Roger Dingledine 2004-01-02 09:03:38 +00:00
  • c2e37901be stop a bug that straycat may have found tor-0.0.2pre17 Roger Dingledine 2004-01-01 07:01:09 +00:00
  • 20a2f5a990 This commit was manufactured by cvs2svn to create tag 'tor-0_0_2pre17'. (no author) 2004-01-01 07:01:09 +00:00
  • e91d8ba02b stop a bug that straycat may have found Roger Dingledine 2004-01-01 07:01:09 +00:00
  • a4c2609c24 update TODO, patch design paper Roger Dingledine 2003-12-30 23:05:06 +00:00
  • 45d361a369 update TODO, patch design paper Roger Dingledine 2003-12-30 23:05:06 +00:00
  • 2b765c54f5 rearrange authors, correct install notes Roger Dingledine 2003-12-30 23:02:27 +00:00
  • fb3af84777 rearrange authors, correct install notes Roger Dingledine 2003-12-30 23:02:27 +00:00
  • 8085235e5f make loglevel info less noisy Roger Dingledine 2003-12-30 22:49:35 +00:00
  • f08681c1ed make loglevel info less noisy Roger Dingledine 2003-12-30 22:49:35 +00:00
  • f3fdbadfdf randomize the initial circ_id and stream_id, so an adversary who breaks in part-way through can't learn how many circs/streams have been made Roger Dingledine 2003-12-28 04:46:09 +00:00
  • 45da7a910c randomize the initial circ_id and stream_id, so an adversary who breaks in part-way through can't learn how many circs/streams have been made Roger Dingledine 2003-12-28 04:46:09 +00:00
  • 71739b486a back out the insert-padding-if-conflict code use recognized + digest instead, just assume it's enough bits Roger Dingledine 2003-12-26 06:29:57 +00:00
  • 5484b2e367 back out the insert-padding-if-conflict code use recognized + digest instead, just assume it's enough bits Roger Dingledine 2003-12-26 06:29:57 +00:00
  • 43fcb70bad checkpoint: revamp relay cell packaging and handling include the infrastructure for inserting padding cells when there's a relay-recognized conflict, but it does not work currently. Roger Dingledine 2003-12-23 07:45:31 +00:00
  • f3f1645c8a checkpoint: revamp relay cell packaging and handling include the infrastructure for inserting padding cells when there's a relay-recognized conflict, but it does not work currently. Roger Dingledine 2003-12-23 07:45:31 +00:00
  • bc8c6732cb add crypto_cipher_rewind to reverse crypto_cipher_advance Roger Dingledine 2003-12-23 07:43:05 +00:00
  • 070b26d987 add crypto_cipher_rewind to reverse crypto_cipher_advance Roger Dingledine 2003-12-23 07:43:05 +00:00
  • 55a94cd497 correct a warn message in mark_if_closed Roger Dingledine 2003-12-23 07:42:01 +00:00
  • 2af5e0ba6b correct a warn message in mark_if_closed Roger Dingledine 2003-12-23 07:42:01 +00:00
  • ad93c0a2bd make sure there's no conflict when generating stream_ids Roger Dingledine 2003-12-19 21:25:44 +00:00
  • bd7e5cf261 make sure there's no conflict when generating stream_ids Roger Dingledine 2003-12-19 21:25:44 +00:00
  • a5e6ec244f rename circ_id_t to uint16_t for code clarity change message when using non-recommended tor version Roger Dingledine 2003-12-19 19:55:02 +00:00
  • c6219cbfbc rename circ_id_t to uint16_t for code clarity change message when using non-recommended tor version Roger Dingledine 2003-12-19 19:55:02 +00:00
  • 45a66c6955 make a relay_header_t struct and pack/unpack funcs split 7-byte stream_id string into 2-byte recognized and 2-byte stream_id fix two seg faults in fetch_from_buf_http fix several lurking seg faults in handling unexpected relay cells Roger Dingledine 2003-12-19 05:09:51 +00:00
  • 4fff74a516 make a relay_header_t struct and pack/unpack funcs split 7-byte stream_id string into 2-byte recognized and 2-byte stream_id fix two seg faults in fetch_from_buf_http fix several lurking seg faults in handling unexpected relay cells Roger Dingledine 2003-12-19 05:09:51 +00:00
  • eb730c41c8 clean tabs, trailing whitespace Roger Dingledine 2003-12-17 21:14:13 +00:00
  • e02c72aa62 clean tabs, trailing whitespace Roger Dingledine 2003-12-17 21:14:13 +00:00
  • 6a19e64066 remove trailing whitespace Roger Dingledine 2003-12-17 21:09:31 +00:00
  • 987afaafc1 remove trailing whitespace Roger Dingledine 2003-12-17 21:09:31 +00:00
  • 5ecd6b6bad make fetch_from_buf_http malloc its strings rather than use fixed-size strings Roger Dingledine 2003-12-17 09:42:28 +00:00
  • 8e85574968 make fetch_from_buf_http malloc its strings rather than use fixed-size strings Roger Dingledine 2003-12-17 09:42:28 +00:00
  • 4a1e05de51 betcha didn't know strncpy could leave an unterminated string Roger Dingledine 2003-12-17 09:20:29 +00:00
  • 0d5a90ca6d betcha didn't know strncpy could leave an unterminated string Roger Dingledine 2003-12-17 09:20:29 +00:00
  • aba237e3e2 end-to-end integrity checking now works initialize digests from shared secrets at handshake make circuit_send_next_onion_skin use connection_edge_send_command Roger Dingledine 2003-12-17 05:58:30 +00:00
  • bd8084c37a end-to-end integrity checking now works initialize digests from shared secrets at handshake make circuit_send_next_onion_skin use connection_edge_send_command Roger Dingledine 2003-12-17 05:58:30 +00:00
  • 389eb48690 document an openssl gotcha Roger Dingledine 2003-12-17 05:31:52 +00:00
  • 7ceb487667 document an openssl gotcha Roger Dingledine 2003-12-17 05:31:52 +00:00
  • 21cc01299b infrastructure for integrity-checks in relay cells make circuit_consider_sending_sendme use connection_edge_send_command fix endian bug in relay length handling (maybe) Roger Dingledine 2003-12-16 22:56:50 +00:00
  • 501aee1d2b infrastructure for integrity-checks in relay cells make circuit_consider_sending_sendme use connection_edge_send_command fix endian bug in relay length handling (maybe) Roger Dingledine 2003-12-16 22:56:50 +00:00
  • d3a2067584 bump cvs version to pre17, so people using cvs tor are denied from the (incompatible) pre16 network Roger Dingledine 2003-12-16 22:22:11 +00:00
  • 704826239c bump cvs version to pre17, so people using cvs tor are denied from the (incompatible) pre16 network Roger Dingledine 2003-12-16 22:22:11 +00:00
  • 4e50f79b11 resolve an edge case in get_unique_circ_id_by_conn Roger Dingledine 2003-12-16 20:45:10 +00:00
  • 55ba0aa4ad resolve an edge case in get_unique_circ_id_by_conn Roger Dingledine 2003-12-16 20:45:10 +00:00
  • fd37a6fedf some todo updates before i lose track of them Roger Dingledine 2003-12-16 09:52:31 +00:00
  • a8355d0468 some todo updates before i lose track of them Roger Dingledine 2003-12-16 09:52:31 +00:00
  • 8712a30e91 move cell size to 512 bytes move length to 2 bytes, put it in the relay header remove 4 reserved bytes in cell add 4 bytes to relay header for the integrity check Roger Dingledine 2003-12-16 09:48:17 +00:00
  • a55379fb96 move cell size to 512 bytes move length to 2 bytes, put it in the relay header remove 4 reserved bytes in cell add 4 bytes to relay header for the integrity check Roger Dingledine 2003-12-16 09:48:17 +00:00
  • 961ecf7abf add H(K|1) to the onionskin reply verify it at the client end abstract the onionskin handshake lengths Roger Dingledine 2003-12-16 08:21:58 +00:00
  • dc5421f83f add H(K|1) to the onionskin reply verify it at the client end abstract the onionskin handshake lengths Roger Dingledine 2003-12-16 08:21:58 +00:00
  • f3b165fdc0 change crypto_digest_new_env to crypto_new_digest_env (and same with _free_) to match our conventions i think our conventions may be getting too ad hoc Roger Dingledine 2003-12-16 08:13:26 +00:00
  • bb5a329ef7 change crypto_digest_new_env to crypto_new_digest_env (and same with _free_) to match our conventions i think our conventions may be getting too ad hoc Roger Dingledine 2003-12-16 08:13:26 +00:00
  • e358a362ee rename digest_copy to digest_dup, make it return, make gcc happier Roger Dingledine 2003-12-16 05:47:21 +00:00
  • d153aff9c7 rename digest_copy to digest_dup, make it return, make gcc happier Roger Dingledine 2003-12-16 05:47:21 +00:00
  • 7c439c30d0 Resolve format warnings on MacOS X 10.3 Nick Mathewson 2003-12-16 05:33:11 +00:00
  • 5943001d22 Resolve format warnings on MacOS X 10.3 Nick Mathewson 2003-12-16 05:33:11 +00:00
  • eeae6157ed Add more fine-grained SHA1 functionality. Nick Mathewson 2003-12-16 05:29:04 +00:00
  • 0d46a40a00 Add more fine-grained SHA1 functionality. Nick Mathewson 2003-12-16 05:29:04 +00:00
  • 4885e90490 Make compile warning-free on cygwin Nick Mathewson 2003-12-15 21:35:52 +00:00
  • 82c7177c8c Make compile warning-free on cygwin Nick Mathewson 2003-12-15 21:35:52 +00:00
  • a5aa80cc41 make --debuglogfile (or any second log file) work Roger Dingledine 2003-12-14 09:58:43 +00:00
  • fb0b2b2280 make --debuglogfile (or any second log file) work Roger Dingledine 2003-12-14 09:58:43 +00:00
  • a0f16c619c we are pre16 tor-0.0.2pre16 Roger Dingledine 2003-12-14 08:45:43 +00:00
  • 01a72eb663 This commit was manufactured by cvs2svn to create tag 'tor-0_0_2pre16'. (no author) 2003-12-14 08:45:43 +00:00
  • 57795e5155 we are pre16 Roger Dingledine 2003-12-14 08:45:43 +00:00
  • 08534a6271 start tracking the 'It appears I've already sent the end' warning Roger Dingledine 2003-12-14 08:32:14 +00:00
  • 55837db65f start tracking the 'It appears I've already sent the end' warning Roger Dingledine 2003-12-14 08:32:14 +00:00
  • 0ea88d508d oops, i broke buffers. fixed. Roger Dingledine 2003-12-14 08:15:41 +00:00
  • 8687af5b0e oops, i broke buffers. fixed. Roger Dingledine 2003-12-14 08:15:41 +00:00
  • f9bdb8a0da document aborted attempt to merge client dns cache with server dns cache Roger Dingledine 2003-12-14 07:50:45 +00:00
  • 9812ec95a2 document aborted attempt to merge client dns cache with server dns cache Roger Dingledine 2003-12-14 07:50:45 +00:00
  • 7d58bfbd50 change dns notation from question/answer to address/addr Roger Dingledine 2003-12-14 07:40:47 +00:00
  • 0aba551857 change dns notation from question/answer to address/addr Roger Dingledine 2003-12-14 07:40:47 +00:00
  • 8f573c06c3 start to track the 'unexpected relay cell' warning Roger Dingledine 2003-12-14 06:50:44 +00:00
  • bf6c921a20 start to track the 'unexpected relay cell' warning Roger Dingledine 2003-12-14 06:50:44 +00:00
  • 1a2813ba7b update the TODO to reflect the done things Roger Dingledine 2003-12-14 06:34:40 +00:00
  • a95473217c update the TODO to reflect the done things Roger Dingledine 2003-12-14 06:34:40 +00:00
  • 36ea39ec9c on hup, close and rebind listener ports too (in case their config has changed) Roger Dingledine 2003-12-14 06:03:46 +00:00
  • c40d0977b4 on hup, close and rebind listener ports too (in case their config has changed) Roger Dingledine 2003-12-14 06:03:46 +00:00
  • 50e17d633b clean up some file-scope-global directory variables Roger Dingledine 2003-12-14 05:25:23 +00:00
  • 2b5add28f1 clean up some file-scope-global directory variables Roger Dingledine 2003-12-14 05:25:23 +00:00
  • 1096eae543 add options.ExcludedNodes -- nodes that are never picked in path building Roger Dingledine 2003-12-14 05:08:28 +00:00
  • 9f2d34b815 add options.ExcludedNodes -- nodes that are never picked in path building Roger Dingledine 2003-12-14 05:08:28 +00:00
  • 3465c4dee4 make it compile Roger Dingledine 2003-12-14 05:00:09 +00:00
  • 71ebf79ea8 make it compile Roger Dingledine 2003-12-14 05:00:09 +00:00
  • f4cb5d8c93 extend smartlist with _remove() and _subtract() Roger Dingledine 2003-12-14 04:57:47 +00:00
  • 2c6fcb0cb2 extend smartlist with _remove() and _subtract() Roger Dingledine 2003-12-14 04:57:47 +00:00
  • 2997ef8dd9 warn if you're running tor as root Roger Dingledine 2003-12-14 04:39:23 +00:00
  • a07806ec3c warn if you're running tor as root Roger Dingledine 2003-12-14 04:39:23 +00:00
  • 25e7e97d73 on HUP, retry OR connections, and stop clobbering the dirserver's routerlist Roger Dingledine 2003-12-14 04:33:18 +00:00
  • f2ae48d83f on HUP, retry OR connections, and stop clobbering the dirserver's routerlist Roger Dingledine 2003-12-14 04:33:18 +00:00
  • 05c05d6444 more friendly warning when there are too many dns workers Roger Dingledine 2003-12-14 04:19:12 +00:00
  • b7c29ef266 more friendly warning when there are too many dns workers Roger Dingledine 2003-12-14 04:19:12 +00:00