summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-26 14:27:02 +1000
committerDamien Miller <djm@mindrot.org>2007-10-26 14:27:02 +1000
commit3dddab3b951cc7d28218d432f53fcbd499b0bc71 (patch)
tree5ec8f6cf9313617ee96f8836a94ad7741ebe1a82
parent0f4ed693d655429ad544b36c7305216d155a2d4b (diff)
- chl@cvs.openbsd.org 2007/10/02 17:49:58
[ssh-keygen.c] handles zero-sized strings that fgets can return properly removes trailing newline removes an unused variable correctly counts line number "looks ok" ray@ markus@
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3cc1058b..c199a0ed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,10 @@
33 - chl@cvs.openbsd.org 2007/10/02 17:49:58 33 - chl@cvs.openbsd.org 2007/10/02 17:49:58
34 [ssh-keygen.c] 34 [ssh-keygen.c]
35 handles zero-sized strings that fgets can return 35 handles zero-sized strings that fgets can return
36 properly removes trailing newline
37 removes an unused variable
38 correctly counts line number
39 "looks ok" ray@ markus@
36 40
3720070927 4120070927
38 - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if 42 - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if
@@ -3304,4 +3308,4 @@
3304 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3308 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3305 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3309 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3306 3310
3307$Id: ChangeLog,v 1.4767 2007/10/26 04:26:32 djm Exp $ 3311$Id: ChangeLog,v 1.4768 2007/10/26 04:27:02 djm Exp $