signed int issues
[freeradius.git] / src / modules / rlm_expr / rlm_expr.c
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-19 Arran Cudbard-BellSwitch to using tmpl_from_attr_substr in xlat_tokenize_...
2014-11-06 Alan DeKokMerge pull request #829 from pwdng/master
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-06 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 Alan DeKokMerge pull request #763 from qnet-herwin/documentation
2014-08-14 Herwin WeststrateA number of fixes (mainly comments) of rlm_expr
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-04-27 Arran Cudbard-BellTypo
2014-04-27 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-BellMerge pull request #562 from qnet-herwin/unsigned_in_rl...
2014-03-26 Arran Cudbard-BellWhitespace fixes in rlm_expr
2014-03-26 Herwin WeststrateCode indention 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-08-16 Alan DeKokMerge pull request #328 from skids/rbtree
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-28 Arran Cudbard-BellRemove trailing periods from log messages
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
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-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokDon't call mod_detach() from instantiate
2013-03-29 Alan T. DeKokConver L_ERR to cf_log_err
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-20 Alan T. DeKokRename functions
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-03-05 Alan T. DeKokAdded 0x... for numbers
2013-02-22 Arran Cudbard-BellReformat base64 code, use library base64 functions...
2013-02-19 Alan T. DeKokRemove compile warnings
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
next