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