summaryrefslogtreecommitdiff
path: root/lib/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* gpo: Add the winbind call to gpupdateDavid Mulder2018-01-131-0/+1
* winbindd: add "winbind scan trusted domains = no" to avoid trust enumerationStefan Metzmacher2018-01-131-0/+1
* docs-xml: deprecate "server schannel" and change the default to "yes"Stefan Metzmacher2018-01-101-1/+1
* docs-xml: deprecate "client schannel" and change the default to "yes"Stefan Metzmacher2018-01-101-1/+1
* docs-xml: remove deprecated 'use spnego" optionStefan Metzmacher2018-01-101-2/+0
* docs-xml: remove unused "map untrusted to domain" optionStefan Metzmacher2017-12-131-2/+0
* smbd: Enable async I/O by defaultVolker Lendecke2017-12-121-0/+2
* Add mdns name configuration optionKevin Anderson2017-12-081-0/+2
* gpo: Create the gpo update serviceGarming Sam2017-11-201-0/+1
* source4/smbd: add a prefork process model.Gary Lockyer2017-10-191-0/+2
* Removed unused 'oplock contention limit' config parameterChristof Schmitt2017-10-191-2/+0
* param: Add 'binddns dir' parameterAndreas Schneider2017-09-051-0/+1
* param: Disable LanMan authentication unless NTLMv1 is also enabledAndrew Bartlett2017-07-041-0/+16
* auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett2017-07-041-1/+2
* param: change the effective default for "client max protocol" to the latest s...Stefan Metzmacher2017-06-271-1/+1
* docs-xml: change the default for "map untrusted to domain" to "auto"Stefan Metzmacher2017-06-161-0/+2
* param: Add 'mit kdc command' to change the default.Andreas Schneider2017-04-291-0/+5
* lib: param: Remove lpcfg_register_defaults_hook().Jeremy Allison2017-04-181-32/+0
* lib: param: Remove the last external use of global_iconv_handle by calling th...Jeremy Allison2017-04-181-9/+6
* lib: param: Use utility functions to get rid of two more uses of global_iconv...Jeremy Allison2017-04-181-9/+15
* lib: Remove smb_iconv_handle_reinit_lp()Jeremy Allison2017-04-181-2/+7
* param: Check for valid values of 'name resolve order' optionNoel Power2017-04-131-1/+48
* s3: smbd: Change "strict sync" paramter from "no" to "yes" for 4.7.0.Jeremy Allison2017-03-251-0/+2
* rpc_server: Allow to configure the port range for RPC servicesAndreas Schneider2017-01-271-0/+47
* param: Remove winbindd privileged socket directory optionAndrew Bartlett2017-01-221-1/+0
* s3-param: add kerberos encryption types parameterUri Simchoni2016-08-091-0/+2
* docs-xml:smbdotconf: default "ntlm auth" to "no"Stefan Metzmacher2016-07-221-1/+1
* smbd: Enable leases by defaultVolker Lendecke2016-07-221-0/+2
* samba_kcc: Enable the python samba_kccGarming Sam2016-07-211-1/+1
* param: Correct the defaults for "dcerpc endpoint services"Andrew Bartlett2016-07-191-1/+1
* param: fix a typo emtpy -> emptyGarming Sam2016-07-051-4/+4
* CVE-2016-2118: docs-xml: default "allow dcerpc auth level connect" to "no"Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2118: docs-xml: add "allow dcerpc auth level connect" defaulting to ...Stefan Metzmacher2016-04-121-0/+2
* CVE-2016-2115: docs-xml: always default "client ipc signing" to "mandatory"Stefan Metzmacher2016-04-121-5/+1
* CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-04-121-1/+4
* CVE-2016-2115: docs-xml: add "client ipc signing" optionStefan Metzmacher2016-04-121-0/+14
* CVE-2016-2115: docs-xml: add "client ipc min protocol" and "client ipc max pr...Stefan Metzmacher2016-04-121-0/+26
* CVE-2016-2113: docs-xml: let "tls verify peer" default to "as_strict_as_possi...Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2113: docs-xml: add "tls verify peer" option defaulting to "no_check"Stefan Metzmacher2016-04-121-0/+1
* CVE-2016-2112: docs-xml: change the default of "ldap server require strong au...Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2112: docs-xml: add "ldap server require strong auth" optionStefan Metzmacher2016-04-121-0/+2
* CVE-2016-2111: docs-xml/smbdotconf: default "raw NTLMv2 auth" to "no"Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2111: docs-xml: add "raw NTLMv2 auth" defaulting to "yes"Stefan Metzmacher2016-04-121-0/+1
* loadparm: introduce lp_parm_ulonglong() and lpcfg_parm_ulonglong()Uri Simchoni2016-01-261-0/+33
* Change default LDAP page size to 1000.Justin Maggard2016-01-151-1/+1
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* lib/param: handle (ignore) substitution variable in smb.confQuentin Gibeaux2015-12-091-0/+18
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Stefan Metzmacher2015-11-301-11/+37
* s3: smbd: Change aio_pending_size static variable to a new "aio max threads" ...Jeremy Allison2015-11-131-0/+2
* lib/param: fix hiding of FLAG_SYNONYM valuesStefan Metzmacher2015-09-211-36/+53