Turn on super pedantic warnings in CLANG
[freeradius.git] / src / modules / rlm_ldap / attrmap.c
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-08 Arran Cudbard-BellActually use the pool we alloced
2014-12-08 Arran Cudbard-BellConvert all calls to ldap_get_values (now deprecated...
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-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-20 Arran Cudbard-BellIndent lists of attributes we're adding in rlm_ldap
2014-11-13 Arran Cudbard-BellMake map_afrom_attr_str more caller friendly
2014-11-10 Arran Cudbard-Bellpairfind_da -> pairfind_by_da
2014-11-10 Arran Cudbard-BellConvert some pairfind calls to pairfind_da calls
2014-10-19 Arran Cudbard-BellModify map_afrom_cs to take a validation callback to...
2014-10-14 Alan T. DeKokAssign cp
2014-10-14 Alan T. DeKokFix error message
2014-10-14 Alan T. DeKokMy attempt to fix ldap:
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-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
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-08-25 Arran Cudbard-BellNo where else calls the string representation of VALUE_...
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-01 Arran Cudbard-BellRemove unused argument in radius_map2request
2014-05-31 Arran Cudbard-BellSkip zero length values in mapping section of rlm_ldap
2014-05-29 Arran Cudbard-BellComment
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellAdd \0 safe parsing of LDAP binary attributes
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-02 Arran Cudbard-BellVarious scan-build fixes
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Alan T. DeKokReduce scope of variable, and make it signed
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-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-21 Arran Cudbard-BellCoverity fixes
2014-03-21 Arran Cudbard-BellAllow rlm_ldap to work with legacy type generic attribu...
2014-03-21 Arran Cudbard-Bellrename radius_str2vp to radius_strpair2map
2014-03-21 Arran Cudbard-BellRemove limitation which prevented using exec to get...
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-25 Arran Cudbard-BellConcede the war on known good vs reference passwords
2013-12-05 Arran Cudbard-BellFormatting
2013-12-05 Arran Cudbard-BellIncrease debug level required to show missing attribute...
2013-12-04 Arran Cudbard-BellSmall tweak to ldap debug output
2013-11-26 Arran Cudbard-BellUse the map functions to parse VALUE_PAIR string tuples
2013-09-17 Arran Cudbard-Bellxlat expand profile filter
2013-09-01 Arran Cudbard-Bellunlang update sections support exec
2013-08-31 Arran Cudbard-BellUse destructors to do the cleanup for VALUE_PAIRs
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellUse <INVALID> instead of ¿unknown? to be consistent...
2013-07-10 Arran Cudbard-BellRestructure map2request and dependencies to return...
2013-06-25 Arran Cudbard-BellFix potential segv in rlm_ldap if profile_filter was...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-13 Alan T. DeKokUse correct talloc ctx
2013-04-13 Alan T. DeKokMake radius_attrmap() take the "update" section itself
2013-04-13 Arran Cudbard-BellCleanup edir.c
2013-04-13 Arran Cudbard-BellBetter error message
2013-04-12 Arran Cudbard-BellAdd support back for generic attributes in rlm_ldap
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-01 Arran Cudbard-BellThat should be the last of the UNUSED warnings
2013-03-26 Arran Cudbard-BellFinish cacheable group membership code
2013-03-23 Arran Cudbard-BellMore cleanups
2013-03-20 Arran Cudbard-BellFix coverity issues in rlm_ldap
2013-03-19 Arran Cudbard-BellUse rlm_ldap_find_user to retrieve access, membership...
2013-03-19 Arran Cudbard-BellReorganise rlm_ldap