summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4:dsdb/extended_dn_in: don't force DSDB_SEARCH_SHOW_RECYCLEDStefan Metzmacher2014-07-091-17/+20
* s4:dsdb/kcc: use SHOW_RECYCLED instead of SHOW_DELETED in when deleting tombs...Stefan Metzmacher2014-07-091-1/+1
* s4:dsdb/schema_load: make error message more verboseStefan Metzmacher2014-07-091-1/+2
* ctdb-daemon: Support per-node robust mutex featureAmitay Isaacs2014-07-094-1/+16
* ctdb-daemon: Enable robust mutexes only if TDB_MUTEX_LOCKING is definedAmitay Isaacs2014-07-091-1/+11
* ctdb-daemon: Allow flag TDB_MUTEX_LOCKING to pass into db_attachVolker Lendecke2014-07-091-5/+9
* ctdb-daemon: Simplify code a bitAmitay Isaacs2014-07-091-1/+5
* ctdb-daemon: Use false instead of 0 for boolean argumentsAmitay Isaacs2014-07-091-1/+1
* smbd: Use mutex instead of fcntl lock for echohandler coordinationChristof Schmitt2014-07-093-34/+173
* 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