diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-08-06 16:32:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-08-06 16:32:17 +0000 |
commit | 635f3c8aeef717d03a86117dfa81944fb6788bca (patch) | |
tree | e9a99b885c3f828119398d92388f1e808cdd06a9 /ChangeLog | |
parent | 2905291af2c3719bdd482e8c6f59ec983fe0e827 (diff) | |
download | tor-635f3c8aeef717d03a86117dfa81944fb6788bca.tar.gz tor-635f3c8aeef717d03a86117dfa81944fb6788bca.zip |
r17664@tombo: nickm | 2008-08-06 12:32:09 -0400
Patch from Christopher Davis: open /dev/pf before dropping privileges. Fixes bug 782. Backport candidate.
svn:r16450
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changes in version 0.2.1.5-alpha - 2008-08-?? o Minor bugfixes: - Recover 3-7 bytes that were wasted per memory chunk. Fixes bug 794; bug spotted by rovv. Bugfix on 0.2.0.1-alpha. + - When using the TransPort option on OpenBSD, and using the User + option to change UID and drop privileges, make sure to open + /dev/pf before dropping privileges. Fixes bug 782. Patch from + Christopher Davis. Bugfix on 0.1.2.1-alpha. Changes in version 0.2.1.4-alpha - 2008-08-04 |