summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2021-06-23docs-xml: Disable `winbind scan trusted domains` by defaultAndreas Schneider1-1/+1
2021-06-23docs-xml: Enable `winbind use krb5 enterprise principals` by defaultAndreas Schneider1-0/+2
2021-05-27loadparam: add option "acl flag inherited canonicalization"Ralph Boehme1-0/+1
2021-05-20s3:param: Migrate test_lp_load to new cmdline option parserAndreas Schneider2-8/+27
2021-05-10s3:smbd - support streams larger than 64 KiBAndrew Walker1-0/+1
2021-04-28lib:param: Add 'client protection' config optionAndreas Schneider1-0/+2
2021-04-28lib:param: Add 'client use kerberos' config parameterAndreas Schneider2-0/+14
2021-04-22s3:smbd: Remove NIS supportAndreas Schneider1-9/+0
2021-04-21s3: Add s3 net python bindingsDavid Mulder3-1/+114
2021-03-26smb.conf: Remove "share backend" optionAndrew Bartlett1-2/+0
2021-03-16lib: Remove init_names()Volker Lendecke1-1/+0
2021-03-16printing: Introduce printer_list_printername_exists()Volker Lendecke1-1/+2
2020-12-17smbd/notify: add option "honor change notify privilege"Björn Baumbach1-0/+1
2020-12-04s3: smbd: Quiet log messages from usershares for an unknown share.Jeremy Allison1-0/+10
2020-11-30loadparm: Simplify lp_get_async_dns_timeout()Volker Lendecke1-5/+1
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