Empty strings are NULL, not ""
[freeradius.git] / src / main / xlat.c
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.
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...
next