cgd
f919d5c499
fix an 'if' that could never be true to do what it really meant to do.
1997-03-13 18:23:19 +00:00
christos
86276488dc
Resolve conflicts cleanup warnings.
1997-03-12 20:17:18 +00:00
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
scottr
6bd0c1ff9b
In link_down(), give a second arg to the close function. Fixes
...
a SEGV when pppd closes the link.
1996-03-23 05:43:11 +00:00
paulus
44c91c8e53
Several enhancements and bug-fixes to the PPP daemon, including new
...
support for demand dialling, packet filtering, idle timeout, multiple
packet compression schemes (including PPP Deflate), and a limit on
connect time.
1996-03-15 03:03:34 +00:00
paulus
8c0ef60b38
Minor bugfixes and enhancements from the ppp-2.2 release.
1995-08-17 12:03:51 +00:00
paulus
0cac89792c
New version of pppd from ppp-2.2. The major new feature is support
...
for CCP (compression control protocol) and thus packet compression.
Several bugs fixed.
1995-07-04 23:47:29 +00:00
cgd
9314780732
includes for protos.
1994-12-23 17:00:14 +00:00
deraadt
659ffb49cf
devname repair
1994-07-04 19:30:17 +00:00
paulus
79517a9770
Bring pppd up to the about-to-be-released ppp-2.1.1 release,
...
mostly security improvements and bug fixes; some new functionality
from the Linux port.
1994-05-30 01:18:44 +00:00
paulus
1a4adaf687
Latest version of pppd from ppp-2.1 release
1994-05-08 12:16:10 +00:00
paulus
fd46d6599a
Some minor bugfixes from the ppp-2.0 release.
1994-01-25 05:58:02 +00:00
pk
dd98eefe50
`#ifdef sparc' => `#if defined(sun & sparc)'.
1993-12-02 17:37:07 +00:00
paulus
ef90819423
Added RCS IDs; minor enhancements (default local address to first IP
...
address of host; accumulate asyncmaps); bugfix (pidfile location).
1993-11-10 01:33:51 +00:00
paulus
8d1ed68875
New version (2.0) of pppd. It now conforms to RFCs 1331, 1332, 1334,
...
and has vastly improved security features, and other improved functionality
(including an updated man page!).
1993-11-09 04:53:15 +00:00