summaryrefslogtreecommitdiff
path: root/lib/param
AgeCommit message (Expand)AuthorFilesLines
2017-11-20gpo: Create the gpo update serviceGarming Sam1-0/+1
2017-10-19source4/smbd: add a prefork process model.Gary Lockyer1-0/+2
2017-10-19Removed unused 'oplock contention limit' config parameterChristof Schmitt1-2/+0
2017-09-05param: Add 'binddns dir' parameterAndreas Schneider2-0/+2
2017-07-04param: Add new "disabled" value to "ntlm auth" to disable NTLM totallyAndrew Bartlett1-0/+1
2017-07-04param: Disable LanMan authentication unless NTLMv1 is also enabledAndrew Bartlett1-0/+16
2017-07-04auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett2-1/+16
2017-06-27param: change the effective default for "client max protocol" to the latest s...Stefan Metzmacher1-1/+1
2017-06-16docs-xml: change the default for "map untrusted to domain" to "auto"Stefan Metzmacher1-0/+2
2017-04-29param: Add 'mit kdc command' to change the default.Andreas Schneider1-0/+5
2017-04-18lib: param: Remove lpcfg_register_defaults_hook().Jeremy Allison2-48/+0
2017-04-18lib: param: Remove the last external use of global_iconv_handle by calling th...Jeremy Allison1-9/+6
2017-04-18lib: param: Use utility functions to get rid of two more uses of global_iconv...Jeremy Allison1-9/+15
2017-04-18lib: Remove smb_iconv_handle_reinit_lp()Jeremy Allison3-17/+7
2017-04-13param: Check for valid values of 'name resolve order' optionNoel Power2-1/+49
2017-03-25s3: smbd: Change "strict sync" paramter from "no" to "yes" for 4.7.0.Jeremy Allison1-0/+2
2017-03-14param: Allow to specify kerberos method on the commandlineAndreas Schneider1-0/+4
2017-01-27rpc_server: Allow to configure the port range for RPC servicesAndreas Schneider3-1/+58
2017-01-23Add explicit dependency on samba-debug from libinterfaces and libserverrole.Zentaro Kavanagh1-1/+1
2017-01-22param: Remove winbindd privileged socket directory optionAndrew Bartlett1-1/+0
2017-01-09s3/smbd: new "mangled names" setting "illegal"Ralph Boehme2-1/+2
2017-01-09s3/smbd: convert "mangled names" option to an enumRalph Boehme2-0/+13
2016-08-10smbd: add an option to inherit only the UNIX ownerUri Simchoni2-0/+13
2016-08-09s3-param: add kerberos encryption types parameterUri Simchoni3-0/+15
2016-07-22docs-xml:smbdotconf: default "ntlm auth" to "no"Stefan Metzmacher1-1/+1
2016-07-22smbd: Enable leases by defaultVolker Lendecke1-0/+2
2016-07-21samba_kcc: Enable the python samba_kccGarming Sam1-1/+1
2016-07-19param: Correct the defaults for "dcerpc endpoint services"Andrew Bartlett1-1/+1
2016-07-05param: fix a typo emtpy -> emptyGarming Sam1-4/+4
2016-06-30lib/param: add lpcfg_sam_dnsname() helper functionStefan Metzmacher2-0/+11
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:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme1-1/+4
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 Metzmacher2-0/+16
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 Metzmacher3-0/+20
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-01-26loadparm: introduce lp_parm_ulonglong() and lpcfg_parm_ulonglong()Uri Simchoni2-0/+37
2016-01-15Change default LDAP page size to 1000.Justin Maggard1-1/+1
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij4-2/+3
2015-12-09lib/param: handle (ignore) substitution variable in smb.confQuentin Gibeaux1-0/+18
2015-11-30lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Stefan Metzmacher1-11/+37
2015-11-13s3: smbd: Change aio_pending_size static variable to a new "aio max threads" ...Jeremy Allison1-0/+2
2015-09-21lib/param: fix hiding of FLAG_SYNONYM valuesStefan Metzmacher1-36/+53
2015-08-21param: Use talloc_pooled_objectVolker Lendecke1-9/+3