Commit Graph

1388 Commits

Author SHA1 Message Date
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
Peter Palfrader
256f09699e There's a changelog now, enjoy!
svn:r1062
2004-02-17 00:32:26 +00:00
Peter Palfrader
96b97fab02 Put something useful into the ChangeLog, like past release announcments
svn:r1061
2004-02-17 00:31:39 +00:00
Roger Dingledine
1fa22afa8b another hard item for the agenda
svn:r1060
2004-02-05 21:19:27 +00:00
Roger Dingledine
267b4873ed an agenda to be resolved (ha ha) at FC
svn:r1059
2004-02-05 05:23:06 +00:00
Roger Dingledine
a8655dd391 start marking up the parts of the spec that need to be fixed
svn:r1058
2004-02-05 05:22:38 +00:00
Nick Mathewson
17adfa9dfd log when exit situation is hopeless.
svn:r1057
2004-02-04 22:35:58 +00:00
Roger Dingledine
8e87357a89 chicken out and revert to previous test results.
this is the final version.


svn:r1056
2004-02-02 06:37:34 +00:00
Nick Mathewson
8f00a304db Third time--is it right now?
svn:r1055
2004-02-02 06:21:15 +00:00
Nick Mathewson
6f6bfb67e2 <arma> shouldn't we say 128, 10 mins, etc?
svn:r1054
2004-02-02 06:18:46 +00:00
Nick Mathewson
d99bcc6d46 Remove no-longer-true footnote
svn:r1053
2004-02-02 06:15:14 +00:00