Fix rlm_mschap builds on OSX
[freeradius.git] / src / modules / rlm_mschap / rlm_mschap.c
2013-02-25 Arran Cudbard-BellFix rlm_mschap builds on OSX
2013-02-19 Alan T. DeKokRemove compile warnings
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Alan T. DeKokSign error
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-21 Arran Cudbard-BellEnable with_ntdomain_hack by default in mschap
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-14 Alan T. DeKokLook for change password only in Microsoft attributes
2012-06-13 Alan T. DeKokClarify error messages
2012-06-13 Alan T. DeKokLook for "Must change password", too
2012-06-11 Alan T. DeKokmake xlat() take "const char *fmt"
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2012-02-06 Alan T. DeKokFix typo in last commit
2012-01-31 Alan T. DeKokFix compiler warnings
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-08-15 Alan T. DeKokClean up debug message
2011-06-27 Petr Uzelrlm_mschap: silence gcc buffer overflow detection mechanism
2011-05-13 Phil Mayersadd support for MS-CHAPv2 password changes to rlm_mschap
2011-04-27 Alan T. DeKokMark the module as HUP-safe
2011-04-08 Alan T. DeKokAdd allow_retry and retry_msg functionality
2011-02-23 Alan T. DeKokUse rad_digest_cmp() to avoid timing attacks
2010-12-14 Alan T. DeKokAllow workstation trust accounts, too
2010-10-07 Alan T. DeKokFixes from clang / scan-build
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>
next