summaryrefslogtreecommitdiff
path: root/pppd/chap_ms.c
Commit message (Expand)AuthorAgeFilesLines
* Compiling with --enable-mslanman is brokenEivind Næss2023-03-171-5/+6
* Fix several issues uncovered by Coverity (#397)Eivind Næss2023-03-171-1/+1
* Fix out-of-bounds accesses to ZPasswordHash arrays (#395)Eivind Næss2023-03-061-1/+1
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-8/+9
* Adding back DesEncrypt/DesDecrypt functions as they are a special incarnation...Eivind Næss2022-08-191-31/+6
* Reduce the clutter by defining the MD4/MD5/SHA digest lengths in one place. A...Eivind Næss2022-08-151-28/+25
* Create a new API to abstract the crypto functions used by pppd.Eivind Næss2022-08-121-58/+132
* The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, b...Eivind Næss2022-07-151-1/+5
* Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*Eivind Næss2022-07-151-17/+13
* Adding in unit-tests for chap_ms.c in pppdEivind Næss2021-07-291-0/+96
* Using OpenSSL for MD4 isn't compatibile how NTPasswordHash is using it.Eivind Næss2021-07-281-2/+4
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-0/+4
* pppd: Expose the MPPE keys generated through an API (#267)Eivind Næss2021-04-241-164/+3
* pppd: Fix logical error in comparing valid encryption policies (#262)Eivind Næss2021-03-151-1/+1
* Convert to ANSI CPaul Mackerras2020-12-291-11/+11
* Accept Malformed Windows Success Message (#156)yannayl2020-08-071-0/+2
* pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-021-1/+0
* pppd: Fix a stack variable overflow in MSCHAP-v2John Crispin2014-08-011-1/+1
* pppd: Make MSCHAP-v2 cope better with packet lossDeomid Ryabkov2012-05-201-3/+68
* Repaired MSLANMAN so that it doesn't drop core: need to pass offset intoJames Carlson2007-12-011-2/+3
* Fix bug in CHAP MS v2 handling where we didn't zero enough.Paul Mackerras2006-12-191-2/+2
* Fix bug reported in PR#1302 - doing strtol on "E=..."Paul Mackerras2006-05-211-2/+2
* Fix segfault when secret is exactly 32 bytes long.Paul Mackerras2006-05-211-8/+14
* Get rid of the MS_ChapResponse and MS_Chap2Response structures.Paul Mackerras2004-11-151-51/+47
* squish a compile warningPaul Mackerras2004-11-121-1/+3
* Add winbind plugin from Andrew Bartlet.Paul Mackerras2004-11-041-37/+60
* Tested with MS-CHAP and CBCP options on Solaris and added optionsJames Carlson2004-04-141-17/+29
* skip response length byte before handling the response itself,Frank Cusack2003-07-101-4/+7
* New CHAP implementation, rewritten from scratch to avoid the codePaul Mackerras2003-06-111-11/+330
* update copyrightFrank Cusack2003-01-101-2/+28
* Add support for RADIUS MPPE policy and enctype attributes.Frank Cusack2002-12-241-1/+37
* Ensure that MPPE keys are available when using a plugin.Frank Cusack2002-12-231-1/+4
* Update copyrights. The new CMU copyright notice is from CMU and nowPaul Mackerras2002-12-041-15/+23
* ChapMS_LANMan(): update for new definition MS_ChapResponse/ChallengeResponse().Frank Cusack2002-11-131-3/+3
* Added EAP support with MD5-Challenge and SRP-SHA1 methods. TestedJames Carlson2002-11-021-146/+14
* build fixAlexandr D. Kanevskiy2002-09-061-2/+2
* Patches from Frank Cusack.David F. Skoll2002-09-011-3/+7
* Corrected Linux MPPE kernel modules (Frank Cusack)David F. Skoll2002-04-021-2/+9
* First large MPPE patch from Frank Cusack.David F. Skoll2002-04-021-16/+178
* Patch from Frank Cusack to add support for MSCHAPv2.David F. Skoll2002-03-051-75/+210
* Patch from Frank Cusack to make RADIUS plugin support MS-CHAP authentication.David F. Skoll2002-03-041-3/+3
* Large patch from Frank Cusack <fcusack@fcusack.com> to add properDavid F. Skoll2002-03-011-9/+1
* Fix the rcsid's for non-ansi compilersPaul Mackerras1999-08-131-3/+3
* kill warningPaul Mackerras1999-08-121-1/+1
* syslog -> notice/error/etc.Paul Mackerras1999-03-161-16/+10
* Revert the previous change. NetBSD is has the weird md4 library thatChristos Zoulas1998-11-241-2/+8
* MD4Update takes bytes not bits! Now the regression test of the README.MSCHAP80Christos Zoulas1998-11-241-2/+2
* Update to new pppd with new option parsing stuffPaul Mackerras1998-11-071-4/+6
* add include stdlib.hChristos Zoulas1998-09-041-1/+2
* we don't actually need crypt.h, under linux at least.Paul Mackerras1998-04-011-2/+2