diff options
author | Damien Miller <djm@mindrot.org> | 2005-05-26 12:16:18 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-05-26 12:16:18 +1000 |
commit | b089fb5fe15a6b1936262a33417265f8cb9b0afb (patch) | |
tree | 9a6ae5b4cdf37720c128fe981ea6d9c3a12a7da9 /ChangeLog | |
parent | dfec2941acfdcadb81adb149f452f0eece26625d (diff) |
- avsm@cvs.openbsd.org 2005/05/23 22:44:01
[moduli.c ssh-keygen.c]
- removes signed/unsigned comparisons in moduli generation
- use strtonum instead of atoi where its easier
- check some strlcpy overflow and fatal instead of truncate
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -71,6 +71,11 @@ | |||
71 | - jmc@cvs.openbsd.org 2005/05/20 11:23:32 | 71 | - jmc@cvs.openbsd.org 2005/05/20 11:23:32 |
72 | [ssh_config.5] | 72 | [ssh_config.5] |
73 | oops - article and spacing; | 73 | oops - article and spacing; |
74 | - avsm@cvs.openbsd.org 2005/05/23 22:44:01 | ||
75 | [moduli.c ssh-keygen.c] | ||
76 | - removes signed/unsigned comparisons in moduli generation | ||
77 | - use strtonum instead of atoi where its easier | ||
78 | - check some strlcpy overflow and fatal instead of truncate | ||
74 | 79 | ||
75 | 20050524 | 80 | 20050524 |
76 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 81 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
@@ -2570,4 +2575,4 @@ | |||
2570 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2575 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2571 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2576 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2572 | 2577 | ||
2573 | $Id: ChangeLog,v 1.3782 2005/05/26 02:14:32 djm Exp $ | 2578 | $Id: ChangeLog,v 1.3783 2005/05/26 02:16:18 djm Exp $ |