tidy up a load of lintian warnings
[freeradius.git] / src / modules / rlm_cache / rlm_cache.c
2015-10-02 Matthew Newtontidy up a load of lintian warnings
2015-10-01 Alan DeKokMerge pull request #1285 from mcnewton/debtidy
2015-10-01 Matthew Newtonmissing space
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
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-01 Alan T. DeKokLoading modules is a debug message
2015-05-16 Arran Cudbard-BellUse C99 initialisers for cache drivers too
2015-05-16 Arran Cudbard-BellRename xlat_name -> name in rlm_cache
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-04-30 Arran Cudbard-Bellvalue_pair_map_t -> vp_map_t
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-14 Arran Cudbard-BellAdd additional validation to rlm_cache
2015-04-14 Arran Cudbard-BellAdd support for caching session-state
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-01-15 Arran Cudbard-BellTypo
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-15 Arran Cudbard-BellCoverity CID #1258569
2014-12-15 Alan T. DeKokTypo
2014-12-15 Alan T. DeKokWe need an "update" config. Closes CID #1258577
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Alan T. DeKokQuiet scanner
2014-12-06 Arran Cudbard-BellFormatting
2014-11-25 Arran Cudbard-Belltemplate_names should really be tmpl_names and should...
2014-11-25 Arran Cudbard-Bellremove tmpl_names it was a less complete duplicate...
2014-11-25 Arran Cudbard-BellRestore v3.0.x behaviour in rlm_cache
2014-11-25 Arran Cudbard-BellStandardise rlm_cache output with rlm_sql
2014-11-22 Arran Cudbard-BellSync rlm_cache.c with master
2014-11-22 Arran Cudbard-BellAdd memcached rlm_cache_driver
2014-11-22 Arran Cudbard-Belldlclose driver handles on mod_detach (rlm_cache)
2014-11-22 Arran Cudbard-BellAdd internal API for rlm_cache module
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-19 Arran Cudbard-BellSwitch to using tmpl_from_attr_substr in xlat_tokenize_...
2014-11-17 Alan T. DeKokShut up clang analyzer
2014-11-16 Arran Cudbard-BellMore reformatting
2014-11-14 Arran Cudbard-BellBackport rlm_cache merge fixes from master
2014-10-28 Arran Cudbard-BellUse rdebug_pair_list in more places and remove debug_pa...
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-27 Arran Cudbard-BellFix some cosmetic issues in log messages
2014-10-23 Arran Cudbard-BellOutput VALUE_PAIRs being merged into control: and reply...
2014-10-23 Arran Cudbard-BellMinor wording tweaks and doxygen fixes
2014-10-19 Arran Cudbard-BellModify map_afrom_cs to take a validation callback to...
2014-10-10 Arran Cudbard-BellRename vpt_types to tmpl_types
2014-10-03 Arran Cudbard-BellRename map functions to be consistent with tmpl functions
2014-09-29 Arran Cudbard-BellFinish creating the tmpl union. value_pair_tmpl_t struc...
2014-09-28 Arran Cudbard-BellRename map->src to map->rhs and map->dst to map->lhs...
2014-09-23 Alan T. DeKokAdd PW_TYPE_XLAT to most modules
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-11 Arran Cudbard-BellFix naming in map.c
2014-08-10 Arran Cudbard-BellAggregate tmpl and map functions in their own .c/.h...
2014-08-06 Arran Cudbard-BellDistinguish between single VP inserts, and list merges
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-23 Arran Cudbard-BellOther obviously bad, allocations
2014-06-21 Arran Cudbard-BellDon't parent the rlm_cache rbtree directly from inst
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-17 Arran Cudbard-BellProbably want to free the VPs we remove from the contro...
2014-06-13 Alan T. DeKokRemove re-defined attributes
2014-06-01 Arran Cudbard-BellMerge cache changes from master release_3_0_4_rc1
2014-06-01 Arran Cudbard-BellRemove all Cache control attributes after each rlm_cach...
2014-06-01 Arran Cudbard-BellAdd Cache-Read-Only
2014-06-01 Arran Cudbard-BellConvert rlm_cache to use map2request
2014-05-29 Arran Cudbard-BellFix Coverity #1216798 #1216797 #1216796 #1216795 #1216794
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-26 Arran Cudbard-BellUse signed int to represent epoch in rlm_cache
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
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 Arran Cudbard-BellAdd CC_HINT(nonnull) to module functions which were...
2014-05-02 Arran Cudbard-BellMore rlm_cache consistency!
2014-05-02 Arran Cudbard-BellFix double : in rlm_cache output
2014-05-02 Arran Cudbard-BellStandardise debugging in rlm_ldap and rlm_cache
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Arran Cudbard-BellRemove radius_xlat_move and use radius_pairmove instead
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-19 Arran Cudbard-BellReorganise fields in value_pair_tmpl_t
2014-04-13 Alan T. DeKokAllocate from the local map ctx
2014-04-10 Arran Cudbard-BellCheck for truncation in more places
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-21 Arran Cudbard-BellAllow rlm_ldap to work with legacy type generic attribu...
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-12-11 Alan T. DeKokNote that it's OK to fall through
2013-12-04 Arran Cudbard-BellAdd test for literal values
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-09-09 Arran Cudbard-BellDon't copy cache control attributes when doing list...
2013-09-01 Arran Cudbard-Bellunlang update sections support exec
2013-08-07 Arran Cudbard-BellDon't iterate over head attribute twice Fixes #401
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
next