| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix comment | Arthur de Jong | 2009-12-27 | 1 | -2/+1 |
* | change dict and set API to perform loops with a list of s... | Arthur de Jong | 2009-12-13 | 2 | -80/+20 |
* | give search filter escaping buffers more logical names | Arthur de Jong | 2009-11-01 | 11 | -50/+50 |
* | also do proper escaping in mkfilter_group_bymember() | Arthur de Jong | 2009-11-01 | 1 | -7/+15 |
* | also log uri when ldap_start_tls_s() fails | Arthur de Jong | 2009-11-01 | 1 | -2/+2 |
* | provide replacement functions for ldap_initialize() and l... | Arthur de Jong | 2009-10-17 | 1 | -9/+1 |
* | make NSLCD_HANDLE_PARAMS() macro simpler and not have emp... | Arthur de Jong | 2009-10-11 | 1 | -5/+5 |
* | fix some header checks in configure and fix ldap_set_rebi... | Arthur de Jong | 2009-10-08 | 1 | -3/+3 |
* | implement password changing in the PAM module by performi... | Arthur de Jong | 2009-10-07 | 4 | -27/+106 |
* | some compatibility improvements | Arthur de Jong | 2009-10-05 | 3 | -0/+9 |
* | log reading and writing errors with errno message | Arthur de Jong | 2009-09-27 | 1 | -2/+4 |
* | fix for problem when authenticating to LDAP entries witho... | Arthur de Jong | 2009-09-24 | 1 | -0/+11 |
* | some simple changes in includes to make FreeBSD diff smaller | Arthur de Jong | 2009-09-04 | 2 | -1/+7 |
* | add a --disable-configfile-checking option to configure t... | Arthur de Jong | 2009-09-01 | 1 | -0/+2 |
* | lower the default values for bind_timelimit and reconnect... | Arthur de Jong | 2009-09-01 | 1 | -2/+2 |
* | rename configfile to /etc/nslcd.conf and make debian pack... | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 19 | -19/+19 |
* | don't return password hashes at all for non-root users, b... | Arthur de Jong | 2009-08-12 | 3 | -16/+21 |
* | fix off by one error in the maximum number of gidNumber a... | Arthur de Jong | 2009-06-29 | 1 | -1/+1 |
* | fix off by one error in the maximum number of uidNumber a... | Arthur de Jong | 2009-06-29 | 1 | -1/+1 |
* | also support starttls as value for the ssl option | Arthur de Jong | 2009-06-20 | 1 | -1/+2 |
* | make error message a little clearer | Arthur de Jong | 2009-06-12 | 1 | -1/+1 |
* | implement case-sensitive filtering for group, netgroup, p... | Arthur de Jong | 2009-06-06 | 9 | -151/+133 |
* | also compile correctly if HAVE_LDAP_SASL_INTERACTIVE_BIND... | Arthur de Jong | 2009-06-04 | 1 | -1/+1 |