summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
AgeCommit message (Expand)Author
2004-02-26logf -> logmsg; daniel@lucq.orgTheo de Raadt
2004-02-09Remove unused %r (recursive) format option. ok millert@Can Erkin Acar
2004-02-08amd64 needs the same hack as powerpc; but this code really needs to beTheo de Raadt
2004-01-24since other users cannot exec them, do not make it readable eitherTheo de Raadt
2003-09-26realloc fixes; ok deraadt millertPeter Valchev
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-07-18add missing includesDavid Krause
2003-06-13mdoc version of chat(8);Jason McIntyre
2003-06-13license update from Paul Mackerras. This is now (c) Paul. Part of theJason McIntyre
2003-06-12- section reorderJason McIntyre
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-11mdoc version of pppd(8);Jason McIntyre
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
2003-04-25comment cleanupTheo de Raadt
2003-04-16small fix to compile. spot by marc@Ted Unangst
2003-04-16string cleaning; ok millertTheo de Raadt
2003-04-14obvious spring cleanupTheo de Raadt
2003-04-04strcat->strlcat, ok millert@Anil Madhavapeddy
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2003-04-03more snprintf; millert okTheo de Raadt
2003-03-16nuber -> number;Jason McIntyre
2003-02-18intial -> initial;Jason McIntyre
2003-02-18copyrights added;Jason McIntyre
2003-02-18copyrights added;Jason McIntyre
2003-02-09typos;Jason McIntyre
2003-02-01typos;Jason McIntyre
2003-01-23'conjunction' typosAnil Madhavapeddy
2002-12-23avoid null deref in calling option_erro(); pt out by hunter@comsys.com.uaMichael Shalayeff
2002-10-25escape a couple of literal \n's so they print correctlyJason Wright
2002-09-13Pedro says we can change his license too.Theo de Raadt
2002-09-13and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> throughTheo de Raadt
2002-09-13Paul Mackerras and the Australian National University have worked thingsTheo de Raadt
2002-07-29Replace an instance of chmod() with fchmod()Todd C. Miller
2002-07-18use inet_aton() instead of inet_addr(); millert okTheo de Raadt
2002-07-02Check malloc() return value; Chad LoderTodd C. Miller
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
2002-06-18update copyright notice. mckusick says that Van signed the standardTheo de Raadt
2002-06-11-Wall cleanupHans Insulander
2002-05-29more strlcatTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-19make pppd only executable by group networkTheo de Raadt
2002-05-08be even more clearTheo de Raadt
2002-05-06do not install a SIGSEGV handlerTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
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
2001-11-05some syslog_r uses in signal handlersTheo de Raadt
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-08-09sync, simplify, etc. slstats -i is now called -w, like pppstatsTheo de Raadt