Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/cfg.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove nss_initgroups and nss_initgroups_ignoreusers conf...Arthur de Jong2007-08-031-2/+0
* remove --enable-paged-results configure option and now al...Arthur de Jong2007-08-031-14/+0
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-281-2/+0
* switch to the new attribute mapping codeArthur de Jong2007-07-261-2/+0
* get rid of default and override attribute value mappings ...Arthur de Jong2007-07-261-7/+14
* make function _nss_ldap_add_uri() staticArthur de Jong2007-07-261-3/+0
* get rid of dnsconfig stuff since that probably didn't wor...Arthur de Jong2007-07-241-2/+0
* move dict into the common directoryArthur de Jong2007-06-111-1/+1
* add gcc attributes to some functions and parametersArthur de Jong2007-02-171-3/+7
* add new dictionary module and use it for the attribute ma...Arthur de Jong2007-02-011-1/+2
* move most config code into cfg.c, clean up dictornary stu...Arthur de Jong2007-01-171-3/+9
* first step to split out all configuration stuff into sepa...Arthur de Jong2007-01-171-0/+163