summaryrefslogtreecommitdiff
path: root/usr.sbin/pppoe
AgeCommit message (Expand)Author
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-08-15use Lk for links;Jason McIntyre
2011-11-05Remove unnecessary #include's. From Michael W. Bombardieri.YASUOKA Masahiko
2011-10-15Delete unused field s_first in 'struct pppoe_session' that is assignedYASUOKA Masahiko
2011-10-11We don't need to break after calling err(3) because this function willYASUOKA Masahiko
2011-07-04Bring back byte-order conversion that was inadvertently removed in previousStuart Henderson
2011-04-30Use gid_t for setgroups(), from Michael W Bombardieri. ok yasuokaNicholas Marriott
2011-04-20grammar fix; from Michael W. BombardieriJason McIntyre
2011-03-31remove dead code from pppoe(8).Igor Sobrado
2008-06-24missing "usage:"Igor Sobrado
2007-11-17avoid false double space;Jason McIntyre
2007-11-16fix formatting error as a result of having too many arguments to a macro;Jason McIntyre
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-05-18Reference pppoe(4).Ray Lai
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2005-05-03setres[ug]id; ok deraadt@Damien Miller
2005-02-18grammatical blip, from jens ropers;Jason McIntyre
2004-12-20RFC documents are not free enoughTheo de Raadt
2004-09-20addres -> addressMiod Vallat
2004-09-03sleep instead of busy waiting on ENOBUFS. reduces cpu time.Ted Unangst
2004-08-03add ifconfig(8) Xr and spacing;Jason McIntyre
2004-06-14Set relay session id in outgoing packets properly. Report with patchCan Erkin Acar
2004-05-14Fix pppoe server mode. pppoe no longer chroots in server mode.Can Erkin Acar
2004-05-06knf and other cleanupsTheo de Raadt
2004-05-06pppoe now drops privileges to user _ppp and chroots after settingCan Erkin Acar
2004-05-06debug.c not usedTheo de Raadt
2004-05-06.Fl for flags, .Ar for arguments;Jason McIntyre
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-06-28() to (void)Theo de Raadt
2003-06-04kill terms 3 & 4Jason Wright
2003-06-04kill clause 3 & 4Jason Wright
2003-05-10typos;Jason McIntyre
2003-02-09typos;Jason McIntyre
2002-09-08more cleaningJason Wright
2002-09-08Fix a bunch of -pedantic errorsJason Wright
2002-09-06default: needs statement after itTheo de Raadt
2002-09-06MD5Final() takes unsigned char *Theo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-10Use IFNAMSIZ for strlcpy() and also pretty the man pageJason Wright
2001-11-29Replace strncpy() calls with adequate strlcpy() ones, and fix a cosmeto.Miod Vallat
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-09-12s/set (mtu|mru)/set \1 max/brian
2001-08-22must quote set device line; mcbride@countersiege.com (pr2020... I can patch c...Jason Wright
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-04-24remove unecessary code and dataJason Wright