summaryrefslogtreecommitdiff
path: root/lib/param/param_table.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10lib: Simplify num_parameters() with ARRAY_SIZE()Volker Lendecke1-1/+1
2025-11-10smbd: Fix a few possible buffer read overrunsVolker Lendecke1-1/+3
2025-10-10config: add strong certificate binding enforcementGary Lockyer1-0/+9
2025-01-13docs-xml/smbdotconf: add "client use krb5 netlogon" optionStefan Metzmacher1-0/+12
2024-11-11param: Add "client netlogon ping protocol"Volker Lendecke1-0/+8
2024-04-23smbdotconf: add client ldap sasl wrapping = {starttls,ldaps}Stefan Metzmacher1-0/+2
2024-04-23s4:ldap_server: add support for tls channel bindingsStefan Metzmacher1-0/+2
2023-09-26docs-xml: Add new parameter "acl claims evaluation"Andrew Bartlett1-0/+6
2023-06-21docs-xml/smbdotconf: also allow 2012[_R2] for 'ad dc functional level'Stefan Metzmacher1-0/+2
2023-05-16param: Add new parameter "ad dc functional level"Andrew Bartlett1-0/+7
2023-04-06lib/util: Add "debug syslog format = always", which logs to stdout in syslog ...Andrew Bartlett1-0/+12
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-0/+1
2022-06-26dsdb: Allow password history and password changes without an NT hashAndrew Bartlett1-0/+7
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-0/+1
2021-07-15docs-xml: remove support for "SMB3_10"Stefan Metzmacher1-1/+0
2021-07-15docs-xml: remove support for "SMB2_24"Stefan Metzmacher1-1/+0
2021-07-15docs-xml: remove support for "SMB2_22"Stefan Metzmacher1-1/+0
2021-04-28lib:param: Add 'client protection' config optionAndreas Schneider1-0/+8
2021-04-28lib:param: Add 'client use kerberos' config parameterAndreas Schneider1-0/+12
2020-08-19param: Create and use enum_smb_encryption_valsAndreas Schneider1-0/+23
2019-11-12Detect when command line max protocol < min protocolDavid Mulder1-0/+11
2019-10-09s3:mdssvc: add Elasticsearch backendRalph Boehme1-0/+1
2019-08-08s3:mdssvc: add noindex backendRalph Boehme1-0/+1
2019-08-08s3:mdssvc: new option "spotlight backend"Ralph Boehme1-0/+5
2017-12-08Add mdns name configuration optionKevin Anderson1-0/+6
2017-07-04param: Add new "disabled" value to "ntlm auth" to disable NTLM totallyAndrew Bartlett1-0/+1
2017-07-04auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett1-0/+14
2017-03-14param: Allow to specify kerberos method on the commandlineAndreas Schneider1-0/+4
2017-01-09s3/smbd: new "mangled names" setting "illegal"Ralph Boehme1-0/+1
2017-01-09s3/smbd: convert "mangled names" option to an enumRalph Boehme1-0/+10
2016-08-10smbd: add an option to inherit only the UNIX ownerUri Simchoni1-0/+6
2016-08-09s3-param: add kerberos encryption types parameterUri Simchoni1-0/+9
2016-04-12CVE-2016-2113: docs-xml: add "tls verify peer" option defaulting to "no_check"Stefan Metzmacher1-0/+15
2016-04-12CVE-2016-2112: docs-xml: add "ldap server require strong auth" optionStefan Metzmacher1-0/+12
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij1-0/+1
2015-07-31param: use the generated parameter table.Michael Adam1-1/+1
2015-07-31param: move the actual table out into param_table_static.cMichael Adam1-3733/+1
2015-07-31param: don't list '-valid' and 'copy' as synonyms - they aren'tMichael Adam1-2/+0
2015-07-31param: make 'timestamp logs' the default writing of 'debug timestamp'Michael Adam1-0/+1
2015-07-31param: add SYNONYM flag where missingMichael Adam1-1/+9
2015-07-31param: rename szIdmapGID -> idmap_gidMichael Adam1-2/+2
2015-07-31param: rename szIdmapUID -> idmap_uidMichael Adam1-2/+2
2015-07-31param: rename szIdmapBackend -> idmap_backendMichael Adam1-1/+1
2015-07-31param: rename szInclude -> includeMichael Adam1-1/+1
2015-07-31param: rename szCopy -> copyMichael Adam1-1/+1
2015-07-31param: rename bAvailable -> availableMichael Adam1-1/+1
2015-07-31param: make 'realm' use the standard 'realm' variable.Michael Adam1-1/+1
2015-07-31param: rename CupsEncrypt -> cups_encryptMichael Adam1-1/+1
2015-07-31param: rename winbindMaxDomainConnections -> _winbind_max_domain_connectionsMichael Adam1-1/+1
2015-07-31param: rename bWidelinks -> wide_linksMichael Adam1-1/+1