Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/cfg.h
Commit message (Expand)AuthorAgeFilesLines
* various typo and other comment fixes (4b01125, b0785de, b...Arthur de Jong2013-04-281-2/+2
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-141-0/+4
* on startup have the gid option default to the primary gro...Arthur de Jong2012-07-201-0/+2
* implement a pam_password_prohibit_message nslcd.conf opti...Arthur de Jong2012-07-081-0/+3
* allow the pam_authz_search option to be specified multipl...Arthur de Jong2012-05-041-5/+8
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-131-0/+2
* implement a validnames option that can be used to fine-tu...Arthur de Jong2011-03-251-1/+4
* implement a nss_min_uid option to filter user entries ret...Arthur de Jong2010-12-201-0/+2
* remove obsolete noteArthur de Jong2010-10-161-2/+1
* implement a rootpwmodpw option that allows root users to ...Arthur de Jong2010-09-051-0/+2
* remove warning messages from parsing the sasl_* options a...Arthur de Jong2010-06-181-4/+4
* remove the use_sasl option and instead rely on sasl_mech ...Arthur de Jong2010-06-181-2/+0
* make include guard names consistent throughout the source...Arthur de Jong2010-06-141-3/+3
* rename reconnect_maxsleeptime option to reconnect_retrytimeArthur de Jong2010-05-091-1/+1
* refactor retry timing mechanism to use time between first...Arthur de Jong2010-05-091-2/+2
* rename authz_search option to pam_authz_searchArthur de Jong2010-05-081-1/+1
* implement an authz_search option to test whether the user...Arthur de Jong2010-05-071-0/+2
* add an nss_initgroups_ignoreusers option to ignore userna...Arthur de Jong2010-03-201-0/+4
* rename admindn option to rootpwmoddnArthur de Jong2010-02-271-1/+1
* add admindn configuration file option that is used when m...Arthur de Jong2010-01-241-1/+3
* some small simplifcations and clarificationsArthur de Jong2009-12-291-2/+2
* some compatibility improvementsArthur de Jong2009-10-051-0/+1
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-1/+4
* set most SSL/TLS related options globally instead of per ...Arthur de Jong2009-05-011-14/+0
* move debugging initialisation to myldap_set_debuglevel() ...Arthur de Jong2009-04-301-2/+0
* include ldap.h to ensure that struct ldap_config will be ...Arthur de Jong2009-04-251-1/+2
* rename the tls_checkpeer option to tls_reqcert, deprecati...Arthur de Jong2008-12-061-1/+1
* remove sslpath option because it wasn't used for anythingArthur de Jong2008-11-291-2/+0
* implement SASL authentication based on a patch by Dan Whi...Arthur de Jong2008-06-141-2/+8
* add uid and gid configuration keywords that set the user ...Arthur de Jong2008-06-061-0/+11
* make number of threads configurable with the threads keywordArthur de Jong2008-05-041-0/+2
* only support tls-related options if LDAP library supports...Arthur de Jong2008-05-021-1/+3
* implement new timing mechanism for retries to quickly fai...Arthur de Jong2008-04-251-3/+10
* remove code that handles special cases when calling as ro...Arthur de Jong2008-04-041-8/+0
* properly handle spaces in some configuration options (maj...Arthur de Jong2007-12-261-1/+1
* remove bind_policy option because the same effect is achi...Arthur de Jong2007-12-221-9/+0
* reorder timing and reconnect options to be more logical a...Arthur de Jong2007-12-221-9/+9
* remove some unused configuration file optionsArthur de Jong2007-12-221-21/+0
* some small layout changesArthur de Jong2007-12-091-1/+1
* clean up Kerberos ccname code, moving it to cfg.c, fixing...Arthur de Jong2007-11-261-4/+0
* remove support for nss_connect_policy configfile option a...Arthur de Jong2007-10-281-8/+0
* put config filename as a parameter to cfg_init()Arthur de Jong2007-09-191-1/+1
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-151-2/+1
* remove unused includeArthur de Jong2007-09-151-1/+0
* some simplifications in the reconnect loging, removing th...Arthur de Jong2007-09-091-2/+3
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-10/+0
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-4/+0
* move enum ldap_map_selector and struct ldap_service_searc...Arthur de Jong2007-08-261-1/+29
* rewrite configuration file handling to be simpler and mor...Arthur de Jong2007-08-181-42/+52