summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58f2379ab..93e4c9aee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,16 @@
45 [ssh.1] 45 [ssh.1]
46 document that -g will only work in the multiplexed case if applied to 46 document that -g will only work in the multiplexed case if applied to
47 the mux master 47 the mux master
48 - djm@cvs.openbsd.org 2014/07/03 06:39:19
49 [ssh.c ssh_config.5]
50 Add a %C escape sequence for LocalCommand and ControlPath that expands
51 to a unique identifer based on a has of the tuple of (local host,
52 remote user, hostname, port).
53
54 Helps avoid exceeding sockaddr_un's miserly pathname limits for mux
55 control paths.
56
57 bz#2220, based on patch from mancha1 AT zoho.com; ok markus@
48 58
4920140702 5920140702
50 - OpenBSD CVS Sync 60 - OpenBSD CVS Sync