summaryrefslogtreecommitdiff
path: root/nslcd/myldap.h
AgeCommit message (Expand)Author
2010-12-08in each worker wake up once in a while to check whether any existing LDAP con...Arthur de Jong
2010-06-14make include guard names consistent throughout the source and avoid conflicts...Arthur de Jong
2010-04-13don't have myldap_set_credentials() try to open a connection but have the PAM...Arthur de Jong
2010-04-13also have myldap_search() return an LDAP status codeArthur de Jong
2009-10-07implement password changing in the PAM module by performing an LDAP password ...Arthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-06-03implement myldap_set_credentials() and myldap_cpy_dn() which will be used in ...Arthur de Jong
2009-04-30move debugging initialisation to myldap_set_debuglevel() functionArthur de Jong
2008-05-15improve documentation for myldap_get_rdn_value() functionArthur de Jong
2008-05-04add reference to note about thread-safeness of OpenLDAPArthur de Jong
2008-02-04defined LDAP_SCOPE_DEFAULT it's not defined elsewhereArthur de Jong
2008-02-02implement myldap_cpy_rdn_value() function to copy rdn value into a buffer (fu...Arthur de Jong
2008-01-27on some systems lber.h needs to be included before ldap.hArthur de Jong
2007-12-25have myldap_get_entry() return an LDAP status code that can signal errors in ...Arthur de Jong
2007-12-24add some more documentation for using the myldap moduleArthur de Jong
2007-12-20refactor myldap code to get rid of most of the old nss status codes, properly...Arthur de Jong
2007-12-20add myldap_session_close() function (mainly for testing purposes)Arthur de Jong
2007-12-14improve description of myldap interface in commentsArthur de Jong
2007-12-09get rid of some old code and rename ldap-nss to myldap since there is no more...Arthur de Jong
2007-10-19integrate basic myldap interface (partially merged from dev-myldap branch)Arthur de Jong