Use macro for terminating CONF_PARSER arrays
[freeradius.git] / src / modules / rlm_yubikey / rlm_yubikey.c
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
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-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Alan T. DeKokMove xlat's to bootstrap
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-04-09 Arran Cudbard-Bellbstrndup and bstrncpy are probably better names
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-02-17 Arran Cudbard-BellUpdate yubikey docs, and print attribute debug messages...
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-10 Arran Cudbard-Bellpairfind_da -> pairfind_by_da
2014-06-13 Arran Cudbard-BellDeclare hextab as an array
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-10 Arran Cudbard-BellUse the passcode char * pointer instead of request...
2014-05-10 Arran Cudbard-BellPasscode needs to be a pointer into the new buffer
2014-05-09 Arran Cudbard-BellHide markers unless -Xx
2014-05-09 Arran Cudbard-Bellapi key is a secret too
2014-05-09 Arran Cudbard-BellNope it was wrong
2014-05-09 Arran Cudbard-BellAdd better debugging messages when we fail to split...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-09 Arran Cudbard-BellAdd "split" functionality, so rlm_yubikey just works...
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-02-17 Arran Cudbard-BellIt's cleartext password not Clear-Text password or...
2013-11-27 Arran Cudbard-BellFix typo
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairstrcpy()
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-11 Arran Cudbard-BellAdd support for validating tokens against yubico servers
2013-04-10 Alan T. DeKokFix typo
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-09 Arran Cudbard-BellFix doxygen documentation
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-29 Arran Cudbard-BellFix logging levels
2013-03-29 Arran Cudbard-BellWe use 120 columns now...
2013-03-29 Alan T. DeKokFix radlog(L_ERR and other style violations
2013-03-29 Arran Cudbard-BellUse vendor dictionary for rlm_yubikey
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-12 Arran Cudbard-BellAdd rlm_yubikey