Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Support DNSLDAPS in uriArthur de Jong2021-11-191-6/+26
* Support an empty search baseArthur de Jong2021-11-021-9/+5
* Add tls_reqsan to check certificate SANArthur de Jong2021-01-231-13/+49
* Add tls_crlfile to check local CRL fileArthur de Jong2021-01-231-2/+22
* Add tls_crlcheck to check Certificate Revocation Listsebastienblavier2021-01-181-0/+52
* Add domain variable for use in pam_authz_searchArthur de Jong2018-07-211-0/+1
* Increase size of hostname bufferArthur de Jong2018-02-171-2/+2
* Increase size of config file tokenArthur de Jong2017-12-231-1/+1
* Support spaces in attribute mapping expressionsArthur de Jong2017-10-131-5/+4
* Add the ability to offset UID and GID numbersSeth Wright2017-06-201-0/+14
* Add pam_authc_search option parsingArthur de Jong2017-06-151-19/+45
* Fix nss_disable_enumeration configurationArthur de Jong2016-02-131-1/+1
* Add pam_authc_ppolicy optionMathieu Baeumler2016-01-061-0/+17
* Correct file readability checkArthur de Jong2015-11-131-9/+2
* Loosen up file existence checkArthur de Jong2015-08-271-70/+65
* Check file existence for configuration optionsArthur de Jong2015-07-191-5/+43
* Allow configuration values longer than 63 charactersJed Liu2015-05-241-2/+2
* Implement disable_enumerationAndrew Elble2015-05-011-0/+7
* Implement nss_getgrent_skipmembersArthur de Jong2015-04-201-1/+8
* Fix formatting of size_t valuesPatrick McLean2015-03-141-4/+4
* uid_t/gid_t should be formatted as unsigned longJason Luan2014-09-301-3/+3
* Make buffer size error logging consistentArthur de Jong2014-05-041-3/+13
* Implement a cache configuration optionArthur de Jong2013-12-211-0/+94
* Support printing children search scopeArthur de Jong2013-12-211-0/+3
* Add cast to int when logging configuration summaryArthur de Jong2013-08-201-3/+3
* Fix errors in invalidator changesArthur de Jong2013-07-261-0/+2
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-261-7/+7
* Allow invalidating the nfsidmap cacheArthur de Jong2013-07-261-0/+1
* Implement a nss_nested_groups configuration optionArthur de Jong2013-03-241-0/+7
* fix a few compiler warningsArthur de Jong2013-03-101-0/+2
* implement parsing of the nscd_invalidate optionArthur de Jong2013-03-091-22/+82
* allow names with one character in default validnames opti...Arthur de Jong2013-02-231-1/+1
* handle the log configuration option in nslcdArthur de Jong2013-02-231-0/+52
* dump full nslcd configuration at debug level on start-upArthur de Jong2013-01-181-0/+263
* support children search scope for systems that have itArthur de Jong2013-01-141-0/+4
* reorganise configuration file parsing codeArthur de Jong2013-01-121-561/+535
* check result of set_tolist() to ensure that memory alloca...Arthur de Jong2013-01-121-0/+5
* remove deprecated use_sasl, reconnect_tries, reconnect_ma...Arthur de Jong2012-12-301-18/+2
* remove undocumented restart configuration optionArthur de Jong2012-12-301-8/+0
* reorganise and rename configuration options to be in line...Arthur de Jong2012-12-301-27/+26
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-301-89/+87
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-603/+652
* to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical...Arthur de Jong2012-11-131-1/+1
* change the default value of sasl_canonicalize to yes (tha...Arthur de Jong2012-08-311-1/+3
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-141-0/+17
* on startup have the gid option default to the primary gro...Arthur de Jong2012-07-201-3/+16
* implement a pam_password_prohibit_message nslcd.conf opti...Arthur de Jong2012-07-081-0/+22
* implement extra range checking of all numeric valuesArthur de Jong2012-05-201-2/+2
* allow the pam_authz_search option to be specified multipl...Arthur de Jong2012-05-041-3/+12
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-131-0/+6