summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/chap.c
AgeCommit message (Expand)Author
2024-08-09ansi functions and prototypesTheo de Raadt
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2017-11-17Use explicit_bzero to erase secretsJeremie Courreges-Anglas
2015-01-15fully remove disabled mschap support, which does weird DES things.Ted Unangst
2014-05-17remove unused variableCharles Longeau
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
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2002-09-13Paul Mackerras and the Australian National University have worked thingsTheo 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-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
1996-07-20Update pppd to 2.3a4:joshd
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt