| Commit message (Expand) | Author | Age | Files | Lines |
* | Support an empty search base | Arthur de Jong | 2021-11-02 | 1 | -9/+5 |
* | Add tls_reqsan to check certificate SAN | Arthur de Jong | 2021-01-23 | 1 | -13/+49 |
* | Add tls_crlfile to check local CRL file | Arthur de Jong | 2021-01-23 | 1 | -2/+22 |
* | Add tls_crlcheck to check Certificate Revocation List | sebastienblavier | 2021-01-18 | 1 | -0/+52 |
* | Add domain variable for use in pam_authz_search | Arthur de Jong | 2018-07-21 | 1 | -0/+1 |
* | Increase size of hostname buffer | Arthur de Jong | 2018-02-17 | 1 | -2/+2 |
* | Increase size of config file token | Arthur de Jong | 2017-12-23 | 1 | -1/+1 |
* | Support spaces in attribute mapping expressions | Arthur de Jong | 2017-10-13 | 1 | -5/+4 |
* | Add the ability to offset UID and GID numbers | Seth Wright | 2017-06-20 | 1 | -0/+14 |
* | Add pam_authc_search option parsing | Arthur de Jong | 2017-06-15 | 1 | -19/+45 |
* | Fix nss_disable_enumeration configuration | Arthur de Jong | 2016-02-13 | 1 | -1/+1 |
* | Add pam_authc_ppolicy option | Mathieu Baeumler | 2016-01-06 | 1 | -0/+17 |
* | Correct file readability check | Arthur de Jong | 2015-11-13 | 1 | -9/+2 |
* | Loosen up file existence check | Arthur de Jong | 2015-08-27 | 1 | -70/+65 |
* | Check file existence for configuration options | Arthur de Jong | 2015-07-19 | 1 | -5/+43 |
* | Allow configuration values longer than 63 characters | Jed Liu | 2015-05-24 | 1 | -2/+2 |
* | Implement disable_enumeration | Andrew Elble | 2015-05-01 | 1 | -0/+7 |
* | Implement nss_getgrent_skipmembers | Arthur de Jong | 2015-04-20 | 1 | -1/+8 |
* | Fix formatting of size_t values | Patrick McLean | 2015-03-14 | 1 | -4/+4 |
* | uid_t/gid_t should be formatted as unsigned long | Jason Luan | 2014-09-30 | 1 | -3/+3 |
* | Make buffer size error logging consistent | Arthur de Jong | 2014-05-04 | 1 | -3/+13 |
* | Implement a cache configuration option | Arthur de Jong | 2013-12-21 | 1 | -0/+94 |
* | Support printing children search scope | Arthur de Jong | 2013-12-21 | 1 | -0/+3 |
* | Add cast to int when logging configuration summary | Arthur de Jong | 2013-08-20 | 1 | -3/+3 |
* | Fix errors in invalidator changes | Arthur de Jong | 2013-07-26 | 1 | -0/+2 |
* | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 1 | -7/+7 |
* | Allow invalidating the nfsidmap cache | Arthur de Jong | 2013-07-26 | 1 | -0/+1 |
* | Implement a nss_nested_groups configuration option | Arthur de Jong | 2013-03-24 | 1 | -0/+7 |
* | fix a few compiler warnings | Arthur de Jong | 2013-03-10 | 1 | -0/+2 |
* | implement parsing of the nscd_invalidate option | Arthur de Jong | 2013-03-09 | 1 | -22/+82 |
* | allow names with one character in default validnames opti... | Arthur de Jong | 2013-02-23 | 1 | -1/+1 |
* | handle the log configuration option in nslcd | Arthur de Jong | 2013-02-23 | 1 | -0/+52 |
* | dump full nslcd configuration at debug level on start-up | Arthur de Jong | 2013-01-18 | 1 | -0/+263 |
* | support children search scope for systems that have it | Arthur de Jong | 2013-01-14 | 1 | -0/+4 |
* | reorganise configuration file parsing code | Arthur de Jong | 2013-01-12 | 1 | -561/+535 |
* | check result of set_tolist() to ensure that memory alloca... | Arthur de Jong | 2013-01-12 | 1 | -0/+5 |
* | remove deprecated use_sasl, reconnect_tries, reconnect_ma... | Arthur de Jong | 2012-12-30 | 1 | -18/+2 |
* | remove undocumented restart configuration option | Arthur de Jong | 2012-12-30 | 1 | -8/+0 |
* | reorganise and rename configuration options to be in line... | Arthur de Jong | 2012-12-30 | 1 | -27/+26 |
* | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | 2012-12-30 | 1 | -89/+87 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -603/+652 |
* | to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical... | Arthur de Jong | 2012-11-13 | 1 | -1/+1 |
* | change the default value of sasl_canonicalize to yes (tha... | Arthur de Jong | 2012-08-31 | 1 | -1/+3 |
* | introduce a sasl_canonicalize option that will now, by de... | Arthur de Jong | 2012-08-14 | 1 | -0/+17 |
* | on startup have the gid option default to the primary gro... | Arthur de Jong | 2012-07-20 | 1 | -3/+16 |
* | implement a pam_password_prohibit_message nslcd.conf opti... | Arthur de Jong | 2012-07-08 | 1 | -0/+22 |
* | implement extra range checking of all numeric values | Arthur de Jong | 2012-05-20 | 1 | -2/+2 |
* | allow the pam_authz_search option to be specified multipl... | Arthur de Jong | 2012-05-04 | 1 | -3/+12 |
* | make whether or not to do case-sensitive filtering config... | Arthur de Jong | 2012-03-13 | 1 | -0/+6 |
* | when doing DNS queries for SRV records recognise default ... | Arthur de Jong | 2012-03-10 | 1 | -3/+14 |