Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The .Nm utility | charnier | 2002-07-06 | 1 | -2/+4 |
| | |||||
* | Understand the new NGM_PPPOE_SESSIONID message and set SESSIONID | brian | 2002-05-14 | 1 | -2/+9 |
| | | | | | | in the environment to it's value. Approved by: archie (after a very cursory glance) | ||||
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
| | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. | ||||
* | Handle NGM_PPPOE_ACNAME messages. | brian | 2002-02-20 | 2 | -3/+11 |
| | | | | | Submitted by: Andre Albsmeier <andre@albsmeier.net> Approved by: julian | ||||
* | o __P removal | imp | 2002-02-17 | 1 | -1/+1 |
| | | | | o use Ansi-style function definitions | ||||
* | Lock down with WFORMAT?=1, with overrides in the subdirectories which | kris | 2002-02-04 | 1 | -0/+2 |
| | | | | are not yet warning-clean. Tested on i386 and alpha. | ||||
* | Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning. | kris | 2002-02-04 | 1 | -0/+2 |
| | | | | MFC after: 1 week | ||||
* | mdoc(7) police: minor spelling, markup and style fixes. | ru | 2001-11-22 | 1 | -18/+21 |
| | |||||
* | Don't leave dodgy looking spaces in HISMACADDR | brian | 2001-11-22 | 1 | -3/+3 |
| | |||||
* | Mention that HISMACADDR is set in the environment of child processes | brian | 2001-11-22 | 1 | -0/+5 |
| | |||||
* | Set HISMACADDR in the environment before envoking ppp. | brian | 2001-11-21 | 1 | -5/+17 |
| | | | | MFC after: 1 week | ||||
* | Put a parenthesis in the right place (DUH!). | brian | 2001-08-25 | 1 | -1/+1 |
| | | | | This fixes the apparent immediate client timeout problem. | ||||
* | Understand that a return value of 0 from NgRecvMsg() means that the | brian | 2001-08-24 | 1 | -2/+8 |
| | | | | | | | socket was closed. This prevents erroneous ``Unexpected netgraph version'' from turning up in the log. | ||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -3/+5 |
| | | | | | | | 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. | ||||
* | Don't use SA_RESETHAND here. We gain nothing. | brian | 2001-07-31 | 1 | -1/+1 |
| | | | | Suggested by: bde | ||||
* | Add a -l flag used to specify a label when no -p flag is given. | brian | 2001-07-31 | 2 | -27/+54 |
| | | | | | | Start new sentences on new lines in pppoed.8. MFC after: 1 week | ||||
* | Use sigaction() without SA_RESTART rather than signal() so that we | brian | 2001-07-31 | 1 | -5/+9 |
| | | | | | | don't block in NgRecvData() after receiving a signal. MFC after: 1 week | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | Remove an extraneous space | brian | 2001-07-11 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | mdoc(7) police: sort xrefs. | ru | 2001-07-04 | 1 | -1/+1 |
| | |||||
* | Correct cross-references: | sobomax | 2001-06-05 | 1 | -5/+5 |
| | | | | | | | | | | | | 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 | ||||
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for libexec/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-20 | 1 | -3/+3 |
| | |||||
* | Add support for advertising the service we support if the | julian | 2000-12-13 | 1 | -2/+19 |
| | | | | | | 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. | ||||
* | Drop out of our main loop due to a signal rather than handling things in the | brian | 2000-12-04 | 1 | -24/+28 |
| | | | | | | | | | signal handler. Fix a spelling error. Subtley pointed out by: bde Make some stuff static | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Format string paranoia | kris | 2000-11-19 | 1 | -1/+1 |
| | |||||
* | Go back to populating data_len in struct ngpppoe_init_data. | brian | 2000-11-16 | 1 | -2/+4 |
| | |||||
* | Use the new-style ngpppoe_init_data structure. | brian | 2000-10-31 | 1 | -4/+2 |
| | | | | Approved by: archie | ||||
* | o Load netgraph.ko, ng_ether.ko and ng_pppoe.ko as required (I'm sure this | brian | 2000-10-03 | 2 | -13/+66 |
| | | | | | | | | 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. | ||||
* | Add a ``-P pidfile'' option | brian | 1999-11-23 | 2 | -3/+37 |
| | |||||
* | pppoed(8) - a server to accept PPPoE connections | brian | 1999-11-21 | 3 | -0/+735 |