summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* param: Amend docs.py test to check dumping of flagged parametersGarming Sam2014-07-081-1/+70
* param: remove idmap parameters as special cases in docs.pyGarming Sam2014-07-071-3/+0
* param: change snum parameter in special functions to a loadparm_service pointerGarming Sam2014-07-074-45/+57
* s3:param: pass down lp_ctx in handle includeGarming Sam2014-07-071-1/+1
* lib/param: rename do_parameter to lpcfg_do_parameterGarming Sam2014-07-071-5/+3
* param: handle smb_ports as a special handlerGarming Sam2014-07-073-3/+45
* param: Use set_variable instead of set_variable_helper in lp_do_parameterGarming Sam2014-07-072-44/+19
* param: add failure case for loadparm_init_s3Garming Sam2014-07-071-0/+6
* param: store the flags_list in the s3 lp context used for specialGarming Sam2014-07-071-0/+1
* param: mark non default options using flags in s3Garming Sam2014-07-071-3/+25
* param: fix FLAG_CMDLINE to be stored outside of the param tableGarming Sam2014-07-071-6/+6
* param: remove unnecessary dump a serviceGarming Sam2014-07-071-11/+3
* param: simplify lp_do_parameterGarming Sam2014-07-071-4/+2
* param: replace lp_set_cmdline in s3 helpers to store_cmdlineGarming Sam2014-07-075-14/+32
* param: Ensure the correct mem context is always being used from s3Garming Sam2014-07-071-2/+9
* param: set the flags on a s3 loadparm contextGarming Sam2014-07-075-1/+19
* param: flag fixes in s3 loadparmGarming Sam2014-07-072-1/+35
* param: attempt to start factoring out the bInGlobalSection parameterGarming Sam2014-07-071-2/+3
* param: allow fallback to s3 do_section in lib/paramGarming Sam2014-07-071-1/+8
* param: add do_section to s3 helpersGarming Sam2014-07-074-2/+4
* param: rename do_section in s3 to lp_do_section to avoid conflictsGarming Sam2014-07-071-5/+5
* param: remove unnecessary calls to do_parameter in s3Garming Sam2014-07-071-4/+25
* lib/param: add deprecated warning to be consistent with s3Garming Sam2014-07-071-0/+10
* param: remove unnecessary lp_local_ptr_by_snum functionGarming Sam2014-07-071-11/+2
* param: avoid the use of lp_do_parameter in poptGarming Sam2014-07-071-1/+1
* param: move defaults_saved global out of dump_globals functionGarming Sam2014-07-071-3/+3
* param: use set_variable_helper in s3 loadparmGarming Sam2014-07-071-120/+1
* param: finish the set_param_helper lineup by rearranging case orderGarming Sam2014-07-071-6/+7
* param: make some more changes to lp_do_parameter to match set_variable_helperGarming Sam2014-07-072-19/+31
* lib/param: change set_variable_helper formattingGarming Sam2014-07-071-4/+6
* param: attempt to align the set_variable_helper with lp_do_parameterGarming Sam2014-07-071-3/+2
* param: use str_list_make_v3 instead of str_list_make in s3Garming Sam2014-07-071-2/+2
* param: Add null checks for upcoming str_list_make changesGarming Sam2014-07-072-2/+6
* param: pre-emptively correct use of str_list_make_v3 in lib/paramGarming Sam2014-07-072-0/+8
* lib/param: factor out a common portion of set_variableGarming Sam2014-07-071-14/+30
* param: Use the plus/minus syntax for reading in lists in s3 loadparmGarming Sam2014-07-071-0/+31
* param: change a number of parameters from P_LIST to P_CMDLISTGarming Sam2014-07-073-28/+28
* param: ensure CMD_LIST is freed when freeing a parameterGarming Sam2014-07-071-1/+1
* smbcacls: parse config file argument prior to loadDavid Disseldorp2014-07-071-2/+3
* net/doc: make clear that net vampire is for NT4 domains onlyBjörn Jacke2014-07-071-0/+2
* torture4: Add trivial epoch testVolker Lendecke2014-07-072-0/+55
* torture4: Add smb2.lease.nobreakselfVolker Lendecke2014-07-072-0/+88
* torture4: Add a test to break a handle twiceVolker Lendecke2014-07-072-0/+67
* torture4: Make sure we copy the parent_lease_keyVolker Lendecke2014-07-072-6/+52
* smbd: Use BVALVolker Lendecke2014-07-071-8/+4
* ctdb-tests: Add a test for ctdb restoredbAmitay Isaacs2014-07-071-0/+118
* ctdb-tests: Check that ctdb wipedb cleans the databaseAmitay Isaacs2014-07-071-0/+10
* ctdb-daemon: Do not thaw databases if recovery is activeAmitay Isaacs2014-07-074-6/+14
* ctdb-recoverd: Set recovery mode before freezing databasesAmitay Isaacs2014-07-072-22/+22
* ctdb-tools: There is no need for forcing a recoveryAmitay Isaacs2014-07-071-13/+0