summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/auth.c
AgeCommit message (Expand)Author
2024-08-21Mechanically change inet_aton to inet_pton.Florian Obser
2024-08-10use void when functions have no argsJonathan Gray
2024-08-09ansi functions and prototypesTheo de Raadt
2022-05-06Relax the limitation of what is an acceptable unicast IP.Claudio Jeker
2017-11-17Use explicit_bzero to erase secretsJeremie Courreges-Anglas
2016-06-24use crypt_checkpass to simplify password checking logic.Ted Unangst
2016-05-17remove pam and shadow code that's not used. ok deraadt jcaTed Unangst
2016-05-09need to use shadow passwd function here, reminded by sthenTed Unangst
2015-12-26Use pread/pwrite instead separate lseek+read/write for lastlog.Philip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-13remove networks(5) support; it wasn't even documented to exist;Ingo Schwarze
2011-10-02Delete unused variables, from Michael W Bombardieri.Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-09-26realloc fixes; ok deraadt millertPeter Valchev
2003-04-16small fix to compile. spot by marc@Ted Unangst
2003-04-16string cleaning; ok millertTheo de Raadt
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2003-02-18intial -> initial;Jason McIntyre
2002-09-13Paul Mackerras and the Australian National University have worked thingsTheo de Raadt
2002-07-18use inet_aton() instead of inet_addr(); millert okTheo de Raadt
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-09remove extraneous bracesPaul Janzen
2001-06-23use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-01-02Fine, I'm convinced -- don't set the mask to ~0.Angelos D. Keromytis
2001-01-01Force mask to ~0 only if hostname (kudos to james@squish.net)Angelos D. Keromytis
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1998-05-08pppd 2.3.5Todd C. Miller
1998-04-25Use ISWILD macro, not bare '*'Todd C. Miller
1998-04-25do not lookup hostname "*"; khym@bga.comTheo de Raadt
1998-01-17ppp-2.3.3 + some -WallTodd C. Miller
1997-09-28write lastlog; mason@primenet.com.auTheo de Raadt
1997-09-05ppp 2.3.1Todd C. Miller
1997-06-08FILE * leak; d@fnarg.net.au, PR#216Theo de Raadt
1997-04-06Fix mangling in assignment of np->n_net to ina.s_addr.Todd C. Miller
1997-01-02inet_addr --> inet_atonMichael Shalayeff
1996-12-23pppd 2.3b3 import. some minor buf oflow fixes and so.Michael Shalayeff
1996-12-15Use inet_aton() instead of inet_addr()Todd C. Miller
1996-07-20Update pppd to 2.3a4:joshd
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt