summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-06-03 23:00:26 +0000
committerNick Mathewson <nickm@torproject.org>2007-06-03 23:00:26 +0000
commitd3ee41619cae00085f555e92ca0a94816a3f69e8 (patch)
tree64c07fbcb2a0d34c013113f3b0ad72fc8cfe9064 /ChangeLog
parent147e439c942175c7e2e576ed8bd6bcbb33c05fb9 (diff)
downloadtor-d3ee41619cae00085f555e92ca0a94816a3f69e8.tar.gz
tor-d3ee41619cae00085f555e92ca0a94816a3f69e8.zip
r13186@catbus: nickm | 2007-06-03 19:00:20 -0400
Bind ports before setuid/setgid. svn:r10473
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b277741a2d..d1fddeac28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
Changes in version 0.2.0.3-alpha - 2007-??-??
- o Minor bugfixes ():
+ o Minor features:
+ - Create listener connections before we setuid to the configured User and
+ Group. This way, you can choose port values under 1024, start Tor as
+ root, and have Tor bind those ports before it changes to another UID.
+
+ o Minor bugfixes (dns):
- Fix a crash when DNSPort is set more than once. (Patch from Robert
Hogan.)