ru
6b6b8c04f6
Expand contractions.
2005-02-13 23:45:54 +00:00
ru
ad21eaf4a1
Sync program's usage() with manpage's SYNOPSIS.
2005-02-09 20:36:12 +00:00
ru
e68efdc747
Let bsd.prog.mk set SRCS and MAN to their default values.
2005-01-28 16:08:11 +00:00
ru
d95b3c4c8d
Sort sections.
2005-01-18 09:29:40 +00:00
harti
91fb8e3f9c
Replace all uses of the old netgraph constants NG_*LEN by the new
...
constants NG_*SIZ that include the trailing NUL byte. This change
is mostly mechanical except for the replacement of a couple of snprintf()
and sprintf() calls with strlcpy.
2003-11-15 15:26:35 +00:00
charnier
9639b20db6
The .Nm utility
2002-07-06 19:19:48 +00:00
brian
15e2de7839
Understand the new NGM_PPPOE_SESSIONID message and set SESSIONID
...
in the environment to it's value.
Approved by: archie (after a very cursory glance)
2002-05-14 12:33:40 +00:00
des
4d6b787d2d
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
brian
1af410bad4
Handle NGM_PPPOE_ACNAME messages.
...
Submitted by: Andre Albsmeier <andre@albsmeier.net>
Approved by: julian
2002-02-20 15:52:20 +00:00
imp
f9bb89fb1d
o __P removal
...
o use Ansi-style function definitions
2002-02-17 19:09:20 +00:00
kris
c60495e0de
Lock down with WFORMAT?=1, with overrides in the subdirectories which
...
are not yet warning-clean. Tested on i386 and alpha.
2002-02-04 02:33:51 +00:00
kris
435834a74d
Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning.
...
MFC after: 1 week
2002-02-04 01:34:52 +00:00
ru
40b55200ed
mdoc(7) police: minor spelling, markup and style fixes.
2001-11-22 16:08:45 +00:00
brian
b7afa276de
Don't leave dodgy looking spaces in HISMACADDR
2001-11-22 04:38:02 +00:00
brian
793f2d8a0f
Mention that HISMACADDR is set in the environment of child processes
2001-11-22 01:49:41 +00:00
brian
2f112e8511
Set HISMACADDR in the environment before envoking ppp.
...
MFC after: 1 week
2001-11-21 03:29:43 +00:00
brian
8638e55f32
Put a parenthesis in the right place (DUH!).
...
This fixes the apparent immediate client timeout problem.
2001-08-25 23:41:37 +00:00
brian
d5f1613eb6
Understand that a return value of 0 from NgRecvMsg() means that the
...
socket was closed.
This prevents erroneous ``Unexpected netgraph version'' from turning
up in the log.
2001-08-24 14:52:38 +00:00
ru
4345758876
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
brian
30c6547f47
Don't use SA_RESETHAND here. We gain nothing.
...
Suggested by: bde
2001-07-31 15:29:50 +00:00
brian
e516ca8abd
Add a -l flag used to specify a label when no -p flag is given.
...
Start new sentences on new lines in pppoed.8.
MFC after: 1 week
2001-07-31 11:45:53 +00:00
brian
63673e8c2d
Use sigaction() without SA_RESTART rather than signal() so that we
...
don't block in NgRecvData() after receiving a signal.
MFC after: 1 week
2001-07-31 09:53:20 +00:00
dd
a145482cf6
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
brian
30426b7b3e
Remove an extraneous space
2001-07-11 23:02:07 +00:00
ru
5e14a6862e
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:49:54 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
brian
8636b161b3
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
ru
9cfe9ee246
mdoc(7) police: sort xrefs.
2001-07-04 13:30:53 +00:00
sobomax
0c29f662fa
Correct cross-references:
...
ng_bpf.8 --> ng_bpf.4
ng_ether.8 --> ng_ether.4
ng_iface.8 --> ng_iface.4
ng_pppoe.8 --> ng_pppoe.4
ng_socket.8 --> ng_socket.4
ng_tty.8 --> ng_tty.4
ng_{type}.4 --> /dev/null
MFC after: 1 week
2001-06-05 12:40:03 +00:00
ru
45d92a4319
- Backout botched attempt to intoduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
ru
a23a98f937
Set the default manual section for libexec/ to 8.
2001-03-20 18:10:13 +00:00
ru
9dc3f06fd9
Prepare for mdoc(7)NG.
2000-12-20 13:26:01 +00:00
julian
2f95104836
Add support for advertising the service we support if the
...
PADI packet contains a NULL service. This is apparently the desired
behaviour in this case, though we only allow advertising one
service. You could run multiple pppoeds to advertise multiple services.
2000-12-13 00:27:33 +00:00
brian
e01a4c0fd9
Drop out of our main loop due to a signal rather than handling things in the
...
signal handler.
Fix a spelling error.
Subtley pointed out by: bde
Make some stuff static
2000-12-04 22:13:30 +00:00
ru
fda4c0a990
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 14:42:24 +00:00
kris
3cafbeab6d
Format string paranoia
2000-11-19 13:30:36 +00:00
brian
2607c6601d
Go back to populating data_len in struct ngpppoe_init_data.
2000-11-16 23:15:42 +00:00
brian
7ad8d82169
Use the new-style ngpppoe_init_data structure.
...
Approved by: archie
2000-10-31 02:46:12 +00:00
brian
28012b0ee6
o Load netgraph.ko, ng_ether.ko and ng_pppoe.ko as required (I'm sure this
...
used not to be necessary).
o Allow ``-n ngdebug'' to specify something to pass to NgSetDebug()
and redirect NgSetDebug() output to syslog(8) in daemon() mode.
o Xref ng_ether(8) and NgSetDebug(4).
o Correct the type of the response passed to NgRecvData.
2000-10-03 20:41:00 +00:00
brian
3d4700ff30
Add a ``-P pidfile'' option
1999-11-23 00:21:20 +00:00
brian
02ba553858
pppoed(8) - a server to accept PPPoE connections
1999-11-21 23:39:14 +00:00