| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement function for resetting reconnect times | Arthur de Jong | 2013-08-21 | 1 | -0/+4 |
* | return the password policy bind information via PAM | Arthur de Jong | 2013-03-03 | 1 | -0/+5 |
* | log and return a diagnostic message instead of just the L... | Arthur de Jong | 2013-01-01 | 1 | -1/+6 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -20/+20 |
* | implementation of myldap_get_values_len() to use ldap_get... | Arthur de Jong | 2011-08-05 | 1 | -0/+4 |
* | small code improvements | Arthur de Jong | 2011-03-19 | 1 | -2/+2 |
* | try to update the shadowLastChange attribute of a user on... | Arthur de Jong | 2010-12-26 | 1 | -1/+4 |
* | in each worker wake up once in a while to check whether a... | Arthur de Jong | 2010-12-08 | 1 | -0/+5 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 1 | -3/+3 |
* | don't have myldap_set_credentials() try to open a connect... | Arthur de Jong | 2010-04-13 | 1 | -4/+3 |
* | also have myldap_search() return an LDAP status code | Arthur de Jong | 2010-04-13 | 1 | -3/+5 |
* | implement password changing in the PAM module by performi... | Arthur de Jong | 2009-10-07 | 1 | -0/+5 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | implement myldap_set_credentials() and myldap_cpy_dn() wh... | Arthur de Jong | 2009-06-03 | 1 | -1/+9 |
* | move debugging initialisation to myldap_set_debuglevel() ... | Arthur de Jong | 2009-04-30 | 1 | -1/+4 |
* | improve documentation for myldap_get_rdn_value() function | Arthur de Jong | 2008-05-15 | 1 | -5/+5 |
* | add reference to note about thread-safeness of OpenLDAP | Arthur de Jong | 2008-05-04 | 1 | -2/+2 |
* | defined LDAP_SCOPE_DEFAULT it's not defined elsewhere | Arthur de Jong | 2008-02-04 | 1 | -0/+4 |
* | implement myldap_cpy_rdn_value() function to copy rdn val... | Arthur de Jong | 2008-02-02 | 1 | -1/+8 |
* | on some systems lber.h needs to be included before ldap.h | Arthur de Jong | 2008-01-27 | 1 | -0/+1 |
* | have myldap_get_entry() return an LDAP status code that c... | Arthur de Jong | 2007-12-25 | 1 | -3/+4 |
* | add some more documentation for using the myldap module | Arthur de Jong | 2007-12-24 | 1 | -26/+35 |
* | refactor myldap code to get rid of most of the old nss st... | Arthur de Jong | 2007-12-20 | 1 | -2/+2 |
* | add myldap_session_close() function (mainly for testing p... | Arthur de Jong | 2007-12-20 | 1 | -0/+4 |
* | improve description of myldap interface in comments | Arthur de Jong | 2007-12-14 | 1 | -7/+8 |
* | get rid of some old code and rename ldap-nss to myldap si... | Arthur de Jong | 2007-12-09 | 1 | -5/+1 |
* | integrate basic myldap interface (partially merged from d... | Arthur de Jong | 2007-10-19 | 1 | -0/+102 |