time_t-foobar
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8069 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2000-03-26 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* 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 <assar@sics.se>
|
||||
|
||||
* ftp/security.c (sec_read): more paranoia with return value from
|
||||
|
@@ -1,3 +1,11 @@
|
||||
2000-03-26 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* 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 <assar@sics.se>
|
||||
|
||||
* libtelnet/kerberos5.c (kerberos5_init): check that we do have a
|
||||
|
Reference in New Issue
Block a user