summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2020-10-22s3:param:service - ensure registry shares loaded before home checkAndrew Walker1-4/+10
2020-10-09s3:include: Move loadparm prototypes to own header fileAndreas Schneider1-0/+200
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-08-19docs-xml: Add 'client smb encrypt'Andreas Schneider1-0/+2
2020-08-19s3:smbd: Use 'enum smb_encryption_setting' valuesAndreas Schneider1-1/+1
2020-08-19param: Add 'server smb encrypt' parameterAndreas Schneider1-1/+1
2020-08-11Remove depracated "ldap ssl ads" smb.conf optionIsaac Boukris1-1/+0
2020-08-07s3: Parameters. Add 'async dns timeout' parameter. Default to 10. Minimum val...Jeremy Allison1-0/+16
2020-07-01tls: Use NORMAL:-VERS-SSL3.0 as the default configurationAndreas Schneider1-7/+1
2020-06-17s3:lib:tls: Use better priority lists for modern GnuTLSAndreas Schneider1-2/+9
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-05-04CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer1-0/+1
2020-05-04CVE-2020-10704: smb.conf: Add max ldap request sizesGary Lockyer1-0/+3
2020-03-19lib:param: Add lp(cfg)_weak_crypto()Andreas Schneider1-0/+14
2020-01-03loadparm: check for AD DC required VFS modulesDavid Disseldorp1-1/+36
2019-12-08smbd: Make lp_use_sendfile() static to reply.cVolker Lendecke1-20/+0
2019-11-27param: remove now unused lp_string()Ralph Boehme2-6/+0
2019-11-27param: remove FN_LOCAL_STRINGRalph Boehme1-2/+0
2019-11-27s3:param: make "servicename" a substituted optionRalph Boehme1-3/+5
2019-11-27param: remove now unused FN_GLOBAL_STRING macroRalph Boehme1-2/+0
2019-11-27smbdotconf: mark "ldap user suffix" with constant="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "ldap machine suffix" with constant="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "ldap idmap suffix" with constant="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "ldap group suffix" with constant="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "usershare path" with substitution="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "defaultservice" with substitution="1"Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "auto services" with substitution="1"Ralph Boehme1-1/+3
2019-11-27s3:param: let lp_add_auto_services() take a const char *Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "volume" with substitution="1"Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "printername" with substitution="1"Ralph Boehme1-2/+5
2019-11-27smbdotconf: mark "path" with substitution="1"Ralph Boehme1-1/+3
2019-11-27param: add FN_{GLOBAL,LOCAL}_SUBSTITUTED_STRING supportStefan Metzmacher1-0/+6
2019-11-27s3:parm: remove unused lp_parm_talloc_string()Stefan Metzmacher1-14/+0
2019-11-27s3:param: split out lp_parm_substituted_string()Stefan Metzmacher1-3/+24
2019-11-27s3:param: split out loadparm_s3_global_substitution from lp_string()Stefan Metzmacher1-1/+20
2019-11-27s3:param: rename lp_string() argument ctx to mem_ctxRalph Boehme1-3/+3
2019-11-26sharesec: Return NTSTATUS from set_share_securityChristof Schmitt1-2/+3
2019-11-13smbd: Remove write cacheVolker Lendecke1-1/+0
2019-11-12Detect when command line max protocol < min protocolDavid Mulder1-0/+14
2019-08-22s4-dns: Deprecate BIND9_FLATFILE and remove "rndc command"Andrew Bartlett1-2/+0
2019-08-10loadparm: fix mem leak found by ASANSwen Schillig1-1/+1
2019-08-08s3:mdssvc: add noindex backendRalph Boehme1-1/+1
2019-08-08s3:mdssvc: new option "spotlight backend"Ralph Boehme1-0/+1
2019-07-16s3/param: clang: Fix 'Value stored to 'bRetval' is never read'Noel Power1-3/+0
2019-07-08docs/xml: change default for "mangled names" to "illegal"Ralph Boehme1-1/+1
2019-07-08docs-xml: change "client min protocol" to SMB2_02Stefan Metzmacher1-1/+1
2019-07-08docs-xml: change "server min protocol" to SMB2_02Stefan Metzmacher1-1/+1
2019-07-07param: change default of "allocation roundup size" to 0Björn Jacke1-1/+0
2019-05-16s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundaryShyamsunder Rathi1-3/+35
2019-05-16s3: squash 'cast between incompatible function types' warningNoel Power1-1/+1