index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
dict.c
Age
Commit message (
Expand
)
Author
2013-10-14
Use djb2 hash in dict module
Arthur de Jong
2013-08-28
Fix for common spelling mistake
Arthur de Jong
2012-12-22
update C coding style to a more commonly used style
Arthur de Jong
2010-10-15
implement dict_getany() and set_pop() functions to be able to pick and remove...
Arthur de Jong
2010-10-15
make DICTs and SETs case-sensitive
Arthur de Jong
2009-12-13
change dict and set API to perform loops with a list of strings instead of lo...
Arthur de Jong
2009-08-31
rename software to nss-pam-ldapd
Arthur de Jong
2008-06-06
miscellaneous portability improvements
Arthur de Jong
2008-04-23
fix problem where first item in the hashtable could be returned twice while l...
Arthur de Jong
2008-04-21
allocate room for key string just after entry to save on calls to malloc() an...
Arthur de Jong
2008-04-19
fix wrapping and indenting of comments
Arthur de Jong
2008-04-19
implement new dict module that uses a hashtable which is around 40 times fast...
Arthur de Jong
2008-04-17
change dict_values_first() and dict_values_next() into dict_loop_first() and ...
Arthur de Jong
2007-12-01
simple check for validity of key value in dict_put()
Arthur de Jong
2007-07-23
fix a serious bug in dict_values_next() that would return map pointers instea...
Arthur de Jong
2007-07-23
add support for removing entries from a DICT by setting the value to NULL (th...
Arthur de Jong
2007-06-12
fix casts of types where needed
Arthur de Jong
2007-06-11
move dict into the common directory
Arthur de Jong