summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
AgeCommit message (Expand)Author
2015-12-26Use pread/pwrite instead separate lseek+read/write for lastlog.Philip Guenther
2015-12-14s/begining/beginning/gmmcc
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-10-28pid removal; from jan staryJason McIntyre
2015-10-26stop saving a pidfile; ok jung zhukTheo de Raadt
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
2015-09-12Remove dead get_host_seed() function; Martin NatanoMiod Vallat
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-06-12Perform a copy with a memmove for potentially overlapping regions.Mike Belopuhov
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-15fully remove disabled mschap support, which does weird DES things.Ted Unangst
2014-12-10Fix a potential integer overflow in pppd options file parsing.Jonathan Gray
2014-11-13remove networks(5) support; it wasn't even documented to exist;Ingo Schwarze
2014-10-08easy obvious use of reallocarray(); ok dougTheo de Raadt
2014-05-17remove unused variableCharles Longeau
2014-03-21Disable MS-CHAPv1 (RFC 2433) support. Undocumented; Microsoft droppedChristian Weisgerber
2014-03-17the userland ppp(9) code goes awa. Having too much ppp choice in theTheo de Raadt
2014-01-21use arc4random for chap generation; ok teduTheo de Raadt
2014-01-21include stdlib.h for drand48()Jonathan Gray
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-09-29purge compat junk related to drand48; ok guentherTheo de Raadt
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-04-21delete (uncompiled) hacked usleep function.Ted Unangst
2013-04-20casts of (time_t *) lead to bugsTheo de Raadt
2013-04-15scripts should be run as root, but are not; add a BUGS entry to thatJason McIntyre
2013-01-17some simple macro fixes;Jason McIntyre
2012-08-29- document rfc 1994Jason McIntyre
2011-10-02Delete unused variables, from Michael W Bombardieri.Nicholas Marriott
2011-07-25document syslog facility/level; from Stefan UnterwegerJason McIntyre
2011-04-30Remove some unused code, from Michael W Bombardieri. ok yasuokaNicholas Marriott
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-09-20according to ingo, it isn;t a problem to have empty [BDS]q macros, soJason McIntyre
2010-09-19more wacky macro fixing;Jason McIntyre
2010-08-12Use symbolic names for the file descriptors rather than numeric values.Kevin Lo
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
2010-05-01incomming -> incomingMichael Knudsen
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-08better synopsis;Jason McIntyre
2009-08-08add a real synopsis to chat(8); synchronize synopsis and usage;Igor Sobrado
2009-07-19missing va_end in pppd; ok millert@Martynas Venckus
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-10-08SIOCAIFADDR can fail with EEXIST either if the local or the destinationClaudio Jeker
2008-05-07Remove .Xr to routed and reword the sentence a bit to make more sense.Claudio Jeker
2007-10-17remove "unused variable" warningsCharles Longeau
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt