NetBSD/usr.sbin/pppd
cgd 03ba0d2233 if a variable is a u_int32_t, it may never compare equally to -1L on
some machines (because on those (64-bit) machines, -1L is
0xffffffffffffffff, but a u_int32_t will never be sign extended).
Compare to 0xffffffff; that's what was really meant, anyway.
1996-04-09 05:29:25 +00:00
..
chat New version of chat from ppp-2.2 distribution. The locking code is 1995-07-04 23:36:19 +00:00
pppd if a variable is a u_int32_t, it may never compare equally to -1L on 1996-04-09 05:29:25 +00:00
pppstats Fix problem of printing large numbers (as deltas) when the kernel 1996-03-28 02:42:29 +00:00
Makefile Added -I. and -I${.CURDIR} to CFLAGS. 1996-03-19 03:03:04 +00:00
auth.c if a variable is a u_int32_t, it may never compare equally to -1L on 1996-04-09 05:29:25 +00:00
bpf_compile.h Files added to pppd to support demand-dialling and packet filtering. 1996-03-15 03:09:08 +00:00
ccp.c Minor bug-fixes to pppd; add -ccp option to disable CCP negotiation 1996-03-28 02:50:57 +00:00
ccp.h Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
chap.c Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
chap.h Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
demand.c Files added to pppd to support demand-dialling and packet filtering. 1996-03-15 03:09:08 +00:00
fsm.c Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
fsm.h Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
gencode.c Files added to pppd to support demand-dialling and packet filtering. 1996-03-15 03:09:08 +00:00
gencode.h Files added to pppd to support demand-dialling and packet filtering. 1996-03-15 03:09:08 +00:00
grammar.y Files added to pppd to support demand-dialling and packet filtering. 1996-03-15 03:09:08 +00:00
ipcp.c Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
ipcp.h Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
lcp.c Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
lcp.h Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
magic.c Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
magic.h New version of pppd from ppp-2.2. The major new feature is support 1995-07-04 23:47:29 +00:00
main.c Be pedantic, main() returns int in C. 1996-03-21 17:56:15 +00:00
md5.c Some minor bugfixes from the ppp-2.0 release. 1994-01-25 05:58:02 +00:00
md5.h New version of pppd from ppp-2.2. The major new feature is support 1995-07-04 23:47:29 +00:00
nametoaddr.c Files added to pppd to support demand-dialling and packet filtering. 1996-03-15 03:09:08 +00:00
options.c Minor bug-fixes to pppd; add -ccp option to disable CCP negotiation 1996-03-28 02:50:57 +00:00
patchlevel.h Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
pathnames.h Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
pppd.8 Minor bug-fixes to pppd; add -ccp option to disable CCP negotiation 1996-03-28 02:50:57 +00:00
pppd.h Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
scanner.l Files added to pppd to support demand-dialling and packet filtering. 1996-03-15 03:09:08 +00:00
sys-bsd.c Minor bug-fixes to pppd; add -ccp option to disable CCP negotiation 1996-03-28 02:50:57 +00:00
upap.c Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00
upap.h Several enhancements and bug-fixes to the PPP daemon, including new 1996-03-15 03:03:34 +00:00