summaryrefslogtreecommitdiff
path: root/nslcd/cfg.h
AgeCommit message (Expand)Author
2008-06-06add uid and gid configuration keywords that set the user id and group id of t...Arthur de Jong
2008-05-04make number of threads configurable with the threads keywordArthur de Jong
2008-05-02only support tls-related options if LDAP library supports TLS, only add rebin...Arthur de Jong
2008-04-25implement new timing mechanism for retries to quickly fail lookups to LDAP se...Arthur de Jong
2008-04-04remove code that handles special cases when calling as root (removing rootbin...Arthur de Jong
2007-12-26properly handle spaces in some configuration options (major change in code in...Arthur de Jong
2007-12-22remove bind_policy option because the same effect is achieved by setting reco...Arthur de Jong
2007-12-22reorder timing and reconnect options to be more logical and remove nss_ prefi...Arthur de Jong
2007-12-22remove some unused configuration file optionsArthur de Jong
2007-12-09some small layout changesArthur de Jong
2007-11-26clean up Kerberos ccname code, moving it to cfg.c, fixing some bugs in the pu...Arthur de Jong
2007-10-28remove support for nss_connect_policy configfile option and remove some suppo...Arthur de Jong
2007-09-19put config filename as a parameter to cfg_init()Arthur de Jong
2007-09-15remove support for nested groups and use of uniqueMember and member attribute...Arthur de Jong
2007-09-15remove unused includeArthur de Jong
2007-09-09some simplifications in the reconnect loging, removing the undocumented nss_r...Arthur de Jong
2007-09-08move base and scope handling to database specific modules, gettting rid of ld...Arthur de Jong
2007-09-08move filters definitions to the database modules themselves (and already defi...Arthur de Jong
2007-08-26move enum ldap_map_selector and struct ldap_service_search_descriptor from ld...Arthur de Jong
2007-08-18rewrite configuration file handling to be simpler and more consistent, this d...Arthur de Jong
2007-08-03remove nss_initgroups and nss_initgroups_ignoreusers configfile optionsArthur de Jong
2007-08-03remove --enable-paged-results configure option and now always do runtime conf...Arthur de Jong
2007-07-28define the list of attributes to look up in searches in the service modules i...Arthur de Jong
2007-07-26switch to the new attribute mapping codeArthur de Jong
2007-07-26get rid of default and override attribute value mappings and remove host and ...Arthur de Jong
2007-07-26make function _nss_ldap_add_uri() staticArthur de Jong
2007-07-24get rid of dnsconfig stuff since that probably didn't work anyway and it clea...Arthur de Jong
2007-06-11move dict into the common directoryArthur de Jong
2007-02-17add gcc attributes to some functions and parametersArthur de Jong
2007-02-01add new dictionary module and use it for the attribute mapping stuffArthur de Jong
2007-01-17move most config code into cfg.c, clean up dictornary stuff in util.c and do ...Arthur de Jong
2007-01-17first step to split out all configuration stuff into separate fileArthur de Jong