Pass a threadsafe ctx into fr_connection_pool create callback
[freeradius.git] / src / modules / rlm_smsotp / rlm_smsotp.c
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-11 Arran Cudbard-BellRemove module specific debug messages when failing...
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-17 Alan T. DeKokFix clang scan warnings
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-23 Alan T. DeKokMake smsotp -C safe. Addresses #559
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
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-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellUse consistent argument names for connection API callbacks
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-15 Arran Cudbard-BellUse consistent names for the connection functions
2013-04-15 Arran Cudbard-BellMake connection re-use scheme configurable
2013-04-11 Arran Cudbard-BellAllow log prefix to be specified manually for connectio...
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellThat should be the last of the UNUSED warnings
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Alan T. DeKokUse talloc for handles
2013-03-16 Alan T. DeKokUse the connection pool.
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-18 Alan T. DeKokRemove L_CONS
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
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-11-01 Arran Cudbard-BellMake $Id$ work again
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2011-03-03 Alan T. DeKokUse 3.0 API
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-02-03 Alan T. DeKokFixed name
2009-02-03 Alan T. DeKokCleaned up source code && updated "configure"
2009-02-03 Alan T. DeKokNew module as supplied by Siemens