summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-26 14:25:55 +1000
committerDamien Miller <djm@mindrot.org>2007-10-26 14:25:55 +1000
commit603077ab4c2446d19784e84590ae13c58f9d5032 (patch)
tree19939ad659c005f15244f3cd81178ff744bd5a4c /ChangeLog
parent4c7728c651254eb05a8c3ffbcc25632b7c80e722 (diff)
- ray@cvs.openbsd.org 2007/09/27 00:15:57
[dh.c] Don't return -1 on error in dh_pub_is_valid(), since it evaluates to true. Also fix a typo. Initial diff from Matthew Dempsky, input from djm. OK djm, markus.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8345586e8..ef1a945cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,13 @@
20 [ssh-agent.c] 20 [ssh-agent.c]
21 When adding a key that already exists, update the properties 21 When adding a key that already exists, update the properties
22 (time, confirm, comment) instead of discarding them. ok djm@ markus@ 22 (time, confirm, comment) instead of discarding them. ok djm@ markus@
23 - ray@cvs.openbsd.org 2007/09/27 00:15:57
24 [dh.c]
25 Don't return -1 on error in dh_pub_is_valid(), since it evaluates
26 to true.
27 Also fix a typo.
28 Initial diff from Matthew Dempsky, input from djm.
29 OK djm, markus.
23 30
2420070927 3120070927
25 - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if 32 - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if
@@ -3291,4 +3298,4 @@
3291 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3298 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3292 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3299 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3293 3300
3294$Id: ChangeLog,v 1.4764 2007/10/26 04:25:31 djm Exp $ 3301$Id: ChangeLog,v 1.4765 2007/10/26 04:25:55 djm Exp $