summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2017-10-19source4/smbd: add a prefork process model.Gary Lockyer1-0/+1
2017-10-19Removed unused 'oplock contention limit' config parameterChristof Schmitt1-1/+0
2017-09-05param: Add 'binddns dir' parameterAndreas Schneider1-0/+2
2017-07-04param: Disable LanMan authentication unless NTLMv1 is also enabledAndrew Bartlett1-1/+17
2017-07-04auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett1-1/+2
2017-06-27param: change the effective default for "client max protocol" to the latest s...Stefan Metzmacher1-1/+1
2017-06-27s3:param: Allow to add usershare if uid_wrapper is loadedAndreas Schneider1-2/+17
2017-06-16docs-xml: change the default for "map untrusted to domain" to "auto"Stefan Metzmacher1-1/+1
2017-04-29param: Add 'mit kdc command' to change the default.Andreas Schneider1-0/+4
2017-04-18s3:param: Use new utility function to hide use of global_iconv_handleJeremy Allison1-3/+8
2017-04-13param: Check for valid values of 'name resolve order' optionNoel Power1-1/+4
2017-03-25s3: smbd: Change "strict sync" paramter from "no" to "yes" for 4.7.0.Jeremy Allison1-1/+1
2017-01-27rpc_server: Allow to configure the port range for RPC servicesAndreas Schneider1-0/+16
2017-01-22param: Remove winbindd privileged socket directory optionAndrew Bartlett1-4/+0
2017-01-09s3/smbd: convert "mangled names" option to an enumRalph Boehme1-1/+1
2016-12-04s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf onlyAndreas Schneider1-4/+4
2016-12-02s3:param: Add an 'include system krb5 conf' optionAndreas Schneider1-0/+1
2016-11-30param: fix lp_parameter_value_is_valid() for parametric optionsRalph Wuerthner1-0/+6
2016-11-23param: validate value in lp_canonicalize_parameter_with_value()Michael Adam1-4/+9
2016-11-23param: use early return in lp_canonicalize_parameter_with_value()Michael Adam1-9/+10
2016-11-23param: add lp_parameter_value_is_valid() functionRalph Wuerthner1-0/+66
2016-10-19loadparm: Fix a warning for increased alignmentVolker Lendecke1-1/+1
2016-10-06s3-param: Add comment to call lp_load_global() after popt processingAndreas Schneider1-0/+3
2016-07-22docs-xml:smbdotconf: default "ntlm auth" to "no"Stefan Metzmacher1-1/+1
2016-07-22smbd: Enable leases by defaultVolker Lendecke1-1/+1
2016-07-19param: Correct the defaults for "dcerpc endpoint services"Andrew Bartlett1-1/+1
2016-05-06smbd: remove "only user" and "username" parametersUri Simchoni1-3/+0
2016-04-12CVE-2016-2118: docs-xml: default "allow dcerpc auth level connect" to "no"Stefan Metzmacher1-1/+1
2016-04-12CVE-2016-2118: docs-xml: add "allow dcerpc auth level connect" defaulting to ...Stefan Metzmacher1-0/+2
2016-04-12CVE-2016-2115: docs-xml: always default "client ipc signing" to "mandatory"Stefan Metzmacher1-5/+1
2016-04-12CVE-2016-2115: s3:winbindd: use lp_client_ipc_{min,max}_protocol()Stefan Metzmacher1-9/+0
2016-04-12CVE-2016-2115: docs-xml: add "client ipc signing" optionStefan Metzmacher1-0/+14
2016-04-12CVE-2016-2115: docs-xml: add "client ipc min protocol" and "client ipc max pr...Stefan Metzmacher1-0/+26
2016-04-12CVE-2016-2113: docs-xml: let "tls verify peer" default to "as_strict_as_possi...Stefan Metzmacher1-1/+1
2016-04-12CVE-2016-2113: docs-xml: add "tls verify peer" option defaulting to "no_check"Stefan Metzmacher1-0/+2
2016-04-12CVE-2016-2112: docs-xml: change the default of "ldap server require strong au...Stefan Metzmacher1-1/+1
2016-04-12CVE-2016-2112: docs-xml: add "ldap server require strong auth" optionStefan Metzmacher1-0/+3
2016-04-12CVE-2016-2111: docs-xml/smbdotconf: default "raw NTLMv2 auth" to "no"Stefan Metzmacher1-1/+1
2016-04-12CVE-2016-2111: docs-xml: add "raw NTLMv2 auth" defaulting to "yes"Stefan Metzmacher1-0/+1
2016-02-19loadparm: Remove an unneeded variableVolker Lendecke1-2/+1
2016-02-17Real memeory leak(buildup) issue in loadparm.Hemanth Thummala1-13/+27
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2016-02-04loadparm: Fix memory leak issue.Hemanth Thummala1-1/+1
2016-01-26loadparm: introduce lp_parm_ulonglong() and lpcfg_parm_ulonglong()Uri Simchoni1-0/+16
2016-01-25s3-parm: clean up defaults when removing global parametersAlexander Bokovoy1-0/+17
2015-12-25smbd: do not disable "store dos attributes" on-the-flyUri Simchoni1-11/+0
2015-12-01s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme1-1/+2
2015-11-30lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Stefan Metzmacher1-119/+114
2015-11-13s3: smbd: Change aio_pending_size static variable to a new "aio max threads" ...Jeremy Allison1-0/+2
2015-08-24loadparm3: Add lp_wi_scan_global_parametrics()Volker Lendecke1-0/+73