summaryrefslogtreecommitdiff
path: root/source3/param
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Change lp_set_posix_pathnames() to take a newval parameter and retu...Jeremy Allison2016-08-031-4/+5
* param: Correct the defaults for "dcerpc endpoint services"Andrew Bartlett2016-08-031-1/+1
* Merge tag 'samba-4.3.8' into v4-3-testStefan Metzmacher2016-04-121-4/+39
|\
| * CVE-2016-2118: docs-xml: default "allow dcerpc auth level connect" to "no"Stefan Metzmacher2016-03-301-1/+1
| * CVE-2016-2118: docs-xml: add "allow dcerpc auth level connect" defaulting to ...Stefan Metzmacher2016-03-301-0/+2
| * CVE-2016-2115: docs-xml: always default "client ipc signing" to "mandatory"Stefan Metzmacher2016-03-301-5/+1
| * CVE-2016-2115: s3:winbindd: use lp_client_ipc_{min,max}_protocol()Stefan Metzmacher2016-03-301-9/+0
| * CVE-2016-2115: docs-xml: add "client ipc signing" optionStefan Metzmacher2016-03-301-0/+14
| * CVE-2016-2115: docs-xml: add "client ipc min protocol" and "client ipc max pr...Stefan Metzmacher2016-03-301-0/+26
| * CVE-2016-2113: docs-xml: let "tls verify peer" default to "as_strict_as_possi...Stefan Metzmacher2016-03-301-1/+1
| * CVE-2016-2113: docs-xml: add "tls verify peer" option defaulting to "no_check"Stefan Metzmacher2016-03-301-0/+2
| * CVE-2016-2112: docs-xml: change the default of "ldap server require strong au...Stefan Metzmacher2016-03-291-1/+1
| * CVE-2016-2112: docs-xml: add "ldap server require strong auth" optionStefan Metzmacher2016-03-291-0/+3
| * CVE-2016-2111: docs-xml/smbdotconf: default "raw NTLMv2 auth" to "no"Stefan Metzmacher2016-03-291-1/+1
| * CVE-2016-2111: docs-xml: add "raw NTLMv2 auth" defaulting to "yes"Stefan Metzmacher2016-03-291-0/+1
* | Real memeory leak(buildup) issue in loadparm.Hemanth Thummala2016-02-221-13/+27
|/
* loadparm: Fix memory leak issue.Hemanth Thummala2016-02-151-1/+1
* s3-parm: clean up defaults when removing global parametersAlexander Bokovoy2016-01-261-0/+17
* smbd: do not disable "store dos attributes" on-the-flyUri Simchoni2016-01-061-11/+0
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Jeremy Allison2015-12-171-120/+112
* s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme2015-12-171-1/+2
* loadparm3: Add lp_wi_scan_global_parametrics()Volker Lendecke2015-08-311-0/+73
* lib/tls: Change default supported TLS versions.Andrew Bartlett2015-07-201-1/+1
* lib/tls: Add new 'tls priority' optionAndrew Bartlett2015-07-201-0/+1
* param: Make "kernel change notify" globalVolker Lendecke2015-07-071-1/+1
* param: Make "change notify" globalVolker Lendecke2015-07-071-1/+2
* s3-mdssvc: add new option 'spotlight'Ralph Boehme2015-07-071-0/+1
* s3:param/loadparm fix testparm --show-all-parametersChristian Ambach2015-06-091-1/+1
* smbd: Offer SMB 3.1.1 by default.Stefan Metzmacher2015-05-081-1/+1
* smbd: offer SMB 3.0.2 by default.Michael Adam2015-05-081-1/+1
* param: rename FLAG_HIDE to FLAG_SYNONYMMichael Adam2015-05-021-5/+5
* param: remove swat specific flags.Michael Adam2015-05-021-6/+2
* param: Remove unused P_SEP and P_SEPARATORMichael Adam2015-05-021-3/+1
* s3:param: remove unused function lp_parameter_is_canonical()Michael Adam2015-05-021-16/+0
* Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe2015-04-292-5/+5
* s3:param: remove arg save_defaults from lp_load_with_registry_shares()Michael Adam2015-04-222-6/+3
* s3:param: remove arg initialize_globals from lp_load_with_registry_shares()Michael Adam2015-04-222-5/+3
* s3:param: rename arg initialize_globals->reinit_globals in lp_load()Michael Adam2015-04-221-5/+5
* s3:param: rename arg initialize_globals->reinit_globals in lp_load_ex()Michael Adam2015-04-221-5/+5
* s3:param: fix a commentMichael Adam2015-04-221-1/+1
* s3:param: use GLOBAL_SECTION_SNUM in lp_enforce_ad_dc_settings()Michael Adam2015-04-221-11/+12
* s3:param: factor lp_enforce_ad_dc_settings() out of lp_load_ex()Michael Adam2015-04-221-13/+16
* s3:param: in lp_load_initial_only(), make sure to save defaults.Michael Adam2015-04-221-1/+1
* s3:param: make lp_load() staticMichael Adam2015-04-221-5/+5
* s3:param: use lp_load_no_reinit() in lp_load_for_s4_ctx()Michael Adam2015-04-221-1/+1
* s3:param: add lp_load_no_reinit()Michael Adam2015-04-221-0/+15
* s3:param: remove "add_ipc" parameter from lp_load_with_registry_shares().Michael Adam2015-04-222-3/+1
* s3:param: remove "global_only" parameter from lp_load_with_registry_shares().Michael Adam2015-04-222-3/+1
* s3:param: let lp_load_global_no_reinit() call lp_load() instead of lp_load_ex()Michael Adam2015-04-221-7/+5
* s3:param: add wrapper lp_load_with_shares().Michael Adam2015-04-221-0/+14