Rbtree shouldn't be allocated from inst
[freeradius.git] / src / modules / rlm_securid / rlm_securid.c
2014-06-20 Arran Cudbard-BellRbtree shouldn't be allocated from inst
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-05-02 Alan T. DeKokRemove unused assignment
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-02-17 Arran Cudbard-BellFix more places where passwords are revealed in debuggi...
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-06-23 Arran Cudbard-BellMerge pull request #322 from armitasp/master
2013-06-23 Alan T. DeKokFree session on error
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...
2013-04-20 Arran Cudbard-BellFix warnings in securid
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-04 Alan T. DeKokFIx module return codes
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 Alan T. DeKokfoo == NULL to !foo
2013-03-20 Alan T. DeKokAudit the code to pass correct parent to pair() functions
2013-03-20 Arran Cudbard-BellFix typo in securid
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-18 Alan T. DeKokUse RDEBUGE() instead of module_failure_msg
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-13 Arran Cudbard-BellFix build error
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-27 Arran Cudbard-BellAdd missing state definitions
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-18 Alan T. DeKokRemove L_CONS
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-11 Arran Cudbard-BellAdd documentation to modules.h
2012-11-01 Arran Cudbard-BellFixup $Id header for rlm_securid.c
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-08-20 Arran Cudbard-BellMerge pull request #79 from alanbuxey/master
2012-08-19 Alan Buxeyupdate of Copyright date in recently updated files
2011-11-22 Alan T. DeKokManually pull rlm_securid from the v2.1.x branch