add usec resolution to %S. Fixes #1917
[freeradius.git] / src / main / xlat.c
2017-02-22 Alan T. DeKokadd usec resolution to %S. Fixes #1917
2017-02-14 Alan DeKokMerge pull request #1859 from njm506/v3.0.x
2016-12-07 Alan DeKokMerge pull request #1850 from spbnick/v3.0.x_openssl_1...
2016-12-07 Alan T. DeKokcontinue to "next" in xlat alternate. Fixes #1866
2016-12-07 Alan T. DeKokindentation helps
2016-11-09 Arran Cudbard-BellMerge pull request #1829 from lytboris/init-out-v3.0.x
2016-11-09 Arran Cudbard-BellMerge branch 'v3.0.x' into init-out-v3.0.x
2016-11-05 Philippe WoodingInitialize out before calling radius_axlat or radius_ax...
2015-12-30 Alan T. DeKokdon't use fixed-size buffers
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-17 Alan T. DeKokWe can't xlat expand non-strings
2015-11-30 Alan T. DeKokNotes on embedded zeros in passwords
2015-09-13 Alan T. DeKokupdate explanation of what we're doing
2015-09-11 Alan BuxeyUpdate xlat.c
2015-09-09 Alan BuxeyUpdate xlat.c
2015-09-09 Alan T. DeKokDon't allow %{rand} is we require %{rand:...}
2015-09-09 Alan T. DeKokCount backslash - CHAR in node->len
2015-09-05 Arran Cudbard-BellAllow %} as an expansion for a literal } Closes #1209
2015-09-05 Arran Cudbard-BellFormatting
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-07-09 Alan T. DeKokDon't convert LIST to ATTRIBUTE
2015-07-09 Alan T. DeKokDon't include the '}' in the xlat name
2015-07-09 Alan T. DeKokManual clean up on error.
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-19 Alan T. DeKokSet node->type
2015-06-17 Arran Cudbard-BellUse correct field for accessing date
2015-05-16 Arran Cudbard-BellAllow certain special inst selectors to work with lists...
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-06 Arran Cudbard-BellDynamic map test
2015-05-05 Arran Cudbard-BellAdd a map xlat
2015-05-02 Arran Cudbard-BellRename xlat function typedefs
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-24 Alan T. DeKokAllow %{module:} in expansions
2015-04-15 Alan T. DeKokEmpty strings are NULL, not ""
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-11 Arran Cudbard-BellRename value_pair_tmpl_t for v3.0.x too, else merging...
2015-03-11 Alan T. DeKokRename option to debug level
2015-02-05 Alan T. DeKokRun-time check, not assertion
2015-01-26 Alan T. DeKok%u for unsigned ints
2015-01-19 Arran Cudbard-BellFix coverity issues
2015-01-17 Arran Cudbard-BellMove xlat functions into a separate header file
2015-01-05 Alan T. DeKokDon't unregister if the tree doesn't exist
2015-01-05 Arran Cudbard-BellExpose core library versions and features in ${feature...
2015-01-02 Arran Cudbard-BellAdd some additional xlats to expose attribute name...
2014-12-31 Arran Cudbard-BellPerform implicit conversion from unknown attribute...
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellFix bad VP array type value accesses
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-13 Arran Cudbard-BellFmt is used
2014-12-13 Arran Cudbard-BellUnneeded debug
2014-12-13 Arran Cudbard-BellAdd support for named capture groups
2014-12-13 Arran Cudbard-Bellxlat_inst only needed for foreach
2014-12-13 Arran Cudbard-BellFix xlat_tokenize code so it handles arbitrary numbers...
2014-12-12 Arran Cudbard-BellSwitch to new subcapture handling code
2014-12-12 Arran Cudbard-BellCreate abstraction layer around regular expression...
2014-12-12 Arran Cudbard-BellOutput debug for virtual expansions
2014-12-11 Alan T. DeKokThere might not be a name2
2014-12-09 Arran Cudbard-BellFix argument order in fr_prints so out is first
2014-12-09 Alan T. DeKokAdded checks for braces at end of string
2014-12-08 Arran Cudbard-BellRename fr_print_string to fr_prints
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Alan T. DeKokMore escaping / unescaping fixes.
2014-12-06 Alan T. DeKok%n is allowed, too
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-24 Alan T. DeKokConvert redundant checks to load time instead of run...
2014-11-24 Alan T. DeKokFail if we can't find an xlat by this name
2014-11-24 Alan T. DeKokAdd redundancy for XLATs.
2014-11-22 Arran Cudbard-BellAdd support for &Attribute[#]
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-Belldon't escape attribute values if we were passed an...
2014-11-20 Arran Cudbard-BellRewrite xlat_getvp to take tmpls, and allow state attri...
2014-11-19 Arran Cudbard-BellFix use after free errors in xlat.c
2014-11-19 Arran Cudbard-BellRemove unused attributes
2014-11-19 Arran Cudbard-BellSwitch to using tmpl_from_attr_substr in xlat_tokenize_...
2014-11-17 Alan T. DeKokQuit clang analyzer
2014-11-13 Arran Cudbard-BellShould be vp_aprints not vp_aprint
2014-11-10 Arran Cudbard-Bellpairfind_da -> pairfind_by_da
2014-11-10 Arran Cudbard-BellConvert some pairfind calls to pairfind_da calls
2014-11-05 Arran Cudbard-BellReturn string 0 for &Attr[#] where no attributes exist
2014-10-30 Arran Cudbard-BellConvert xlat_debug_attr to use more library functions
2014-10-30 Arran Cudbard-BellAdd value_data_cast and use it to perform casts for...
2014-10-30 Arran Cudbard-Bellrename vp_aprint_value to vp_aprints_value
2014-10-29 Alan T. DeKokNewer registrations replace old ones
2014-10-29 Alan T. DeKokAdd xlat_unregister_module()
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-27 Alan T. DeKokSmash \n --> CR before passing string to modules.
2014-10-27 Alan T. DeKokDon't do \n --> CR mashing in xlat.c
2014-10-26 Arran Cudbard-BellFormatting
2014-10-26 Arran Cudbard-BellUse RINDENT REXDENT in more places
2014-10-23 Arran Cudbard-BellMore minor doxygen fixes
2014-10-21 Alan T. DeKokRemove extra debugging statement
2014-10-02 Arran Cudbard-BellThey're indexes not references...
2014-10-02 Arran Cudbard-BellConvert the majority of tmpl functions to use a similar...
2014-10-01 Alan T. DeKokFramework for virtual attributes.
next