Roger Dingledine
7d4202a6dc
bump our version to pre22
...
svn:r1125
2004-02-26 21:27:12 +00:00
Roger Dingledine
0b27ae0c2d
if the default torrc isn't there, just use some default defaults
...
plus provide an internal dirservers file if they don't have one
having no config files will make it easier to run on windows
svn:r1124
2004-02-26 21:25:51 +00:00
Nick Mathewson
496e414e52
Basic RAM poisoning and magic-checking to notice connection and circuit
...
corruption faster; also, check for corruption in dns.c so we can fail fast
for the bug that's nailing Lucky and moria3.
svn:r1123
2004-02-25 07:31:46 +00:00
Roger Dingledine
1b25794a56
bugfix: if the exit stream is pending on the resolve, and a destroy
...
arrives, then the stream wasn't getting removed from the pending list.
this may have been the lucky-bug.
this commit may also not actually fix the bug. it's darn hard to
reproduce.
svn:r1122
2004-02-25 06:57:57 +00:00
Roger Dingledine
8da2e00a83
remove dead code
...
svn:r1121
2004-02-25 06:56:11 +00:00
Roger Dingledine
a2131d62bf
move the daemon back to /usr/bin/tor
...
(it seems many people don't know they have a /usr/local/sbin/
damn the file system hierarchy standards)
svn:r1120
2004-02-25 06:42:20 +00:00
Roger Dingledine
01e7b8638d
move the tor program back to usr/bin/
...
svn:r1119
2004-02-25 06:41:21 +00:00
Roger Dingledine
7985f525ec
fix some bugs in assert_connection_ok
...
svn:r1118
2004-02-24 22:33:30 +00:00
Roger Dingledine
01cdffc0c2
note a bug that gabe found
...
svn:r1117
2004-02-24 22:22:04 +00:00
Roger Dingledine
598f8b5661
start hunting the lucky-bug
...
svn:r1116
2004-02-22 20:50:20 +00:00
Roger Dingledine
fb4d66f026
pre-talk slides
...
svn:r1115
2004-02-21 20:41:15 +00:00
Nick Mathewson
67a273962a
On OSX, decline to use the built-in select-baed poll wrapper, since it seems to sometimes not work.
...
svn:r1114
2004-02-20 23:41:45 +00:00
Roger Dingledine
fd4dc9de39
commit some partial slides in case i get hit by a bus
...
svn:r1113
2004-02-19 06:19:58 +00:00
Roger Dingledine
501cef16fe
clean up todo, mark a bug as fixed
...
svn:r1112
2004-02-18 22:30:16 +00:00
Roger Dingledine
f202d38191
patch from vicman to publish less platform information
...
svn:r1111
2004-02-18 21:23:50 +00:00
Roger Dingledine
8c1ee2f2d2
actual wording of pre21 changelog
...
svn:r1110
2004-02-18 09:40:18 +00:00
Peter Palfrader
a1b6ce0580
New upstream release
...
svn:r1108
2004-02-18 09:13:33 +00:00
Roger Dingledine
980f74f455
bump us to pre21, add ChangeLog entries
...
svn:r1107
2004-02-18 08:54:35 +00:00
Roger Dingledine
35c17c5a8b
slides for tor rump session talk at FC04
...
svn:r1106
2004-02-18 08:36:42 +00:00
Roger Dingledine
67c0c64aa4
go back to a single exitpolicy parameter
...
if your exitpolicy includes " *:*" then it is final,
else we append the default exit policy.
(thanks weasel)
svn:r1105
2004-02-18 07:23:38 +00:00
Roger Dingledine
4e178907ab
allow imaps and pop3s in default exit policy
...
svn:r1104
2004-02-18 04:02:05 +00:00
Roger Dingledine
7562a62ef0
Get rid of the notion of a separate default default exit policy.
...
Create ExitPolicyPrepend config parameter, to customize the default
exit policy.
svn:r1103
2004-02-18 03:56:12 +00:00
Roger Dingledine
c9d9b9b2a7
we define some big constant arrays but don't use them
...
svn:r1102
2004-02-18 03:17:35 +00:00
Roger Dingledine
3456adec31
adding the reattach-after-timeout feature wasn't so easy after all.
...
maybe it works now.
svn:r1101
2004-02-18 01:21:20 +00:00
Roger Dingledine
39efb0ed52
retry streams where the connected cell hasn't arrived in 15 seconds
...
svn:r1100
2004-02-17 21:07:15 +00:00
Nick Mathewson
72568d2620
Another case of the same.
...
svn:r1099
2004-02-17 08:52:57 +00:00
Nick Mathewson
bab6c0a332
Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0
...
to mean "unknown port". But no exit policy supports (nonexistant)
port 0, except accept *:*, and we had no special handling for 'unknown port'.
Now we do.
svn:r1098
2004-02-17 08:52:03 +00:00
Roger Dingledine
46ffc5984d
best_support_idx is obsolete
...
(also doesn't fix the bug)
svn:r1097
2004-02-17 08:42:25 +00:00
Nick Mathewson
bd14023afd
Propagate yes/no/maybe a little farther forward.
...
svn:r1096
2004-02-17 08:29:22 +00:00
Roger Dingledine
d081d1d061
make braces cleaner, bug still persists
...
svn:r1095
2004-02-17 08:10:07 +00:00
Roger Dingledine
e39bfa8ff9
install the torify.1 man page too
...
svn:r1094
2004-02-17 08:05:39 +00:00
Nick Mathewson
61756b5893
Fix router_compare_addr_to_exit_policy, and name its return codes. The bug was: "maybe reject,accept" should be "maybe", not "accept".
...
svn:r1093
2004-02-17 07:56:33 +00:00
Roger Dingledine
d508a194f7
Let paranoid exit nodes (which default to reject) be exit nodes
...
Before we resolve the hostname, we don't know whether its IP will be accepted or rejected by the exit policy of each host. So we were only going with nodes that would certainly accept -- which
was just itys and poblano.
(This bug was hidden until now by the earlier port bug.)
(Actual bugfix pending on Nick's next commit, hopefully.)
svn:r1092
2004-02-17 07:45:44 +00:00
Roger Dingledine
53381a722d
make 'make dist' work
...
svn:r1091
2004-02-17 07:20:01 +00:00
Steven Hazel
3ba1a82680
made these scripts know about config/Makefile.am
...
svn:r1090
2004-02-17 06:41:18 +00:00
Steven Hazel
08362831b9
this will cause the things in this directory to get installed properly, maybe
...
svn:r1089
2004-02-17 06:40:42 +00:00
Roger Dingledine
1801bd7592
prevent picking middleman nodes as the last node in the circuit
...
svn:r1088
2004-02-17 06:39:20 +00:00
Roger Dingledine
51ca94fef3
add jbash and weasel to the AUTHORS list
...
svn:r1087
2004-02-17 05:05:34 +00:00
Peter Palfrader
8b8315d81b
Update changelog: tor moved to sbin, updating init script
...
svn:r1086
2004-02-17 04:58:24 +00:00
Peter Palfrader
76021ef83c
Mention that the package starts the OP by default and that OR can be enabled in the config
...
svn:r1085
2004-02-17 04:57:37 +00:00
Roger Dingledine
927af8c3d5
sync up the rpm spec description so it matches the deb more
...
svn:r1084
2004-02-17 04:55:57 +00:00
Roger Dingledine
265bf87a82
now the deb finds the tor binary in the right place
...
(right weasel?)
svn:r1083
2004-02-17 04:53:08 +00:00
Roger Dingledine
a8d8b82662
install the 'tor' binary to usr/sbin by default
...
svn:r1082
2004-02-17 04:48:01 +00:00
Peter Palfrader
fdf959536f
Put back privoxy into recommends. Somehow privoxy was removed and not tsocks
...
svn:r1081
2004-02-17 04:45:27 +00:00
Roger Dingledine
8b8753cbfa
and build the torify script on ./configure
...
svn:r1080
2004-02-17 04:29:11 +00:00
Roger Dingledine
ee49ce66b6
torify should look in the /etc we configured it to look for
...
svn:r1079
2004-02-17 04:28:48 +00:00
Peter Palfrader
cb34be367f
Add a lintian override for the INSTALL file
...
svn:r1077
2004-02-17 01:40:36 +00:00
Peter Palfrader
000a717c2d
Ship with INSTALL in usr/share/doc/tor/
...
svn:r1076
2004-02-17 01:27:22 +00:00
Peter Palfrader
df3f015911
Add a README.privoxy file
...
svn:r1075
2004-02-17 01:24:41 +00:00
Nick Mathewson
a7cb0df793
Add initial spec file from jbash; no edits yet
...
svn:r1074
2004-02-17 01:19:06 +00:00