summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/auth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use explicit_bzero to erase secretsjca2017-11-171-8/+8
* 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
* Use pread/pwrite instead separate lseek+read/write for lastlog.guenther2015-12-261-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* remove networks(5) support; it wasn't even documented to exist;schwarze2014-11-131-7/+2
* Delete unused variables, from Michael W Bombardieri.nicm2011-10-021-3/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* realloc fixes; ok deraadt millertpvalchev2003-09-261-5/+11
* small fix to compile. spot by marc@tedu2003-04-161-2/+3
* string cleaning; ok millertderaadt2003-04-161-5/+8
* strlcpy and snprintf; various people okderaadt2003-04-041-9/+9
* intial -> initial;jmc2003-02-181-3/+3
* Paul Mackerras and the Australian National University have worked thingsderaadt2002-09-131-15/+31
* use inet_aton() instead of inet_addr(); millert okderaadt2002-07-181-8/+6
* license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,deraadt2002-07-011-15/+38
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-4/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-16/+16
* remove extraneous bracespjanzen2001-07-091-4/+3
* use strlcpy vs strncpy+a[len-1]='\0'lebel2001-06-231-4/+3
* Fine, I'm convinced -- don't set the mask to ~0.angelos2001-01-021-4/+3
* Force mask to ~0 only if hostname (kudos to james@squish.net)angelos2001-01-011-3/+3
* uid_t and gid_t, and use %uderaadt1999-08-061-3/+3
* pppd 2.3.5millert1998-05-081-30/+124
* Use ISWILD macro, not bare '*'millert1998-04-251-4/+4
* do not lookup hostname "*"; khym@bga.comderaadt1998-04-251-3/+3
* ppp-2.3.3 + some -Wallmillert1998-01-171-37/+35
* write lastlog; mason@primenet.com.auderaadt1997-09-281-2/+20
* ppp 2.3.1millert1997-09-051-171/+170
* FILE * leak; d@fnarg.net.au, PR#216deraadt1997-06-081-3/+6
* Fix mangling in assignment of np->n_net to ina.s_addr.millert1997-04-061-3/+3
* inet_addr --> inet_atonmickey1997-01-021-10/+11
* pppd 2.3b3 import. some minor buf oflow fixes and so.mickey1996-12-231-82/+95
* Use inet_aton() instead of inet_addr()millert1996-12-151-10/+11
* Update pppd to 2.3a4:joshd1996-07-201-32/+290
* sync to netbsd 960418deraadt1996-04-211-4/+4
* From NetBSD: merge of 960317niklas1996-03-251-62/+251
* initial import of NetBSD treederaadt1995-10-181-0/+934