summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-03 21:27:46 +1000
committerDamien Miller <djm@mindrot.org>2014-07-03 21:27:46 +1000
commit9c38643c5cd47a19db2cc28279dcc28abadc22b3 (patch)
tree66e38d5bd6349d6c53b1d8ac982e98d4d932a9fb /ChangeLog
parent49d9bfe2b2f3e90cc158a215dffa7675e57e7830 (diff)
- djm@cvs.openbsd.org 2014/07/03 06:39:19
[ssh.c ssh_config.5] Add a %C escape sequence for LocalCommand and ControlPath that expands to a unique identifer based on a has of the tuple of (local host, remote user, hostname, port). Helps avoid exceeding sockaddr_un's miserly pathname limits for mux control paths. bz#2220, based on patch from mancha1 AT zoho.com; ok markus@
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