| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove some unused configuration file options | Arthur de Jong | 2007-12-22 | 1 | -21/+0 |
* | some small layout changes | Arthur de Jong | 2007-12-09 | 1 | -1/+1 |
* | clean up Kerberos ccname code, moving it to cfg.c, fixing... | Arthur de Jong | 2007-11-26 | 1 | -4/+0 |
* | remove support for nss_connect_policy configfile option a... | Arthur de Jong | 2007-10-28 | 1 | -8/+0 |
* | put config filename as a parameter to cfg_init() | Arthur de Jong | 2007-09-19 | 1 | -1/+1 |
* | remove support for nested groups and use of uniqueMember ... | Arthur de Jong | 2007-09-15 | 1 | -2/+1 |
* | remove unused include | Arthur de Jong | 2007-09-15 | 1 | -1/+0 |
* | some simplifications in the reconnect loging, removing th... | Arthur de Jong | 2007-09-09 | 1 | -2/+3 |
* | move base and scope handling to database specific modules... | Arthur de Jong | 2007-09-08 | 1 | -10/+0 |
* | move filters definitions to the database modules themselv... | Arthur de Jong | 2007-09-08 | 1 | -4/+0 |
* | move enum ldap_map_selector and struct ldap_service_searc... | Arthur de Jong | 2007-08-26 | 1 | -1/+29 |
* | rewrite configuration file handling to be simpler and mor... | Arthur de Jong | 2007-08-18 | 1 | -42/+52 |
* | remove nss_initgroups and nss_initgroups_ignoreusers conf... | Arthur de Jong | 2007-08-03 | 1 | -2/+0 |
* | remove --enable-paged-results configure option and now al... | Arthur de Jong | 2007-08-03 | 1 | -14/+0 |
* | define the list of attributes to look up in searches in t... | Arthur de Jong | 2007-07-28 | 1 | -2/+0 |
* | switch to the new attribute mapping code | Arthur de Jong | 2007-07-26 | 1 | -2/+0 |
* | get rid of default and override attribute value mappings ... | Arthur de Jong | 2007-07-26 | 1 | -7/+14 |
* | make function _nss_ldap_add_uri() static | Arthur de Jong | 2007-07-26 | 1 | -3/+0 |
* | get rid of dnsconfig stuff since that probably didn't wor... | Arthur de Jong | 2007-07-24 | 1 | -2/+0 |
* | move dict into the common directory | Arthur de Jong | 2007-06-11 | 1 | -1/+1 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 1 | -3/+7 |
* | add new dictionary module and use it for the attribute ma... | Arthur de Jong | 2007-02-01 | 1 | -1/+2 |
* | move most config code into cfg.c, clean up dictornary stu... | Arthur de Jong | 2007-01-17 | 1 | -3/+9 |
* | first step to split out all configuration stuff into sepa... | Arthur de Jong | 2007-01-17 | 1 | -0/+163 |