Pull fix from branch_1_1, so proxied EAP replies work
[freeradius.git] / src / lib / dict.c
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-16 aland Check return code of malloc
2006-11-16 aland Check return code of malloc
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-22 aland Be a little more paranoid about initialization.
2006-08-22 aland Be a little more paranoid about initialization.
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-28 aland Be smarter and faster about aliases.
2006-07-28 aland Added support for native "byte" and "short", which...
2006-07-12 aland Implement initial support for Extended-Attribute,...
2006-07-01 fcusackimport from branch_1_1:
2006-06-15 aland Port update hash code (using hash && compare callbacks...
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-19 aland Pull tagged VSA fix from the head
2006-05-19 aland Allow tagged VSA's, because Juniper uses them.
2006-05-11 aland Be a little more careful about returning DICT_V...
2006-05-11 aland Be a little more careful about returning DICT_VALUEs
2006-05-09 fcusackimport from HEAD:
2006-04-14 aland Don't do as many copies
2006-04-12 aland Use replace where appropriate, rather than insert
2006-04-12 aland New growing hash functions, and other code to use...
2006-04-12 aland Make the hash tables dynamically growable, with bug...
2006-03-30 aland Catch non-files, and complain
2006-03-29 aland Port dictionary file sanity checks from the head
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-01-16 nbkPull from CVS head:
2006-01-16 nbk Fix a typo in dict_valbyname()
2006-01-09 aland pull fix from the head
2006-01-09 aland Don't de-reference NULL points on dict_get*byname...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-26 aland Casts to pass correct parameter
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-30 aland First pass at adding work on the 1.1.x branch.
2005-11-14 aland Be a little more careful when creating bad attributes
2005-11-11 aland Include files used to build the server are now <freera...
2005-11-01 aland Catch case where the user hasn't updated the dictionar...
2005-11-01 aland Add "format=" option to VENDOR statements in the dicti...
2005-10-25 aland Now that we have rad_vp2attr, and it's clean, adding...
2005-09-08 aland Check buffer len, just to be safe
2005-09-08 aland Added hash table implement that mirrors rbtree stuff...
2005-08-31 aland Compiler warning fixes
2005-08-30 aland More sanity checks on the dictionary. VSA's can't...
2005-08-30 aland Add "internal" structs for attributes, etc. Use a...
2005-08-18 aland Now that we have 1000's of ATTRIBUTE's and VALUE's...
2005-08-10 aland Put vendors into rbtree_t, too.
2005-08-02 aland More sanity checking on the attribute numbers, so...
2005-06-13 aland More hacks to random number stuff. We now have lrad_r...
2005-05-17 aland remove bad message
2005-04-27 aland Make it build on non-IPv6-aware systems.
2005-02-16 aland Remove serious limits on the length of names in DICT_V...
2005-02-16 aland Removed restrictions on vendor name length. (realistic...
2005-02-09 aland Pull fix from the head
2005-02-09 aland Use correct length of string
2004-12-14 aland Made the name search a little more forgiving, so it...
2004-12-14 aland Update dict_attrbyname() to accept
2004-09-10 aland Pull fix from the head
2004-09-10 aland One last fix for the fix.
2004-09-10 aland Pull patch from the head
2004-09-10 aland Perform the duplicate check BEFORE adding the attribute to
2004-08-30 aland Pull fixes from the HEAD
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-08-27 aland After running valgrind to get errors, clean up the...
2004-08-27 aland Export dict_free()
2004-08-26 aland Don't permit retards to enter strange values in the...
2004-06-17 aland Cleaned up ATTR_FLAGS
2004-06-02 aland Assert that the names for VALUEs aren't numbers
2004-03-12 aland A little better way of dealing with DICT_VALUEs that...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-19 aland in DICT_VENDOR, name is "name", not "vendorname"
2004-02-17 aland Values are now looked up via RB-trees, too.
2004-02-17 aland Don't free things twice
2004-02-17 aland Made the red-black tree code "live" in dictionary...
2004-02-16 aland Updates to use red-black trees in the dictionaries...
2003-09-15 aland First pass at allowing native support of IPv6 addresses.
2003-09-12 phampsonAdd LGPL boilerplate for files from which it is missing.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-09-02 aland Removed unused parameters
next