summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
AgeCommit message (Collapse)Author
2009-08-08better synopsis;Jason McIntyre
2009-08-08add a real synopsis to chat(8); synchronize synopsis and usage;Igor Sobrado
sort flags in the DESCRIPTION section of the manual page. synopsis tweaked by jmc@ ok jmc@, martynas@
2009-07-19missing va_end in pppd; ok millert@Martynas Venckus
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
ok espie, jmc
2008-10-08SIOCAIFADDR can fail with EEXIST either if the local or the destinationClaudio Jeker
address already exists so mention both addresses in the error message. From PR4584 (alexander at beard dot se) I just tuned the error message a bit.
2008-05-07Remove .Xr to routed and reword the sentence a bit to make more sense.Claudio Jeker
pppd can filter on network protocols not network daemons. OK norby@
2007-10-17remove "unused variable" warningsCharles Longeau
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
ok pyr@, ray@, millert@, moritz@, chl@
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-06-04bye bye ipxHenning Brauer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-06Remove code that's been commented out since '96.Ray Lai
From Charles Longeau. OK millert@.
2007-02-18tidy up synopsis and usage; from Igor SobradoJason McIntyre
2006-11-12remove reference to PPP_FILTER:Kevin Steves
- there is no PPP_FILTER kernel option - pppd is compiled with -DPPP_FILTER by default ok jmc@
2006-01-25Fix an off-by-one in pppd(8)'s option handling. ok tedu@Moritz Jodeit
2005-05-03setres[ug]id; ok millert@Damien Miller
2005-01-31add some references to SEE ALSO;Jason McIntyre
from alexey e. suslikov; kill a .Pp while here;
2004-11-03fix for potential denial of service.Dan Harnett
http://www.securityfocus.com/archive/1/379450/2004-10-24/2004-10-30/0 looks ok millert@ and henning@; "commit it" deraadt@
2004-06-29Fix MS chap; our libc md4 routines take the number of bytes, not bits,Todd C. Miller
as the count. Found by Mike Tekiela.
2004-05-26Better message if interface is not available. Hint from Daniel Polak.Otto Moerbeek
ok henning@ jmc@
2004-04-03.br workaround no longer necessary;Jason McIntyre
.Pp removal;
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
deleted/replaced. anyone want to step up?
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
ok deraadt@
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-07-18add missing includesDavid Krause
ok tedu@
2003-06-13mdoc version of chat(8);Jason McIntyre
sanity checked and help from pjanzen@
2003-06-13license update from Paul Mackerras. This is now (c) Paul. Part of theJason McIntyre
man page was rewritten to replace work originally from CMU.
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-11mdoc version of pppd(8);Jason McIntyre
sanity checked and help from pjantzen@
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
deraadt ok
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
from NetBSD (Igor Sobrado)
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-02-18copyrights added;Jason McIntyre
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan
2003-02-18copyrights added;Jason McIntyre
these are all Regents of the University of California
2003-02-09typos;Jason McIntyre
2003-02-01typos;Jason McIntyre
chat(8): removed reference to uucico(8) ok deraadt@
2003-01-23'conjunction' typosAnil Madhavapeddy
2002-12-23avoid null deref in calling option_erro(); pt out by hunter@comsys.com.uaMichael Shalayeff