summaryrefslogtreecommitdiff
path: root/lib/param
Commit message (Expand)AuthorAgeFilesLines
* param: Add new "disabled" value to "ntlm auth" to disable NTLM totallyAndrew Bartlett2017-07-041-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-042-1/+16
* 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-182-48/+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-183-17/+7
* param: Check for valid values of 'name resolve order' optionNoel Power2017-04-132-1/+49
* s3: smbd: Change "strict sync" paramter from "no" to "yes" for 4.7.0.Jeremy Allison2017-03-251-0/+2
* param: Allow to specify kerberos method on the commandlineAndreas Schneider2017-03-141-0/+4
* rpc_server: Allow to configure the port range for RPC servicesAndreas Schneider2017-01-273-1/+58
* Add explicit dependency on samba-debug from libinterfaces and libserverrole.Zentaro Kavanagh2017-01-231-1/+1
* param: Remove winbindd privileged socket directory optionAndrew Bartlett2017-01-221-1/+0
* s3/smbd: new "mangled names" setting "illegal"Ralph Boehme2017-01-092-1/+2
* s3/smbd: convert "mangled names" option to an enumRalph Boehme2017-01-092-0/+13
* smbd: add an option to inherit only the UNIX ownerUri Simchoni2016-08-102-0/+13
* s3-param: add kerberos encryption types parameterUri Simchoni2016-08-093-0/+15
* 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
* lib/param: add lpcfg_sam_dnsname() helper functionStefan Metzmacher2016-06-302-0/+11
* 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-122-0/+16
* 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-123-0/+20
* 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-262-0/+37
* 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-134-2/+3
* 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
* param: Use talloc_pooled_objectVolker Lendecke2015-08-211-9/+3
* param: Simplify set_param_opt()Volker Lendecke2015-08-211-20/+16
* lib: Remove unused parmlist codeVolker Lendecke2015-08-211-1/+12
* param: update the README with instructions for adding a parameterMichael Adam2015-07-311-5/+15
* param: remove the static param_table.Michael Adam2015-07-311-3737/+0