aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-05 20:45:02 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-05 20:45:02 +0000
commit337fdb7eb6b78f78449d496f1b5ab6a4eb67cd1e (patch)
tree6c3a7ef27d0e2b3c06360b1179a4ef088f9b5c2e /ChangeLog
parent47ff0c7fc116a9f49c2a3a87928b38796a1e7c2f (diff)
downloadtor-337fdb7eb6b78f78449d496f1b5ab6a4eb67cd1e.tar
tor-337fdb7eb6b78f78449d496f1b5ab6a4eb67cd1e.tar.gz
r11643@catbus: nickm | 2007-02-05 15:44:59 -0500
Fix bug 254, sort of: make the default NT service user NetworkService rather than NULL (system). Also, add a --user argument to --service install so that admins can override this default: this latter point should take care of most of my objections to NetworkService. I have no idea whether this even compiles. svn:r9486
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b2990463..cbcc48214 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,12 @@ Changes in version 0.1.2.7-alpha - 2007-??-??
writing to them, so we avoid queueing 4+ megabytes of data before
trying to flush.
+ o Major bugfixes (NT services):
+ - Install as NT_AUTHORITY\NetworkService rather than as SYSTEM; add a
+ command-line flag so that admins can override the default by saying
+ "tor --service install --user "SomeUser"". This will not effect
+ existing installed services.
+
o Major bugfixes (other):
- Fix a crash bug in the presence of DNS hijacking (reported by Andrew
Del Vecchio).