summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-65/+65
* remove .PATH. this was used in previous eras to build bpf compiler stuff,tedu2019-05-121-2/+1
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-4/+4
* k&r -> ansi function headers in this file, 'cause clang complained about one.deraadt2018-07-281-33/+12
* Use explicit_bzero to erase secretsjca2017-11-174-14/+15
* use crypt_checkpass to simplify password checking logic.tedu2016-06-241-16/+3
* remove pam and shadow code that's not used. ok deraadt jcatedu2016-05-171-178/+1
* need to use shadow passwd function here, reminded by sthentedu2016-05-091-2/+2
* Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).krw2016-04-051-5/+5
* Last parameter to execl[e]() functions *must* be cast to a pointer.krw2016-03-171-2/+2
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-3/+3
* (hidden) is more readable than (??????) and avoid trigraphgsoares2016-01-251-2/+2
* Use pread/pwrite instead separate lseek+read/write for lastlog.guenther2015-12-261-5/+5
* s/begining/beginning/gmmcc2015-12-142-4/+4
* Use __progname instead of manually handling argv[0].tobias2015-12-063-9/+6
* pid removal; from jan staryjmc2015-10-281-10/+2
* stop saving a pidfile; ok jung zhukderaadt2015-10-261-40/+1
* Avoid .Ns right after .Pf, it's pointless.schwarze2015-09-141-8/+8
* Remove dead get_host_seed() function; Martin Natanomiod2015-09-122-12/+2
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-2/+2
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-9/+9
* Perform a copy with a memmove for potentially overlapping regions.mikeb2015-06-122-3/+4
* clean up flags++ instances around getopt()deraadt2015-02-092-11/+11
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-167-47/+41
* fully remove disabled mschap support, which does weird DES things.tedu2015-01-154-402/+3
* Fix a potential integer overflow in pppd options file parsing.jsg2014-12-101-5/+7
* remove networks(5) support; it wasn't even documented to exist;schwarze2014-11-131-7/+2
* easy obvious use of reallocarray(); ok dougderaadt2014-10-081-3/+3
* remove unused variablechl2014-05-171-3/+1
* Disable MS-CHAPv1 (RFC 2433) support. Undocumented; Microsoft droppednaddy2014-03-211-3/+3
* the userland ppp(9) code goes awa. Having too much ppp choice in thederaadt2014-03-171-3/+2
* use arc4random for chap generation; ok teduderaadt2014-01-211-8/+7
* include stdlib.h for drand48()jsg2014-01-211-1/+2
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+4
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-2/+2
* purge compat junk related to drand48; ok guentherderaadt2013-09-292-47/+2
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* delete (uncompiled) hacked usleep function.tedu2013-04-211-38/+1
* casts of (time_t *) lead to bugsderaadt2013-04-201-2/+2
* scripts should be run as root, but are not; add a BUGS entry to thatjmc2013-04-151-7/+10
* some simple macro fixes;jmc2013-01-171-3/+3
* - document rfc 1994jmc2012-08-291-147/+152
* Delete unused variables, from Michael W Bombardieri.nicm2011-10-022-6/+2
* document syslog facility/level; from Stefan Unterwegerjmc2011-07-251-7/+13
* Remove some unused code, from Michael W Bombardieri. ok yasuokanicm2011-04-303-74/+3
* knock out some "-*- nroff -*-" lines;jmc2010-10-281-3/+2
* according to ingo, it isn;t a problem to have empty [BDS]q macros, sojmc2010-09-201-3/+4
* more wacky macro fixing;jmc2010-09-191-4/+3
* Use symbolic names for the file descriptors rather than numeric values.kevlo2010-08-121-5/+5
* Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->krw2010-05-101-2/+2