Build warnings WITHOUT_UNLANG
[freeradius.git] / src / main / xlat.c
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
2013-07-13 Alan T. DeKokBack out hacks which worked around xlat ATTRIBUTE retur...
2013-07-11 Alan T. DeKokRe-enable [n] [#] and [*]. Closes #354.
2013-07-09 Arran Cudbard-BellFix PCRE checks, and make code build cleanly without...
2013-07-09 Arran Cudbard-BellFix all the update list debug output
2013-07-08 Alan T. DeKokZero-length strings are permitted Closes #352
2013-07-05 Alan DeKokMerge pull request #348 from arr2036/zero_length_exp
2013-07-05 Arran Cudbard-BellConsistently return a zero length buffer from xlat_proc...
2013-07-05 Arran Cudbard-BellDon't generate errors on zero length expansions
2013-07-05 Arran Cudbard-BellFix quoting style in debug messages, should be double...
2013-07-03 Arran Cudbard-BellFormatting
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-30 Alan T. DeKokNon-existent attrs expand to "". Closes #308
2013-06-18 Alan T. DeKokFix Foreach-Variable-0. Closes pull request #314
2013-06-16 Alan T. DeKokIt's OK if the string stops after the expansion. Fixes...
2013-06-11 Alan T. DeKokInitialize variables correctly
2013-06-11 Alan T. DeKokFixed single character expansion to do only itself...
2013-06-04 Alan T. DeKokA better fix for checking single-character expansions release_3_0_0_beta1
2013-06-04 Alan T. DeKok%{...} is allowed, too
2013-05-30 Arran Cudbard-BellFixup doxygen comments to pass new check
2013-05-24 Alan T. DeKokif len==0, buff may be NULL
2013-05-24 Alan T. DeKokAllow forcible empty expansions
2013-05-17 Alan T. DeKokA better way of getting empty alternations
2013-05-16 Alan T. DeKokTests for xlat output
2013-05-16 Alan T. DeKokSave the parsed array reference
2013-05-16 Alan T. DeKokAllow RHS of xlat alternation to be empty
2013-05-13 Alan T. DeKokChecks for empty expansions
2013-05-12 Alan T. DeKokRemove dead code
2013-05-05 Arran Cudbard-BellTypo
2013-05-05 Arran Cudbard-Bell0 Length xlat strings should not trigger asserts
2013-05-04 Alan T. DeKokFix regex checks
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-19 Arran Cudbard-BellFix the last of the GCC warnings
2013-04-18 Arran Cudbard-BellApparently there's PRIu
2013-04-18 Arran Cudbard-BellUse C99 portable definition to print 64 integers
2013-04-16 Alan T. DeKokAllow %{request:Tunnel-Password:1[1]} to work
2013-04-16 Arran Cudbard-BellFix coverity issues
2013-04-14 Alan T. DeKokDon't do double escaping.
2013-04-14 Alan T. DeKokEnsure node->ref && list are initialized
2013-04-13 Alan T. DeKokUse current escape, as node->xlat == NULL
2013-04-12 Alan T. DeKokTurn off debugging
2013-04-12 Alan T. DeKokAdd xlat to radattr
2013-04-11 Alan T. DeKokUse intermediate variables instead of many casts
2013-04-11 Alan T. DeKokFix typos
2013-04-10 Arran Cudbard-Bella module may register multiple xlats
2013-04-10 Alan T. DeKokMore doxygen
2013-04-10 Alan T. DeKokMoved "print type-specific empty data" into src/lib
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-09 Arran Cudbard-BellMore doxygen warnings
2013-04-09 Arran Cudbard-BellFix doxygen documentation
2013-04-09 Alan T. DeKokdoxygen updates
2013-04-09 Alan T. DeKokBrand new xlat functions.
2013-04-08 Alan T. DeKokUse the new xlat parser
2013-04-07 Alan T. DeKokMinor cleanups and formatting
2013-04-07 Arran Cudbard-Bellxlat parsing functions
2013-04-06 Arran Cudbard-BellFix typos
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-22 Arran Cudbard-BellReformat base64 code, use library base64 functions...
2013-02-18 Alan T. DeKokMore debug macros
2013-02-16 Alan T. DeKokMake xlat use vp->da->*
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-15 Arran Cudbard-BellMinor formatting
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-31 Arran Cudbard-BellUpdate doxygen documentation
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-06 Alan DeKokMerge pull request #143 from tobiasbrunner/eap-ttls...
2012-12-05 Arran Cudbard-BellMinor debugging tweaks
2012-12-05 Arran Cudbard-BellConvert strings and octet strings of 8 bytes or less...
2012-12-04 Arran Cudbard-BellRemove last traces of do_xlat from rlm_ldap, add %...
2012-12-02 Arran Cudbard-BellMore consistent
next