summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-09 13:22:03 +1000
committerDamien Miller <djm@mindrot.org>2014-07-09 13:22:03 +1000
commit612f965239a30fe536b11ece1834d9f470aeb029 (patch)
tree6c05fe13a46c0b356d76f12af5c2f360208585f1 /ChangeLog
parentd0bb950485ba121e43a77caf434115ed6417b46f (diff)
- djm@cvs.openbsd.org 2014/07/06 07:42:03
[multiplex.sh test-exec.sh] add a hook to the cleanup() function to kill $SSH_PID if it is set use it to kill the mux master started in multiplex.sh (it was being left around on fatal failures)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d62022871..9d40c3193 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,12 @@
12 [key.c] 12 [key.c]
13 downgrade more error() to debug() to better match what old authfile.c 13 downgrade more error() to debug() to better match what old authfile.c
14 did; suppresses spurious errors with hostbased authentication enabled 14 did; suppresses spurious errors with hostbased authentication enabled
15 - djm@cvs.openbsd.org 2014/07/06 07:42:03
16 [multiplex.sh test-exec.sh]
17 add a hook to the cleanup() function to kill $SSH_PID if it is set
18
19 use it to kill the mux master started in multiplex.sh (it was being left
20 around on fatal failures)
15 21
1620140706 2220140706
17 - OpenBSD CVS Sync 23 - OpenBSD CVS Sync