Fix minor issues identified by clang-700.0.72
[freeradius.git] / src / main / tmpl.c
2015-09-19 Arran Cudbard-BellFix minor issues identified by clang-700.0.72
2015-07-21 Arran Cudbard-BellAvoid modifying dst until we're sure unescaping has...
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-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-15 Arran Cudbard-BellMerge pull request #1059 from jpereira/develop-rlm_repl...
2015-06-15 Alan T. DeKoktemplates should not create TLV types
2015-05-17 Arran Cudbard-BellMake tmpl_expand and tmpl_aexpand work with TMPL_TYPE_D...
2015-05-16 Arran Cudbard-BellNeed length for v3.0.x
2015-05-16 Alan T. DeKokFix build error
2015-05-16 Arran Cudbard-BellAllow certain special inst selectors to work with lists...
2015-05-16 Arran Cudbard-BellFix tmpl_prints to print lists correctly
2015-05-16 Arran Cudbard-BellPrint meaningful errors for unknown attrs with tags
2015-05-16 Arran Cudbard-BellFormatting
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-05-13 Arran Cudbard-BellMove value data printing functions
2015-05-12 Arran Cudbard-BellAdd tmpl_afrom_attr_substr
2015-05-02 Arran Cudbard-BellRename xlat function typedefs
2015-04-29 Alan T. DeKokRequest and reply may not exist for Status-Server packets.
2015-04-10 Alan T. DeKokMark up auto-converted templates.
2015-04-10 Alan T. DeKokRemove redundant assignment
2015-04-10 Arran Cudbard-BellChange tmpl_cast_in_place so it'll work with TMPL_TYPE_DATA
2015-04-10 Arran Cudbard-BellCan't define an unknown attribute with TMPL_TYPE_DATA...
2015-04-10 Arran Cudbard-BellFixup docs for tmpl_afrom_attr_substr
2015-04-09 Arran Cudbard-BellFix for gcc
2015-04-09 Arran Cudbard-Bellbstrndup and bstrncpy are probably better names
2015-04-09 Arran Cudbard-BellFixup a bunch of bad calls to talloc_memdup
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-11 Arran Cudbard-BellRename value_pair_tmpl_t for v3.0.x too, else merging...
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-07 Alan T. DeKokUse correct length for printing template names
2015-03-07 Alan T. DeKokIf we have no unescaping, there's no need to re-parse it
2015-03-06 Alan DeKokMerge pull request #920 from leprechau/small_updates
2015-03-06 Alan T. DeKokMake print match parse
2015-03-05 Arran Cudbard-BellMore doc fixes
2015-03-05 Arran Cudbard-BellFix @return in tmpl_*expand
2015-03-05 Arran Cudbard-BellReturn int not bool for all tmpl functions
2015-03-05 Arran Cudbard-BellMinor corrections
2015-03-05 Arran Cudbard-BellComplete documentation for templates
2015-03-05 Arran Cudbard-Belltmpl_free function is no longer needed, as value_pair_t...
2015-03-03 Arran Cudbard-BellMore documentation for tmpl_afrom_str
2015-03-03 Arran Cudbard-BellCall VERIFY_TMPL before accessing tmpl fields
2015-03-03 Arran Cudbard-BellAssert we have a tmpl in verify_tmpl
2015-02-27 Alan T. DeKokDoxygen
2015-02-27 Alan T. DeKokPreserve quotation characters when creating templates
2015-02-27 Alan T. DeKokFix escaping for once and all.
2015-02-25 Arran Cudbard-BellDon't segv when referencing proxy-reply if we don't...
2015-01-26 Alan T. DeKokRemove unneeded assertion.
2015-01-21 Alan T. DeKokRemove wrong assertion. "out" can be NULL
2015-01-19 Arran Cudbard-BellFix coverity issues
2015-01-18 Arran Cudbard-BellTypo
2015-01-18 Arran Cudbard-BellOptimise tmpl_expand to avoid copying to intermediary...
2015-01-17 Arran Cudbard-BellAdd PW_TYPE_TMPL which parses a conf item directly...
2015-01-17 Arran Cudbard-BellMove xlat functions into a separate header file
2015-01-02 Arran Cudbard-BellAllow error to pass up from dict_unknown_from_substr
2015-01-01 Arran Cudbard-BellRename radius_expand_tmpl to tmpl_expand and make it...
2015-01-01 Arran Cudbard-BellRemove spurious fprintf
2014-12-31 Arran Cudbard-BellDoxygen
2014-12-31 Arran Cudbard-BellPerform implicit conversion from unknown attribute...
2014-12-15 Arran Cudbard-BellAdd &attr[n] which gets the last instance of an attribu...
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-13 Arran Cudbard-BellAdd support for 'm' (multiline) regex flag
2014-12-11 Alan T. DeKokRemove call to pairdatacpy()
2014-12-09 Arran Cudbard-BellFix argument order in fr_prints so out is first
2014-12-08 Arran Cudbard-BellRename fr_print_string to fr_prints
2014-12-08 Arran Cudbard-BellMake fr_print_string take -1 to signify that it should...
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Alan T. DeKokDoxygen
2014-12-06 Alan T. DeKokQuiet scanner
2014-12-06 Alan T. DeKokMore escaping / unescaping fixes.
2014-12-06 Alan T. DeKokMake tmpl_alloc be binary safe
2014-12-06 Alan T. DeKokCall fr_print_string instead of doing things ourselves
2014-12-04 Arran Cudbard-BellDuplicate init
2014-12-01 Arran Cudbard-BellFix the conffile parser to parse RHS literals as prefix...
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-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-21 Arran Cudbard-BellNot unknown, but undefined
2014-11-20 Arran Cudbard-BellRewrite xlat_getvp to take tmpls, and allow state attri...
2014-11-19 Arran Cudbard-BellSwitch to using tmpl_from_attr_substr in xlat_tokenize_...
2014-11-18 Arran Cudbard-BellUse more descriptive names for the unknown attribute...
2014-11-06 Arran Cudbard-BellSet correct type for vpt->name
2014-11-06 Arran Cudbard-BellParent vpt->name correctly
2014-11-05 Arran Cudbard-BellFix printing of tmpl_num in tmpl_prints
2014-10-31 Alan T. DeKokTie session state into the rest of the server.
2014-10-30 Arran Cudbard-BellFixup validation functions to deal with polymorphic...
2014-10-30 Arran Cudbard-BellAlloc value_data_t as part of tmpls
2014-10-30 Alan T. DeKokRemove unused variable
2014-10-30 Arran Cudbard-BellFixup support for polymorphic attributes (maybe)
2014-10-30 Arran Cudbard-BellMake arguments between vp_data_prints_value and value_d...
2014-10-30 Arran Cudbard-BellConvert pairparsevalue to value_data_from_str which...
2014-10-29 Alan DeKokMerge pull request #816 from spbnick/update_triggers
2014-10-29 Arran Cudbard-BellStupid GCC
2014-10-23 Arran Cudbard-BellMore minor doxygen fixes
2014-10-18 Herwin WeststrateRemoved assignment of function parameter at the end...
2014-10-05 Alan T. DeKokFix tmpl_from_attr_substr()
2014-10-03 Arran Cudbard-BellFix typo
2014-10-03 Arran Cudbard-BellFix editor error
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
next