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
Peter Palfrader
844468e73d
One item less in the debian/TODO file
...
svn:r1073
2004-02-17 01:10:19 +00:00
Peter Palfrader
0bd5eec485
And update the debian changelog for 0.0.1+0.0.2pre20-2
...
svn:r1072
2004-02-17 01:09:45 +00:00
Peter Palfrader
e1d8225c80
Add torify script and stuff to debian
...
svn:r1071
2004-02-17 01:09:22 +00:00
Roger Dingledine
7244c23da3
include our ChangeLog file in make dist
...
svn:r1070
2004-02-17 01:06:48 +00:00
Roger Dingledine
f527e138ad
look for tor.sh in the right place
...
svn:r1069
2004-02-17 00:58:07 +00:00
Roger Dingledine
ffa28ba839
and remove it from /
...
svn:r1068
2004-02-17 00:55:44 +00:00
Roger Dingledine
22b3d10aed
move the tor init script into contrib/
...
svn:r1067
2004-02-17 00:55:29 +00:00
Peter Palfrader
153d198a4d
Make the filename used in the script match the one we use.
...
svn:r1066
2004-02-17 00:50:57 +00:00
Peter Palfrader
d7b699fdf8
Naturally the debian package now depends on tsocks, not only recommends it
...
svn:r1065
2004-02-17 00:48:33 +00:00
Peter Palfrader
a9ec08e362
Add torify
...
svn:r1064
2004-02-17 00:46:59 +00:00
Roger Dingledine
19a1c80f25
it seems that bsd people can just do ./configure now too
...
svn:r1063
2004-02-17 00:45:05 +00:00