Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-02 | move us to pre18tor-0.0.2pre18 | Roger Dingledine | |
svn:r967 | |||
2004-01-02 | fix endian issue: rh.integrity was getting sent wrong | Roger Dingledine | |
now it's a char[4] rather than an int svn:r966 | |||
2004-01-01 | stop a bug that straycat may have foundtor-0.0.2pre17 | Roger Dingledine | |
svn:r964 | |||
2003-12-30 | update TODO, patch design paper | Roger Dingledine | |
svn:r963 | |||
2003-12-30 | rearrange authors, correct install notes | Roger Dingledine | |
svn:r962 | |||
2003-12-30 | make loglevel info less noisy | Roger Dingledine | |
svn:r961 | |||
2003-12-28 | randomize the initial circ_id and stream_id, so an adversary who | Roger Dingledine | |
breaks in part-way through can't learn how many circs/streams have been made svn:r960 | |||
2003-12-26 | back out the insert-padding-if-conflict code | Roger Dingledine | |
use recognized + digest instead, just assume it's enough bits svn:r959 | |||
2003-12-23 | checkpoint: revamp relay cell packaging and handling | Roger Dingledine | |
include the infrastructure for inserting padding cells when there's a relay-recognized conflict, but it does not work currently. svn:r958 | |||
2003-12-23 | add crypto_cipher_rewind to reverse crypto_cipher_advance | Roger Dingledine | |
svn:r957 | |||
2003-12-23 | correct a warn message in mark_if_closed | Roger Dingledine | |
svn:r956 | |||
2003-12-19 | make sure there's no conflict when generating stream_ids | Roger Dingledine | |
svn:r955 | |||
2003-12-19 | rename circ_id_t to uint16_t for code clarity | Roger Dingledine | |
change message when using non-recommended tor version svn:r954 | |||
2003-12-19 | make a relay_header_t struct and pack/unpack funcs | Roger Dingledine | |
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 still need to * clean up relay_crypt * use relay dummies if there's going to be a conflict with rh.recognized * check for a conflict when generating stream_ids svn:r953 | |||
2003-12-17 | clean tabs, trailing whitespace | Roger Dingledine | |
svn:r952 | |||
2003-12-17 | remove trailing whitespace | Roger Dingledine | |
svn:r951 | |||
2003-12-17 | make fetch_from_buf_http malloc its strings rather | Roger Dingledine | |
than use fixed-size strings reorganize directory_handle_command so it'll be easier to do more with our directory servers svn:r950 | |||
2003-12-17 | betcha didn't know strncpy could leave an unterminated string | Roger Dingledine | |
svn:r949 | |||
2003-12-17 | end-to-end integrity checking now works | Roger Dingledine | |
initialize digests from shared secrets at handshake make circuit_send_next_onion_skin use connection_edge_send_command svn:r948 | |||
2003-12-17 | document an openssl gotcha | Roger Dingledine | |
svn:r947 | |||
2003-12-16 | infrastructure for integrity-checks in relay cells | Roger Dingledine | |
make circuit_consider_sending_sendme use connection_edge_send_command fix endian bug in relay length handling (maybe) svn:r946 | |||
2003-12-16 | bump cvs version to pre17, so people using cvs tor are denied from | Roger Dingledine | |
the (incompatible) pre16 network svn:r945 | |||
2003-12-16 | resolve an edge case in get_unique_circ_id_by_conn | Roger Dingledine | |
svn:r944 | |||
2003-12-16 | some todo updates before i lose track of them | Roger Dingledine | |
svn:r943 | |||
2003-12-16 | move cell size to 512 bytes | Roger Dingledine | |
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 svn:r942 | |||
2003-12-16 | add H(K|1) to the onionskin reply | Roger Dingledine | |
verify it at the client end abstract the onionskin handshake lengths breaks backward compatibility (again) svn:r941 | |||
2003-12-16 | change crypto_digest_new_env to crypto_new_digest_env | Roger Dingledine | |
(and same with _free_) to match our conventions i think our conventions may be getting too ad hoc svn:r940 | |||
2003-12-16 | rename digest_copy to digest_dup, make it return, make gcc happier | Roger Dingledine | |
svn:r939 | |||
2003-12-16 | Resolve format warnings on MacOS X 10.3 | Nick Mathewson | |
svn:r938 | |||
2003-12-16 | Add more fine-grained SHA1 functionality. | Nick Mathewson | |
svn:r937 | |||
2003-12-15 | Make compile warning-free on cygwin | Nick Mathewson | |
svn:r936 | |||
2003-12-14 | make --debuglogfile (or any second log file) work | Roger Dingledine | |
svn:r935 | |||
2003-12-14 | we are pre16tor-0.0.2pre16 | Roger Dingledine | |
svn:r933 | |||
2003-12-14 | start tracking the 'It appears I've already sent the end' warning | Roger Dingledine | |
svn:r932 | |||
2003-12-14 | oops, i broke buffers. fixed. | Roger Dingledine | |
svn:r931 | |||
2003-12-14 | document aborted attempt to merge client dns cache with server dns cache | Roger Dingledine | |
svn:r930 | |||
2003-12-14 | change dns notation from question/answer to address/addr | Roger Dingledine | |
svn:r929 | |||
2003-12-14 | start to track the 'unexpected relay cell' warning | Roger Dingledine | |
svn:r928 | |||
2003-12-14 | update the TODO to reflect the done things | Roger Dingledine | |
svn:r927 | |||
2003-12-14 | on hup, close and rebind listener ports too (in case their config has changed) | Roger Dingledine | |
svn:r926 | |||
2003-12-14 | clean up some file-scope-global directory variables | Roger Dingledine | |
svn:r925 | |||
2003-12-14 | add options.ExcludedNodes -- nodes that are never picked in path building | Roger Dingledine | |
svn:r924 | |||
2003-12-14 | make it compile | Roger Dingledine | |
svn:r923 | |||
2003-12-14 | extend smartlist with _remove() and _subtract() | Roger Dingledine | |
svn:r922 | |||
2003-12-14 | warn if you're running tor as root | Roger Dingledine | |
svn:r921 | |||
2003-12-14 | on HUP, retry OR connections, and stop clobbering the dirserver's routerlist | Roger Dingledine | |
svn:r920 | |||
2003-12-14 | more friendly warning when there are too many dns workers | Roger Dingledine | |
svn:r919 | |||
2003-12-14 | more friendly warning when a connection buffer overflows | Roger Dingledine | |
svn:r918 | |||
2003-12-14 | slightly different default default exit policy. | Roger Dingledine | |
svn:r917 | |||
2003-12-14 | reject 0.0.0.0/8,reject 169.254.0.0/16 | Roger Dingledine | |
svn:r916 |