summaryrefslogtreecommitdiff
path: root/nslcd/myldap.h
AgeCommit message (Expand)Author
2013-08-21Implement function for resetting reconnect timesArthur de Jong
2013-03-03return the password policy bind information via PAMArthur de Jong
2013-01-01log and return a diagnostic message instead of just the LDAP error on passwor...Arthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2011-08-05implementation of myldap_get_values_len() to use ldap_get_values_len() instea...Arthur de Jong
2011-03-19small code improvementsArthur de Jong
2010-12-26try to update the shadowLastChange attribute of a user on password change (th...Arthur de Jong
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