Now that we do VMPS, support ethernet types natively.
[freeradius.git] / src / lib / dict.c
2007-05-29 aland Now that we do VMPS, support ethernet types natively.
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-15 aland Port fix for Coverity bug #40 from 1.1.x
2007-05-14 nbk Delete trailing whitespace.
2007-04-18 aland Cache the base 256 attributes again, as they're looked up
2007-04-14 aland Check for more #ifdef's
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland dict_init() && my_dict_init() require a non-NULL ...
2007-04-07 aland Free dval on error reading the dictionary files, or...
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-12 aland port fix from cvs head
2007-03-01 aland remove the old attribute from the value tree, too
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland Remove diameter hack. The new radext extended attribu...
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-09 aland When a duplicate attribute is found, delete the old one
2007-02-09 aland When a duplicate attribute is found, delete the old one
2007-01-30 aland Don't allow globally writable dictionaries. This...
2007-01-30 aland Die if we see globally writable dictionaries. That...
2006-11-27 aland VALUEs can only be defined for BYTE, SHORT, and INTEGER
2006-11-26 aland VALUEs can only be defined for 'string' and 'octets...
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
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...
next