summaryrefslogtreecommitdiff
path: root/nslcd/common.h
AgeCommit message (Expand)Author
2007-09-14add note about free()ing the returned value and add loggingArthur de Jong
2007-09-14move user2dn() from group.c to passwd_username2dn() in passwd.cArthur de Jong
2007-09-14get rid of global session and instead pass the session as a parameter with ev...Arthur de Jong
2007-09-08move nss2nslcd() to ldap-nss.cArthur 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-02-17add gcc attributes to some functions and parametersArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-27do not allocate new memory with malloc() for each request with a string param...Arthur de Jong
2006-12-21rename server directory to nslcdArthur de Jong