Add message from ntlm_auth to Module-Failure-Message
[freeradius.git] / src / modules / rlm_mschap / rlm_mschap.c
2005-02-14 aland Use new library functions hex2bin/bin2hex
2005-02-08 aland Don't return binary data
2004-12-29 phampsonMore autoheader cleanups. Use autoheader for modules...
2004-09-21 aland Include revisions 1.61 && r.62 into rlm_mschap.c,...
2004-09-21 aland strlen doesn't return 'char', so don't put...
2004-09-17 3APA3A! fixed: MS-CHAP MPPE key is not generated if authentic...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-08-11 kkalevIn rlm_mschap always register the mschap xlat. If we...
2004-05-28 phampsonMove (GPL'd) smbdes.c into the (GPL'd) modules that...
2004-05-25 aland Update debug messages
2004-05-03 aland Corrected xlat of "Challenge", to use the "with_ntdoma...
2004-04-15 aland If ntlm_auth is configured, use it.
2004-04-13 aland Response from ntlm_auth is 33 characters, including...
2004-04-13 aland Run ntlm_auth to do authentication, and parse the...
2004-04-13 aland Calculate the NT hash-hash once, and use it elsewhere
2004-04-13 aland Re-arrange the code in preparation for more changes
2004-04-13 aland Pass the nt hash-hash into auth_response, rather than...
2004-04-13 aland Added dynamic xlat of strings from inside the MS-CHAP...
2004-03-03 aland The encryption of the MPPE keys is done by tunnel_pwen...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-13 cparker Patch to correct windows MSCHAP issue, by adding ...
2004-02-02 aland Whoops... that's a typo
2004-01-26 aland Use User-Name, not stripped-user-name.
2004-01-07 aland When finding MS-CHAP attributes, do "Auth-Type = MSCHA...
2003-09-10 aland attributes of type 'int' require a value
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-06 aland Moved definitions to the main radius.h
2003-07-07 aland check & memset
2003-03-28 aland Cosmetic changes
2003-03-28 aland Enforce SMB-Account-Ctrl attribute, too
2003-03-26 aland Removed a fair amount of code dealing with SMB passwor...
2003-03-24 3APA3A+ cleartext password->NL/LM password code added to...
2003-03-04 aland Removed last traces of DES requirements from the module.
2003-03-03 aland Removed DES from the MSCHAP module, and placed common...
2003-02-04 3APA3A! SMB-Account-CTRL attribute handling fixed
2002-12-11 aland Remove commented-out code
2002-10-02 3APA3A! Commited patch from Jorge Boncompte [DTI2] <jorge...
2002-09-06 3APA3A+ More logging added
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-08-23 3APA3A- removed radpwencode - Attributes will be marked as...
2002-08-22 aland Minor reformatting, and adding more debugging messages...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-20 fcusack move sha1 and md4 code into lib
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack cleaner removal of mppe_gen_respkey()
2002-05-28 3APA3A! we do not encrypt MS-MPPE-Send-Key MS-MPPE-Recv-Key...
2002-01-21 3APA3A- NT-Password-TEXT/LM-Password-TEXT attributes removed...
2002-01-19 3APA3A+ LM-Password-TEXT/NT-Password-TEXT/SMB-Account-CTRL...
2002-01-18 3APA3A! Check for ACB_DISABLED flag moved to authorization
2002-01-18 3APA3A! createsmbpw bug patched Takahiro Wagatsuma <waga...
2002-01-16 3APA3A! THREAD_SAFE patch by Takahiro Wagatsuma <waga@sic...
2002-01-15 aland Moved MS specific attribute definitions out of rlm_msc...
2002-01-15 aland Add assertions that pairmake() doesn't fail.
2002-01-14 3APA3A! Minor security improvements
2002-01-13 fcusack Give credit to Takahiro Wagatsuma for MPPE.
2002-01-13 fcusack don't artificially limit the secret length to 32.
2002-01-12 3APA3A! MS-CHAP-MPPE-Keys bug fixed + now nthashhash is used...
2002-01-11 3APA3A+ if mppe enabled MS-MPPE-Encryption-Policy MS-MPPE...
2002-01-11 3APA3A+ For MS-CHAP v1 MS-CHAP-MPPE-Keys attribute added
2002-01-11 3APA3A+ MPPE support by Takahiro Wagatsuma <waga@sic.shibaura...
2001-12-22 3APA3A! Fixed a crash on a packet without User-Name attribute
2001-11-15 3APA3A+ support for MS-CHAPv2. SHA1 digest support was added...
2001-10-29 aland Support PAP, MS-CHAP, and use /etc/smbpasswd file...
2001-10-15 aland Use the Password from the list of configuration items...
2001-10-09 aland Added note about which RFC it implements, and where...
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-27 aland initial implementation of mschap, from patch supplied...