| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase NSS_LDAP_CONFIG_MAX_BASES to 31 | Arthur de Jong | 2013-10-07 | 1 | -1/+1 |
* | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 1 | -1/+1 |
* | Allow invalidating the nfsidmap cache | Arthur de Jong | 2013-07-26 | 1 | -0/+1 |
* | Fix comment for nss_nested_groups config option | Arthur de Jong | 2013-03-28 | 1 | -1/+1 |
* | Implement a nss_nested_groups configuration option | Arthur de Jong | 2013-03-24 | 1 | -0/+1 |
* | spelling fixes | Arthur de Jong | 2013-03-24 | 1 | -1/+1 |
* | implement parsing of the nscd_invalidate option | Arthur de Jong | 2013-03-09 | 1 | -0/+1 |
* | dump full nslcd configuration at debug level on start-up | Arthur de Jong | 2013-01-18 | 1 | -1/+2 |
* | remove undocumented restart configuration option | Arthur de Jong | 2012-12-30 | 1 | -2/+0 |
* | reorganise and rename configuration options to be in line... | Arthur de Jong | 2012-12-30 | 1 | -73/+45 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -32/+32 |
* | re-order enum values to use the same order as elsewhere | Arthur de Jong | 2012-12-28 | 1 | -6/+6 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -9/+5 |
* | introduce a sasl_canonicalize option that will now, by de... | Arthur de Jong | 2012-08-14 | 1 | -0/+4 |
* | on startup have the gid option default to the primary gro... | Arthur de Jong | 2012-07-20 | 1 | -0/+2 |
* | implement a pam_password_prohibit_message nslcd.conf opti... | Arthur de Jong | 2012-07-08 | 1 | -0/+3 |
* | allow the pam_authz_search option to be specified multipl... | Arthur de Jong | 2012-05-04 | 1 | -5/+8 |
* | make whether or not to do case-sensitive filtering config... | Arthur de Jong | 2012-03-13 | 1 | -0/+2 |
* | implement a validnames option that can be used to fine-tu... | Arthur de Jong | 2011-03-25 | 1 | -1/+4 |
* | implement a nss_min_uid option to filter user entries ret... | Arthur de Jong | 2010-12-20 | 1 | -0/+2 |
* | remove obsolete note | Arthur de Jong | 2010-10-16 | 1 | -2/+1 |
* | implement a rootpwmodpw option that allows root users to ... | Arthur de Jong | 2010-09-05 | 1 | -0/+2 |
* | remove warning messages from parsing the sasl_* options a... | Arthur de Jong | 2010-06-18 | 1 | -4/+4 |
* | remove the use_sasl option and instead rely on sasl_mech ... | Arthur de Jong | 2010-06-18 | 1 | -2/+0 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 1 | -3/+3 |
* | rename reconnect_maxsleeptime option to reconnect_retrytime | Arthur de Jong | 2010-05-09 | 1 | -1/+1 |
* | refactor retry timing mechanism to use time between first... | Arthur de Jong | 2010-05-09 | 1 | -2/+2 |
* | rename authz_search option to pam_authz_search | Arthur de Jong | 2010-05-08 | 1 | -1/+1 |
* | implement an authz_search option to test whether the user... | Arthur de Jong | 2010-05-07 | 1 | -0/+2 |
* | add an nss_initgroups_ignoreusers option to ignore userna... | Arthur de Jong | 2010-03-20 | 1 | -0/+4 |
* | rename admindn option to rootpwmoddn | Arthur de Jong | 2010-02-27 | 1 | -1/+1 |
* | add admindn configuration file option that is used when m... | Arthur de Jong | 2010-01-24 | 1 | -1/+3 |
* | some small simplifcations and clarifications | Arthur de Jong | 2009-12-29 | 1 | -2/+2 |
* | some compatibility improvements | Arthur de Jong | 2009-10-05 | 1 | -0/+1 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 1 | -1/+4 |
* | set most SSL/TLS related options globally instead of per ... | Arthur de Jong | 2009-05-01 | 1 | -14/+0 |
* | move debugging initialisation to myldap_set_debuglevel() ... | Arthur de Jong | 2009-04-30 | 1 | -2/+0 |
* | include ldap.h to ensure that struct ldap_config will be ... | Arthur de Jong | 2009-04-25 | 1 | -1/+2 |
* | rename the tls_checkpeer option to tls_reqcert, deprecati... | Arthur de Jong | 2008-12-06 | 1 | -1/+1 |
* | remove sslpath option because it wasn't used for anything | Arthur de Jong | 2008-11-29 | 1 | -2/+0 |
* | implement SASL authentication based on a patch by Dan Whi... | Arthur de Jong | 2008-06-14 | 1 | -2/+8 |
* | add uid and gid configuration keywords that set the user ... | Arthur de Jong | 2008-06-06 | 1 | -0/+11 |
* | make number of threads configurable with the threads keyword | Arthur de Jong | 2008-05-04 | 1 | -0/+2 |
* | only support tls-related options if LDAP library supports... | Arthur de Jong | 2008-05-02 | 1 | -1/+3 |
* | implement new timing mechanism for retries to quickly fai... | Arthur de Jong | 2008-04-25 | 1 | -3/+10 |
* | remove code that handles special cases when calling as ro... | Arthur de Jong | 2008-04-04 | 1 | -8/+0 |
* | properly handle spaces in some configuration options (maj... | Arthur de Jong | 2007-12-26 | 1 | -1/+1 |
* | remove bind_policy option because the same effect is achi... | Arthur de Jong | 2007-12-22 | 1 | -9/+0 |
* | reorder timing and reconnect options to be more logical a... | Arthur de Jong | 2007-12-22 | 1 | -9/+9 |