diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-24 22:11:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-24 22:11:00 +0000 |
commit | dde81de3dd45910eb54ef3e8c12c2963847af85c (patch) | |
tree | cd6c39896f0ca524501239c26b47ee07753e06ef /ChangeLog | |
parent | e0de72dd8720b750c5a9228e6a0b1cf10b34ebec (diff) | |
download | tor-dde81de3dd45910eb54ef3e8c12c2963847af85c.tar.gz tor-dde81de3dd45910eb54ef3e8c12c2963847af85c.zip |
r14419@tombo: nickm | 2008-02-24 16:55:11 -0500
Patch from tup: use sizeof sockaddr_un as the size of a unix sockaddr. Fixes unix controlsocket binding on openbsd.
svn:r13697
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,6 +102,8 @@ Changes in version 0.2.0.20-?? - 2008-02-?? the TLS shutdown handshake is hardly unexpected. - Send NAMESERVER_STATUS messages for a single failed nameserver correctly. + - Make Unix controlsockets work correctly on OpenBSD. Patch from + tup. Bugfix on 0.2.0.3-alpha. o Code simplifications and refactoring: - Remove the tor_strpartition function: its logic was confused, |