]>
git.ipfire.org Git - thirdparty/tor.git/log
Peter Palfrader [Wed, 18 Feb 2004 09:13:33 +0000 (09:13 +0000)]
New upstream release
svn:r1108
Roger Dingledine [Wed, 18 Feb 2004 08:54:35 +0000 (08:54 +0000)]
bump us to pre21, add ChangeLog entries
svn:r1107
Roger Dingledine [Wed, 18 Feb 2004 08:36:42 +0000 (08:36 +0000)]
slides for tor rump session talk at FC04
svn:r1106
Roger Dingledine [Wed, 18 Feb 2004 07:23:38 +0000 (07:23 +0000)]
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
Roger Dingledine [Wed, 18 Feb 2004 04:02:05 +0000 (04:02 +0000)]
allow imaps and pop3s in default exit policy
svn:r1104
Roger Dingledine [Wed, 18 Feb 2004 03:56:12 +0000 (03:56 +0000)]
Get rid of the notion of a separate default default exit policy.
Create ExitPolicyPrepend config parameter, to customize the default
exit policy.
svn:r1103
Roger Dingledine [Wed, 18 Feb 2004 03:17:35 +0000 (03:17 +0000)]
we define some big constant arrays but don't use them
svn:r1102
Roger Dingledine [Wed, 18 Feb 2004 01:21:20 +0000 (01:21 +0000)]
adding the reattach-after-timeout feature wasn't so easy after all.
maybe it works now.
svn:r1101
Roger Dingledine [Tue, 17 Feb 2004 21:07:15 +0000 (21:07 +0000)]
retry streams where the connected cell hasn't arrived in 15 seconds
svn:r1100
Nick Mathewson [Tue, 17 Feb 2004 08:52:57 +0000 (08:52 +0000)]
Another case of the same.
svn:r1099
Nick Mathewson [Tue, 17 Feb 2004 08:52:03 +0000 (08:52 +0000)]
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
Roger Dingledine [Tue, 17 Feb 2004 08:42:25 +0000 (08:42 +0000)]
best_support_idx is obsolete
(also doesn't fix the bug)
svn:r1097
Nick Mathewson [Tue, 17 Feb 2004 08:29:22 +0000 (08:29 +0000)]
Propagate yes/no/maybe a little farther forward.
svn:r1096
Roger Dingledine [Tue, 17 Feb 2004 08:10:07 +0000 (08:10 +0000)]
make braces cleaner, bug still persists
svn:r1095
Roger Dingledine [Tue, 17 Feb 2004 08:05:39 +0000 (08:05 +0000)]
install the torify.1 man page too
svn:r1094
Nick Mathewson [Tue, 17 Feb 2004 07:56:33 +0000 (07:56 +0000)]
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
Roger Dingledine [Tue, 17 Feb 2004 07:45:44 +0000 (07:45 +0000)]
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
Roger Dingledine [Tue, 17 Feb 2004 07:20:01 +0000 (07:20 +0000)]
make 'make dist' work
svn:r1091
Steven Hazel [Tue, 17 Feb 2004 06:41:18 +0000 (06:41 +0000)]
made these scripts know about config/Makefile.am
svn:r1090
Steven Hazel [Tue, 17 Feb 2004 06:40:42 +0000 (06:40 +0000)]
this will cause the things in this directory to get installed properly, maybe
svn:r1089
Roger Dingledine [Tue, 17 Feb 2004 06:39:20 +0000 (06:39 +0000)]
prevent picking middleman nodes as the last node in the circuit
svn:r1088
Roger Dingledine [Tue, 17 Feb 2004 05:05:34 +0000 (05:05 +0000)]
add jbash and weasel to the AUTHORS list
svn:r1087
Peter Palfrader [Tue, 17 Feb 2004 04:58:24 +0000 (04:58 +0000)]
Update changelog: tor moved to sbin, updating init script
svn:r1086
Peter Palfrader [Tue, 17 Feb 2004 04:57:37 +0000 (04:57 +0000)]
Mention that the package starts the OP by default and that OR can be enabled in the config
svn:r1085
Roger Dingledine [Tue, 17 Feb 2004 04:55:57 +0000 (04:55 +0000)]
sync up the rpm spec description so it matches the deb more
svn:r1084
Roger Dingledine [Tue, 17 Feb 2004 04:53:08 +0000 (04:53 +0000)]
now the deb finds the tor binary in the right place
(right weasel?)
svn:r1083
Roger Dingledine [Tue, 17 Feb 2004 04:48:01 +0000 (04:48 +0000)]
install the 'tor' binary to usr/sbin by default
svn:r1082
Peter Palfrader [Tue, 17 Feb 2004 04:45:27 +0000 (04:45 +0000)]
Put back privoxy into recommends. Somehow privoxy was removed and not tsocks
svn:r1081
Roger Dingledine [Tue, 17 Feb 2004 04:29:11 +0000 (04:29 +0000)]
and build the torify script on ./configure
svn:r1080
Roger Dingledine [Tue, 17 Feb 2004 04:28:48 +0000 (04:28 +0000)]
torify should look in the /etc we configured it to look for
svn:r1079
Peter Palfrader [Tue, 17 Feb 2004 01:40:36 +0000 (01:40 +0000)]
Add a lintian override for the INSTALL file
svn:r1077
Peter Palfrader [Tue, 17 Feb 2004 01:27:22 +0000 (01:27 +0000)]
Ship with INSTALL in usr/share/doc/tor/
svn:r1076
Peter Palfrader [Tue, 17 Feb 2004 01:24:41 +0000 (01:24 +0000)]
Add a README.privoxy file
svn:r1075
Nick Mathewson [Tue, 17 Feb 2004 01:19:06 +0000 (01:19 +0000)]
Add initial spec file from jbash; no edits yet
svn:r1074
Peter Palfrader [Tue, 17 Feb 2004 01:10:19 +0000 (01:10 +0000)]
One item less in the debian/TODO file
svn:r1073
Peter Palfrader [Tue, 17 Feb 2004 01:09:45 +0000 (01:09 +0000)]
And update the debian changelog for 0.0.1+0.0.2pre20-2
svn:r1072
Peter Palfrader [Tue, 17 Feb 2004 01:09:22 +0000 (01:09 +0000)]
Add torify script and stuff to debian
svn:r1071
Roger Dingledine [Tue, 17 Feb 2004 01:06:48 +0000 (01:06 +0000)]
include our ChangeLog file in make dist
svn:r1070
Roger Dingledine [Tue, 17 Feb 2004 00:58:07 +0000 (00:58 +0000)]
look for tor.sh in the right place
svn:r1069
Roger Dingledine [Tue, 17 Feb 2004 00:55:44 +0000 (00:55 +0000)]
and remove it from /
svn:r1068
Roger Dingledine [Tue, 17 Feb 2004 00:55:29 +0000 (00:55 +0000)]
move the tor init script into contrib/
svn:r1067
Peter Palfrader [Tue, 17 Feb 2004 00:50:57 +0000 (00:50 +0000)]
Make the filename used in the script match the one we use.
svn:r1066
Peter Palfrader [Tue, 17 Feb 2004 00:48:33 +0000 (00:48 +0000)]
Naturally the debian package now depends on tsocks, not only recommends it
svn:r1065
Peter Palfrader [Tue, 17 Feb 2004 00:46:59 +0000 (00:46 +0000)]
Add torify
svn:r1064
Roger Dingledine [Tue, 17 Feb 2004 00:45:05 +0000 (00:45 +0000)]
it seems that bsd people can just do ./configure now too
svn:r1063
Peter Palfrader [Tue, 17 Feb 2004 00:32:26 +0000 (00:32 +0000)]
There's a changelog now, enjoy!
svn:r1062
Peter Palfrader [Tue, 17 Feb 2004 00:31:39 +0000 (00:31 +0000)]
Put something useful into the ChangeLog, like past release announcments
svn:r1061
Roger Dingledine [Thu, 5 Feb 2004 21:19:27 +0000 (21:19 +0000)]
another hard item for the agenda
svn:r1060
Roger Dingledine [Thu, 5 Feb 2004 05:23:06 +0000 (05:23 +0000)]
an agenda to be resolved (ha ha) at FC
svn:r1059
Roger Dingledine [Thu, 5 Feb 2004 05:22:38 +0000 (05:22 +0000)]
start marking up the parts of the spec that need to be fixed
svn:r1058
Nick Mathewson [Wed, 4 Feb 2004 22:35:58 +0000 (22:35 +0000)]
log when exit situation is hopeless.
svn:r1057
Roger Dingledine [Mon, 2 Feb 2004 06:37:34 +0000 (06:37 +0000)]
chicken out and revert to previous test results.
this is the final version.
svn:r1056
Nick Mathewson [Mon, 2 Feb 2004 06:21:15 +0000 (06:21 +0000)]
Third time--is it right now?
svn:r1055
Nick Mathewson [Mon, 2 Feb 2004 06:18:46 +0000 (06:18 +0000)]
<arma> shouldn't we say 128, 10 mins, etc?
svn:r1054
Nick Mathewson [Mon, 2 Feb 2004 06:15:14 +0000 (06:15 +0000)]
Remove no-longer-true footnote
svn:r1053
Roger Dingledine [Mon, 2 Feb 2004 06:13:04 +0000 (06:13 +0000)]
put the right numbers in
i'll leave the other phrasing for nick
svn:r1052
Roger Dingledine [Sun, 1 Feb 2004 21:09:42 +0000 (21:09 +0000)]
note some more bugs
svn:r1051
Roger Dingledine [Sun, 1 Feb 2004 20:44:28 +0000 (20:44 +0000)]
some cleanups, and cite SS03
svn:r1050
Roger Dingledine [Sun, 1 Feb 2004 05:19:49 +0000 (05:19 +0000)]
put the appendix on its own page; make it only one page
svn:r1049
Nick Mathewson [Sun, 1 Feb 2004 04:09:15 +0000 (04:09 +0000)]
Trim 10 lines. Roger, please revert any of this you disagree with.
svn:r1048
Roger Dingledine [Sun, 1 Feb 2004 03:09:32 +0000 (03:09 +0000)]
stretch the figure a bit more
svn:r1047
Roger Dingledine [Sun, 1 Feb 2004 02:42:19 +0000 (02:42 +0000)]
add in the interaction diagram
fix the title
svn:r1046
Nick Mathewson [Sat, 31 Jan 2004 10:25:57 +0000 (10:25 +0000)]
Manually clean up text in .fig file, regenerate stuff
svn:r1045
Nick Mathewson [Sat, 31 Jan 2004 10:25:56 +0000 (10:25 +0000)]
Manually clean up text in .fig file, regenerate stuff
svn:r1044
Nick Mathewson [Sat, 31 Jan 2004 10:14:00 +0000 (10:14 +0000)]
Add generated LaTeX files to cvsignore
svn:r1043
Nick Mathewson [Sat, 31 Jan 2004 10:12:58 +0000 (10:12 +0000)]
Add an interaction diagram to CVS. It still to be edited, scaled, and
incorporated into the paper. Maybe more.
A good caption might be: "Alice builds a two-hop circuit and begins
fetching a web page."
svn:r1042
Peter Palfrader [Sat, 31 Jan 2004 09:12:25 +0000 (09:12 +0000)]
New upstream version: 0.0.2pre20
svn:r1040
Peter Palfrader [Sat, 31 Jan 2004 09:11:46 +0000 (09:11 +0000)]
Change short description to a nicer one
svn:r1039
Peter Palfrader [Sat, 31 Jan 2004 09:01:56 +0000 (09:01 +0000)]
More TODO
svn:r1038
Peter Palfrader [Sat, 31 Jan 2004 08:59:58 +0000 (08:59 +0000)]
Add some tasks to the Debian TODO
svn:r1037
Roger Dingledine [Sat, 31 Jan 2004 07:36:38 +0000 (07:36 +0000)]
add in a brief cell structure diagram
svn:r1036
Nick Mathewson [Sat, 31 Jan 2004 01:45:16 +0000 (01:45 +0000)]
Rewrite performance results paragraph, using moria->moria->network results and new #s from arma
svn:r1035
Roger Dingledine [Sat, 31 Jan 2004 00:36:00 +0000 (00:36 +0000)]
last minute fix: don't early-flush non-tls streams
e.g., this breaks directory service
svn:r1033
Roger Dingledine [Sat, 31 Jan 2004 00:14:23 +0000 (00:14 +0000)]
rearrange items, add a few
svn:r1032
Roger Dingledine [Sat, 31 Jan 2004 00:13:58 +0000 (00:13 +0000)]
move cvs to pre20
svn:r1031
Roger Dingledine [Fri, 30 Jan 2004 23:43:17 +0000 (23:43 +0000)]
for perf testing, paths are always 3 hops, not "3 or more"
svn:r1030
Roger Dingledine [Fri, 30 Jan 2004 21:32:40 +0000 (21:32 +0000)]
fix a per-circuit memory leak
svn:r1029
Nick Mathewson [Fri, 30 Jan 2004 21:16:51 +0000 (21:16 +0000)]
Another related leak
svn:r1028
Nick Mathewson [Fri, 30 Jan 2004 21:05:47 +0000 (21:05 +0000)]
Freeing twice does *not* make the heap twice as clean.
svn:r1027
Nick Mathewson [Fri, 30 Jan 2004 20:59:15 +0000 (20:59 +0000)]
Fix a bug that might have caused the leak, but which might have been hiding other bugs.
svn:r1026
Nick Mathewson [Fri, 30 Jan 2004 20:38:08 +0000 (20:38 +0000)]
Fix possible (but unlikely) mem leak.
svn:r1025
Roger Dingledine [Fri, 30 Jan 2004 20:33:04 +0000 (20:33 +0000)]
finally locate the memory leak,
plus commit a patch that doesn't fix it
(but doesn't hurt? i dunno)
svn:r1024
Roger Dingledine [Fri, 30 Jan 2004 19:31:39 +0000 (19:31 +0000)]
turn some knobs, add more debugging
svn:r1023
Roger Dingledine [Fri, 30 Jan 2004 15:15:11 +0000 (15:15 +0000)]
note an assert trigger, if you use an old broken netscape socks4
svn:r1022
Roger Dingledine [Fri, 30 Jan 2004 15:06:59 +0000 (15:06 +0000)]
add some informal performance statements
tighten the tex
svn:r1021
Roger Dingledine [Fri, 30 Jan 2004 15:06:19 +0000 (15:06 +0000)]
tighten the bib file
svn:r1020
Roger Dingledine [Fri, 30 Jan 2004 13:38:25 +0000 (13:38 +0000)]
prevent newline right before cite
svn:r1019
Roger Dingledine [Fri, 30 Jan 2004 03:37:10 +0000 (03:37 +0000)]
cut a paragraph, cut the rendezvous attacks subsec
svn:r1018
Roger Dingledine [Thu, 29 Jan 2004 23:10:02 +0000 (23:10 +0000)]
mention what outgoing ports to allow, for people with corporate firewalls
svn:r1017
Nick Mathewson [Thu, 29 Jan 2004 21:18:01 +0000 (21:18 +0000)]
In English, a verb only receives tense once.
svn:r1016
Nick Mathewson [Thu, 29 Jan 2004 21:11:42 +0000 (21:11 +0000)]
Tighten paper a little; drop a couple of inches of whitespace.
svn:r1015
Paul Syverson [Wed, 28 Jan 2004 22:50:58 +0000 (22:50 +0000)]
Mostly moving rendezvous points to appendix. A few other changes.
svn:r1014
Roger Dingledine [Tue, 27 Jan 2004 17:26:29 +0000 (17:26 +0000)]
a few more notes
svn:r1013
Roger Dingledine [Tue, 20 Jan 2004 18:17:43 +0000 (18:17 +0000)]
Let AP edges receive 'end' relay cells while waiting for 'connected'
svn:r1012
Roger Dingledine [Tue, 20 Jan 2004 09:21:46 +0000 (09:21 +0000)]
add an ap_conn connecting state; report connecting delay
svn:r1011
Roger Dingledine [Tue, 20 Jan 2004 03:12:46 +0000 (03:12 +0000)]
small default route when doing speed testing
svn:r1010
Roger Dingledine [Tue, 20 Jan 2004 02:14:51 +0000 (02:14 +0000)]
push out a tls record's worth of data once you've got it
svn:r1009
Roger Dingledine [Tue, 20 Jan 2004 02:14:30 +0000 (02:14 +0000)]
add TOR_PERF macro options
svn:r1008
Roger Dingledine [Tue, 20 Jan 2004 02:14:12 +0000 (02:14 +0000)]
fix typo
svn:r1007
Roger Dingledine [Mon, 19 Jan 2004 06:12:32 +0000 (06:12 +0000)]
setuid to User _before_ complaining about running as root
svn:r1006