summaryrefslogtreecommitdiff
path: root/nslcd/netgroup.c
AgeCommit message (Expand)Author
2007-12-09switch to new LDAP entry parsing code that is much simpler and more readableArthur de Jong
2007-10-28replace calls to _nss_ldap_get_values() by myldap_get_values(), remove unused...Arthur de Jong
2007-10-28first step to use the new myldap interfaceArthur de Jong
2007-09-15do not pass useless errnos around because they aren't used anymoreArthur de Jong
2007-09-14move the two remaining useful functions from util.c to ldap-nss.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 base and scope handling to database specific modules, gettting rid of ld...Arthur de Jong
2007-09-08move filters definitions to the database modules themselves (and already defi...Arthur de Jong
2007-09-07make handling of ent_context consistent and simplerArthur de Jong
2007-09-07remove the ldap-schema.[ch] files since this is now fully implemented in the ...Arthur de Jong
2007-09-07also pass search filter for the *_all() functions from the database module in...Arthur de Jong
2007-09-07rename attlst stuff to attrs since that is the name of the parameter that is ...Arthur de Jong
2007-09-07move some of the filter code to the database specific modules to be able to r...Arthur de Jong
2007-09-03include service name in attlst storage and functionsArthur de Jong
2007-07-28define the list of attributes to look up in searches in the service modules i...Arthur de Jong
2007-07-26switch to the new attribute mapping codeArthur de Jong
2007-07-24switch to a new interface for doing attribute mapping, splitting the attribut...Arthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-01-17replace __netgrent with mynetgrent removing the fields that are not usedArthur de Jong
2007-01-10write a final result code of NSLCD_RESULT_NOTFOUND for netgroup lookupsArthur 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