| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove SSL/TLS warning messages during startup | Arthur de Jong | 2009-06-03 | 1 | -9/+1 |
* | import preliminary version of PAM functionality into nslcd | Arthur de Jong | 2009-06-03 | 4 | -2/+298 |
* | make lookup_dn2uid() available to other modules and split... | Arthur de Jong | 2009-06-03 | 2 | -21/+30 |
* | implement myldap_set_credentials() and myldap_cpy_dn() wh... | Arthur de Jong | 2009-06-03 | 2 | -1/+51 |
* | don't look inside the passed variable get_strdup() becaus... | Arthur de Jong | 2009-05-30 | 1 | -6/+3 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-29 | 13 | -16/+16 |
* | initialise database modules only once after parsing config | Arthur de Jong | 2009-05-24 | 13 | -15/+37 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 15 | -109/+156 |
* | according to autoupdate RETSIGTYPE can be considered void... | Arthur de Jong | 2009-05-09 | 1 | -2/+2 |
* | prefix NETGROUP_TYPE macros with NSLCD_ | Arthur de Jong | 2009-05-08 | 1 | -2/+2 |
* | set most SSL/TLS related options globally instead of per ... | Arthur de Jong | 2009-05-01 | 3 | -80/+44 |