Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use explicit_bzero to erase secrets | 2017-11-17 | 1 | -8/+8 | |
| | | | | from Scott Cheloa, ok tb@ | ||||
* | use crypt_checkpass to simplify password checking logic. | 2016-06-24 | 1 | -16/+3 | |
| | |||||
* | remove pam and shadow code that's not used. ok deraadt jca | 2016-05-17 | 1 | -178/+1 | |
| | |||||
* | need to use shadow passwd function here, reminded by sthen | 2016-05-09 | 1 | -2/+2 | |
| | |||||
* | Use pread/pwrite instead separate lseek+read/write for lastlog. | 2015-12-26 | 1 | -5/+5 | |
| | | | | | | Cast to off_t before multiplication to avoid truncation on ILP32 ok kettenis@ mmcc@ | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -2/+3 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | remove networks(5) support; it wasn't even documented to exist; | 2014-11-13 | 1 | -7/+2 | |
| | | | | "just go ahead" deraadt@ | ||||
* | Delete unused variables, from Michael W Bombardieri. | 2011-10-02 | 1 | -3/+1 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -9/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | realloc fixes; ok deraadt millert | 2003-09-26 | 1 | -5/+11 | |
| | |||||
* | small fix to compile. spot by marc@ | 2003-04-16 | 1 | -2/+3 | |
| | |||||
* | string cleaning; ok millert | 2003-04-16 | 1 | -5/+8 | |
| | |||||
* | strlcpy and snprintf; various people ok | 2003-04-04 | 1 | -9/+9 | |
| | |||||
* | intial -> initial; | 2003-02-18 | 1 | -3/+3 | |
| | | | | | | | the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | ||||
* | Paul Mackerras and the Australian National University have worked things | 2002-09-13 | 1 | -15/+31 | |
| | | | | | out, and as a result, Paul now owns copyright on all these files, with the proper terms. | ||||
* | use inet_aton() instead of inet_addr(); millert ok | 2002-07-18 | 1 | -8/+6 | |
| | |||||
* | license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, | 2002-07-01 | 1 | -15/+38 | |
| | | | | | | pushed for by tygs@netcologne.de. Apparently we also now known how to talk to the lawyers there, if we were so mad. Note that a few other copyright issues in pppd still remain, so this does not close this story. | ||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 1 | -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. | 2002-02-16 | 1 | -16/+16 | |
| | |||||
* | remove extraneous braces | 2001-07-09 | 1 | -4/+3 | |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0' | 2001-06-23 | 1 | -4/+3 | |
| | |||||
* | Fine, I'm convinced -- don't set the mask to ~0. | 2001-01-02 | 1 | -4/+3 | |
| | |||||
* | Force mask to ~0 only if hostname (kudos to james@squish.net) | 2001-01-01 | 1 | -3/+3 | |
| | |||||
* | uid_t and gid_t, and use %u | 1999-08-06 | 1 | -3/+3 | |
| | |||||
* | pppd 2.3.5 | 1998-05-08 | 1 | -30/+124 | |
| | |||||
* | Use ISWILD macro, not bare '*' | 1998-04-25 | 1 | -4/+4 | |
| | |||||
* | do not lookup hostname "*"; khym@bga.com | 1998-04-25 | 1 | -3/+3 | |
| | |||||
* | ppp-2.3.3 + some -Wall | 1998-01-17 | 1 | -37/+35 | |
| | |||||
* | write lastlog; mason@primenet.com.au | 1997-09-28 | 1 | -2/+20 | |
| | |||||
* | ppp 2.3.1 | 1997-09-05 | 1 | -171/+170 | |
| | |||||
* | FILE * leak; d@fnarg.net.au, PR#216 | 1997-06-08 | 1 | -3/+6 | |
| | |||||
* | Fix mangling in assignment of np->n_net to ina.s_addr. | 1997-04-06 | 1 | -3/+3 | |
| | | | | | Presumably this was added to deal with 64-bit machines but it is a) wrong and b) not necesary now that we use in_addr_t. | ||||
* | inet_addr --> inet_aton | 1997-01-02 | 1 | -10/+11 | |
| | |||||
* | pppd 2.3b3 import. some minor buf oflow fixes and so. | 1996-12-23 | 1 | -82/+95 | |
| | | | | | try it out ppl, but i've got it running talking to cisco w/ all the AFs enabled in kernel. | ||||
* | Use inet_aton() instead of inet_addr() | 1996-12-15 | 1 | -10/+11 | |
| | |||||
* | Update pppd to 2.3a4: | 1996-07-20 | 1 | -32/+290 | |
| | | | | | | Add redo option error-reporting, add PAM, add microsoft compatibility kludges, bzero stuff at important places, add one or two options other generic enhancements. From: Paul.Mackerras@cs.anu.edu.au | ||||
* | sync to netbsd 960418 | 1996-04-21 | 1 | -4/+4 | |
| | |||||
* | From NetBSD: merge of 960317 | 1996-03-25 | 1 | -62/+251 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+934 | |