Commit Graph

3988 Commits

Author SHA1 Message Date
Roger Dingledine 7c8d5c3178 correct some instructions in the sample torrc
svn:r4314
2005-06-06 15:57:53 +00:00
Thomas Sjögren bb64b9534b tor-doc*.html is now valid HTML 4.01 Transitional
svn:r4313
2005-06-06 14:54:19 +00:00
Nick Mathewson a94d7256ea [bug 144] Have torctl.in/tor.sh.in check for location of su binary.
svn:r4311
2005-06-05 14:44:27 +00:00
Nick Mathewson 9f24078452 Fix buffer overlow when checking hashed passwords
svn:r4308
2005-06-05 14:28:47 +00:00
Nick Mathewson 8666f07f65 Document s2k and cookie auth methods; resolve bug 153
svn:r4307
2005-06-05 14:10:48 +00:00
Nick Mathewson 3c58cdf280 Add unit test for openpgp s2k
svn:r4306
2005-06-04 13:43:03 +00:00
Roger Dingledine b3f9c9332c fix url to faq
svn:r4305
2005-05-28 11:21:30 +00:00
Roger Dingledine 4855990d37 clean up a few more log entries
svn:r4304
tor-0.1.0.14 tor-0.1.0.13 tor-0.1.0.12 tor-0.1.0.11 tor-0.1.0.10 tor-0.1.0.9-rc
2005-05-27 17:43:43 +00:00
Roger Dingledine fc83c5f162 add man entry for HttpProxyAuthenticator
clean up http* man entries


svn:r4303
2005-05-27 11:57:52 +00:00
Roger Dingledine 8d42236f0f correct the explanation for KeepalivePeriod
svn:r4302
2005-05-27 07:36:54 +00:00
Roger Dingledine bfc7838b97 downgrade the 'caught sigpipe' notice.
we're going to pretend like all of these are fine.


svn:r4301
2005-05-25 02:20:15 +00:00
Roger Dingledine 4f0d7b82ae make lucky's weird libevent poll einprogress bug just warn, not kill tor.
svn:r4300
2005-05-24 22:58:57 +00:00
Roger Dingledine f4a14410ad update other links from CLIENTS, too. good idea thomas.
svn:r4299
tor-0.1.0.17 tor-0.1.0.16 tor-0.1.0.15
2005-05-24 22:28:21 +00:00
Nick Mathewson d2cdae221d Fix not-freed-on-exit event
svn:r4298
2005-05-24 17:13:15 +00:00
Roger Dingledine 619224317d mention in the man page that port can be omitted from the exit policy
lines.


svn:r4297
2005-05-24 16:59:29 +00:00
Roger Dingledine 5005f682ae Bugfix: we were checking to see if you want to send a keepalive, based
on five minutes since last successful write. But if you have bytes queued
already, and they're not getting through, we were adding a new keepalive
every second. This was bad.


svn:r4296
2005-05-23 22:20:54 +00:00
Thomas Sjögren b984b1d09e Show default LongLivedPorts. Minor clean up.
svn:r4295
2005-05-23 14:02:26 +00:00
Thomas Sjögren daed419bae DynIP and NAT info updated
svn:r4294
2005-05-23 13:51:02 +00:00
Roger Dingledine 4b93d2a281 remove the part of tor-doc that was trying to replace download.html
but not doing a very good job at it.


svn:r4293
2005-05-23 10:59:43 +00:00
Roger Dingledine e52c0b24fc ask people to send us their server's nickname too
svn:r4292
2005-05-23 07:40:56 +00:00
Roger Dingledine 1b086812e4 bump osx/win32 docs to 0.1.0.8-rc
svn:r4291
2005-05-23 07:31:46 +00:00
Roger Dingledine c6b641180b reset tor rpm spec ver with our new version
svn:r4290
2005-05-23 07:15:08 +00:00
Roger Dingledine 3311611fd6 two more items to the changelog
svn:r4289
2005-05-23 06:59:01 +00:00
Nick Mathewson 60070feb91 Only restore what we actually saved
svn:r4288
2005-05-23 06:47:38 +00:00
Nick Mathewson e2dfd29433 More comments for configure.in, and also make configure.in not croak on old libevents
svn:r4287
2005-05-23 06:24:00 +00:00
Roger Dingledine 6cfce54ab0 bump to 0.1.0.8-rc
svn:r4286
2005-05-23 05:47:21 +00:00
Roger Dingledine e4908595ba a preliminary changelog for 0.1.0.8-rc
svn:r4285
2005-05-23 05:22:33 +00:00
Roger Dingledine 040a748d87 i screwed up the dirport reachability testing when we don't yet
have a cached version of the directory. hopefully now fixed.


