summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-02-24 11:55:46 +1100
committerDamien Miller <djm@mindrot.org>2003-02-24 11:55:46 +1100
commitb7df3af154d035be480b9d9f433f440f1c66e1bd (patch)
treec65e09bdaff201141b6fa243ac67631fcdf89991 /ChangeLog
parent386f1f3e6c5c3ea72970fcce4d939b2d4eb1bf3e (diff)
- markus@cvs.openbsd.org 2003/02/04 09:33:22
[monitor.c monitor_wrap.c] skey/bsdauth: use 0 to indicate failure instead of -1, because the buffer API only supports unsigned ints.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e2f4635ea..0ba9fe7a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,10 @@
35 - markus@cvs.openbsd.org 2003/02/04 09:32:08 35 - markus@cvs.openbsd.org 2003/02/04 09:32:08
36 [key.c] 36 [key.c]
37 better debug3 message 37 better debug3 message
38 - markus@cvs.openbsd.org 2003/02/04 09:33:22
39 [monitor.c monitor_wrap.c]
40 skey/bsdauth: use 0 to indicate failure instead of -1, because
41 the buffer API only supports unsigned ints.
38 42
3920030211 4320030211
40 - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com 44 - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
@@ -1135,4 +1139,4 @@
1135 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1139 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1136 ok provos@ 1140 ok provos@
1137 1141
1138$Id: ChangeLog,v 1.2602 2003/02/24 00:54:57 djm Exp $ 1142$Id: ChangeLog,v 1.2603 2003/02/24 00:55:46 djm Exp $