summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/chap.c
AgeCommit message (Collapse)Author
2014-05-17remove unused variableCharles Longeau
ok tedu@
2014-01-21use arc4random for chap generation; ok teduTheo de Raadt
2014-01-21include stdlib.h for drand48()Jonathan Gray
2013-09-29purge compat junk related to drand48; ok guentherTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2002-09-13Paul Mackerras and the Australian National University have worked thingsTheo de Raadt
out, and as a result, Paul now owns copyright on all these files, with the proper terms.
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-06-23use strlcpy vs strncpy+a[len-1]='\0'lebel
1998-01-17ppp-2.3.3 + some -WallTodd C. Miller
1997-09-05ppp 2.3.1Todd C. Miller
1997-01-03Use correct md5 API for libc md5 routines. Pointed out by niklas.Todd C. Miller
1996-12-23pppd 2.3b3 import. some minor buf oflow fixes and so.Michael Shalayeff
try it out ppl, but i've got it running talking to cisco w/ all the AFs enabled in kernel.
1996-07-20Update pppd to 2.3a4:joshd
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
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt