summaryrefslogtreecommitdiff
path: root/common/dict.c
AgeCommit message (Expand)Author
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-06-06miscellaneous portability improvementsArthur de Jong
2008-04-23fix problem where first item in the hashtable could be returned twice while l...Arthur de Jong
2008-04-21allocate room for key string just after entry to save on calls to malloc() an...Arthur de Jong
2008-04-19fix wrapping and indenting of commentsArthur de Jong
2008-04-19implement new dict module that uses a hashtable which is around 40 times fast...Arthur de Jong
2008-04-17change dict_values_first() and dict_values_next() into dict_loop_first() and ...Arthur de Jong
2007-12-01simple check for validity of key value in dict_put()Arthur de Jong
2007-07-23fix a serious bug in dict_values_next() that would return map pointers instea...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-12fix casts of types where neededArthur de Jong
2007-06-11move dict into the common directoryArthur de Jong