consistent names for xlats
[freeradius.git] / src / modules / rlm_expr / rlm_expr.c
2015-12-30 Arran Cudbard-Bellconsistent names for xlats
2015-09-16 Alan DeKokMerge pull request #1241 from jpereira/fix/xlat-space
2015-09-16 Jorge Pereiraxlat_explode: trim white space
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-19 Arran Cudbard-BellFix capitalization for sha1_ctx
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-23 Arran Cudbard-BellAnother incorrect check for tmpl_from_attr_substr
2015-06-23 Arran Cudbard-Belltmpl_from_attr_substr ret = 0 also indicates an error
2015-06-17 Alan T. DeKokFix for v3
2015-06-17 Arran Cudbard-BellAllow expr to work on attribute refs that may be conver...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Alan T. DeKokMove xlat's to bootstrap
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-04-28 Alan T. DeKokRemove note. We no longer need to manually unregister...
2015-03-11 Arran Cudbard-BellRename value_pair_tmpl_t for v3.0.x too, else merging...
2015-02-15 Alan T. DeKokFix typo
2015-02-15 Alan T. DeKokAllow numbers in random expansions
2015-01-26 Alan T. DeKoksigned int issues
2015-01-26 Alan T. DeKokShut up cppcheck
2015-01-21 Alan T. DeKokRemove unused variable
2015-01-21 Alan T. DeKokAdded rpad && lpad
2015-01-17 Arran Cudbard-BellAdd nexttime xlat, for calculating number of seconds...
2015-01-14 Arran Cudbard-BellDoxygen
2015-01-14 Arran Cudbard-BellAdd explode xlat %{explode:&ref <delim>}
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2015-01-04 Alan T. DeKokAllow unary negation before parantheses
2014-12-31 Arran Cudbard-BellPerform implicit conversion from unknown attribute...
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-19 Arran Cudbard-BellSwitch to using tmpl_from_attr_substr in xlat_tokenize_...
2014-11-02 Arran Cudbard-BellQuiet GCC
2014-11-02 Arran Cudbard-BellFix %{escape:} and %{unecape:} to work correctly with...
2014-10-19 Alan T. DeKokInitialize 63 entry, too. Closes CID #1248166
2014-10-06 Alan T. DeKokClean up fr_pow()
2014-10-06 Alan T. DeKokmove fr_pow to rlm_expr. No one else uses it.
2014-10-06 Alan T. DeKokChange ! to ~, as that's what it really is.
2014-10-05 Alan T. DeKokMore descriptive error message
2014-10-05 Alan T. DeKokAdd left / right shift to expressions
2014-10-05 Alan T. DeKokFix rlm_expr to use correct operator precedence.
2014-10-02 Arran Cudbard-BellConvert the majority of tmpl functions to use a similar...
2014-09-26 Arran Cudbard-BellReport space required for the whole %{pairs:} string.
2014-09-25 Arran Cudbard-BellAdd pairs xlat
2014-08-22 Herwin WeststrateA number of fixes (mainly comments) of rlm_expr release_3_0_4_rc2
2014-07-25 Arran Cudbard-BellNeeds cast to long long int
2014-07-25 Arran Cudbard-Bellprint 64bit rlm_expr result
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-13 Arran Cudbard-BellDeclare hextab as an array
2014-06-08 Arran Cudbard-BellFix UTF8 chars in %{escape:}, add %{unescape:} and...
2014-06-08 Arran Cudbard-BellFix comment
2014-06-08 Arran Cudbard-BellAdd urlunquote
2014-06-07 Arran Cudbard-BellFix url quote, enable all url quote tests
2014-06-06 Arran Cudbard-Bellurl quote chars should be upper case
2014-06-06 Arran Cudbard-BellFixup md5 function names
2014-06-06 Arran Cudbard-BellAdd %{hmacmd5:} and %{hmacsha1} xlat expansions
2014-06-06 Arran Cudbard-BellFixup SHA1 function names
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-02 Arran Cudbard-BellTypo
2014-05-02 Arran Cudbard-BellAdd 'o' and 'H' randstr char classes
2014-04-22 Alan T. DeKokMinor formatting to help unconfuse cppcheck
2014-04-14 Arran Cudbard-BellRemove hex2bin, the xlat code would require significant...
2014-04-11 Arran Cudbard-BellFormatting
2014-04-11 Alan T. DeKokCast to const
2014-04-11 Alan T. DeKokAdded hextobin xlat.
2014-04-04 Arran Cudbard-BellReverse arguments to base64 encode/decode functions
2014-03-31 Arran Cudbard-BellChange order of hash functions in rlm_expr.c
2014-03-26 Arran Cudbard-BellWhitespace fixes in rlm_expr
2014-03-26 Alan T. DeKokMake 'i' and 'len' the same type as 'digestlen'
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-14 Arran Cudbard-BellReturn error if we don't have sufficient buffer space...
2014-02-06 Arran Cudbard-BellAdd support for SHA-2 digests
2014-01-24 Arran Cudbard-BellFix CID #1020960
2014-01-24 Arran Cudbard-BellFix rad_vp2data consting
2014-01-24 Arran Cudbard-BellCovert some XLATs to accept strings or attribute references
2013-12-02 Arran Cudbard-BellFix typos in xlat function docs
2013-12-02 Arran Cudbard-BellAdd power operator to expr
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-22 Arran Cudbard-BellUse internal function for hex encoding
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellReplace remaining instances of safe-characters with...
2013-07-02 Arran Cudbard-Bellsafe-charcters is deprecated, replaced by safe_characters
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-05-30 Arran Cudbard-BellFixup doxygen comments to pass new check
2013-05-12 Arran Cudbard-BellDigest buffer for sha1 xlat must be 20 bytes (not 16)
2013-04-25 Arran Cudbard-BellMerge pull request #279 from alanbuxey/master
2013-04-25 Alan Buxeyadded sha1 to the expr engine
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-25 Alan T. DeKokFix compile warning
2013-04-24 Alan T. DeKokFix xlat functions to NOT call radius_xlat
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-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-03 Alan T. DeKokRemove another xlat_unregister
2013-04-03 Alan T. DeKokRemove paircompare_unregister() from modules
next