diff options
author | Damien Miller <djm@mindrot.org> | 2005-06-16 13:21:17 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-06-16 13:21:17 +1000 |
commit | 46f55d366508ab7eab3c1dcdf0ec8c61f0e798a3 (patch) | |
tree | 3027d21af8ae359518bae4cf569900466267091c /ChangeLog | |
parent | d14b1e731cf4cb79c3ff5ced9315cc11f1fceced (diff) |
- dtucker@cvs.openbsd.org 2005/06/09 13:43:49
[cipher.c]
Correctly initialize end of array sentinel; ok djm@
(Id sync only, change already in portable)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -15,6 +15,10 @@ | |||
15 | [clientloop.c readconf.c readconf.h ssh.c ssh_config.5] | 15 | [clientloop.c readconf.c readconf.h ssh.c ssh_config.5] |
16 | add ControlMaster=auto/autoask options to support opportunistic | 16 | add ControlMaster=auto/autoask options to support opportunistic |
17 | multiplexing; tested avsm@ and jakob@, ok markus@ | 17 | multiplexing; tested avsm@ and jakob@, ok markus@ |
18 | - dtucker@cvs.openbsd.org 2005/06/09 13:43:49 | ||
19 | [cipher.c] | ||
20 | Correctly initialize end of array sentinel; ok djm@ | ||
21 | (Id sync only, change already in portable) | ||
18 | 22 | ||
19 | 20050609 | 23 | 20050609 |
20 | - (dtucker) [cipher.c openbsd-compat/Makefile.in | 24 | - (dtucker) [cipher.c openbsd-compat/Makefile.in |
@@ -2710,4 +2714,4 @@ | |||
2710 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2714 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2711 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2715 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2712 | 2716 | ||
2713 | $Id: ChangeLog,v 1.3819 2005/06/16 03:19:41 djm Exp $ | 2717 | $Id: ChangeLog,v 1.3820 2005/06/16 03:21:17 djm Exp $ |