summaryrefslogtreecommitdiff
path: root/source3/param/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove depracated "ldap ssl ads" smb.conf optionIsaac Boukris2020-08-121-1/+0
* tls: Use NORMAL:-VERS-SSL3.0 as the default configurationAndreas Schneider2020-07-011-7/+1
* s3:lib:tls: Use better priority lists for modern GnuTLSAndreas Schneider2020-06-171-2/+9
* CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-05-041-0/+1
* CVE-2020-10704: smb.conf: Add max ldap request sizesGary Lockyer2020-05-041-0/+3
* lib:param: Add lp(cfg)_weak_crypto()Andreas Schneider2020-03-191-0/+14
* loadparm: check for AD DC required VFS modulesDavid Disseldorp2020-01-031-1/+36
* smbd: Make lp_use_sendfile() static to reply.cVolker Lendecke2019-12-081-20/+0
* param: remove now unused lp_string()Ralph Boehme2019-11-271-5/+0
* param: remove FN_LOCAL_STRINGRalph Boehme2019-11-271-2/+0
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-3/+5
* param: remove now unused FN_GLOBAL_STRING macroRalph Boehme2019-11-271-2/+0
* smbdotconf: mark "ldap user suffix" with constant="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "ldap machine suffix" with constant="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "ldap idmap suffix" with constant="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "ldap group suffix" with constant="1"Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "auto services" with substitution="1"Ralph Boehme2019-11-271-1/+3
* s3:param: let lp_add_auto_services() take a const char *Ralph Boehme2019-11-271-1/+1
* smbdotconf: mark "volume" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "printername" with substitution="1"Ralph Boehme2019-11-271-2/+5
* smbdotconf: mark "path" with substitution="1"Ralph Boehme2019-11-271-1/+3
* param: add FN_{GLOBAL,LOCAL}_SUBSTITUTED_STRING supportStefan Metzmacher2019-11-271-0/+6
* s3:parm: remove unused lp_parm_talloc_string()Stefan Metzmacher2019-11-271-14/+0
* s3:param: split out lp_parm_substituted_string()Stefan Metzmacher2019-11-271-3/+24
* s3:param: split out loadparm_s3_global_substitution from lp_string()Stefan Metzmacher2019-11-271-1/+20
* s3:param: rename lp_string() argument ctx to mem_ctxRalph Boehme2019-11-271-3/+3
* sharesec: Return NTSTATUS from set_share_securityChristof Schmitt2019-11-261-2/+3
* smbd: Remove write cacheVolker Lendecke2019-11-131-1/+0
* Detect when command line max protocol < min protocolDavid Mulder2019-11-121-0/+14
* s4-dns: Deprecate BIND9_FLATFILE and remove "rndc command"Andrew Bartlett2019-08-221-2/+0
* loadparm: fix mem leak found by ASANSwen Schillig2019-08-101-1/+1
* s3:mdssvc: add noindex backendRalph Boehme2019-08-081-1/+1
* s3:mdssvc: new option "spotlight backend"Ralph Boehme2019-08-081-0/+1
* s3/param: clang: Fix 'Value stored to 'bRetval' is never read'Noel Power2019-07-161-3/+0
* docs/xml: change default for "mangled names" to "illegal"Ralph Boehme2019-07-081-1/+1
* docs-xml: change "client min protocol" to SMB2_02Stefan Metzmacher2019-07-081-1/+1
* docs-xml: change "server min protocol" to SMB2_02Stefan Metzmacher2019-07-081-1/+1
* param: change default of "allocation roundup size" to 0Björn Jacke2019-07-071-1/+0
* s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundaryShyamsunder Rathi2019-05-161-3/+35
* smbd: Move deadtime default to parameter definition and man pageChristof Schmitt2019-05-011-1/+1
* memcache: Increase size of default memcache to 512kChristof Schmitt2019-04-061-1/+1
* web_server: Remove the web port smb.conf parameterGarming Sam2019-03-071-2/+0
* docs-xml: add "smbd getinfo ask sharemode"Ralph Boehme2018-12-061-0/+1
* docs-xml: add "smbd search ask sharemode"Ralph Boehme2018-12-061-0/+1
* s3: Remove unsused MMAP_BLACKLIST ifdef checksAndreas Schneider2018-11-281-4/+0
* source4 smbd prefork: Add backoff to process restartGary Lockyer2018-11-231-0/+2
* source4 smbd prefork: Increase default worklers to 4Gary Lockyer2018-11-071-1/+1
* s3:loadparm: reinit_globals in lp_load_with_registry_shares()Ralph Boehme2018-09-071-1/+1
* smb.conf: add dns_zone_scavengingGary Lockyer2018-07-121-0/+1
* s3/loadparm: fix a few talloc stackframe leaksDavid Disseldorp2018-07-061-5/+8