aboutsummaryrefslogtreecommitdiff
path: root/libexec/pppoed/pppoed.c
Commit message (Expand)AuthorAgeFilesLines
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-4/+4
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-4/+4
* Prepare for upcoming POSIXed putenv() rewrite:Andrey A. Chernov2007-04-301-4/+4
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-1/+1
* Replace all uses of the old netgraph constants NG_*LEN by the newHartmut Brandt2003-11-151-1/+1
* Understand the new NGM_PPPOE_SESSIONID message and set SESSIONIDBrian Somers2002-05-141-2/+9
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Handle NGM_PPPOE_ACNAME messages.Brian Somers2002-02-201-0/+6
* o __P removalWarner Losh2002-02-171-1/+1
* Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning.Kris Kennaway2002-02-041-0/+2
* Don't leave dodgy looking spaces in HISMACADDRBrian Somers2001-11-221-3/+3
* Set HISMACADDR in the environment before envoking ppp.Brian Somers2001-11-211-5/+17
* Put a parenthesis in the right place (DUH!).Brian Somers2001-08-251-1/+1
* Understand that a return value of 0 from NgRecvMsg() means that theBrian Somers2001-08-241-2/+8
* Don't use SA_RESETHAND here. We gain nothing.Brian Somers2001-07-311-1/+1
* Add a -l flag used to specify a label when no -p flag is given.Brian Somers2001-07-311-9/+19
* Use sigaction() without SA_RESTART rather than signal() so that weBrian Somers2001-07-311-5/+9
* Remove an extraneous spaceBrian Somers2001-07-111-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Add support for advertising the service we support if theJulian Elischer2000-12-131-2/+19
* Drop out of our main loop due to a signal rather than handling things in theBrian Somers2000-12-041-24/+28
* Format string paranoiaKris Kennaway2000-11-191-1/+1
* Go back to populating data_len in struct ngpppoe_init_data.Brian Somers2000-11-161-2/+4
* Use the new-style ngpppoe_init_data structure.Brian Somers2000-10-311-4/+2
* o Load netgraph.ko, ng_ether.ko and ng_pppoe.ko as required (I'm sure thisBrian Somers2000-10-031-13/+53
* Add a ``-P pidfile'' optionBrian Somers1999-11-231-3/+30
* pppoed(8) - a server to accept PPPoE connectionsBrian Somers1999-11-211-0/+557