From c244cd2e52ee8ef239d333223728974efc24e13f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 26 Mar 2000 19:53:47 +0000 Subject: [PATCH] time_t-foobar git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8069 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ChangeLog | 8 ++++++++ appl/telnet/ChangeLog | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index bcf72a728..75efcafd8 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,3 +1,11 @@ +2000-03-26 Assar Westerlund + + * ftpd/ls.c, ftpd/ftpcmd.y, ftp/cmds.c: make sure to always call + time, ctime, and gmtime with `time_t's. there were some types + (like in lastlog) that we believed to always be time_t. this has + proven wrong on Solaris 8 in 64-bit mode, where they are stored as + 32-bit quantities but time_t has gone up to 64 bits + 2000-02-07 Assar Westerlund * ftp/security.c (sec_read): more paranoia with return value from diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index c0dec47b4..15f098716 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,11 @@ +2000-03-26 Assar Westerlund + + * telnetd/sys_term.c (*): make sure to always call time, ctime, + and gmtime with `time_t's. there were some types (like in + lastlog) that we believed to always be time_t. this has proven + wrong on Solaris 8 in 64-bit mode, where they are stored as 32-bit + quantities but time_t has gone up to 64 bits + 2000-03-03 Assar Westerlund * libtelnet/kerberos5.c (kerberos5_init): check that we do have a