Fix typo
[freeradius.git] / src / modules / rlm_mschap / rlm_mschap.c
2010-09-17 Alan T. DeKokFix typo
2010-09-17 Alan T. DeKokModule-Failure-Message goes in request, not in reply
2010-09-14 Alan T. DeKokAdd message from ntlm_auth to Module-Failure-Message
2010-08-07 Alan T. DeKokRegularized warning messages
2010-07-27 Alan T. DeKokFix for 2.2.0 API
2010-07-26 Alan T. DeKokUse MS-CHAP-User-Name in MS-CHAP module.
2010-06-10 Alan T. DeKokMove MS-CHAP code to separate files.
2010-05-31 Alan T. DeKokMake MSCHAP attribute lookups use Microsofts vendor-id
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-02-04 Alan T. DeKokMake MS-CHAP call xlat on NT-Hash and LM-Password
2009-09-24 Alan T. DeKokFixed compile error
2009-09-24 bduncanCheck for NOOP from opendir.c
2009-07-03 Alan T. DeKokSuppress more messages in debugging mode
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-06-30 aland Use new RDEBUG macro
2008-06-05 aland Include all necessary header files
2008-01-09 aland xlat_name = cf_section_name*() means that it's free...
2007-12-17 aland Use radius_pairmake, not pairmake.
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland More search and replace changes to clean up the code.
2007-11-23 aland Renamed MD4* to fr_MD4*, in order to avoid issues...
2007-10-09 aland #if __APPLE__
2007-10-09 aland Move add_reply to mschap_add_reply, so that the opendi...
2007-08-13 aland Pulled fix from branch_1_1
2007-08-03 aland Whoops... forgot semi-colon
2007-08-03 aland OpenDirectory support from Apple Inc. Their patch...
2007-07-04 aland Use correct value for inst->auth_type
2007-07-02 aland Copy inst->xlat_name from module name
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-05-11 aland Pull xlat for NT-Hash and LM-Hash from CVS head
2007-05-11 aland Use strncasecmp, not strcasecmp
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-09 aland use sizeof()
2007-04-08 aland Force response to be in uppercase
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-18 aland Print ntlm_auth failure reason in Module-Failure-Message
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-04-13 aland Backwards compatibility ported from the head
2006-04-13 aland Added code for backwards compatibility
2006-04-07 aland Pull fixes from the head.
2006-04-07 aland Don't forcibly over-write Auth-Type for MS-CHAP. ...
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-17 mgriegoBe a little more forgiving about the number of domain...
2005-10-17 mgriegoAllow mschap_xlat to return the correctly formatted...
2005-09-21 nbk Fix compilation warnings.
2005-09-01 aland octets fixes
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
next