summaryrefslogtreecommitdiff
path: root/nslcd/util.h
AgeCommit message (Expand)Author
2007-09-14move the two remaining useful functions from util.c to ldap-nss.cArthur de Jong
2007-09-14move _nss_ldap_dn2uid() from util.c to group.cArthur de Jong
2007-09-14revert special casing for alias_byname() to other functions and some logging ...Arthur de Jong
2007-09-14get rid of global session and instead pass the session as a parameter with ev...Arthur de Jong
2007-09-07properly initialize all contextsArthur de Jong
2007-09-07move some of the filter code to the database specific modules to be able to r...Arthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong
2007-02-01declare old dict functions static as thay are only used from within util.cArthur de Jong
2007-02-01add new dictionary module and use it for the attribute mapping stuffArthur de Jong
2007-01-17move most config code into cfg.c, clean up dictornary stuff in util.c and do ...Arthur de Jong
2007-01-17move name_list stuff to group.c as that is the only place it's used at the mo...Arthur de Jong
2007-01-17first step to split out all configuration stuff into separate fileArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-25get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has_objectclass(), redo...Arthur de Jong
2006-12-21rename server directory to nslcdArthur de Jong