First pass at adding work on the 1.1.x branch.
[freeradius.git] / src / lib / dict.c
2005-11-30 aland First pass at adding work on the 1.1.x branch.
2005-02-09 aland Pull fix from the head
2004-09-10 aland Pull fix from the head
2004-09-10 aland Pull patch from the head
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
2003-02-19 cmillerdictionary parsing failed miserably without "continue"s.
2003-02-17 wichertMove lots of code outside my_dict_init into seperate...
2003-02-17 wichertSimply logic a (small) bit
2003-02-17 wichertRemove support for ATTRIB_NMC and use ATTRIBUTE in...
2003-02-14 wichertFix very confusing comment
2002-12-04 aland Slightly more descriptive error message
2002-11-21 aland When creating a value, ensure that we update the ...
2002-11-21 aland Made ALL dictionary lookups case insensitive by defaul...
2002-11-20 aland When returning an error while reading a dictionary...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-17 fcusack valid type is actually 2, not 1.
2001-10-31 cparker Initial patch to allow support for RFC 2868 Tagged...
2001-10-30 aland Removed mapping of vendor Private Enterprise Code...
2001-10-26 cparkerPreliminary support for displaying Tunnel attributes...
2001-03-29 aland When parsing the input, remove comments (anything...
2001-03-12 aland Changed sprintf's to snprintf's, now that we have...
2001-03-06 aland Explicit initialization of static variables.
2001-01-03 aland Patch from Kristina Pfaff-Harris <kristina@greatbasin...
2000-11-24 aland made USR (attrib_nmc) attributes compiled in by default.
2000-09-25 aland cleaning up #include files, moving them around, deleti...
2000-08-31 aland made all of the 'strcmp' operations use DICT_STRCMP...
2000-05-05 aland added note for the future
2000-05-03 aland allow '#' as the last bit of text on an attribute...
2000-04-07 aland look up the base attributes 0...255 in O(1) time,...
2000-03-02 aland ignore CR's in addition to LF's.
1999-11-03 aland added more 'const'
1999-11-03 aland added a bunch of 'const'
1999-10-26 aland added braces, as sugested by "Alan Curry" <pacman...
1999-10-05 aland added strerror(errno) to complaint if unable to open...
1999-09-29 aland added support for BEGIN-VENDOR / END-VENDOR blocks...
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-09-23 alandnclude/libradius.h defines for u_char, u_short, and...
1999-09-19 miquels * Added some functions to missing.c: str[n]casecmp,
1999-09-19 ivanfm*** empty log message ***
1999-08-31 aland made the library code support generic 'octets' type...
1999-08-26 aland added preliminary ascend binary support
1999-08-18 aland allowed for the possibility we might be logging log...
1999-08-18 aland moved the 'add attribute' and 'add vendor' code out to
1999-08-16 alandInitial revision origin/aland