summaryrefslogtreecommitdiff
path: root/lib/param
AgeCommit message (Expand)AuthorFilesLines
2015-02-27MSDFS referral shufflingRobin McCorkell1-0/+9
2015-02-26param: Remove lib/param/generic.cVolker Lendecke3-298/+1
2015-01-29loadparm: Simplify "set_variable"Volker Lendecke1-7/+3
2014-12-04s3:param: Add "smb2 leases" parameter. Default "false".Jeremy Allison1-0/+9
2014-11-28param: fix testparm to show hidden share defaultsGarming Sam1-3/+4
2014-11-27lib/param: Allow enum values to also be white-space insentive in comparisonAndrew Bartlett1-1/+1
2014-11-27param: Simplify get_parametric_helper()Volker Lendecke1-15/+4
2014-11-19param: add "smbd profiling level" optionVolker Lendecke2-0/+15
2014-11-14lib/param: fix const warningsStefan Metzmacher1-11/+12
2014-10-31s3:param: Add new option "strict rename".Jeremy Allison1-0/+9
2014-10-30lib: loadparm.h uses TALLOC_CTXVolker Lendecke1-0/+1
2014-10-08s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett2-2/+12
2014-10-07lib/param: add PROTOCOL_SMB3_10 handlingStefan Metzmacher1-0/+1
2014-10-01loadparm//init_copymap: Add braces around if/for blocks to match coding styleKamen Mazdrashki1-3/+5
2014-10-01loadparm: Allocate service->copymap in service memory contextKamen Mazdrashki1-1/+5
2014-09-30winbindd: Change value of "ldap sasl wrapping" to signAndrew Bartlett1-0/+2
2014-09-29lib/param: set the kccsrv:samba_kcc option to false by defaultStefan Metzmacher1-1/+1
2014-07-31param: remove a redundant (and wrong) comment frop lpcfg_service_ok()Michael Adam1-1/+0
2014-07-31s3:param: remove unused function lp_string_set()Michael Adam1-1/+0
2014-07-31lib/param: change the default for "winbind expand groups" to "0"Stefan Metzmacher1-1/+1
2014-07-31param: Add errors for when an s3 context is used incorrectlyGarming Sam1-0/+9
2014-07-31param: get rid of unnecessary get_default_loadparm_service pointerGarming Sam2-4/+0
2014-07-31param: remove unused lp_do_parameter from s3 helpersGarming Sam1-1/+0
2014-07-31param: remove unnecessary lp_do_parameter callGarming Sam1-8/+2
2014-07-31param: remove lp_get_parameterGarming Sam2-7/+4
2014-07-31param: remove init printer values from s3-helpersGarming Sam3-8/+2
2014-07-31param: move init_printer_values to lib/paramGarming Sam1-0/+121
2014-07-31param: change init_printer_values to take an lp ctxGarming Sam3-4/+5
2014-07-31param: add the necessary new line for the debug message in handle_copyGarming Sam1-1/+1
2014-07-31param: add missing talloc_free in lpcfg_file_list_changed which are present i...Garming Sam1-0/+2
2014-07-31param: make is_default method static againGarming Sam1-1/+1
2014-07-31param: use lpcfg_dump_globals in s3 loadparmGarming Sam1-1/+1
2014-07-31param: rename dump_globalsGarming Sam1-2/+2
2014-07-31param: allow dump_globals to check the actual defaultsGarming Sam1-2/+10
2014-07-31param: remove is_default method in s3Garming Sam1-1/+1
2014-07-31param: make is_default more genericGarming Sam1-2/+2
2014-07-31param: use lpcfg_service_ok in s3 loadparmGarming Sam1-2/+1
2014-07-31param: add extra condition in lpcfg_service_okGarming Sam1-0/+9
2014-07-31s3:param: remove lp_string_set from the s3_fns.Garming Sam1-1/+0
2014-07-31param: remove unnecessary uses of lp_string_setGarming Sam1-24/+9
2014-07-31param: Use the correct flag locations with lpcfg_parm_is_cmdlineGarming Sam1-8/+0
2014-07-29s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...Jeremy Allison2-0/+11
2014-07-28lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke1-2/+2
2014-07-11s3:smb2_negprot: change "smb max {read,write,trans}" to 8MiB (as default)Stefan Metzmacher1-3/+3
2014-07-07param: change snum parameter in special functions to a loadparm_service pointerGarming Sam3-41/+50
2014-07-07lib/param: rename do_parameter to lpcfg_do_parameterGarming Sam1-5/+3
2014-07-07param: handle smb_ports as a special handlerGarming Sam2-1/+41
2014-07-07param: Use set_variable instead of set_variable_helper in lp_do_parameterGarming Sam1-5/+5
2014-07-07param: replace lp_set_cmdline in s3 helpers to store_cmdlineGarming Sam3-9/+23
2014-07-07param: Ensure the correct mem context is always being used from s3Garming Sam1-2/+9