summaryrefslogtreecommitdiff
path: root/nslcd/ldap-nss.c
AgeCommit message (Expand)Author
2007-12-09get rid of some old code and rename ldap-nss to myldap since there is no more...Arthur de Jong
2007-12-09ignore decoding errors from ldap_get_values() as they are just nonexisting at...Arthur de Jong
2007-11-26clean up Kerberos ccname code, moving it to cfg.c, fixing some bugs in the pu...Arthur de Jong
2007-11-16patch from Andreas Schneider <anschneider@suse.de> to get krb5_ccname option ...Arthur de Jong
2007-10-28some smaller cleanups and simplifications to the code (getting rid of the is_...Arthur de Jong
2007-10-28remove sizelimit parameterArthur de Jong
2007-10-28integrate ent_context attributes into ldap_searchArthur de Jong
2007-10-28remove session from context and remove sycnhronous search functionsArthur de Jong
2007-10-28replace calls to _nss_ldap_get_values() by myldap_get_values(), remove unused...Arthur de Jong
2007-10-28remove support for nss_connect_policy configfile option and remove some suppo...Arthur de Jong
2007-10-28first step to use the new myldap interfaceArthur de Jong
2007-10-25clean up any messages after abandoning the search because that returns a new ...Arthur de Jong
2007-10-25fix a memory leak, not storing search entries so they could be freed later onArthur de Jong
2007-10-25fix using unassigned statusArthur de Jong
2007-10-25fix memory leakArthur de Jong
2007-10-19make a replacement for _nss_ldap_getbyname() which uses the myldap calls inte...Arthur de Jong
2007-10-19integrate basic myldap interface (partially merged from dev-myldap branch)Arthur de Jong
2007-09-21remove unneeded variables and slightly improve loggingArthur de Jong
2007-09-15centralize opening of connection to LDAP server in do_open() and refactor do_...Arthur de Jong
2007-09-15remove support for nested groups and use of uniqueMember and member attribute...Arthur de Jong
2007-09-15some more code cleanup, changing return type of _nss_ldap_init(), integrating...Arthur de Jong
2007-09-15do not pass useless errnos around because they aren't used anymoreArthur de Jong
2007-09-14some type fixes and logic simplificationsArthur de Jong
2007-09-14move the two remaining useful functions from util.c to ldap-nss.cArthur de Jong
2007-09-14revert special casing for alias_byname() to other functions and some logging ...Arthur de Jong
2007-09-14remove mutex from all LDAP operations because we now have a session and a con...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-12some code cleanup and fixes to the layoutArthur de Jong
2007-09-09change naming of search functions to clearly indicate whether the synchronous...Arthur de Jong
2007-09-09some simplifications in the reconnect loging, removing the undocumented nss_r...Arthur de Jong
2007-09-08move nss2nslcd() to ldap-nss.cArthur de Jong
2007-09-08rename a function and a little bit of cleanupArthur de Jong
2007-09-08fix endless loop bugArthur 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-07move some of the filter code to the database specific modules to be able to r...Arthur de Jong
2007-09-03remove sigpipe handling code since sigpipe is ignored throughout the programArthur de Jong
2007-08-18fix a couple of uses of per-map bases that could be NULL and remove the ldap_...Arthur de Jong
2007-08-18rewrite configuration file handling to be simpler and more consistent, this d...Arthur de Jong
2007-08-03remove --enable-paged-results configure option and now always do runtime conf...Arthur 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-26get rid of default and override attribute value mappings and remove host and ...Arthur de Jong
2007-07-26move some shadow specific functions to shadow.cArthur de Jong
2007-07-24remove some more unused codeArthur de Jong
2007-07-24switch to a new interface for doing attribute mapping, splitting the attribut...Arthur de Jong
2007-06-12fix casts of types where neededArthur de Jong