Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* only log "connected to LDAP server" if the previous conne...Arthur de Jong2010-05-091-2/+3
* rename reconnect_maxsleeptime option to reconnect_retrytimeArthur de Jong2010-05-093-8/+11
* don't log errno if it is not set (make error less confusing)Arthur de Jong2010-05-091-6/+9
* handle authentication searches a little differently (only...Arthur de Jong2010-05-091-6/+14
* refactor retry timing mechanism to use time between first...Arthur de Jong2010-05-093-27/+40
* rename authz_search option to pam_authz_searchArthur de Jong2010-05-083-6/+6
* implement an authz_search option to test whether the user...Arthur de Jong2010-05-073-1/+130
* tune some buffer sizes and small cleanupsArthur de Jong2010-05-0711-33/+32
* fix buffer overflowArthur de Jong2010-05-071-1/+1
* don't have myldap_set_credentials() try to open a connect...Arthur de Jong2010-04-133-17/+16
* also have myldap_search() return an LDAP status codeArthur de Jong2010-04-135-25/+33
* add an nss_initgroups_ignoreusers option to ignore userna...Arthur de Jong2010-03-203-0/+62
* have less warnings when LDAP_OPT_X_TLS isn't definedArthur de Jong2010-02-281-0/+4
* rename admindn option to rootpwmoddnArthur de Jong2010-02-273-13/+13
* first try password modification without the old password ...Arthur de Jong2010-02-171-4/+18
* patch by Jan Schampera to implement a --check optionArthur de Jong2010-01-281-8/+37
* fix for type mismatch (thanks to Jan Schampera)Arthur de Jong2010-01-251-1/+1
* add --with-bindpw-file configure option to enable reading...Arthur de Jong2010-01-241-1/+57
* add admindn configuration file option that is used when m...Arthur de Jong2010-01-243-9/+36
* make logging of passwords consistent and support a NULL o...Arthur de Jong2010-01-241-10/+11
* free data returned from ldap_passwd_s() call if needed an...Arthur de Jong2010-01-241-10/+8
* lock the pidfile at start-up to ensure only one nslcd pro...Arthur de Jong2010-01-231-9/+38
* improve getting of domain name by also checking hostname ...Arthur de Jong2010-01-081-18/+46
* some small simplifcations and clarificationsArthur de Jong2009-12-292-18/+9
* implement attribute mapping using shell-like expressionsArthur de Jong2009-12-286-143/+168
* fix log messageArthur de Jong2009-12-271-1/+1
* fix commentArthur de Jong2009-12-271-2/+1
* change dict and set API to perform loops with a list of s...Arthur de Jong2009-12-132-80/+20
* give search filter escaping buffers more logical namesArthur de Jong2009-11-0111-50/+50
* also do proper escaping in mkfilter_group_bymember()Arthur de Jong2009-11-011-7/+15
* also log uri when ldap_start_tls_s() failsArthur de Jong2009-11-011-2/+2
* provide replacement functions for ldap_initialize() and l...Arthur de Jong2009-10-171-9/+1
* make NSLCD_HANDLE_PARAMS() macro simpler and not have emp...Arthur de Jong2009-10-111-5/+5
* fix some header checks in configure and fix ldap_set_rebi...Arthur de Jong2009-10-081-3/+3
* implement password changing in the PAM module by performi...Arthur de Jong2009-10-074-27/+106
* some compatibility improvementsArthur de Jong2009-10-053-0/+9
* log reading and writing errors with errno messageArthur de Jong2009-09-271-2/+4
* fix for problem when authenticating to LDAP entries witho...Arthur de Jong2009-09-241-0/+11
* some simple changes in includes to make FreeBSD diff smallerArthur de Jong2009-09-042-1/+7
* add a --disable-configfile-checking option to configure t...Arthur de Jong2009-09-011-0/+2
* lower the default values for bind_timelimit and reconnect...Arthur de Jong2009-09-011-2/+2
* rename configfile to /etc/nslcd.conf and make debian pack...Arthur de Jong2009-08-311-1/+1
* rename software to nss-pam-ldapdArthur de Jong2009-08-3119-19/+19
* don't return password hashes at all for non-root users, b...Arthur de Jong2009-08-123-16/+21
* fix off by one error in the maximum number of gidNumber a...Arthur de Jong2009-06-291-1/+1
* fix off by one error in the maximum number of uidNumber a...Arthur de Jong2009-06-291-1/+1
* also support starttls as value for the ssl optionArthur de Jong2009-06-201-1/+2
* make error message a little clearerArthur de Jong2009-06-121-1/+1
* implement case-sensitive filtering for group, netgroup, p...Arthur de Jong2009-06-069-151/+133
* also compile correctly if HAVE_LDAP_SASL_INTERACTIVE_BIND...Arthur de Jong2009-06-041-1/+1