Declare hextab as an array
[freeradius.git] / src / modules / rlm_expr / rlm_expr.c
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
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
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-17 Arran Cudbard-BellAdd base64tohex to allow values to be written to IP...
2012-10-14 Arran Cudbard-BellAdd base64 encoding/decoding library
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-27 Alan DeKokMerge pull request #92 from philmayers/sess-persist
2012-09-21 Arran Cudbard-BellAdd safe-characters function from rlm_sql
2012-09-20 Arran Cudbard-BellMerge pull request #91 from philmayers/ldap-xlat-escape
2012-09-20 Arran Cudbard-BellMove string manipulation functions from xlat.c to rlm_expr
2012-09-20 Arran Cudbard-BellRemove b from randstr and implement h (hex encoded b)
2012-09-20 Arran Cudbard-BellMark instance as unused in %{rand:}
2012-09-20 Alan DeKokMerge pull request #90 from philmayers/urlquote
2012-09-19 Arran Cudbard-BellQuiet the compiler
2012-09-16 Arran Cudbard-BellAdd alphanumeric char class
2012-09-15 Arran Cudbard-BellAdd randstr expansion to generate random strings up...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokmake xlat() take "const char *fmt"
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2011-12-23 Alan T. DeKokRemove unused variable
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-03 Alan T. DeKokAdded %{rand:...} to generate uniformly distributed...
2010-12-25 Alan T. DeKokMade calculations use "int64_t"
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2008-08-17 Alan T. DeKokDEBUG -> RDEBUG
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-11 aland Mark more modules "safe for -C"
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
next