summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* smbd: Avoid double-free in get_print_db_bynameVolker Lendecke2014-07-081-2/+2
* smbd: Factor out smbd_smb2_send_breakVolker Lendecke2014-07-081-22/+36
* smbd: Rename smbd_smb2_send_oplock_break_state->buf to ->bodyVolker Lendecke2014-07-081-3/+3
* smbd: no "dyn" in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-6/+3
* smbd: Make hdr a field of its own in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-19/+20
* smbd: Make tf a field of its own in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-14/+15
* smbd: Make nbt_hdr a field of its own in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-4/+7
* s4-auth-krb: Fix talloc access after free in smb_krb5_update_keytabSamuel Cabrero2014-07-081-1/+6
* ctdb-tests: Do not run ip command if running against local daemonsAmitay Isaacs2014-07-081-3/+6
* ctdb-build: fix wscript formatting as per PEP8Amitay Isaacs2014-07-081-14/+24
* ctdb-build: Create ctdb only ctagsAmitay Isaacs2014-07-082-2/+3
* ctdb-build: Replace os.system with samba_utils.RUN_COMMANDAmitay Isaacs2014-07-081-5/+20
* ctdb-build: Check the return value of RUN_COMMANDAmitay Isaacs2014-07-081-3/+12
* ctdb-tests: Shutdown local daemons if the tests exit abnormallyAmitay Isaacs2014-07-081-6/+24
* s4: torture: Add a new lock test to show that the Samba SMB1 multi-lock imple...Jeremy Allison2014-07-081-0/+134
* s3: VFS modules: Ignore EPERM errors on [f]chmod in crossrename module.Jeremy Allison2014-07-081-2/+4
* 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