summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-18 14:11:24 +1000
committerDamien Miller <djm@mindrot.org>2014-07-18 14:11:24 +1000
commit7acefbbcbeab725420ea07397ae35992f505f702 (patch)
treebfb07917715d425438dab987a47ccd7a8d7f118b /ChangeLog
parent6262d760e00714523633bd989d62e273a3dca99a (diff)
- millert@cvs.openbsd.org 2014/07/15 15:54:14
[PROTOCOL auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c] [auth-rsa.c auth.c auth1.c auth2-hostbased.c auth2-kbdint.c auth2-none.c] [auth2-passwd.c auth2-pubkey.c auth2.c canohost.c channels.c channels.h] [clientloop.c misc.c misc.h monitor.c mux.c packet.c readconf.c] [readconf.h servconf.c servconf.h serverloop.c session.c ssh-agent.c] [ssh.c ssh_config.5 sshconnect.c sshconnect1.c sshconnect2.c sshd.c] [sshd_config.5 sshlogin.c] 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--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d133c5b73..f3f83afe1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
120140718
2 - OpenBSD CVS Sync
3 - millert@cvs.openbsd.org 2014/07/15 15:54:14
4 [PROTOCOL auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
5 [auth-rsa.c auth.c auth1.c auth2-hostbased.c auth2-kbdint.c auth2-none.c]
6 [auth2-passwd.c auth2-pubkey.c auth2.c canohost.c channels.c channels.h]
7 [clientloop.c misc.c misc.h monitor.c mux.c packet.c readconf.c]
8 [readconf.h servconf.c servconf.h serverloop.c session.c ssh-agent.c]
9 [ssh.c ssh_config.5 sshconnect.c sshconnect1.c sshconnect2.c sshd.c]
10 [sshd_config.5 sshlogin.c]
11 Add support for Unix domain socket forwarding. A remote TCP port
12 may be forwarded to a local Unix domain socket and vice versa or
13 both ends may be a Unix domain socket. This is a reimplementation
14 of the streamlocal patches by William Ahern from:
15 http://www.25thandclement.com/~william/projects/streamlocal.html
16 OK djm@ markus@
17
120140717 1820140717
2 - (djm) [digest-openssl.c] Preserve array order when disabling digests. 19 - (djm) [digest-openssl.c] Preserve array order when disabling digests.
3 Reported by Petr Lautrbach. 20 Reported by Petr Lautrbach.