Base SoH code for Microsoft NAP.
[freeradius.git] / src / lib / hash.c
2010-04-14 Alan T. DeKokFix node comparison on delete
2007-11-23 aland More changes to make a common naming scheme. This...
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
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-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-09 aland Fix lrad_hash_table_free()
2007-02-09 aland Fix lrad_hash_table_free()
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 in testing code
2006-11-16 aland Check return code of malloc in testing code
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-13 aland return NULL not 0 for consistency
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-09 fcusackimport from HEAD:
2006-04-13 aland Added lrad_hash_string() from the head
2006-04-13 aland*** empty log message ***
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-29 aland Port re-sizable hash tables from CVS 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-30 aland Don't increment num_elements too often
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-12-07 nbkPull from CVS head:
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-15 aland Add new hash table function so that small amounts...
2005-09-14 aland Allow inserts or deletes to happen during walk function
2005-09-12 aland Fix typo
2005-09-12 aland Move hash functions to hash.c
2005-09-12 nbk Fix typos.
2005-09-09 aland Added more functions
2005-09-08 aland respect replace_flag
2005-09-08 aland Added hash table implement that mirrors rbtree stuff...