Skip '&' on attribute maps. Closes #423
[freeradius.git] / src / main / map.c
2013-09-04 Alan T. DeKokSkip '&' on attribute maps. Closes #423
2013-09-01 Arran Cudbard-Bellunlang update sections support exec
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-15 Arran Cudbard-BellCheck for dst list and src literal or xlat Closes #372
2013-07-11 Arran Cudbard-BellUse <INVALID> instead of ¿unknown? to be consistent...
2013-07-03 Arran Cudbard-BellFormatting
2013-06-12 Alan T. DeKokAllow most types to be assigned to an "octets" type
2013-06-11 Alan T. DeKokAllow source for maps to be type octets, and dest to...
2013-05-14 Alan T. DeKokAdded template "data" type
2013-05-12 Alan T. DeKokAdd single quotes around literals for attributes of...
2013-05-12 Alan T. DeKokMore tests for conditions and =* and =*
2013-04-30 Arran Cudbard-BellAdd missing parenthesies
2013-04-28 Alan T. DeKokLess complaints about old-style use of attribute references
2013-04-26 Alan T. DeKokAdded better error messages for bad "update" sections
2013-04-25 Alan T. DeKokFree *head, not head
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Alan T. DeKokCreate list references, too
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-23 Alan T. DeKokMoved tmpl / map functions to their own C / H file.