summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-26 03:20:45 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-26 03:20:45 +0000
commitc861547f34615e2ae24d42b61279faa6271d37fd (patch)
tree2552da3096d1b3aec398e52e11bf2b76c2fe58d8 /ChangeLog
parent0936a5bb7267b0c0d688c2692224ba571caa8a0d (diff)
- stevesk@cvs.openbsd.org 2002/03/25 20:12:10
[monitor_mm.c monitor_wrap.c] ssize_t args use "%ld" and cast to (long) size_t args use "%lu" and cast to (u_long) ok markus@ and thanks millert@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 079c7bf99..e4ffad5bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,11 @@
31 - markus@cvs.openbsd.org 2002/03/25 17:34:27 31 - markus@cvs.openbsd.org 2002/03/25 17:34:27
32 [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c] 32 [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
33 change sc_get_key to sc_get_keys and hide smartcard details in scard.c 33 change sc_get_key to sc_get_keys and hide smartcard details in scard.c
34 - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
35 [monitor_mm.c monitor_wrap.c]
36 ssize_t args use "%ld" and cast to (long)
37 size_t args use "%lu" and cast to (u_long)
38 ok markus@ and thanks millert@
34 39
3520020324 4020020324
36 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure 41 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
@@ -8045,4 +8050,4 @@
8045 - Wrote replacements for strlcpy and mkdtemp 8050 - Wrote replacements for strlcpy and mkdtemp
8046 - Released 1.0pre1 8051 - Released 1.0pre1
8047 8052
8048$Id: ChangeLog,v 1.1987 2002/03/26 03:17:42 mouring Exp $ 8053$Id: ChangeLog,v 1.1988 2002/03/26 03:20:45 mouring Exp $