return RLM_MODULE_FAIL for default switch statement
[freeradius.git] / src / modules / rlm_mschap / rlm_mschap.c
2017-03-14 Alan T. DeKokreturn RLM_MODULE_FAIL for default switch statement
2017-02-27 Alan DeKokMerge pull request #1592 from spbnick/dlopen_actual_lib...
2017-02-20 Alan DeKokMerge pull request #1915 from spbnick/zero_char_pointer...
2017-02-20 Nikolai KondrashovFix three cases of comparing pointer to zero char
2017-02-14 Alan DeKokMerge pull request #1859 from njm506/v3.0.x
2016-12-20 Matthew NewtonMerge pull request #1835 from qnet-herwin/retry_winbind...
2016-12-20 Herwin WeststrateAllow authentication retry in winbind
2016-10-31 Arran Cudbard-BellMerge branch 'v3.0.x' into v3.0.x-patch2
2016-10-28 Alan DeKokMerge pull request #1810 from qnet-herwin/indentation_r...
2016-10-28 Herwin WeststrateIndentation fix in rlm_mschap.c
2016-10-03 Alan T. DeKokCheck for expiry only if the password was OK. Fixes...
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-02-09 Alan T. DeKoksizeof(new_nt_encrypted) is allowed
2016-02-04 Alan DeKokMerge pull request #1523 from qnet-herwin/remove_obsole...
2016-02-03 Alan T. DeKokCheck data before using it
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-15 Alan T. DeKokAllow password change to work again
2015-12-11 Arran Cudbard-BellMerge pull request #1447 from qnet-herwin/wbclient_drop...
2015-12-11 Herwin WeststrateRemoved option winbind_allow_mschapv2 in rlm_mschap
2015-12-10 Alan DeKokMerge pull request #1443 from qnet-herwin/WBC_MSV1_0_AL...
2015-12-10 Herwin WeststrateAdd ALLOW_MSVCHAPV2 flag to mschap/libwbclient
2015-12-04 Alan T. DeKokformatting
2015-12-04 Alan T. DeKokCheck buffer as we copy data into it
2015-12-03 Arran Cudbard-BellInvalid assert
2015-11-10 Alan T. DeKokCleanups
2015-11-10 Alan DeKokMerge pull request #1378 from skids/mschap_ad_errs
2015-11-10 skidsPass on MSCHAP errors from ntlm_auth, too
2015-10-05 Alan T. DeKokUse correct variable name
2015-10-05 Alan T. DeKokCheck for smb_ctrl
2015-10-05 Alan T. DeKokFix old compiler warnings
2015-10-05 Arran Cudbard-BellCorrect MSCHAP-Error format for MSCAHPv1
2015-10-05 Arran Cudbard-BellAlways include V and M in failure messages
2015-10-05 Arran Cudbard-BellFormatting
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
next