summaryrefslogtreecommitdiffstats
path: root/libexec/pppoed
Commit message (Expand)AuthorAgeFilesLines
* In libexec/pppoed/pppoed.c, use the correct printf length modifier for adim2011-12-161-2/+2
* Make WARNS=6 the default for libexec/.ed2010-01-021-0/+1
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-4/+4
* Back out all POSIXified *env() changes.ache2007-05-011-4/+4
* Prepare for upcoming POSIXed putenv() rewrite:ache2007-04-301-4/+4
* Expand contractions.ru2005-02-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-091-1/+1
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-1/+0
* Sort sections.ru2005-01-181-7/+7
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-151-1/+1
* The .Nm utilitycharnier2002-07-061-2/+4
* Understand the new NGM_PPPOE_SESSIONID message and set SESSIONIDbrian2002-05-141-2/+9
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Handle NGM_PPPOE_ACNAME messages.brian2002-02-202-3/+11
* o __P removalimp2002-02-171-1/+1
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichkris2002-02-041-0/+2
* Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning.kris2002-02-041-0/+2
* mdoc(7) police: minor spelling, markup and style fixes.ru2001-11-221-18/+21
* Don't leave dodgy looking spaces in HISMACADDRbrian2001-11-221-3/+3
* Mention that HISMACADDR is set in the environment of child processesbrian2001-11-221-0/+5
* Set HISMACADDR in the environment before envoking ppp.brian2001-11-211-5/+17
* Put a parenthesis in the right place (DUH!).brian2001-08-251-1/+1
* Understand that a return value of 0 from NgRecvMsg() means that thebrian2001-08-241-2/+8
* mdoc(7) police:ru2001-08-071-3/+5
* Don't use SA_RESETHAND here. We gain nothing.brian2001-07-311-1/+1
* Add a -l flag used to specify a label when no -p flag is given.brian2001-07-312-27/+54
* Use sigaction() without SA_RESTART rather than signal() so that webrian2001-07-311-5/+9
* Remove whitespace at EOL.dd2001-07-151-2/+2
* Remove an extraneous spacebrian2001-07-111-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* mdoc(7) police: sort xrefs.ru2001-07-041-1/+1
* Correct cross-references:sobomax2001-06-051-5/+5
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for libexec/ to 8.ru2001-03-201-1/+0
* Prepare for mdoc(7)NG.ru2000-12-201-3/+3
* Add support for advertising the service we support if thejulian2000-12-131-2/+19
* Drop out of our main loop due to a signal rather than handling things in thebrian2000-12-041-24/+28
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Format string paranoiakris2000-11-191-1/+1
* Go back to populating data_len in struct ngpppoe_init_data.brian2000-11-161-2/+4
* Use the new-style ngpppoe_init_data structure.brian2000-10-311-4/+2
* o Load netgraph.ko, ng_ether.ko and ng_pppoe.ko as required (I'm sure thisbrian2000-10-032-13/+66
* Add a ``-P pidfile'' optionbrian1999-11-232-3/+37
* pppoed(8) - a server to accept PPPoE connectionsbrian1999-11-213-0/+735
OpenPOWER on IntegriCloud