Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* properly handle spaces in some configuration options (maj...Arthur de Jong2007-12-261-248/+295
* remove bind_policy option because the same effect is achi...Arthur de Jong2007-12-221-13/+0
* reorder timing and reconnect options to be more logical a...Arthur de Jong2007-12-221-36/+25
* remove some unused configuration file optionsArthur de Jong2007-12-221-24/+2
* some small layout changesArthur de Jong2007-12-091-2/+2
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-091-3/+4
* clean up Kerberos ccname code, moving it to cfg.c, fixing...Arthur de Jong2007-11-261-9/+54
* implement LDAP server discovery through DNS, based on a p...Arthur de Jong2007-11-251-10/+96
* remove support for nss_connect_policy configfile option a...Arthur de Jong2007-10-281-15/+0
* make cfg_init() only callable once and add note about not...Arthur de Jong2007-10-271-17/+20
* add warnings and errors to untested and unsupported confi...Arthur de Jong2007-09-281-2/+27
* put config filename as a parameter to cfg_init()Arthur de Jong2007-09-191-2/+2
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-151-13/+0
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-1/+0
* some simplifications in the reconnect loging, removing th...Arthur de Jong2007-09-091-8/+2
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-81/+100
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-10/+25
* remove the ldap-schema.[ch] files since this is now fully...Arthur de Jong2007-09-071-1/+0
* rewrite configuration file handling to be simpler and mor...Arthur de Jong2007-08-181-659/+546
* remove nss_initgroups and nss_initgroups_ignoreusers conf...Arthur de Jong2007-08-031-87/+0
* remove --enable-paged-results configure option and now al...Arthur de Jong2007-08-031-20/+1
* remove some more old mapping stuff and change configurati...Arthur de Jong2007-07-261-41/+23
* switch to the new attribute mapping codeArthur de Jong2007-07-261-58/+41
* get rid of default and override attribute value mappings ...Arthur de Jong2007-07-261-93/+1
* make function _nss_ldap_add_uri() staticArthur de Jong2007-07-261-39/+39
* switch to a new interface for doing attribute mapping, sp...Arthur de Jong2007-07-241-0/+1
* get rid of some unused attribute mappings and a small reo...Arthur de Jong2007-07-241-2/+0
* get rid of dnsconfig stuff since that probably didn't wor...Arthur de Jong2007-07-241-12/+0
* fix a few bugs found thanks to the new warningsArthur de Jong2007-02-171-1/+1
* add new dictionary module and use it for the attribute ma...Arthur de Jong2007-02-011-57/+40