summaryrefslogtreecommitdiff
path: root/pppd/chap.c
Commit message (Expand)AuthorAgeFilesLines
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-0/+698
* Remove old CHAP implementationPaul Mackerras2003-11-271-1207/+0
* Fixed the old chap.c so that it works with the new auth.c, sinceJames Carlson2003-07-281-17/+5
* quiet the compiler, at the expense of #ifdef madnessFrank Cusack2003-05-121-2/+10
* make it compile correctly if CHAPMS is not enabledPaul Mackerras2003-02-161-1/+3
* Update copyrights. The new CMU copyright notice is from CMU and nowPaul Mackerras2002-12-041-15/+31
* ChapReceiveResponse(): "clean" remote name.Frank Cusack2002-10-121-5/+3
* Log calling number failed authorization at warn instead of error, to beFrank Cusack2002-10-121-2/+2
* - more authentication logging uniformityFrank Cusack2002-10-121-6/+17
* Make authentication success/failure messages uniform.Frank Cusack2002-10-111-2/+3
* Patches from Frank Cusack.David F. Skoll2002-09-011-3/+1
* ECP patches from Frank Cusack:David F. Skoll2002-05-211-10/+39
* Corrected Linux MPPE kernel modules (Frank Cusack)David F. Skoll2002-04-021-3/+4
* First large MPPE patch from Frank Cusack.David F. Skoll2002-04-021-12/+36
* Patch from Frank Cusack to add support for MSCHAPv2.David F. Skoll2002-03-051-15/+220
* Patch from Frank Cusack to make RADIUS plugin support MS-CHAP authentication.David F. Skoll2002-03-041-5/+5
* Large patch from Frank Cusack <fcusack@fcusack.com> to add properDavid F. Skoll2002-03-011-11/+57
* Added RADIUS suppport.David F. Skoll2002-01-221-41/+61
* New options system with priorities for option values, with optionsPaul Mackerras2001-03-081-4/+4
* get rid of a few compile warningsPaul Mackerras1999-11-151-3/+3
* Fix the rcsid's for non-ansi compilersPaul Mackerras1999-08-131-3/+3
* kill warningPaul Mackerras1999-08-121-1/+1
* 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