Commits on Source
39390
16778795
minor fixes; bump to 0.0.2pre10
Oct 07, 2003
e6847c44
add ExitPolicy line to config file
Oct 07, 2003
499bbe72
Add a "router_add_exit_policy_from_string" function.
Oct 07, 2003
686fce45
Stop requiring newline at end of exit policy.
Oct 07, 2003
9e30ac28
obey exit policies for addresses too
Oct 07, 2003
3b2943d8
lowercase exit policies.
Oct 07, 2003
c42d928b
pull exit policies from config into desc_routerinfo
Oct 07, 2003
aca4bc51
successfully parse exit policies on future attempts too
Oct 07, 2003
543e4e8f
more details to track a warning in tls handshakes
Oct 07, 2003
36939303
Update LICENSE and copyright dates.
Oct 08, 2003
9fcd893e
fill in some blanks
Oct 08, 2003
db6ce1c0
give automake its security blanket back.
Oct 08, 2003
99df8ea4
and give it some content
Oct 08, 2003
8b80362c
0.0.2pre11, new license
Oct 08, 2003
746d64e6
add in basic support for pidfiles
Oct 08, 2003
955c8bda
s/TOR/Tor/
Oct 09, 2003
43a2e32a
First cut at HACKING document
Oct 09, 2003
c098d776
first pass over HACKING doc
Oct 09, 2003
ecfb3682
Refactor, rename, and clarify
Oct 09, 2003
36fb8e83
change WARNING to WARN
Oct 10, 2003
b9628f26
change WARNING to WARN
Oct 10, 2003
8df0eee1
oops, bugfix
Oct 10, 2003
c5ed91fd
flesh out more of the entries in the intro
Oct 10, 2003
11633d8a
A few rewordings in abstract and first paragraph
Oct 10, 2003
ac5152d8
clarifications from weasel
Oct 11, 2003
4d0b8f00
clarify the warning for unrecognized socks version
Oct 11, 2003
5ccb28c3
remove more confusing parts of the README
Oct 11, 2003
88a068b5
don't forget the dot in privoxy config line.
Oct 11, 2003
411a18e3
put out 0.0.2pre12
Oct 12, 2003
737760f0
fix segfault (connecting to dirserver when network is down)
Oct 13, 2003
6115813d
i'm a little teapot, short and stout
Oct 14, 2003
77be56fb
Add tor_realloc to mirror tor_malloc
Oct 14, 2003
ee9e54b4
Make buffers grow and shrink as needed.
Oct 14, 2003
58ec0587
make the buffer resize stuff work
Oct 14, 2003
f5cb7887
clean up the sample or rc
Oct 14, 2003
0149c4ed
Add initial background mumblings; more work tomorrow
Oct 14, 2003
a54a65df
- cause configure to create a tor.sh which will have directories set
Oct 15, 2003
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
39,290 additional commits have been omitted to prevent performance issues.
Loading
Loading