freebsd-dev/usr.sbin/pppd
Peter Wemm 6ceeb6902a utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than
time_t.  Deal with the possibility that time_t != int32_t.  This boils
down to this sort of thing:
 -   time(&ut.ut_time);
 +   ut.ut_time = time(NULL);
and similar for ctime(3) etc.  I've kept it minimal for the stuff
that may need to be portable (or 3rd party code), but used Matt's time32
stuff for cases where that isn't as much of a concern.

Approved by: re (jhb)
2002-11-15 22:42:00 +00:00
..
auth.c utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than 2002-11-15 22:42:00 +00:00
cbcp.c
cbcp.h
ccp.c
ccp.h
chap_ms.c
chap_ms.h
chap.c
chap.h
demand.c
fsm.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:30:43 +00:00
fsm.h
ipcp.c
ipcp.h
ipxcp.c
ipxcp.h
lcp.c
lcp.h
magic.c
magic.h
main.c Use fchmod() to restore the tty modes. 2002-07-30 03:49:27 +00:00
Makefile Install this mode 4550 owned by group dialer; there is unsafe code 2001-07-24 02:37:48 +00:00
options.c inet_aton returns 0 on failure, not -1. 2002-05-06 08:39:43 +00:00
patchlevel.h
pathnames.h Logging should wind up in /var/log, not /etc/ppp/. 2001-07-31 16:09:29 +00:00
pppd.8 Put a complete set of pppd(8) sample configuration files in 2002-01-29 00:23:35 +00:00
pppd.h
RELNOTES
sys-bsd.c Test for the existance of kernel ppp support by seeing if the kernel has 2002-11-05 05:58:31 +00:00
upap.c
upap.h