add usec resolution to %S. Fixes #1917
[freeradius.git] / src / main / xlat.c
2014-10-01 Alan T. DeKokFramework for using the correct quotes in strings.
2014-10-01 Alan T. DeKokMore type fixes for byte / short / integer
2014-10-01 Nikolai KondrashovAccess union value_data members consistently
2014-10-01 Alan DeKokMerge pull request #802 from spbnick/dont_detach_withou...
2014-09-30 Arran Cudbard-BellSprinkle VERIFY_TMPL in tmpl functions (to check they...
2014-09-30 Arran Cudbard-BellUse tmpl_alloc to initialise templates in xlat.c
2014-09-27 Arran Cudbard-BellUse a value_pair_tmpl_t in xlat_exp to store details...
2014-09-26 Arran Cudbard-BellDouble xlat internal buffers until we have a proper fix
2014-09-18 Alan T. DeKokDeal with map verify functions. Missed in commit 21e7594e
2014-09-18 Alan T. DeKokAdded map / template verify functions.
2014-09-18 Alan T. DeKokRemove vp_free entry from ATTR_FLAGS. it's no longer...
2014-09-05 Arran Cudbard-BellFix PCRE checks on FreeBSD
2014-09-04 Alan T. DeKokSigned / unsigned changes for printing
2014-08-29 Arran Cudbard-BellUsing attribute references in conditions should allow...
2014-08-26 Arran Cudbard-BellCleanup tmpl function names
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-10 Arran Cudbard-BellAggregate tmpl and map functions in their own .c/.h...
2014-08-05 Arran Cudbard-BellRename 'paircopy2' to 'paircopy_by_num'
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-13 Arran Cudbard-BellDeclare more things as arrays
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-24 Arran Cudbard-BellAdd limits.h to libradius.h
2014-05-24 Arran Cudbard-BellChange num to int
2014-05-24 Arran Cudbard-BellAdd xlat to print the current tag of an attribute
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-23 Arran Cudbard-BellVarious fixups in xlat_getvp
2014-05-23 Arran Cudbard-BellUsing [*] [#] [0] on fake attributes should produce...
2014-05-23 Arran Cudbard-BellChange array index range back to between 0-1000
2014-05-23 Arran Cudbard-BellUse the same num/tag field widths and values in xlat...
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-18 Arran Cudbard-BellGather existing log fields in rad_request into a struct...
2014-05-02 Arran Cudbard-BellVarious scan-build fixes #2
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Alan T. DeKokremove unused assignment
2014-05-02 Arran Cudbard-BellUse consistent names for vp_aprint, vp_aprint_value...
2014-05-02 Alan T. DeKokUse next_by_da when we have the da
2014-05-02 Arran Cudbard-BellFix Module-Return-Code expansion
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-23 Arran Cudbard-BellFix talloc error when using certain virtual attributes
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-19 Alan T. DeKokUnused assignment.
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. DeKokUse correct argument. Fixes #592
2014-04-14 Alan T. DeKokre-add xlat_spaces for debugging
2014-04-11 Alan T. DeKokConvert "%{Attribute-Name}" to just &Attribute-Name
2014-04-10 Arran Cudbard-BellCheck for truncation in more places
2014-04-09 Arran Cudbard-BellAdd request number
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-31 Arran Cudbard-BellWe can actually remove valuepair2str entirely
2014-03-31 Arran Cudbard-BellForeach should return an escaped copy of the string
2014-03-31 Arran Cudbard-BellFix vp_aprint to always print escaped versions of strin...
2014-03-27 Arran Cudbard-BellDisplay truncated format error marker, instead of no...
2014-03-26 Alan Buxeyexpose server version to xlat
2014-03-22 Arran Cudbard-BellFix attribute selection with %{<attr>[<num>]}, always...
2014-03-21 Alan T. DeKokAdded radius_xlat functions to expand xlat_exp_t
2014-03-19 Alan T. DeKokDon't indent debugging messages so much
2014-03-19 Alan T. DeKokSuppress more xlat debugging
2014-03-19 Alan T. DeKokUse "next" instead of "node"
2014-03-19 Alan T. DeKokParsing 'foo%%s' requires an intermediate literal of "%"
2014-03-19 Alan T. DeKokMake XLAT_DEBUG output clearer
2014-03-19 Alan T. DeKok%% is a LITERAL, not a PERCENT expansion
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-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-27 Arran Cudbard-BellPrint IPv6 address IPv6/prefix IPv4/prefix as integers...
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-19 Arran Cudbard-BellFixup variables and definition names in rbtree code
2014-01-24 Arran Cudbard-BellAdd tests for %{integer:} and fix up some odd cases
2014-01-24 Arran Cudbard-BellIgnore leading & for xlats which take attributes as...
2014-01-24 Arran Cudbard-BellFix rad_vp2data consting
2014-01-24 Arran Cudbard-BellCovert some XLATs to accept strings or attribute references
2014-01-23 Arran Cudbard-BellBackport length xlat so length tests pass
2014-01-22 Arran Cudbard-BellRemove value length limit in base64/hex xlats
2014-01-22 Arran Cudbard-BellSupport %{integer:} conversion for SIGNED integers...
2014-01-21 Arran Cudbard-BellFix operation of fr_strerror()
2014-01-07 Alan T. DeKokBuild warnings WITHOUT_UNLANG
2014-01-07 Alan T. DeKokBuild fixes for WITHOUT_PROXY
2013-11-15 Arran Cudbard-BellChange order of arguments for radius_get_vp to be the...
2013-11-12 Arran Cudbard-BellAdd %{Response-Packet-Type} back in
2013-10-28 Arran Cudbard-BellStyle fix in xlat.c
2013-09-04 Alan T. DeKokAdded %{debug_attr:...} from master
2013-08-27 Arran Cudbard-BellCorrect typo. We should use foreach_depth as the reque...
2013-08-24 Arran Cudbard-BellMove the stringify macros to build.h
2013-08-02 Alan T. DeKokRemove unused assignments
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-26 Arran Cudbard-BellUse result buffer of localtime_r, it's less confusing
2013-07-26 Arran Cudbard-BellDon't crash if we have a zero length expansion made...
2013-07-25 Arran Cudbard-BellCloses #391
2013-07-23 Arran Cudbard-BellReturn if we can't find the VP CID 1047333
2013-07-23 Alan T. DeKokFixes for coverity
2013-07-23 Arran Cudbard-BellCoverity 1037335 1047334
2013-07-22 Arran Cudbard-BellReverse arguments for bin2hex and hex2bin so output...
2013-07-16 Alan T. DeKokMake %{strlen:...} work
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-14 Alan T. DeKokRemove erroneous assert
2013-07-13 Alan T. DeKokFix -Werror warning
next