| Commit message (Expand) | Author | Age | Files | Lines |
* | the argument to nss_min_uid must be numeric | Arthur de Jong | 2013-04-28 | 1 | -1/+2 |
* | handle the case where getpwuid() returns NULL | Arthur de Jong | 2013-04-28 | 1 | -5/+8 |
* | check result of set_tolist() to ensure that memory alloca... | Arthur de Jong | 2013-02-23 | 1 | -0/+5 |
* | correctly handle the case where the gid option is before ... | Arthur de Jong | 2013-01-11 | 1 | -2/+2 |
* | 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 |
* | properly log failures to lookup DNS SRV records | Arthur de Jong | 2011-12-10 | 1 | -1/+6 |
* | Use an explicit base of 10 for strtouid()/strtogid()/strt... | Jakub Hrozek | 2011-09-30 | 1 | -2/+2 |
* | provide strtouid() and strtogid() functions that use strt... | Arthur de Jong | 2011-08-27 | 1 | -2/+2 |
* | check errno after calls to strtol() to ensure that number... | Arthur de Jong | 2011-08-27 | 1 | -2/+4 |
* | fix typo (thanks Nalin Dahyabhai) | Arthur de Jong | 2011-08-24 | 1 | -1/+1 |
* | fix a problem with uninitialised memory while parsing the... | Arthur de Jong | 2011-08-24 | 1 | -7/+5 |
* | support querying DNS SRV records from a different domain ... | Arthur de Jong | 2011-08-24 | 1 | -4/+13 |
* | check all variables in pam_authz_search to see if they exist | Arthur de Jong | 2011-06-05 | 1 | -2/+35 |
* | mark more strings as const and don't free() data returned... | Arthur de Jong | 2011-06-05 | 1 | -7/+6 |
* | allow usernames of only two characters | Arthur de Jong | 2011-03-31 | 1 | -1/+1 |
* | implement a validnames option that can be used to fine-tu... | Arthur de Jong | 2011-03-25 | 1 | -1/+58 |
* | implement a fqdn variable that can be used inside pam_aut... | Arthur de Jong | 2011-01-29 | 1 | -50/+6 |
* | also support the tls_cacert option as an alias for tls_ca... | Arthur de Jong | 2010-12-26 | 1 | -1/+2 |
* | implement a nss_min_uid option to filter user entries ret... | Arthur de Jong | 2010-12-20 | 1 | -0/+6 |
* | implement a rootpwmodpw option that allows root users to ... | Arthur de Jong | 2010-09-05 | 1 | -2/+31 |
* | remove warning messages from parsing the sasl_* options a... | Arthur de Jong | 2010-06-18 | 1 | -19/+14 |
* | remove the use_sasl option and instead rely on sasl_mech ... | Arthur de Jong | 2010-06-18 | 1 | -4/+1 |
* | rename reconnect_maxsleeptime option to reconnect_retrytime | Arthur de Jong | 2010-05-09 | 1 | -3/+6 |
* | refactor retry timing mechanism to use time between first... | Arthur de Jong | 2010-05-09 | 1 | -1/+1 |
* | rename authz_search option to pam_authz_search | Arthur de Jong | 2010-05-08 | 1 | -3/+3 |
* | implement an authz_search option to test whether the user... | Arthur de Jong | 2010-05-07 | 1 | -0/+6 |
* | also have myldap_search() return an LDAP status code | Arthur de Jong | 2010-04-13 | 1 | -1/+1 |
* | add an nss_initgroups_ignoreusers option to ignore userna... | Arthur de Jong | 2010-03-20 | 1 | -0/+49 |
* | rename admindn option to rootpwmoddn | Arthur de Jong | 2010-02-27 | 1 | -3/+3 |
* | 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 | 1 | -1/+6 |
* | improve getting of domain name by also checking hostname ... | Arthur de Jong | 2010-01-08 | 1 | -18/+46 |
* | implement attribute mapping using shell-like expressions | Arthur de Jong | 2009-12-28 | 1 | -7/+5 |
* | some compatibility improvements | Arthur de Jong | 2009-10-05 | 1 | -0/+4 |
* | some simple changes in includes to make FreeBSD diff smaller | Arthur de Jong | 2009-09-04 | 1 | -1/+6 |
* | 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 software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | also support starttls as value for the ssl option | Arthur de Jong | 2009-06-20 | 1 | -1/+2 |
* | remove SSL/TLS warning messages during startup | Arthur de Jong | 2009-06-03 | 1 | -9/+1 |
* | don't look inside the passed variable get_strdup() becaus... | Arthur de Jong | 2009-05-30 | 1 | -6/+3 |
* | initialise database modules only once after parsing config | Arthur de Jong | 2009-05-24 | 1 | -0/+12 |