diff options
author | Darren Tucker <dtucker@zip.com.au> | 2012-09-06 21:19:05 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2012-09-06 21:19:05 +1000 |
commit | 66cb0e0733782c2f6773abd9fd1d87f5efef6c27 (patch) | |
tree | 88b17abef9f6bb7276066ea811fe0acbe09ec7d7 /ChangeLog | |
parent | 3ee50c5d9f95cd40df403cf1a91fdaffefa21cc5 (diff) |
- dtucker@cvs.openbsd.org 2012/08/17 00:45:45
[clientloop.c clientloop.h mux.c]
Force a clean shutdown of ControlMaster client sessions when the ~. escape
sequence is used. This means that ~. should now work in mux clients even
if the server is no longer responding. Found by tedu, ok djm.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ | |||
4 | [ssh-keygen.1] | 4 | [ssh-keygen.1] |
5 | a little more info on certificate validity; | 5 | a little more info on certificate validity; |
6 | requested by Ross L Richardson, and provided by djm | 6 | requested by Ross L Richardson, and provided by djm |
7 | - dtucker@cvs.openbsd.org 2012/08/17 00:45:45 | ||
8 | [clientloop.c clientloop.h mux.c] | ||
9 | Force a clean shutdown of ControlMaster client sessions when the ~. escape | ||
10 | sequence is used. This means that ~. should now work in mux clients even | ||
11 | if the server is no longer responding. Found by tedu, ok djm. | ||
7 | 12 | ||
8 | 20120830 | 13 | 20120830 |
9 | - (dtucker) [moduli] Import new moduli file. | 14 | - (dtucker) [moduli] Import new moduli file. |