Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* properly log failures to lookup DNS SRV records (r1569 fr...Arthur de Jong2012-03-101-3/+8
* implements proper range checking numeric values returned ...Arthur de Jong2012-01-201-4/+6
* fix a problem with uninitialised memory while parsing the...Arthur de Jong2011-08-241-7/+5
* remove warning messages from parsing the sasl_* options a...Arthur de Jong2010-06-181-19/+14
* remove the use_sasl option and instead rely on sasl_mech ...Arthur de Jong2010-06-181-4/+1
* rename reconnect_maxsleeptime option to reconnect_retrytimeArthur de Jong2010-05-091-3/+6
* refactor retry timing mechanism to use time between first...Arthur de Jong2010-05-091-1/+1
* rename authz_search option to pam_authz_searchArthur de Jong2010-05-081-3/+3
* implement an authz_search option to test whether the user...Arthur de Jong2010-05-071-0/+6
* also have myldap_search() return an LDAP status codeArthur de Jong2010-04-131-1/+1
* add an nss_initgroups_ignoreusers option to ignore userna...Arthur de Jong2010-03-201-0/+49
* rename admindn option to rootpwmoddnArthur de Jong2010-02-271-3/+3
* 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-241-1/+6
* improve getting of domain name by also checking hostname ...Arthur de Jong2010-01-081-18/+46
* implement attribute mapping using shell-like expressionsArthur de Jong2009-12-281-7/+5
* some compatibility improvementsArthur de Jong2009-10-051-0/+4
* some simple changes in includes to make FreeBSD diff smallerArthur de Jong2009-09-041-1/+6
* 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 software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* also support starttls as value for the ssl optionArthur de Jong2009-06-201-1/+2
* remove SSL/TLS warning messages during startupArthur de Jong2009-06-031-9/+1
* don't look inside the passed variable get_strdup() becaus...Arthur de Jong2009-05-301-6/+3
* initialise database modules only once after parsing configArthur de Jong2009-05-241-0/+12
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-17/+27
* set most SSL/TLS related options globally instead of per ...Arthur de Jong2009-05-011-22/+44
* move debugging initialisation to myldap_set_debuglevel() ...Arthur de Jong2009-04-301-2/+1
* rename the tls_checkpeer option to tls_reqcert, deprecati...Arthur de Jong2008-12-061-2/+35
* remove sslpath option because it wasn't used for anythingArthur de Jong2008-11-291-8/+0
* rename get_base_from_dse() to get_base_from_rootdse()Arthur de Jong2008-07-201-5/+5
* make the get_base_from_dse() function cleaner and add a c...Arthur de Jong2008-07-201-5/+11
* implement looking up search base in DSE of LDAP serverArthur de Jong2008-07-201-0/+53
* replace https:// by ldaps:// (stupid typo)Arthur de Jong2008-06-171-3/+3
* implement SASL authentication based on a patch by Dan Whi...Arthur de Jong2008-06-141-6/+27
* don't perform SSL/TLS sanity checks if it isn't available...Arthur de Jong2008-06-121-0/+4
* remove warning on using ssl optionArthur de Jong2008-06-061-1/+0
* check that all URLs start with https:// if "ssl on" is sp...Arthur de Jong2008-06-061-0/+12
* add uid and gid configuration keywords that set the user ...Arthur de Jong2008-06-061-0/+65
* make number of threads configurable with the threads keywordArthur de Jong2008-05-041-1/+8
* only support tls-related options if LDAP library supports...Arthur de Jong2008-05-021-1/+5
* support the case where an attribute mapping variable is NULLArthur de Jong2008-04-271-1/+1
* fix log message of incorrect map statementArthur de Jong2008-04-261-1/+2
* implement new timing mechanism for retries to quickly fai...Arthur de Jong2008-04-251-10/+9
* remove code that handles special cases when calling as ro...Arthur de Jong2008-04-041-30/+0
* only support "dns" and "domain" values on platforms with ...Arthur de Jong2008-02-081-0/+16
* have a fallback value for HOST_NAME_MAX if it is not definedArthur de Jong2008-01-261-0/+4
* fix marsing of map statementArthur de Jong2008-01-261-62/+62
* fix problem in map statement end-of-line handlingArthur de Jong2008-01-161-1/+2
* do not define variable if we're not going to use itArthur de Jong2007-12-271-0/+2