diff options
author | Damien Miller <djm@mindrot.org> | 2006-04-23 12:05:46 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-04-23 12:05:46 +1000 |
commit | 63e437f053bec9e227ba11e5e6205cd1e217baac (patch) | |
tree | f910de559e1371216947f027a88a9c164a16f40e /ChangeLog | |
parent | 603e68f1a29c954f0c08a08b3f429956008ac244 (diff) |
- djm@cvs.openbsd.org 2006/04/03 07:10:38
[gss-genr.c]
GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066
by dleonard AT vintela.com. use xasprintf() to simplify code while in
there; "looks right" deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -12,6 +12,11 @@ | |||
12 | - dtucker@cvs.openbsd.org 2006/04/02 08:34:52 | 12 | - dtucker@cvs.openbsd.org 2006/04/02 08:34:52 |
13 | [ssh-keysign.c] | 13 | [ssh-keysign.c] |
14 | sessionid can be 32 bytes now too when sha256 kex is used; ok djm@ | 14 | sessionid can be 32 bytes now too when sha256 kex is used; ok djm@ |
15 | - djm@cvs.openbsd.org 2006/04/03 07:10:38 | ||
16 | [gss-genr.c] | ||
17 | GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066 | ||
18 | by dleonard AT vintela.com. use xasprintf() to simplify code while in | ||
19 | there; "looks right" deraadt@ | ||
15 | 20 | ||
16 | 20060421 | 21 | 20060421 |
17 | - (djm) [Makefile.in configure.ac session.c sshpty.c] | 22 | - (djm) [Makefile.in configure.ac session.c sshpty.c] |
@@ -4523,4 +4528,4 @@ | |||
4523 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4528 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4524 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4529 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4525 | 4530 | ||
4526 | $Id: ChangeLog,v 1.4305 2006/04/23 02:05:32 djm Exp $ | 4531 | $Id: ChangeLog,v 1.4306 2006/04/23 02:05:46 djm Exp $ |