| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r228586: | Dimitry Andric | 2011-12-31 | 1 | -2/+2 |
| * | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 1 | -4/+4 |
| * | Back out all POSIXified *env() changes. | Andrey A. Chernov | 2007-05-01 | 1 | -4/+4 |
| * | Prepare for upcoming POSIXed putenv() rewrite: | Andrey A. Chernov | 2007-04-30 | 1 | -4/+4 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-09 | 1 | -1/+1 |
| * | Replace all uses of the old netgraph constants NG_*LEN by the new | Hartmut Brandt | 2003-11-15 | 1 | -1/+1 |
| * | Understand the new NGM_PPPOE_SESSIONID message and set SESSIONID | Brian Somers | 2002-05-14 | 1 | -2/+9 |
| * | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -1/+1 |
| * | Handle NGM_PPPOE_ACNAME messages. | Brian Somers | 2002-02-20 | 1 | -0/+6 |
| * | o __P removal | Warner Losh | 2002-02-17 | 1 | -1/+1 |
| * | Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning. | Kris Kennaway | 2002-02-04 | 1 | -0/+2 |
| * | Don't leave dodgy looking spaces in HISMACADDR | Brian Somers | 2001-11-22 | 1 | -3/+3 |
| * | Set HISMACADDR in the environment before envoking ppp. | Brian Somers | 2001-11-21 | 1 | -5/+17 |
| * | Put a parenthesis in the right place (DUH!). | Brian Somers | 2001-08-25 | 1 | -1/+1 |
| * | Understand that a return value of 0 from NgRecvMsg() means that the | Brian Somers | 2001-08-24 | 1 | -2/+8 |
| * | Don't use SA_RESETHAND here. We gain nothing. | Brian Somers | 2001-07-31 | 1 | -1/+1 |
| * | Add a -l flag used to specify a label when no -p flag is given. | Brian Somers | 2001-07-31 | 1 | -9/+19 |
| * | Use sigaction() without SA_RESTART rather than signal() so that we | Brian Somers | 2001-07-31 | 1 | -5/+9 |
| * | Remove an extraneous space | Brian Somers | 2001-07-11 | 1 | -1/+1 |
| * | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 1 | -1/+1 |
| * | Add support for advertising the service we support if the | Julian Elischer | 2000-12-13 | 1 | -2/+19 |
| * | Drop out of our main loop due to a signal rather than handling things in the | Brian Somers | 2000-12-04 | 1 | -24/+28 |
| * | Format string paranoia | Kris Kennaway | 2000-11-19 | 1 | -1/+1 |
| * | Go back to populating data_len in struct ngpppoe_init_data. | Brian Somers | 2000-11-16 | 1 | -2/+4 |
| * | Use the new-style ngpppoe_init_data structure. | Brian Somers | 2000-10-31 | 1 | -4/+2 |
| * | o Load netgraph.ko, ng_ether.ko and ng_pppoe.ko as required (I'm sure this | Brian Somers | 2000-10-03 | 1 | -13/+53 |
| * | Add a ``-P pidfile'' option | Brian Somers | 1999-11-23 | 1 | -3/+30 |
| * | pppoed(8) - a server to accept PPPoE connections | Brian Somers | 1999-11-21 | 1 | -0/+557 |