| Commit message (Expand) | Author | Age | Files | Lines |
* | return correct kind of error code from try_pwmod() (r1313... | Arthur de Jong | 2010-12-11 | 1 | -1/+2 |
* | call myldap_session_check() before adding a new search to... | Arthur de Jong | 2010-12-10 | 1 | -2/+2 |
* | set a short socket timeout when shutting down the connec... | Arthur de Jong | 2010-10-29 | 1 | -16/+18 |
* | grow ruser buffer (small part of r1267 from trunk) | Arthur de Jong | 2010-10-13 | 1 | -1/+1 |
* | handle errors from ldap_result() better and disconnect (a... | Arthur de Jong | 2010-09-24 | 1 | -32/+37 |
* | fix comment | Arthur de Jong | 2010-07-18 | 1 | -2/+2 |
* | allow configuring NSS module's SONAME from configure and ... | Arthur de Jong | 2010-07-07 | 1 | -1/+1 |
* | add logging to SASL interaction function | Arthur de Jong | 2010-06-19 | 1 | -0/+12 |
* | improve debug logging of SASL bind calls | Arthur de Jong | 2010-06-19 | 1 | -4/+14 |
* | remove warning messages from parsing the sasl_* options a... | Arthur de Jong | 2010-06-18 | 2 | -23/+18 |
* | make SASL binding code a little earier to read | Arthur de Jong | 2010-06-18 | 1 | -16/+12 |
* | remove the use_sasl option and instead rely on sasl_mech ... | Arthur de Jong | 2010-06-18 | 3 | -7/+2 |
* | use RTLD_NODELETE during dlopen() instead of not using dl... | Arthur de Jong | 2010-06-16 | 1 | -3/+4 |
* | pass pthread flags correctly to nslcd Makefile and rename... | Arthur de Jong | 2010-06-15 | 1 | -1/+1 |
* | implement a global symbol inside the NSS module to allow ... | Arthur de Jong | 2010-06-14 | 1 | -8/+38 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 5 | -15/+15 |
* | remove commented out memberOf and ipNetmaskNumber attribu... | Arthur de Jong | 2010-06-12 | 4 | -5/+0 |
* | fix and remove source code comments | Arthur de Jong | 2010-06-11 | 1 | -3/+1 |
* | fix bug in test (r1127) | Arthur de Jong | 2010-06-01 | 1 | -1/+1 |
* | add a debug log message when user authentication was succ... | Arthur de Jong | 2010-06-01 | 1 | -0/+2 |
* | make debug logging for pam_authz_search option a little m... | Arthur de Jong | 2010-05-22 | 1 | -4/+5 |
* | always clear returned buffer when performing attribute ma... | Arthur de Jong | 2010-05-15 | 2 | -5/+10 |
* | make logging of buffer checks consistent | Arthur de Jong | 2010-05-13 | 1 | -1/+1 |
* | small compatibility improvements | Arthur de Jong | 2010-05-12 | 1 | -1/+1 |
* | only log "connected to LDAP server" if the previous conne... | Arthur de Jong | 2010-05-09 | 1 | -2/+3 |
* | rename reconnect_maxsleeptime option to reconnect_retrytime | Arthur de Jong | 2010-05-09 | 3 | -8/+11 |
* | don't log errno if it is not set (make error less confusing) | Arthur de Jong | 2010-05-09 | 1 | -6/+9 |
* | handle authentication searches a little differently (only... | Arthur de Jong | 2010-05-09 | 1 | -6/+14 |
* | refactor retry timing mechanism to use time between first... | Arthur de Jong | 2010-05-09 | 3 | -27/+40 |
* | rename authz_search option to pam_authz_search | Arthur de Jong | 2010-05-08 | 3 | -6/+6 |
* | implement an authz_search option to test whether the user... | Arthur de Jong | 2010-05-07 | 3 | -1/+130 |
* | tune some buffer sizes and small cleanups | Arthur de Jong | 2010-05-07 | 11 | -33/+32 |
* | fix buffer overflow | Arthur de Jong | 2010-05-07 | 1 | -1/+1 |
* | don't have myldap_set_credentials() try to open a connect... | Arthur de Jong | 2010-04-13 | 3 | -17/+16 |
* | also have myldap_search() return an LDAP status code | Arthur de Jong | 2010-04-13 | 5 | -25/+33 |
* | add an nss_initgroups_ignoreusers option to ignore userna... | Arthur de Jong | 2010-03-20 | 3 | -0/+62 |
* | have less warnings when LDAP_OPT_X_TLS isn't defined | Arthur de Jong | 2010-02-28 | 1 | -0/+4 |
* | rename admindn option to rootpwmoddn | Arthur de Jong | 2010-02-27 | 3 | -13/+13 |
* | first try password modification without the old password ... | Arthur de Jong | 2010-02-17 | 1 | -4/+18 |
* | patch by Jan Schampera to implement a --check option | Arthur de Jong | 2010-01-28 | 1 | -8/+37 |
* | fix for type mismatch (thanks to Jan Schampera) | Arthur de Jong | 2010-01-25 | 1 | -1/+1 |
* | add --with-bindpw-file configure option to enable reading... | Arthur de Jong | 2010-01-24 | 1 | -1/+57 |
* | add admindn configuration file option that is used when m... | Arthur de Jong | 2010-01-24 | 3 | -9/+36 |
* | make logging of passwords consistent and support a NULL o... | Arthur de Jong | 2010-01-24 | 1 | -10/+11 |
* | free data returned from ldap_passwd_s() call if needed an... | Arthur de Jong | 2010-01-24 | 1 | -10/+8 |
* | lock the pidfile at start-up to ensure only one nslcd pro... | Arthur de Jong | 2010-01-23 | 1 | -9/+38 |
* | improve getting of domain name by also checking hostname ... | Arthur de Jong | 2010-01-08 | 1 | -18/+46 |
* | some small simplifcations and clarifications | Arthur de Jong | 2009-12-29 | 2 | -18/+9 |
* | implement attribute mapping using shell-like expressions | Arthur de Jong | 2009-12-28 | 6 | -143/+168 |
* | fix log message | Arthur de Jong | 2009-12-27 | 1 | -1/+1 |