summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/chap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use explicit_bzero to erase secretsjca2017-11-171-3/+3
* fully remove disabled mschap support, which does weird DES things.tedu2015-01-151-11/+1
* remove unused variablechl2014-05-171-3/+1
* use arc4random for chap generation; ok teduderaadt2014-01-211-8/+7
* include stdlib.h for drand48()jsg2014-01-211-1/+2
* purge compat junk related to drand48; ok guentherderaadt2013-09-291-4/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* strlcpy and snprintf; various people okderaadt2003-04-041-4/+4
* Paul Mackerras and the Australian National University have worked thingsderaadt2002-09-131-15/+31
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-4/+3
* 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-23/+23
* use strlcpy vs strncpy+a[len-1]='\0'lebel2001-06-231-4/+3
* ppp-2.3.3 + some -Wallmillert1998-01-171-20/+23
* ppp 2.3.1millert1997-09-051-33/+40
* Use correct md5 API for libc md5 routines. Pointed out by niklas.millert1997-01-031-7/+7
* pppd 2.3b3 import. some minor buf oflow fixes and so.mickey1996-12-231-6/+20
* Update pppd to 2.3a4:joshd1996-07-201-15/+59
* From NetBSD: merge of 960317niklas1996-03-251-6/+9
* initial import of NetBSD treederaadt1995-10-181-0/+805