Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-28 | knock out some "-*- nroff -*-" lines; | Jason McIntyre | |
2010-09-20 | according to ingo, it isn;t a problem to have empty [BDS]q macros, so | Jason McIntyre | |
revert that part of yesterday's diffs; | |||
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2010-08-12 | Use symbolic names for the file descriptors rather than numeric values. | Kevin Lo | |
Some from damien@, millert@ ok phessler@, millert@ | |||
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback | |
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@ and tech@ postings, many by Brad Tilley. | |||
2010-05-01 | incomming -> incoming | Michael Knudsen | |
The ones found in gnu/ left out by intention. ok jmc | |||
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-08-08 | better synopsis; | Jason McIntyre | |
2009-08-08 | add 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-19 | missing va_end in pppd; ok millert@ | Martynas Venckus | |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann | |
ok espie, jmc | |||
2008-10-08 | SIOCAIFADDR can fail with EEXIST either if the local or the destination | Claudio 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-07 | Remove .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-17 | remove "unused variable" warnings | Charles Longeau | |
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-06-04 | bye bye ipx | Henning Brauer | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-06 | Remove code that's been commented out since '96. | Ray Lai | |
From Charles Longeau. OK millert@. | |||
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre | |
2006-11-12 | remove 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-25 | Fix an off-by-one in pppd(8)'s option handling. ok tedu@ | Moritz Jodeit | |
2005-05-03 | setres[ug]id; ok millert@ | Damien Miller | |
2005-01-31 | add some references to SEE ALSO; | Jason McIntyre | |
from alexey e. suslikov; kill a .Pp while here; | |||
2004-11-03 | fix 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-29 | Fix 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-26 | Better 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-26 | logf -> logmsg; daniel@lucq.org | Theo de Raadt | |
2004-02-09 | Remove unused %r (recursive) format option. ok millert@ | Can Erkin Acar | |
2004-02-08 | amd64 needs the same hack as powerpc; but this code really needs to be | Theo de Raadt | |
deleted/replaced. anyone want to step up? | |||
2004-01-24 | since other users cannot exec them, do not make it readable either | Theo de Raadt | |
2003-09-26 | realloc fixes; ok deraadt millert | Peter Valchev | |
2003-09-02 | escape punctuation; (and a nit in openssl.1) | Jason McIntyre | |
ok deraadt@ | |||
2003-08-19 | rewrite SIOCGIFCONF into getifaddrs. deraadt ok | Jun-ichiro itojun Hagino | |
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-06-13 | mdoc version of chat(8); | Jason McIntyre | |
sanity checked and help from pjanzen@ | |||
2003-06-13 | license update from Paul Mackerras. This is now (c) Paul. Part of the | Jason McIntyre | |
man page was rewritten to replace work originally from CMU. | |||
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-11 | some ansification, some de-register | Theo de Raadt | |
2003-06-11 | mdoc version of pppd(8); | Jason McIntyre | |
sanity checked and help from pjantzen@ | |||
2003-05-14 | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | Jun-ichiro itojun Hagino | |
deraadt ok | |||
2003-04-25 | comment cleanup | Theo de Raadt | |
2003-04-16 | small fix to compile. spot by marc@ | Ted Unangst | |
2003-04-16 | string cleaning; ok millert | Theo de Raadt | |
2003-04-14 | obvious spring cleanup | Theo de Raadt | |
2003-04-04 | strcat->strlcat, ok millert@ | Anil Madhavapeddy | |
2003-04-04 | strlcpy and snprintf; various people ok | Theo de Raadt | |
2003-04-03 | more snprintf; millert ok | Theo de Raadt | |