Fix off by one error in rlm_mschap that sometimes meant correctly formatted MS-CHAP...
[freeradius.git] / src / modules / rlm_mschap / rlm_mschap.c
2015-10-04 Arran Cudbard-BellFix off by one error in rlm_mschap that sometimes meant...
2015-09-14 Alan T. DeKokThe MS-CHAP-MPPE-Keys attribute has 24 octets of data...
2015-09-04 Alan T. DeKokMake sure wbclient.h is included when needed. Fixes...
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-19 Arran Cudbard-BellFix capitalization for sha1_ctx
2015-07-16 Arran Cudbard-BellUse modern list names
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-10 Alan T. DeKokBuild OpenDirectory on Apple
2015-06-06 Alan T. DeKokWith winbind stuff, it's no longer HUP-safe
2015-05-27 Alan T. DeKokUse allow_retry for expired passwords, too
2015-05-27 Alan T. DeKokMore debugging
2015-05-19 Alan T. DeKokFormatting
2015-05-14 Arran Cudbard-BellCallbacks used by map_to_request should take a TALLOC_C...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-13 Alan T. DeKokNT-Password attribute is not required for changing...
2015-05-06 Arran Cudbard-BellConsistent module names and instance structs
2015-04-29 Alan T. DeKokMove xlat's to bootstrap
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-24 Arran Cudbard-BellRename fr_connect_pool_delete to fr_connection_pool_free
2015-03-24 Matthew NewtonAdd connection pool to rlm_mschap for wbclient contexts
2015-03-21 Matthew NewtonAdd mschap module winbind authentication
2015-03-21 Matthew NewtonCreate rlm_mschap.h (split out from rlm_mschap.c)
2015-03-21 Matthew NewtonChange boolean do_ntlm_auth to enum MSCHAP_AUTH_METHOD
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-02-21 Arran Cudbard-BellFormatting
2015-02-04 Alan T. DeKokMark ntlm_auth as expanded, too
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-26 Arran Cudbard-BellAnd don't complain about LM-Password if we have NT...
2014-11-26 Arran Cudbard-BellFix spurious LM-Password / NT-Password warnings
2014-11-05 Herwin WeststrateRemoved some redundant not-null checks
2014-10-23 Arran Cudbard-BellMinor wording tweaks and doxygen fixes
2014-10-16 Nikolai Kondrashovexec: Don't assume request presence when logging
2014-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
2014-09-27 Alan T. DeKokFix typos
2014-09-27 Alan T. DeKokEnsure that the password is terminated with zero
2014-09-23 Alan T. DeKokAdd PW_TYPE_XLAT to most modules
2014-08-22 Herwin WeststrateFixed a typo in a code comment for LM-Response
2014-08-02 Alan T. DeKokRemove double xlat
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-09 Arran Cudbard-BellRemove useless extern declarations
2014-06-13 Arran Cudbard-Bellsizeof(array_arg) doesn't work as expected so use diges...
2014-06-13 Arran Cudbard-BellMerge pull request #688 from philmayers/fix-nthash
2014-06-13 Phil Mayerspass length of nthashhash as argument, since sizeof...
2014-06-13 Arran Cudbard-BellBetter debug output from rlm_mschap
2014-06-10 Arran Cudbard-BellCoverity CID #1222259
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-06-09 Arran Cudbard-BellBetter debug logging for NT-Password and LM-Password...
2014-06-06 Arran Cudbard-BellFixup SHA1 function names
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellAdd some basic indenting
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Arran Cudbard-BellAlways \0 terminate string type attributes in mschap_ad...
2014-05-02 Arran Cudbard-BellReorder operations in mschap_add_reply to try and uncon...
2014-05-02 Arran Cudbard-BellVarious scan-build fixes
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-24 Herwin WeststrateFixed a typo in a comment in rlm_mschap
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-17 Alan T. DeKokAssertions for scan complaints
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-09 Arran Cudbard-BellAlways set type correctly
2014-04-09 Alan T. DeKokUse correct talloc type
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-17 Arran Cudbard-BellIt's cleartext password not Clear-Text password or...
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-22 Arran Cudbard-BellMake MSCHAP xlat return -1 on failure
2014-01-21 Arran Cudbard-BellFixup format strings
2014-01-20 Arran Cudbard-BellMissed
2014-01-20 Arran Cudbard-BellFix mschap host/ xlat
2014-01-14 Arran Cudbard-BellMinor fixes in radius_start_program
2013-12-20 Arran Cudbard-BellMark nt_password parameter in do_mschap_cpw as unused...
2013-12-18 Arran Cudbard-BellCleanup formatting in rlm_mschap, and add some addition...
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-16 Matthew Newtonadd ntlm_auth_timeout option to rlm_mschap
2013-10-16 Matthew Newtonadd timeout arg to radius_exec_program, with default...
2013-09-26 Arran Cudbard-BellAssume password src encoding is UTF8 and convert it...
2013-08-09 Alan T. DeKokDon't smash passwords with newly alloc'd zero array
2013-07-22 Arran Cudbard-BellReverse arguments for bin2hex and hex2bin so output...
2013-07-21 Alan Buxeymore spelling issues cleared
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Arran Cudbard-BellReorder arguments to radius_exec_program so they make...
2013-06-19 Alan T. DeKokConvert error to warning.
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairmemcpy()
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
next