svn:r4284
2005-05-23 05:20:52 +00:00
Roger Dingledine 36a21de66d now that tor itself disables kqueue on apple, the package doesn't
need to do it anymore.


svn:r4283
2005-05-23 04:33:08 +00:00
Nick Mathewson 751db63a17 Always disable kqueue on OSX. It seems linked to kernel panics
svn:r4282
2005-05-23 04:28:58 +00:00
Roger Dingledine 78f26e8806 test out commit mails again
svn:r4281
2005-05-23 03:39:53 +00:00
Roger Dingledine ee553a9c72 put a tor version at the top of the torrc.sample file
svn:r4280
2005-05-23 03:38:32 +00:00
Nick Mathewson 11a64692c3 Make hashed controller password encoding use hex not base64; this makes it possible to write a controller without base64
svn:r4279
2005-05-23 02:31:53 +00:00
Peter Palfrader eec9107093 Set FascistFirewall in bold in the description, and move the part about maybe using FascistFirewall from HttpsProxyAuthenticator to HttpsProxy
svn:r4278
2005-05-22 15:04:02 +00:00
Roger Dingledine b86716b839 If a socks connection ends because read fails, don't warn that you're
not sending a socks reply back. (bug reported by Warren Barrow)


svn:r4277
2005-05-21 00:15:23 +00:00
Roger Dingledine d22c141659 we were leaking 616 bytes every time somebody established us as
an intro point for their hidden service.


svn:r4276
2005-05-20 22:14:33 +00:00
Roger Dingledine c95677725a a note for nick about other memory not freed at exit
svn:r4275
2005-05-20 22:11:46 +00:00
Roger Dingledine 3d1d44f55b we had two section 7.1's
svn:r4274
2005-05-20 12:43:55 +00:00
Roger Dingledine 159ea44ff4 assume kqueue broken on all os x machines for now.
svn:r4273
2005-05-20 11:14:31 +00:00
Roger Dingledine f0e309e5bd add HttpProxyAuthenticator config option too
svn:r4272
2005-05-20 08:51:45 +00:00
Roger Dingledine 918c5a9115 another rpm spec tweak contributed by Christopher Schanzle
svn:r4271
2005-05-19 05:24:33 +00:00
Roger Dingledine c466f2b9e7 oh, yeah, bump the rpm specver
svn:r4270
2005-05-19 05:14:12 +00:00
Roger Dingledine 1055354b44 remove duplicate line accidentally added to the rpm spec
svn:r4269
2005-05-19 05:13:10 +00:00
Nick Mathewson 7cc070a077 Disable threads on openbsd too.
svn:r4268
2005-05-19 05:07:00 +00:00
Roger Dingledine 208dc969b3 bump to 0.1.0.7-rc-cvs
svn:r4267
2005-05-18 04:01:57 +00:00
Roger Dingledine 0fa1890e0e fix the assumption that uninitialized variables are 0
clean up router_load_single_router() more


svn:r4266
2005-05-18 03:52:07 +00:00
Roger Dingledine fe78aac027 fix seg faults when router_load_single_router fails
svn:r4265
2005-05-18 03:42:46 +00:00
Nick Mathewson e7354725bb Handle relay cells with rh.length too large.
svn:r4264
2005-05-17 20:00:24 +00:00
Roger Dingledine 9abef5e483 allow the middle hop of the testing circuit to be running
any version, now that most of them have the bugfix to let
them connect to unknown servers.


svn:r4263
2005-05-17 19:46:43 +00:00
Roger Dingledine b7d6b8a397 doxygeny goodness from tyranix
svn:r4262
2005-05-17 17:01:36 +00:00