Commit Graph

122 Commits

Author SHA1 Message Date
lukem
e31c1515a6 divide (not multiply) ratio by 256 1998-06-18 08:03:08 +00:00
kleink
cf82cd0b86 Need <stdlib.h> for setkey() prototype. 1998-06-01 14:00:11 +00:00
christos
a6551c37bd Resolve conflicts 1998-05-02 14:55:19 +00:00
christos
1e38977381 Resolve conflicts 1998-05-02 14:31:10 +00:00
christos
30402427a8 Import the readme files, setup and FAQ 1998-05-02 14:21:43 +00:00
christos
57daeb39d8 Resolve conflicts. 1998-05-02 14:19:13 +00:00
christos
ffb419d374 Enable CHAPMS and MSLANMAN. Make them compile. I don't have access to a test
setup to verify that it works.
1997-11-19 11:59:58 +00:00
lukem
0a94f4f077 use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
drochner
2b0cbc07da include <sys/cdefs> before __RCSID 1997-10-20 17:18:04 +00:00
scottr
94cf433266 Add support for DTR/CTS flow control, from Bill Studenmund. 1997-10-20 08:07:47 +00:00
mikel
af641bd13a xref tcpdump(8), not nonexistent tcpdump(1) 1997-10-18 07:01:38 +00:00
lukem
149f1867d1 rcsid fascism 1997-10-18 04:36:50 +00:00
lukem
2b042c28d8 add Makefile.inc to use ../Makefile.inc, and cleanup subdir Makefiles 1997-10-17 12:07:28 +00:00
mellon
8e6f88f680 Fix command-line argument processing 1997-10-14 20:38:09 +00:00
christos
16848faf66 PR/4145: Dave Huang: pppd unable to change interface addr when demand dialing
w/unspecified local address
1997-09-30 16:45:16 +00:00
christos
6a39b449bc Add back the NetBSD specific lack of ppp in kernel message, and remove a
NetBSD1_2 ifdef
1997-09-29 19:05:53 +00:00
christos
ac0debcff2 Set clocal while processing chat scripts [this was changed on 2.3.1 and
broke all existing chat scripts].
1997-09-29 16:57:51 +00:00
christos
2f3fcf9d35 Enable CBCP support by default. 1997-09-29 03:53:38 +00:00
christos
64b94f4c92 PR/2705: Jim Bernard: pppd exits with 0 error code when connection fails 1997-09-29 03:52:37 +00:00
christos
3e6d71d911 We don't have if_ether.h... 1997-09-26 20:28:47 +00:00
christos
d9447f387e From Stephen Ma, discussed in tech-net and verified by paulus
mru computation was off-by-one
1997-09-26 20:24:12 +00:00
christos
16f22c5efc remove unused variable 1997-09-26 20:23:00 +00:00
christos
a5eb79afe9 PR/4136: Geoff Wing: pppd writes wtmp, but not lastlog. 1997-09-26 20:22:26 +00:00
christos
6272590b95 Fix gcc warnings. 1997-09-26 20:14:42 +00:00
christos
651d523cbe Resolve conflicts 1997-09-26 19:52:08 +00:00
perry
6db6d0fc76 fix 3905 docubug from Saitoh Masanobu 1997-07-22 15:19:30 +00:00
christos
5d5c4ad42a PR/3819: enami tsugutomo: pppd; netmask option doesn't actually set netmask 1997-07-01 19:28:01 +00:00
christos
fea2a44541 PR/3798: Dave Huang pap authentication leaks file descriptors. 1997-06-27 14:44:46 +00:00
christos
2916e1d817 Resolve conflicts 1997-05-17 22:14:13 +00:00
christos
f7f066707a resolve conflicts 1997-05-17 21:33:06 +00:00
christos
63f466a41d Resolve conflicts 1997-05-17 21:23:04 +00:00
mikel
09e3ffba3e fix typos; from Dave Huang in PR bin/3611. 1997-05-13 04:55:33 +00:00
mikel
5ea01ec0b8 use ../../Makefile.inc instead of defining BINDIR locally.
eliminate redundant SRCS definition.
1997-05-11 05:27:09 +00:00
christos
ffb5f0fbd1 Include ../../Makefile.inc 1997-05-11 01:06:01 +00:00
mycroft
6ae00799f3 Correct .PATH after this was moved down. 1997-05-09 09:36:28 +00:00
mycroft
a7f6387809 Remove the extraneous SUBDIR line. 1997-05-09 04:43:01 +00:00
christos
71cc8337ed Move pppd in its own directory. 1997-05-08 18:07:28 +00:00
gwr
012e528f2e Use .PATH.c: ... 1997-05-06 20:44:56 +00:00
mrg
fbb54fd51b meantion ppp(4) rather than README.bsd (inspired from PR#3548 from Martin Husemann) 1997-04-28 04:22:24 +00:00
is
00cef679df New ARP system, supports IPv4 over any hardware link.
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.

For the detailed change history, look at the commit log entries for
the is-newarp branch.
1997-03-15 18:37:27 +00:00
christos
95e251ee4e Better fix for the va_list problem from paulus. 1997-03-14 01:53:29 +00:00
christos
28b883a7db put back filtering options, and rcsid police. 1997-03-13 19:08:15 +00:00
christos
aae03a189a Fix for the void * arg hack; reported by cgd 1997-03-13 19:05:51 +00:00
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
christos
e287272422 Import the latest pppd from Paul Mackerras. 1997-03-12 19:38:04 +00:00
is
dd80c3d309 Back out the back-out. Don't ask. 1997-03-10 20:21:01 +00:00
is
9d29e526db backout previos change; was not intended for trunk. 1997-03-10 19:36:40 +00:00
mouse
ee6a5b2cd6 alternate -> alternative, per PR 2643 1997-03-08 14:24:19 +00:00
matthias
470161650e compression ratio was computed wrong. 1997-01-30 09:14:50 +00:00