commit 02be67ad6ae1e12d52b48829fd57a6154a1728e6
Author: Damian Johnson
Date: Wed Jul 13 21:36:16 2011 -0700
fix: minor clarification that any option will work
suggestion by armadev
---
src/resources/torrcTemplate.txt |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
dif
commit 812590fe98d6f4d959d0729864adb5542719d4e3
Author: Damian Johnson
Date: Wed Jul 13 21:13:13 2011 -0700
Changing "Use Low Ports" to "Use Popular Ports"
idea by armadev
---
src/settings.cfg |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/settings.c
commit b962667988a3db663f0a4f159fb7b146395e8d26
Author: Damian Johnson
Date: Wed Jul 13 20:23:51 2011 -0700
fix: typo in relay description
caught by karsten
---
src/settings.cfg |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/settings.cfg b/src/settin
Author: runa
Date: 2011-07-13 19:33:51 + (Wed, 13 Jul 2011)
New Revision: 24898
Modified:
website/trunk/Makefile.common
Log:
revert the changes, need some more fixing
Modified: website/trunk/Makefile.common
===
--- website/tru
Author: runa
Date: 2011-07-13 19:31:06 + (Wed, 13 Jul 2011)
New Revision: 24897
Modified:
website/trunk/Makefile.common
Log:
update Makefile.common to include pt_BR
Modified: website/trunk/Makefile.common
===
--- website/trunk
commit dc4ab95ec8ec60e285fb715b7e94233ab5ac8e59
Author: Karsten Loesing
Date: Wed Jul 13 21:28:32 2011 +0200
Avoid downloading vote tarballs in #2394.
---
task-2394/ParseDescriptors.java | 70 +
task-2394/README | 37 ++--
Author: runa
Date: 2011-07-13 19:03:57 + (Wed, 13 Jul 2011)
New Revision: 24896
Added:
website/trunk/pt_BR/navigation.wmi
Modified:
website/trunk/about/pt_BR/sidenav.wmi
Log:
.wmi files translated to pt_BR by brunogola
Modified: website/trunk/about/pt_BR/sidenav.wmi
Author: phobos
Date: 2011-07-13 18:38:06 + (Wed, 13 Jul 2011)
New Revision: 24894
Modified:
website/trunk/donate/google-datafeed.xml
Log:
update the google checkout datafeed for donations to clear up the
errors.
Modified: website/trunk/donate/google-datafeed.xml
==
commit 1aab5b6b391ca179d9acded9465ee4941ec4700b
Merge: 9a6642f 16c5a62
Author: Nick Mathewson
Date: Wed Jul 13 12:12:16 2011 -0400
Merge remote-tracking branch 'public/bug1666'
Conflicts:
doc/spec/socks-extensions.txt
src/or/buffers.c
src/or/config.c
commit 16c5a62a66098274dde726c8e02110238866fe0b
Author: Nick Mathewson
Date: Tue Jul 12 10:51:31 2011 -0400
Add more error checks to socks parsing code
Suggested by Linus to avoid uninitialized reads or infinite loops if
it turns out our code is buggier than we had thought.
---
commit e8bfe89365e86dc9ed311431d3cc87af88132f34
Author: Nick Mathewson
Date: Wed Jul 13 12:13:12 2011 -0400
Resolve a warning from the bug1666 branch
---
src/or/connection_edge.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/or/connection_edge.c b/src/or/co
commit 5d43a1572094868e598541f9ce686546c910f071
Author: Nick Mathewson
Date: Wed Jun 29 17:30:55 2011 -0400
Refactor socks unit tests into a suite of their own
---
src/test/test.c | 352 +--
1 files changed, 214 insertions(+), 138 deleti
commit 05c424f4b830e98595b33397b58504462dbda8db
Author: Nick Mathewson
Date: Wed Jun 29 17:44:29 2011 -0400
Refactor fetch_from_buf_socks() to be greedy
Previously, fetch_from_buf_socks() might return 0 if there was still
data on the buffer and a subsequent call to fetch_from_b
commit 4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d
Author: Linus Nordberg
Date: Mon Jul 11 20:51:26 2011 +0200
Fix cut'n'paste bug in comment.
---
src/or/or.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/or.h b/src/or/or.h
index 3c76444..e9fab82 100644
---
commit ee42fe8fbb85504ceef9335e2854c35e6163a8c3
Author: Nick Mathewson
Date: Wed Jun 29 17:29:33 2011 -0400
Don't drain extra data when parsing socks auth methods
We added this back in 0649fa14 in 2006, to deal with the case where
the client unconditionally sent us authenticati
commit 204bce7e3ca0f60cfec1d8be700848309f605abd
Author: Nick Mathewson
Date: Wed Jun 29 12:16:09 2011 -0400
If we negotiate authentication, require it.
---
src/or/buffers.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/or/buffers.c b/src/or/buffers.c
inde
commit aec396d9d0c2db18d44c9ad850bedbc01d50e40a
Author: Nick Mathewson
Date: Wed Jun 29 12:00:00 2011 -0400
Be more strict about when to accept socks auth message
In the code as it stood, we would accept any number of socks5
username/password authentication messages, regardless
commit 9b3f48c0744bd72cb8b25ac7857476181b29481a
Author: Nick Mathewson
Date: Wed Jun 29 11:47:35 2011 -0400
Fix 'make check-spaces'
---
src/or/buffers.c |2 +-
src/test/test.c | 16
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/or/buffers.c b/sr
commit 2e6604f42ee614156ceeb29bdcab5c78cc1d84ba
Author: Nick Mathewson
Date: Wed Jun 29 12:31:17 2011 -0400
Record username/password data in socks_request_t
This change also requires us to add and use a pair of
allocator/deallocator functions for socks_request_t, instead of
commit 1ed615ded7db0765e8355687bda8b00fdc643e3e
Author: Nick Mathewson
Date: Wed Jun 29 11:45:15 2011 -0400
Correct byte-counting in socks auth parsing code
---
src/or/buffers.c | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/or/buffers.c b/src/or/buf
commit 02c2d9a4aa2a7ce339e87be9c0c0dc23a6881c14
Author: Robert Hogan
Date: Tue Dec 14 19:59:42 2010 +
bug1666 - Pass-through support for SOCKS5 authentication(4)
Implement nickm's suggestion that we tolerate SOCKS5 clients
that send authentication credentials and SOCKS comm
commit 8a2f7ef66ac3bee0d6885ec3ca16937fed0703bb
Author: Robert Hogan
Date: Sun Oct 17 14:22:24 2010 +0100
bug1666 - Pass-through support for SOCKS5 authentication(3)
Add changes file.
---
changes/bug1666 |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/c
commit f85f52808cd29e50874b233e55b0a0fe98e425f3
Author: Robert Hogan
Date: Sun Oct 17 14:14:51 2010 +0100
bug1666 - Pass-through support for SOCKS5 authentication (2)
Address Nick's comments:
- Refactor against changes in buffers.c
- Ensure we have negotiated a method befor
commit bf136b94de39de65638ce3daaf2e87731cd0a44a
Author: Robert Hogan
Date: Tue Aug 3 22:28:55 2010 +0100
bug1666 - Pass-through support for SOCKS5 authentication
If a SOCKS5 client insists on authentication, allow it to
negotiate a connection with Tor's SOCKS server successfull
commit adb2bf39305f7e97d4dc58abe91b9ae6939075a1
Author: Linus Nordberg
Date: Tue Jul 12 09:34:00 2011 -0400
Use correct terms from RFC's in spec.
---
socks-extensions.txt | 11 ++-
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/socks-extensions.txt b/socks-extensi
commit f8529305e94ac36c17da6d9b756a9c83e6b046fe
Author: Nick Mathewson
Date: Wed Jun 29 18:08:37 2011 -0400
Update socks-extensions to allow username/password auth
---
socks-extensions.txt |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/socks-extensions.txt b
commit d19126aeab5974db35a7a087ff21984ea6085682
Author: Karsten Loesing
Date: Wed Jul 13 17:38:56 2011 +0200
Allow importing descriptors from a local Tor directory.
The `KeepDirectoryArchiveImportHistory` option allows us to keep a history
of imported directory archive files to
commit 715c03a582523dfe89b64e1bd13a7f3859285796
Author: Erinn Clark
Date: Wed Jul 13 10:58:08 2011 -0300
bump all tbb versions to firefox 3.6.19
---
README |9 ++---
README.Linux |6 +++---
README.OSX |5 -
build-scripts/Makefile |
Author: runa
Date: 2011-07-13 13:55:34 + (Wed, 13 Jul 2011)
New Revision: 24891
Added:
translation/trunk/projects/website/po/templates/donate/3-low.thankyou.pot
Modified:
translation/trunk/projects/website/po/templates/docs/2-medium.faq.pot
translation/trunk/projects/website/po/templa
Author: runa
Date: 2011-07-13 13:42:07 + (Wed, 13 Jul 2011)
New Revision: 24890
Modified:
website/trunk/docs/de/tor-doc-windows.wml
Log:
updated wml, now with translated video and credit
Modified: website/trunk/docs/de/tor-doc-windows.wml
===
Author: runa
Date: 2011-07-13 13:41:32 + (Wed, 13 Jul 2011)
New Revision: 24889
Modified:
website/trunk/po2wml.sh
Log:
update the script to include translated video and credit
Modified: website/trunk/po2wml.sh
===
--- website/
commit efe17a37d519fd544c22ac534a5bbbccfc9d5a7e
Author: Erinn Clark
Date: Wed Jul 13 10:05:07 2011 -0300
enable addon update checking for windows tbb
---
build-scripts/config/windows-4.0.js |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build-scripts/config/w
commit aee3d6e71cdd367b845b39aae851af3a4270f263
Author: Erinn Clark
Date: Wed Jul 13 10:02:58 2011 -0300
eradicate polipo from the windows bundle
---
build-scripts/config/torrc |1 +
build-scripts/config/vidalia.conf.ff |3 ---
build-scripts/windows.mk | 16
commit 57cd4944d034a04a413c0394b8a11329e9d3d989
Author: Erinn Clark
Date: Wed Jul 13 09:59:37 2011 -0300
bump all firefox versions to 5.0.1
---
README.LINUX-2.2 |2 +-
README.OSX-2.2|2 +-
README.WIN-2.2|4 ++--
build-scripts/osx.mk |4
commit b7f0ba813e9468c1635457a513a77496d62aed23
Author: Karsten Loesing
Date: Wed Jul 13 13:12:41 2011 +0200
Let users download votes from a given valid-after time.
---
ChangeLog |1 +
etc/web.xml| 11 +++
src/o
commit cc4b1a801a8e5434e429c8f49781917891bf9510
Author: Damian Johnson
Date: Wed Jul 13 00:47:09 2011 -0700
fix: instructions for root tor setup truncated
The default configuration had a limit that cropped part of the root tor
setup
instructions.
---
armrc.sample|
commit 21131c72f8b1e3e8605f5153dab1c779ef8f24f2
Author: Damian Johnson
Date: Wed Jul 13 00:35:07 2011 -0700
Remaining work for using tor with privileged ports
Filling in the starter shell script and a variety of other fixes to make tor
instances needing root startup permissions
37 matches
Mail list logo