summaryrefslogtreecommitdiff
path: root/common/dict.h
AgeCommit message (Expand)Author
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2010-10-15implement dict_getany() and set_pop() functions to be able to pick and remove...Arthur de Jong
2010-10-15make DICTs and SETs case-sensitiveArthur de Jong
2010-06-14make include guard names consistent throughout the source and avoid conflicts...Arthur de Jong
2010-02-27fix typoArthur de Jong
2009-12-13change dict and set API to perform loops with a list of strings instead of lo...Arthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2008-04-17add note about freed valuesArthur de Jong
2008-04-17change dict_values_first() and dict_values_next() into dict_loop_first() and ...Arthur de Jong
2007-07-23add support for removing entries from a DICT by setting the value to NULL (th...Arthur de Jong
2007-06-11move dict into the common directoryArthur de Jong