summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8358f0446..f9bb0aba0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@
3 - stevesk@cvs.openbsd.org 2007/04/14 22:01:58 3 - stevesk@cvs.openbsd.org 2007/04/14 22:01:58
4 [auth2.c] 4 [auth2.c]
5 remove unused macro; from Dmitry V. Levin <ldv@altlinux.org> 5 remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>
6 - stevesk@cvs.openbsd.org 2007/04/18 01:12:43
7 [sftp-server.c]
8 cast "%llu" format spec to (unsigned long long); do not assume a
9 u_int64_t arg is the same as 'unsigned long long'.
10 from Dmitry V. Levin <ldv@altlinux.org>
11 ok markus@ 'Yes, that looks correct' millert@
6 12
720070509 1320070509
8 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. 14 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
@@ -2903,4 +2909,4 @@
2903 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2909 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2904 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2910 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2905 2911
2906$Id: ChangeLog,v 1.4661 2007/05/20 04:58:41 dtucker Exp $ 2912$Id: ChangeLog,v 1.4662 2007/05/20 04:59:32 dtucker Exp $