| Commit message (Expand) | Author | Age | Files | Lines |
* | Use djb2 hash in dict module | Arthur de Jong | 2013-10-14 | 1 | -4/+5 |
* | Fix for common spelling mistake | Arthur de Jong | 2013-08-28 | 1 | -1/+1 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -86/+82 |
* | implement dict_getany() and set_pop() functions to be abl... | Arthur de Jong | 2010-10-15 | 1 | -0/+11 |
* | make DICTs and SETs case-sensitive | Arthur de Jong | 2010-10-15 | 1 | -6/+5 |
* | change dict and set API to perform loops with a list of s... | Arthur de Jong | 2009-12-13 | 1 | -27/+42 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | miscellaneous portability improvements | Arthur de Jong | 2008-06-06 | 1 | -1/+3 |
* | fix problem where first item in the hashtable could be re... | Arthur de Jong | 2008-04-23 | 1 | -1/+1 |
* | allocate room for key string just after entry to save on ... | Arthur de Jong | 2008-04-21 | 1 | -72/+12 |
* | fix wrapping and indenting of comments | Arthur de Jong | 2008-04-19 | 1 | -19/+18 |
* | implement new dict module that uses a hashtable which is ... | Arthur de Jong | 2008-04-19 | 1 | -92/+252 |
* | change dict_values_first() and dict_values_next() into di... | Arthur de Jong | 2008-04-17 | 1 | -4/+8 |
* | simple check for validity of key value in dict_put() | Arthur de Jong | 2007-12-01 | 1 | -0/+2 |
* | fix a serious bug in dict_values_next() that would return... | Arthur de Jong | 2007-07-23 | 1 | -3/+11 |
* | add support for removing entries from a DICT by setting t... | Arthur de Jong | 2007-07-23 | 1 | -4/+6 |
* | fix casts of types where needed | Arthur de Jong | 2007-06-12 | 1 | -0/+1 |
* | move dict into the common directory | Arthur de Jong | 2007-06-11 | 1 | -0/+151 |