Commits on Source
39353
b24b8460
less confusing comments in config files
Oct 15, 2003
4f1a84b7
and in OP config files
Oct 15, 2003
c29ef399
start the authors file, before things get out of hand
Oct 15, 2003
ba7236ee
spell matej's name correctly (oops)
Oct 15, 2003
959b5585
Stop using stdout for non-debugging cases
Oct 15, 2003
7432d973
Make last commit build
Oct 15, 2003
22ef7330
Make add_file_log return 0 on success.
Oct 15, 2003
695920d0
Build without warnings on OS X.
Oct 15, 2003
11a23fc2
clean up logging, allow user to specify log files
Oct 15, 2003
75170f05
fix bug with overzealous shrinking; add more comments.
Oct 15, 2003
b23eea3f
don't clobber CFLAGS when configure starts
Oct 15, 2003
afd8fa5a
change buf->buf to buf->mem
Oct 15, 2003
ba9b542e
Report delivery cell fullness correctly
Oct 15, 2003
b3471bbc
closing stdout *should* be safe (we'll see)
Oct 15, 2003
66d74482
update TODO entries to reflect recent progress
Oct 15, 2003
f81178a3
Add more logging on some ssl errors.
Oct 15, 2003
f32c1c31
Log TLS errors even harder
Oct 15, 2003
1769b00c
create var/lib/tor on "make install" -- this should allow
Oct 16, 2003
3c526e49
add a note about how Safari claims to support socks but doesn't
Oct 16, 2003
f6e20230
Several changes to background section, which is still a mess
Oct 16, 2003
5aec141c
mention that you can run tor with "-l warn"
Oct 16, 2003
25b0c92f
patch from aaron to abstract into $TORARGS
Oct 16, 2003
5c563939
catch misconfigured machines that return hostname as fqdn
Oct 17, 2003
0b1afa95
reload the fingerprints file on HUP
Oct 17, 2003
f96f964a
try to make cvs more stable for now. need to test this more in a bit.
Oct 17, 2003
35dcfcb1
put a blank line in the directory, before the first router
Oct 17, 2003
f36e2cbd
put in some notes about rendezvous points
Oct 17, 2003
96f47a3e
Small changes to abstract and intro
Oct 17, 2003
82aa621b
rewrite close_logs so it could possibly work
Oct 18, 2003
193383b7
log to stdout while parsing config,
Oct 18, 2003
99811770
update install and readme: people should now do 'make install'
Oct 18, 2003
2093f607
we've been stomping on memory while reading config
Oct 18, 2003
af3fc006
clean up memory leaks, confusions
Oct 18, 2003
a3962bf6
fix two more memory problems
Oct 18, 2003
a73a3a21
no more memory leaks
Oct 18, 2003
61e180ce
start to track down the 'peer has invalid cert' bug
Oct 18, 2003
9d3f2b23
another minor memory leak
Oct 18, 2003
c627ba26
first steps toward a WANTWRITE SSL_write tls bug fix
Oct 18, 2003
ec964191
let tls tolerate reallocing the buf
Oct 19, 2003
0ec2a34a
Code to get nicknames from peer certs
Oct 19, 2003
0142a568
Example code to get nickname from cert
Oct 19, 2003
efce1b8b
put small buffers back in place
Oct 19, 2003
dc85b7af
warn, not err
Oct 19, 2003
b4117d2a
move to 0.0.2pre13
Oct 19, 2003
db33eac4
add an Address line to the sample server rc file
Oct 19, 2003
b40d0bff
a skeletal print_usage() function
Oct 20, 2003
5f1750a2
include our own timegm() impl, since it's not portable
Oct 20, 2003
08c44fc1
Few more changes to intro. First complete draft of background.
Oct 20, 2003
53baa697
first draft of the rendezvous section done
Oct 21, 2003
668ec0b4
first draft of a conclusion / future works
Oct 21, 2003
f8a72b1c
i seem to be listing hard problems.
Oct 21, 2003
4a66865d
send the end cell when we realize we're going to end,
Oct 21, 2003
80d428b2
remove obsolete config file
Oct 21, 2003
e4127e4d
move closer to being able to reload config on HUP
Oct 21, 2003
069227db
introduce new tor_free() macro
Oct 21, 2003
0e137e41
APPort is now SocksPort
Oct 21, 2003
24536a65
fix error in rendezvous description
Oct 21, 2003
53dca60b
Add design goals section
Oct 21, 2003
009f2f6d
Update .cvsignores to exclude files generated due to recent build improvements
Oct 21, 2003
ac7a9cca
Adversary model mostly done? Some other small changes in assumptions et passim.
Oct 21, 2003
1bf10257
fill in some lncs numbers
Oct 21, 2003
f84cdb90
force the admin to mkdir the datadirectory himself,
Oct 22, 2003
524d63ec
todo now reflects what we need to do.
Oct 22, 2003
b1eca56b
added User and Group options -- if you set them, tor will try to
Oct 22, 2003
c6b442a3
make end relay cells have payloads
Oct 22, 2003
c35fc271
move default exit policy into config files
Oct 22, 2003
c78d5d7d
play with connection_edge_send_command
Oct 22, 2003
4139c1c8
- fixed a bug in the id switching code -- setgid has to happen before
Oct 22, 2003
cf2fe9d1
some minor tweaks
Oct 22, 2003
7604cfe6
Clock skew fixes.
Oct 22, 2003
4fef6f45
switch_id() no longer tries to log the user name when it's calld on
Oct 22, 2003
4e3345ff
Added censorship resistant refs. Answered Roger's key question with
Oct 22, 2003
8ee82830
Router twins described in intro. Some more stuff in assumptions section.
Oct 22, 2003
03964490
add the dirservers section
Oct 23, 2003
6b79d8a7
Two-pronged attack at my overzealous skew fixes.
Oct 23, 2003
71e5ad71
resolve warning
Oct 23, 2003
faa0f7ff
Use daemon(3) function where available.
Oct 23, 2003
b1d89739
figured out how to make autoconf a bit less viral
Oct 24, 2003
b29e29f6
directories are signed so they can be cached elsewhere
Oct 24, 2003
d5986485
and dirservers are better for non-clique situations
Oct 24, 2003
f0a9d0ae
some scribblings on exit policies
Oct 24, 2003
28e93f3a
Note TODO items; add DROP relay cells
Oct 24, 2003
d4ad3bde
Numerous notes of stuff to do from mtg with Roger; add outline for design section.
Oct 24, 2003
87969d98
Initial changes to intro.
Oct 24, 2003
8850eb12
think more about the design section
Oct 25, 2003
52589289
add DirBindAddress, parse the BindAddress's when you bind
Oct 25, 2003
b3497f98
crank more on design section
Oct 26, 2003
866c449b
Commit notes from Friday mtg with arma.
Oct 26, 2003
acd41562
more circuit design section work
Oct 26, 2003
5432fb02
Add note about DNS distinguishability attack
Oct 26, 2003
57474d77
Revise section 1, remove very throughout.
Oct 26, 2003
2d603ea9
tweaks outside sec4 (couldn't help myself)
Oct 26, 2003
aee3769c
remove obsolete config file
Oct 27, 2003
b2c225ea
circuits, streams, and tagging, o my!
Oct 27, 2003
42b2f341
add a few more new TODO items (bugfixes)
Oct 27, 2003
a27b5707
bugfix for win32 with lots of users
Oct 27, 2003
5d48aa62
patch the README more for new routers
Oct 27, 2003
0c9bce8c
A few tiny tweaks.
Oct 27, 2003
f6eb16e4
A few changes to related work before heading back to CCS.
Oct 28, 2003
609edb51
more work
Oct 28, 2003
39,253 additional commits have been omitted to prevent performance issues.
Loading
Loading