Add support for tags to remaining functions in lib/valuepair.c
[freeradius.git] / src / main / xlat.c
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
2012-12-01 Arran Cudbard-BellWe'll figure something out for attribute comparison...
2012-12-01 Arran Cudbard-BellDeclare radius_xlat return as size_t
2012-12-01 Arran Cudbard-BellAdd attribute mapping functions to valuepair.c, and...
2012-11-01 Arran Cudbard-BellMove dhcp_options: xlat to rlm_dhcp module
2012-10-31 Arran Cudbard-BellAdd dhcp_option: xlat to decode DHCP options packed...
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-17 Arran Cudbard-Bellfixes #108 Add function to convert FR value pair types...
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-07 Alan DeKokMerge pull request #102 from philmayers/misc-fixes
2012-10-06 Phil Mayersdifferent numbers of foreach and xlats - use separate...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersno-op escape function no longer needed
2012-10-05 Phil Mayersremove dead code path
2012-10-05 Phil Mayersadd REQUEST* and void* to escape functions
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 Arran Cudbard-Belldebug: should output previous level instead of the...
2012-09-20 Arran Cudbard-BellMerge pull request #91 from philmayers/ldap-xlat-escape
2012-09-20 Arran Cudbard-BellStart removing the old one char expansions
2012-09-20 Arran Cudbard-BellMove string manipulation functions from xlat.c to rlm_expr
2012-09-20 Alan DeKokMerge pull request #90 from philmayers/urlquote
2012-09-19 Phil Mayersadd urlquote xlat - useful for LDAP DNs with comma...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-22 Alan T. DeKokMore cleanups of xlat code
2012-08-22 Alan T. DeKokIf we're expanding a non-attribute, try the namne
2012-08-22 Alan T. DeKokNuke the '[' on expansion
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokmake xlat() take "const char *fmt"
2012-06-11 Alan T. DeKokAdded module configuration
2012-06-11 Alan T. DeKokEnsure variable initialization
2012-05-26 Alan T. DeKokVP may be NULL
2012-05-04 Alan T. DeKokAdded %{hex:...}
2012-04-29 Alan T. DeKokRate limit some triggers.
2012-04-29 Alan T. DeKokAllow referencing tags in xlat
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2012-01-31 Alan T. DeKokRemove compiler warnings
2011-12-04 Alan T. DeKokFixed bad strlen
2011-11-22 Alan T. DeKokDon't use lvalue, use the correct struct name
2011-10-18 Arran Cudbard-BellRe-alphabetise one char expansions
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-17 Arran Cudbard-BellAdd one char expansion for RADIUS request ID
2011-08-20 Alan T. DeKokAdd support for "signed", just like integer64
2011-08-09 Alan T. DeKokAdd integer64 to xlat
2011-07-04 Alan T. DeKokUse correct length
2011-07-03 Alan T. DeKokFix offset bug in %{string:...}
2011-06-26 Phil Mayersexamples of Doxygen on the source base
2011-06-23 amneadded %G variable which will expand to minute. useful...
2011-05-28 Alan T. DeKokMake copy of "foreach" variable
2011-05-27 Alan T. DeKokAdded "foreach" to unlang
2011-05-26 Alan T. DeKokTerminate string when using %{Attribute-Name[*]}
2011-05-25 Alan T. DeKokMake errors more prominent
2011-05-13 Alan T. DeKokSupport outer.control in dynamic xlat
2011-05-06 Alan T. DeKokChange assert to run-time check
2011-01-30 Alan T. DeKokFix compile warnings and check for !vp
2011-01-30 Alan T. DeKokAdd %{string:...} for printable data
2010-12-23 Alan T. DeKokFix compile warning
2010-12-23 Alan T. DeKokFix typo
2010-12-21 Alan T. DeKokAdded %{integer:...}
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-09-21 Alan T. DeKokAdded toupper function
2010-09-20 Alan T. DeKokAdded tolower function
2010-05-31 Alan T. DeKokFix argument to pairfind
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-12-17 Alan T. DeKokRemoved unnecessary debug message
2009-12-07 Alan T. DeKokAdd %{Attribute-Name#}
2009-12-05 Alan T. DeKokFix code so that corner cases of %{%{foo}:-%{bar}}...
2009-07-27 Alan T. DeKokMake %l work
2009-04-09 Alan T. DeKokDo recursive xlat
2009-04-08 Alan T. DeKokAdded md5 xlat
2008-12-01 Alan T. DeKokEnsure there's room for a trailing 0
2008-09-11 Alan T. DeKokDEBUG -> RDEBUG
2008-06-30 aland New function %{debug: 1}, which sets the debug level...
2008-06-05 aland More WITH_PROXY additions to build when proxying isn...
2008-03-16 aland Added Module-Return-Code
2007-12-17 aland Free memory
2007-12-10 aland Now that we have request->client, we don't need client...
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-10-18 aland Add %{outer.request:Attribute-Name} and
2007-08-13 aland Pulled fix from branch_1_1
2007-07-14 aland Made "control" a synonym for "check", in line with 2.0
2007-06-26 aland Added support for Client-Shortname
2007-06-26 aland Moved conditional syntax to %{%{foo}:-%{bar}}, which...
2007-06-23 aland Print server, not request->listener
2007-06-19 aland Rename "identity" to "server", for virtual server...
2007-06-18 aland Add missing "break" for ':'
2007-06-12 aland control attribute list
2007-06-12 aland Clean up xlat messages
2007-06-11 aland Initialize the whole of the local VP to prevent uninit...
2007-05-29 aland Remove unused capability for ${User-Name}, it conflict...
next