summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
AgeCommit message (Expand)AuthorFilesLines
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno1-3/+8
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc1-3/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-65/+65
2019-05-12remove .PATH. this was used in previous eras to build bpf compiler stuff,tedu1-2/+1
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw1-4/+4
2018-07-28k&r -> ansi function headers in this file, 'cause clang complained about one.deraadt1-33/+12
2017-11-17Use explicit_bzero to erase secretsjca4-14/+15
2016-06-24use crypt_checkpass to simplify password checking logic.tedu1-16/+3
2016-05-17remove pam and shadow code that's not used. ok deraadt jcatedu1-178/+1
2016-05-09need to use shadow passwd function here, reminded by sthentedu1-2/+2
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).krw1-5/+5
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.krw1-2/+2
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw1-3/+3
2016-01-25(hidden) is more readable than (??????) and avoid trigraphgsoares1-2/+2
2015-12-26Use pread/pwrite instead separate lseek+read/write for lastlog.guenther1-5/+5
2015-12-14s/begining/beginning/gmmcc2-4/+4
2015-12-06Use __progname instead of manually handling argv[0].tobias3-9/+6
2015-10-28pid removal; from jan staryjmc1-10/+2
2015-10-26stop saving a pidfile; ok jung zhukderaadt1-40/+1
2015-09-14Avoid .Ns right after .Pf, it's pointless.schwarze1-8/+8
2015-09-12Remove dead get_host_seed() function; Martin Natanomiod2-12/+2
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt1-2/+2
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.sobrado1-9/+9
2015-06-12Perform a copy with a memmove for potentially overlapping regions.mikeb2-3/+4
2015-02-09clean up flags++ instances around getopt()deraadt2-11/+11
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt7-47/+41
2015-01-15fully remove disabled mschap support, which does weird DES things.tedu4-402/+3
2014-12-10Fix a potential integer overflow in pppd options file parsing.jsg1-5/+7
2014-11-13remove networks(5) support; it wasn't even documented to exist;schwarze1-7/+2
2014-10-08easy obvious use of reallocarray(); ok dougderaadt1-3/+3
2014-05-17remove unused variablechl1-3/+1
2014-03-21Disable MS-CHAPv1 (RFC 2433) support. Undocumented; Microsoft droppednaddy1-3/+3
2014-03-17the userland ppp(9) code goes awa. Having too much ppp choice in thederaadt1-3/+2
2014-01-21use arc4random for chap generation; ok teduderaadt1-8/+7
2014-01-21include stdlib.h for drand48()jsg1-1/+2
2014-01-21obvious .Pa fixes; found with mandocdb(8)schwarze1-3/+4
2013-10-27If a constant string needs a name, use a static const array instead of aguenther1-2/+2
2013-09-29purge compat junk related to drand48; ok guentherderaadt2-47/+2
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze1-3/+3
2013-04-21delete (uncompiled) hacked usleep function.tedu1-38/+1
2013-04-20casts of (time_t *) lead to bugsderaadt1-2/+2
2013-04-15scripts should be run as root, but are not; add a BUGS entry to thatjmc1-7/+10
2013-01-17some simple macro fixes;jmc1-3/+3
2012-08-29- document rfc 1994jmc1-147/+152
2011-10-02Delete unused variables, from Michael W Bombardieri.nicm2-6/+2
2011-07-25document syslog facility/level; from Stefan Unterwegerjmc1-7/+13
2011-04-30Remove some unused code, from Michael W Bombardieri. ok yasuokanicm3-74/+3
2010-10-28knock out some "-*- nroff -*-" lines;jmc1-3/+2
2010-09-20according to ingo, it isn;t a problem to have empty [BDS]q macros, sojmc1-3/+4
2010-09-19more wacky macro fixing;jmc1-4/+3