index
:
delta/ppp.git
PPP_NEW_START
baserock/2.4.7-openwrt
eapfix
master
git.ozlabs.org: ppp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pppd
/
chap_ms.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*
Eivind Næss
2022-07-15
1
-17
/
+13
*
Adding in unit-tests for chap_ms.c in pppd
Eivind Næss
2021-07-29
1
-0
/
+96
*
Using OpenSSL for MD4 isn't compatibile how NTPasswordHash is using it.
Eivind Næss
2021-07-28
1
-2
/
+4
*
Use autoconf/automake to configure and make ppp
Eivind Næss
2021-07-20
1
-0
/
+4
*
pppd: Expose the MPPE keys generated through an API (#267)
Eivind Næss
2021-04-24
1
-164
/
+3
*
pppd: Fix logical error in comparing valid encryption policies (#262)
Eivind Næss
2021-03-15
1
-1
/
+1
*
Convert to ANSI C
Paul Mackerras
2020-12-29
1
-11
/
+11
*
Accept Malformed Windows Success Message (#156)
yannayl
2020-08-07
1
-0
/
+2
*
pppd: Remove unused rcsid variables
Kurt Van Dijck
2019-10-02
1
-1
/
+0
*
pppd: Fix a stack variable overflow in MSCHAP-v2
John Crispin
2014-08-01
1
-1
/
+1
*
pppd: Make MSCHAP-v2 cope better with packet loss
Deomid Ryabkov
2012-05-20
1
-3
/
+68
*
Repaired MSLANMAN so that it doesn't drop core: need to pass offset into
James Carlson
2007-12-01
1
-2
/
+3
*
Fix bug in CHAP MS v2 handling where we didn't zero enough.
Paul Mackerras
2006-12-19
1
-2
/
+2
*
Fix bug reported in PR#1302 - doing strtol on "E=..."
Paul Mackerras
2006-05-21
1
-2
/
+2
*
Fix segfault when secret is exactly 32 bytes long.
Paul Mackerras
2006-05-21
1
-8
/
+14
*
Get rid of the MS_ChapResponse and MS_Chap2Response structures.
Paul Mackerras
2004-11-15
1
-51
/
+47
*
squish a compile warning
Paul Mackerras
2004-11-12
1
-1
/
+3
*
Add winbind plugin from Andrew Bartlet.
Paul Mackerras
2004-11-04
1
-37
/
+60
*
Tested with MS-CHAP and CBCP options on Solaris and added options
James Carlson
2004-04-14
1
-17
/
+29
*
skip response length byte before handling the response itself,
Frank Cusack
2003-07-10
1
-4
/
+7
*
New CHAP implementation, rewritten from scratch to avoid the code
Paul Mackerras
2003-06-11
1
-11
/
+330
*
update copyright
Frank Cusack
2003-01-10
1
-2
/
+28
*
Add support for RADIUS MPPE policy and enctype attributes.
Frank Cusack
2002-12-24
1
-1
/
+37
*
Ensure that MPPE keys are available when using a plugin.
Frank Cusack
2002-12-23
1
-1
/
+4
*
Update copyrights. The new CMU copyright notice is from CMU and now
Paul Mackerras
2002-12-04
1
-15
/
+23
*
ChapMS_LANMan(): update for new definition MS_ChapResponse/ChallengeResponse().
Frank Cusack
2002-11-13
1
-3
/
+3
*
Added EAP support with MD5-Challenge and SRP-SHA1 methods. Tested
James Carlson
2002-11-02
1
-146
/
+14
*
build fix
Alexandr D. Kanevskiy
2002-09-06
1
-2
/
+2
*
Patches from Frank Cusack.
David F. Skoll
2002-09-01
1
-3
/
+7
*
Corrected Linux MPPE kernel modules (Frank Cusack)
David F. Skoll
2002-04-02
1
-2
/
+9
*
First large MPPE patch from Frank Cusack.
David F. Skoll
2002-04-02
1
-16
/
+178
*
Patch from Frank Cusack to add support for MSCHAPv2.
David F. Skoll
2002-03-05
1
-75
/
+210
*
Patch from Frank Cusack to make RADIUS plugin support MS-CHAP authentication.
David F. Skoll
2002-03-04
1
-3
/
+3
*
Large patch from Frank Cusack <fcusack@fcusack.com> to add proper
David F. Skoll
2002-03-01
1
-9
/
+1
*
Fix the rcsid's for non-ansi compilers
Paul Mackerras
1999-08-13
1
-3
/
+3
*
kill warning
Paul Mackerras
1999-08-12
1
-1
/
+1
*
syslog -> notice/error/etc.
Paul Mackerras
1999-03-16
1
-16
/
+10
*
Revert the previous change. NetBSD is has the weird md4 library that
Christos Zoulas
1998-11-24
1
-2
/
+8
*
MD4Update takes bytes not bits! Now the regression test of the README.MSCHAP80
Christos Zoulas
1998-11-24
1
-2
/
+2
*
Update to new pppd with new option parsing stuff
Paul Mackerras
1998-11-07
1
-4
/
+6
*
add include stdlib.h
Christos Zoulas
1998-09-04
1
-1
/
+2
*
we don't actually need crypt.h, under linux at least.
Paul Mackerras
1998-04-01
1
-2
/
+2
*
minor cleanup
Paul Mackerras
1998-03-25
1
-2
/
+4
*
fix up MD4 stuff - interface is better now
Paul Mackerras
1998-02-04
1
-11
/
+4
*
mods to get it to compile on netbsd
Paul Mackerras
1997-11-27
1
-12
/
+25
*
fixes from Farrell
Paul Mackerras
1997-05-22
1
-2
/
+14
*
minor fixes; can use functions from crypt library instead of des library
Paul Mackerras
1997-04-30
1
-29
/
+151
*
byte-order stuff
Paul Mackerras
1997-03-04
1
-1
/
+10
*
mods for optional MS-CHAP support
Paul Mackerras
1996-05-28
1
-0
/
+184