summaryrefslogtreecommitdiff
path: root/nslcd/cfg.c
AgeCommit message (Expand)Author
2014-12-17Use log_log->SD universallyLuke Shumaker
2014-12-17Have log_log automatically append strerror(errno)Luke Shumaker
2014-12-17do away with configuring the log levelLuke Shumaker
2014-12-17remove unused cfg stuffLuke Shumaker
2014-12-16simplify the loggerLuke Shumaker
2014-12-16use stdboolLuke Shumaker
2014-12-16it now works for a first query, then crashesLuke Shumaker
2014-12-15fix nslcd.conf parsing (I hope)Luke Shumaker
2014-12-15add configuring yamldirLuke Shumaker
2014-12-14cleanup:Luke Shumaker
2014-12-04get strict (-Wall -Werror -Wextra), clean upLuke Shumaker
2014-12-03strip down cfgLuke Shumaker
2014-11-29fix errors: the only erroring files left are db_pam.c and nslcd.cLuke Shumaker
2014-11-29wipLuke Shumaker
2014-10-04fooLuke Shumaker
2014-05-04Make buffer size error logging consistentArthur de Jong
2013-12-21Implement a cache configuration optionArthur de Jong
2013-12-21Support printing children search scopeArthur de Jong
2013-08-20Add cast to int when logging configuration summaryArthur de Jong
2013-07-26Fix errors in invalidator changesArthur de Jong
2013-07-26Rename nscd_invalidate option to reconnect_invalidateArthur de Jong
2013-07-26Allow invalidating the nfsidmap cacheArthur de Jong
2013-03-24Implement a nss_nested_groups configuration optionArthur de Jong
2013-03-10fix a few compiler warningsArthur de Jong
2013-03-09implement parsing of the nscd_invalidate optionArthur de Jong
2013-02-23allow names with one character in default validnames option and allow parenth...Arthur de Jong
2013-02-23handle the log configuration option in nslcdArthur de Jong
2013-01-18dump full nslcd configuration at debug level on start-upArthur de Jong
2013-01-14support children search scope for systems that have itArthur de Jong
2013-01-12reorganise configuration file parsing codeArthur de Jong
2013-01-12check result of set_tolist() to ensure that memory allocation problems are lo...Arthur de Jong
2012-12-30remove deprecated use_sasl, reconnect_tries, reconnect_maxsleeptime and tls_c...Arthur de Jong
2012-12-30remove undocumented restart configuration optionArthur de Jong
2012-12-30reorganise and rename configuration options to be in line with manual pageArthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-11-13to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonicalize option is explic...Arthur de Jong
2012-08-31change the default value of sasl_canonicalize to yes (thanks Marcus Moeller)Arthur de Jong
2012-08-14introduce a sasl_canonicalize option that will now, by default, disable rever...Arthur de Jong
2012-07-20on startup have the gid option default to the primary group of the specified ...Arthur de Jong
2012-07-08implement a pam_password_prohibit_message nslcd.conf option to deny password ...Arthur de Jong
2012-05-20implement extra range checking of all numeric valuesArthur de Jong
2012-05-04allow the pam_authz_search option to be specified multiple timesArthur de Jong
2012-03-13make whether or not to do case-sensitive filtering configurable (patch by Mat...Arthur de Jong
2012-03-10when doing DNS queries for SRV records recognise default ldap and ldaps portsArthur de Jong
2011-12-10properly log failures to lookup DNS SRV recordsArthur de Jong
2011-09-30Use an explicit base of 10 for strtouid()/strtogid()/strtol() callsJakub Hrozek
2011-08-27provide strtouid() and strtogid() functions that use strtoul() or strtoull() ...Arthur de Jong
2011-08-27check errno after calls to strtol() to ensure that numbers that are too large...Arthur de Jong
2011-08-24fix typo (thanks Nalin Dahyabhai)Arthur de Jong