Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* when doing DNS queries for SRV records recognise default ...Arthur de Jong2012-03-101-3/+14
* properly log failures to lookup DNS SRV recordsArthur de Jong2011-12-101-1/+6
* Use an explicit base of 10 for strtouid()/strtogid()/strt...Jakub Hrozek2011-09-301-2/+2
* provide strtouid() and strtogid() functions that use strt...Arthur de Jong2011-08-271-2/+2
* check errno after calls to strtol() to ensure that number...Arthur de Jong2011-08-271-2/+4
* fix typo (thanks Nalin Dahyabhai)Arthur de Jong2011-08-241-1/+1
* fix a problem with uninitialised memory while parsing the...Arthur de Jong2011-08-241-7/+5
* support querying DNS SRV records from a different domain ...Arthur de Jong2011-08-241-4/+13
* check all variables in pam_authz_search to see if they existArthur de Jong2011-06-051-2/+35
* mark more strings as const and don't free() data returned...Arthur de Jong2011-06-051-7/+6
* allow usernames of only two charactersArthur de Jong2011-03-311-1/+1
* implement a validnames option that can be used to fine-tu...Arthur de Jong2011-03-251-1/+58
* implement a fqdn variable that can be used inside pam_aut...Arthur de Jong2011-01-291-50/+6
* also support the tls_cacert option as an alias for tls_ca...Arthur de Jong2010-12-261-1/+2
* implement a nss_min_uid option to filter user entries ret...Arthur de Jong2010-12-201-0/+6
* implement a rootpwmodpw option that allows root users to ...Arthur de Jong2010-09-051-2/+31
* remove warning messages from parsing the sasl_* options a...Arthur de Jong2010-06-181-19/+14
* remove the use_sasl option and instead rely on sasl_mech ...Arthur de Jong2010-06-181-4/+1
* rename reconnect_maxsleeptime option to reconnect_retrytimeArthur de Jong2010-05-091-3/+6
* refactor retry timing mechanism to use time between first...Arthur de Jong2010-05-091-1/+1
* rename authz_search option to pam_authz_searchArthur de Jong2010-05-081-3/+3
* implement an authz_search option to test whether the user...Arthur de Jong2010-05-071-0/+6
* also have myldap_search() return an LDAP status codeArthur de Jong2010-04-131-1/+1
* add an nss_initgroups_ignoreusers option to ignore userna...Arthur de Jong2010-03-201-0/+49