summaryrefslogtreecommitdiff
path: root/pppd/chap.c
Commit message (Expand)AuthorAgeFilesLines
* if remote name was explicitly specified with remotename option,Paul Mackerras1999-03-191-5/+5
* add data_name to struct protentPaul Mackerras1999-03-161-1/+2
* syslog -> notice/error/etc.Paul Mackerras1999-03-161-52/+25
* use strlcpy, strlcat, slprintf everywherePaul Mackerras1999-03-121-3/+2
* minor fixes, update man pagePaul Mackerras1999-02-261-2/+2
* Update to new pppd with new option parsing stuffPaul Mackerras1998-11-071-1/+19
* print name of peer in messagesPaul Mackerras1997-11-271-2/+5
* let remote_name override name supplied by peer; some minor fixesPaul Mackerras1997-04-301-22/+26
* moved protos here from chap.h; zero out secretsPaul Mackerras1996-07-011-12/+37
* mods for optional MS-CHAP supportPaul Mackerras1996-05-281-4/+35
* Remove unused variablesPaul Mackerras1996-04-041-6/+1
* add null entries for check_options and demand_conf in protentPaul Mackerras1996-01-011-2/+2
* extend protocol tablePaul Mackerras1995-12-181-1/+7
* Fix for chap-rechallenge stuffPaul Mackerras1995-07-041-4/+1
* use random number gen from magic.c, memcmp instead of bcmpPaul Mackerras1995-04-241-18/+3
* N_PPP ->NUM_PPPPaul Mackerras1994-10-241-2/+2
* some extra includes (string.h and stdlib.h)Paul Mackerras1994-10-221-1/+2
* use ppp_defs.h instead of ppp.h, args.h; change some namesPaul Mackerras1994-09-211-29/+28
* added a couple of untimeouts.Paul Mackerras1994-04-181-1/+5
* added stuff to print packets in readable formPaul Mackerras1994-04-111-1/+66
* Initial revisionPaul Mackerras1993-11-111-0/+754