is
6f86d72282
Document the callback option, in a way similar to what John A. Maier
...
suggested in PR 8550.
1999-10-28 09:41:56 +00:00
erh
c98f493f90
Fix arguments to printf string. Was causing a crash on out of range mtu settings.
1999-10-14 18:29:02 +00:00
itojun
2df1b7b510
make it compilable with -DINET6.
...
-DINET6 is not enabled, as i run no test yet.
1999-08-25 16:28:41 +00:00
christos
6103aa4e65
forgot two #endif's :-(
1999-08-25 03:15:00 +00:00
christos
62f0521dee
new docs
1999-08-25 03:10:28 +00:00
christos
847e9d2e3b
resolve conflicts
1999-08-25 03:00:12 +00:00
christos
46a65cb807
resolve conflicts.
1999-08-25 02:52:15 +00:00
christos
b384567c88
merge changes.
1999-08-25 02:07:41 +00:00
christos
7cd19ad6f7
New pppd, post 2.3.9 directly from the repository.
1999-08-24 20:25:43 +00:00
mjl
2a12a3e76d
Correct typo in option name. Fixes PR 7645 by Paul Shupak <paul@plectere.com>
1999-05-25 20:46:54 +00:00
thorpej
7e3a0bf0c5
Decouple inbound and outbound filters. Now instead of using "active-filter"
...
and "pass-filter" and "inbound" and "outbound" qualifiers in the filter
expression, use new "active-filter-in", "active-filter-out", "pass-filter-in",
and "pass-filter-out" without these qualifiers.
This is necessary due to the horrible, awful way "inbound" and "outbound"
were specified for the filter programs when a packet was passed through them.
Basically, the "address" byte in the serial PPP header was overwritten with
a value to indicate the direction. However, the "address" byte doesn't even
exist on PPP headers for all other PPP encaps! So, this old method worked
only for serial encaps, and corrupted packets for all others (PPPoE, ATM, etc.)
1999-05-12 18:50:51 +00:00
jeremy
60d83bcb76
[PR/5685] Set ONLCR bit in oflags of tty mode to prevent hanging in
...
absence of carrier. From Simon J. Gerraty <sjg@quick.com.au>.
1999-05-06 08:59:21 +00:00
ross
9f0dbe1852
Keep the example strings on one line.
1999-01-24 06:27:06 +00:00
msaitoh
89dc16d4dc
fix a roff bug
1998-11-22 23:30:29 +00:00
christos
dd9db0b0d4
Our MD4Update takes number of bytes not bits. This should fix NT authentication
1998-10-24 18:14:13 +00:00
christos
b5b77bba54
Back out accidental removal of CDTRCTS and fix rcsid's
1998-09-04 19:13:04 +00:00
christos
44d3b0974b
Apply diffs from patchlevel 5.
1998-09-02 20:55:55 +00:00
christos
73270b4cf4
Add the default route as static, so that routed does not delete it.
1998-08-27 06:55:16 +00:00
kleink
ee14eecc51
Change the primary/secondary WINS Configuration Option Type IDs (128, 130) to
...
match those specified by RFC1877 (130, 132); from Terry Moore <tmm@mcci.com>
in PR bin/5701.
1998-08-06 20:13:14 +00:00
mycroft
1f86e5830d
const poisoning.
1998-07-27 00:52:00 +00:00
mycroft
160249f79c
const poisoning.
1998-07-26 15:48:43 +00:00
mrg
32f519716b
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
...
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:56:06 +00:00
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