Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |