Make map_afrom_attr_str more caller friendly
[freeradius.git] / src / main / map.c
2014-11-13 Arran Cudbard-BellMake map_afrom_attr_str more caller friendly
2014-10-30 Arran Cudbard-Bellrename vp_aprint_value to vp_aprints_value
2014-10-30 Arran Cudbard-BellAlloc value_data_t as part of tmpls
2014-10-30 Arran Cudbard-BellConvert pairparsevalue to value_data_from_str which...
2014-10-28 Alan T. DeKokUpdate Stripped-User-Name, too.
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-24 Arran Cudbard-BellUse RINDENT()/REXDENT() for modcall code
2014-10-19 Arran Cudbard-BellModify map_afrom_cs to take a validation callback to...
2014-10-19 Arran Cudbard-BellConvert some log messages in map_afrom_cp to use the...
2014-10-14 Alan T. DeKokClearer error messages
2014-10-08 Arran Cudbard-BellBetter error message for invalid LHS
2014-10-03 Arran Cudbard-BellChange map function signatures to return errors and...
2014-10-03 Arran Cudbard-BellRename map functions to be consistent with tmpl functions
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
2014-10-02 Arran Cudbard-BellConvert the majority of tmpl functions to use a similar...
2014-10-02 Arran Cudbard-BellConvert tmpl_afrom_attr_substr to use a similar signatu...
2014-10-01 Alan T. DeKokFramework for using the correct quotes in strings.
2014-10-01 Alan DeKokMerge pull request #802 from spbnick/dont_detach_withou...
2014-09-30 Alan T. DeKokAdd TMPL_TYPE_ATTR_UNKNOWN
2014-09-30 Alan T. DeKokExpose map_cast_from_hex()
2014-09-30 Alan T. DeKokUse tmpl_define_unknown_attr()
2014-09-30 Arran Cudbard-BellSprinkle VERIFY_MAP in the map functions
2014-09-30 Arran Cudbard-BellSprinkle VERIFY_TMPL in tmpl functions (to check they...
2014-09-30 Arran Cudbard-BellFormatting
2014-09-30 Arran Cudbard-BellAdd macros for VERIFY_TMPL and VERIFY_MAP
2014-09-30 Arran Cudbard-BellRename some of the fields in the literal member of...
2014-09-29 Arran Cudbard-BellFinish creating the tmpl union. value_pair_tmpl_t struc...
2014-09-29 Arran Cudbard-BellEmit debug message when map_tp_vp returns no results
2014-09-29 Arran Cudbard-BellAlter tmpl_prints and vp_data_prints_value to take...
2014-09-28 Arran Cudbard-BellChange pairdatacpy to take a PW_TYPE instead of a DICT_ATTR
2014-09-28 Arran Cudbard-BellRename map->src to map->rhs and map->dst to map->lhs...
2014-09-27 Arran Cudbard-BellUse memory within value_pair_tmpl_t structs to hold...
2014-09-27 Arran Cudbard-BellAdd tmpl_afrom_attr_substr and tmpl_from_attr_substr
2014-09-25 Arran Cudbard-BellMark map_verify as unused
2014-09-25 Arran Cudbard-BellThere are *very* few places where assuming a tmpl is...
2014-09-18 Alan T. DeKokCreate dictionary entries for unknown attributes
2014-09-18 Alan T. DeKokAdded map / template verify functions.
2014-09-18 Alan T. DeKokParse "known unknowns" to knowns to map_from_cp(),...
2014-09-18 Alan T. DeKokParse "known unknowns" to knowns, as with the previous...
2014-09-17 Alan T. DeKokFree unknown DICT_ATTRs. Closes #795
2014-09-11 Arran Cudbard-BellFixup map_from_str to work correctly with list qualifiers
2014-09-11 Arran Cudbard-BellRename map_from_str to map_from_fields
2014-09-11 Arran Cudbard-BellFormatting
2014-09-09 Arran Cudbard-BellShould be map_prints
2014-09-05 Alan T. DeKokmap->dst->tmpl_da can be NULL if it's not TMPL_TYPE_ATTR
2014-08-29 Arran Cudbard-BellUsing attribute references in conditions should allow...
2014-08-26 Arran Cudbard-BellCleanup tmpl function names
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-05 Arran Cudbard-BellAllow Attr[*] in radius_parse_attr
2014-08-05 Arran Cudbard-Bellradius_parse_attr writes nice descriptive errors to...
2014-06-17 Arran Cudbard-BellAdd pairdatacpy to fix value parenting issues
2014-05-29 Arran Cudbard-BellRemove code in radius_map2vp for !* ANY (it's not needed)
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-23 Arran Cudbard-BellFix more places where tags weren't respected correctly
2014-05-23 Arran Cudbard-BellChange array index range back to between 0-1000
2014-05-23 Arran Cudbard-BellFix array offsets to that offset 0 is differentiated...
2014-05-23 Arran Cudbard-BellFormatting and better error messages in radius_tmpl2str
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-02 Arran Cudbard-BellUse consistent names for vp_aprint, vp_aprint_value...
2014-04-20 Alan T. DeKokFix tmpl2str.
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-18 Alan T. DeKokMove checks for &Attribute-Name into radius_parse_attr()
2014-04-17 Alan T. DeKokRemove extraneous assignment
2014-04-16 Alan T. DeKokIssue warning when we have invalid syntax
2014-04-14 Alan T. DeKokRevert "Forbid self to self maps"
2014-04-14 Alan T. DeKokForbid self to self maps
2014-04-14 Alan T. DeKokMore sanity checks and messages for list assignment.
2014-04-14 Alan T. DeKokClean up syntax for list to list assignments
2014-04-14 Alan T. DeKokDon't core if vpt->vpd is NULL
2014-04-14 Alan T. DeKokAdd tags and array references to value_pair_tmpl_t
2014-04-14 Alan T. DeKokradius_parse_attr() doesn't deal with tags or array...
2014-04-14 Alan T. DeKokMake str2tmpl call radius_parse_attr()
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-31 Alan T. DeKokCheck for unknown attr on the RHS
2014-03-28 Alan T. DeKokDoxygen typo
2014-03-28 Alan T. DeKokExpose radius_tmpl_cast() for others to use
2014-03-28 Arran Cudbard-BellMerge pull request #570 from nchaigne/v3.0.x
2014-03-28 Alan T. DeKokset fr_strerror() if the reference isn't an attribute
2014-03-28 Alan T. DeKokIf there's no dictionary entry, it's a literal.
2014-03-23 Alan T. DeKokIf the leading character of a template is '&', it MUST...
2014-03-22 Arran Cudbard-BellCID 1135412
2014-03-21 Arran Cudbard-BellDoxygen
2014-03-21 Arran Cudbard-BellAllow rlm_ldap to work with legacy type generic attribu...
2014-03-21 Arran Cudbard-BellDon't leave dangling output pointer in ** out on error...
2014-03-21 Arran Cudbard-BellAdd default list to radius_str2tmpl
2014-03-16 Arran Cudbard-Bellradius_parseattr should output errors with fr_strerror_...
2014-03-16 Arran Cudbard-BellChange order of arguments in radius_parse_attr
2014-03-12 Alan T. DeKokRe-arrange normalization code in parser
2014-03-11 Alan T. DeKokClarify comment
2014-02-24 Arran Cudbard-BellAdd support for 'control: !* ANY' which deletes the...
2014-02-21 Arran Cudbard-Belllist <unary op> should always be allowed no matter...
2014-02-15 Alan T. DeKokDouble-quotes strings with no % are literals
2013-12-04 Arran Cudbard-BellAdd test for literal values
2013-11-28 Arran Cudbard-BellDo compile time checks of literal map values
next