Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/myldap.h
Commit message (Expand)AuthorAgeFilesLines
* Various spelling fixesArthur de Jong2019-09-171-3/+3
* Implement myldap_bind() functionArthur de Jong2017-06-151-9/+7
* Warn when binddn buffer is too smallArthur de Jong2014-05-041-3/+3
* Provide a myldap_get_deref_values() functionArthur de Jong2014-01-051-1/+8
* Implement function for resetting reconnect timesArthur de Jong2013-08-211-0/+4
* return the password policy bind information via PAMArthur de Jong2013-03-031-0/+5
* log and return a diagnostic message instead of just the L...Arthur de Jong2013-01-011-1/+6
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-20/+20
* implementation of myldap_get_values_len() to use ldap_get...Arthur de Jong2011-08-051-0/+4
* small code improvementsArthur de Jong2011-03-191-2/+2
* try to update the shadowLastChange attribute of a user on...Arthur de Jong2010-12-261-1/+4
* in each worker wake up once in a while to check whether a...Arthur de Jong2010-12-081-0/+5
* make include guard names consistent throughout the source...Arthur de Jong2010-06-141-3/+3
* don't have myldap_set_credentials() try to open a connect...Arthur de Jong2010-04-131-4/+3
* also have myldap_search() return an LDAP status codeArthur de Jong2010-04-131-3/+5
* implement password changing in the PAM module by performi...Arthur de Jong2009-10-071-0/+5
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* implement myldap_set_credentials() and myldap_cpy_dn() wh...Arthur de Jong2009-06-031-1/+9
* move debugging initialisation to myldap_set_debuglevel() ...Arthur de Jong2009-04-301-1/+4
* improve documentation for myldap_get_rdn_value() functionArthur de Jong2008-05-151-5/+5
* add reference to note about thread-safeness of OpenLDAPArthur de Jong2008-05-041-2/+2
* defined LDAP_SCOPE_DEFAULT it's not defined elsewhereArthur de Jong2008-02-041-0/+4
* implement myldap_cpy_rdn_value() function to copy rdn val...Arthur de Jong2008-02-021-1/+8
* on some systems lber.h needs to be included before ldap.hArthur de Jong2008-01-271-0/+1
* have myldap_get_entry() return an LDAP status code that c...Arthur de Jong2007-12-251-3/+4
* add some more documentation for using the myldap moduleArthur de Jong2007-12-241-26/+35
* refactor myldap code to get rid of most of the old nss st...Arthur de Jong2007-12-201-2/+2
* add myldap_session_close() function (mainly for testing p...Arthur de Jong2007-12-201-0/+4
* improve description of myldap interface in commentsArthur de Jong2007-12-141-7/+8
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-091-5/+1
* integrate basic myldap interface (partially merged from d...Arthur de Jong2007-10-191-0/+102