summaryrefslogtreecommitdiff
path: root/nslcd/ldap-nss.c
AgeCommit message (Expand)Author
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
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-03-02remove runtime checking for existance of /lib/init/rw/libnss-ldap.bind_policy...Arthur de Jong
2007-02-10replace syslog calls to calls with our own logging moduleArthur 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-17first step to split out all configuration stuff into separate fileArthur de Jong
2007-01-17get rid of more code that would check if the socket was changed from under us...Arthur de Jong
2007-01-17get rid of rebinding-on-fork() logic as our threading model is very predictableArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-30get rid of a few warningsArthur de Jong
2006-12-29get rid of debug() function and call log_log() insteadArthur 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