tor/src/or
Roger Dingledine 26587827b2 we now encrypt the entire cell on the link, not just the header
previously padding cells, etc were distinguishable because their body was
all zero's


svn:r84
2002-08-24 08:24:30 +00:00
..
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
buffers.c cleanup: don't use size_t when you mean int 2002-08-24 04:59:21 +00:00
cell.c Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 2002-08-22 07:30:03 +00:00
circuit.c port is now kept in host order except in sin_port 2002-08-24 07:55:49 +00:00
command.c port is now kept in host order except in sin_port 2002-08-24 07:55:49 +00:00
config.c linkpadding is now off by default. 2002-08-23 06:49:43 +00:00
connection_ap.c port is now kept in host order except in sin_port 2002-08-24 07:55:49 +00:00
connection_exit.c port is now kept in host order except in sin_port 2002-08-24 07:55:49 +00:00
connection_op.c cleanup: start enforcing hton and ntoh on stuff sent over the network 2002-08-24 06:58:25 +00:00
connection_or.c port is now kept in host order except in sin_port 2002-08-24 07:55:49 +00:00
connection.c we now encrypt the entire cell on the link, not just the header 2002-08-24 08:24:30 +00:00
main.c cleanup: don't use size_t when you mean int 2002-08-24 04:59:21 +00:00
Makefile.am removed args.c (bruce's popt stuff makes it obsolete) 2002-07-15 21:13:40 +00:00
onion.c port is now kept in host order except in sin_port 2002-08-24 07:55:49 +00:00
or.h we now encrypt the entire cell on the link, not just the header 2002-08-24 08:24:30 +00:00
routers.c port is now kept in host order except in sin_port 2002-08-24 07:55:49 +00:00
test_config.c removed loglevel from global namespace. severity level is set using log() with a NULL format argument now. example: log(LOG_ERR,NULL); 2002-07-12 18:14:17 +00:00
test_onion.c Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 2002-08-22 07:30:03 +00:00