summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-21 09:52:54 +1000
committerDamien Miller <djm@mindrot.org>2014-07-21 09:52:54 +1000
commit0e4e95566cd95c887f69272499b8f3880b3ec0f5 (patch)
tree3e47b730b4581b5c7075b1d6df62dbf1780d23a1 /ChangeLog
parent93a87ab27ecdc709169fb24411133998f81e2761 (diff)
- millert@cvs.openbsd.org 2014/07/15 15:54:15
[forwarding.sh multiplex.sh] Add support for Unix domain socket forwarding. A remote TCP port may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. This is a reimplementation of the streamlocal patches by William Ahern from: http://www.25thandclement.com/~william/projects/streamlocal.html OK djm@ markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d402c4284..a22bef554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
120140721 120140721
2 - OpenBSD CVS Sync
3 - millert@cvs.openbsd.org 2014/07/15 15:54:15
4 [forwarding.sh multiplex.sh]
5 Add support for Unix domain socket forwarding. A remote TCP port
6 may be forwarded to a local Unix domain socket and vice versa or
7 both ends may be a Unix domain socket. This is a reimplementation
8 of the streamlocal patches by William Ahern from:
9 http://www.25thandclement.com/~william/projects/streamlocal.html
10 OK djm@ markus@
11
1220140721
2 - (dtucker) [cipher.c openbsd-compat/openssl-compat.h] Restore the bits 13 - (dtucker) [cipher.c openbsd-compat/openssl-compat.h] Restore the bits
3 needed to build AES CTR mode against OpenSSL 0.9.8f and above. ok djm 14 needed to build AES CTR mode against OpenSSL 0.9.8f and above. ok djm
4 - (dtucker) [regress/unittests/sshkey/ 15 - (dtucker) [regress/unittests/sshkey/