summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-27Remove more global_loadparm uses.Jelmer Vernooij4-8/+16
2008-02-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij4-10/+996
2008-02-27Clarify comments.Jelmer Vernooij3-3/+3
2008-02-27Set lp_ctx properly.Jelmer Vernooij1-0/+1
2008-02-27Set lp_ctx properly.Jelmer Vernooij1-0/+1
2008-02-27RAW-OPLOCK: be more strict with share modes against windows and samba4Stefan Metzmacher1-19/+32
2008-02-27selftest: samba4 doesn't pass RAW-OPLOCK BATCH19 und 20 yetStefan Metzmacher1-0/+2
2008-02-27RAW-OPLOCK: use torture_result(TORTURE_FAIL) so that the knownfailures file workStefan Metzmacher1-2/+2
2008-02-27RAW-OPLOCK: add BATCH20 test renaming via setpathinfo() and setfileinfo()Stefan Metzmacher1-0/+135
2008-02-27RAW-OPLOCK: add BATCH19 test renaming via setpathinfoStefan Metzmacher1-0/+112
2008-02-27RAW-OPLOCK: add BATCH18 test a ntrename with FLAG_RENAMEStefan Metzmacher1-0/+75
2008-02-27RAW-OPLOCK: add BATCH17 test rename on a file with oplockStefan Metzmacher1-0/+75
2008-02-27RAW-OPLOCK: add EXCLISIVE6 test a rename on a file with an oplockStefan Metzmacher1-0/+72
2008-02-27RAW-OPLOCK: add EXCLUSIVE5 to test attribute only with OVERWRITE_IFStefan Metzmacher1-0/+72
2008-02-27RAW-OPLOCK: add BATCH16 and tests attribute only with OVERWRITE_IFStefan Metzmacher1-0/+79
2008-02-27pvfs_rename: we need a do a odb_rename() after pvfs_do_rename()Stefan Metzmacher1-0/+3
2008-02-27pvfs_rename: add retry logic after sharing violation or non granted oplockStefan Metzmacher1-2/+103
2008-02-27opendb_tdb: EXCLUSIVE oplock use the same matching logicStefan Metzmacher1-3/+21
2008-02-27RAW-OPLOCK: add EXCLUSIVE4 a attribute only open doesn't break an exclusive o...Stefan Metzmacher1-0/+65
2008-02-27RAW-OPLOCK: add EXCLUSIVE3Stefan Metzmacher1-0/+69
2008-02-27RAW-OPLOCK: add EXCLUSIVE2Stefan Metzmacher1-0/+95
2008-02-27RAW-OPLOCK: rename test (NORMAL => EXCLUSIVE1)Stefan Metzmacher1-4/+4
2008-02-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij43-408/+1509
2008-02-27Fix cases, add version number. (#4935)Matthias Dieter Wallnöfer1-15/+24
2008-02-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmak...Jelmer Vernooij14-19/+213
2008-02-27libreplace: standalone build: use -I$srcdir instead of -I.Michael Adam1-1/+1
2008-02-26samba4-knownfail: Only the "*-security" rpc-winreg tests are expected to fail.Andrew Kroeger1-1/+1
2008-02-26torture/rpc-winreg: Split out the security descriptor tests.Andrew Kroeger1-56/+113
2008-02-26torture/rpc-winreg: Modify test cases to work with recursive key deletion.Andrew Kroeger1-43/+0
2008-02-26torture/rpc-winreg: General fixes for a number of tests.Andrew Kroeger1-8/+16
2008-02-26registry: Add an explicit test for recursive deletion.Andrew Kroeger1-0/+37
2008-02-26registry: Implement recursive deletes for regf-backed registry.Andrew Kroeger1-4/+49
2008-02-26registry: Implement recursive deletes for dir-backed registry.Andrew Kroeger1-6/+54
2008-02-26registry: Implement recursive deletes for ldb-backed registry.Andrew Kroeger1-27/+116
2008-02-27libreplace: fix standalone build - add necessary libs.Michael Adam2-1/+6
2008-02-27libreplace: fix standalone build on some systems.Michael Adam1-0/+2
2008-02-26libreplace: Add tests for connect and gethostbyname.Michael Adam5-0/+96
2008-02-26pidl: Remove superfluous semicolon in perl code.Michael Adam2-2/+2
2008-02-26RAW-OPLOCK: BATCH15: make sure a qpathinfo doesn't break batch oplocksStefan Metzmacher1-0/+74
2008-02-26Rely on GNU make to build static libraries.Jelmer Vernooij2-10/+8
2008-02-26opendb_tdb: with break_to_none attribute only opens also break oplocksStefan Metzmacher1-2/+9
2008-02-26pvfs_open: pass down an access mask to pvfs_can_update_file_size()Stefan Metzmacher1-3/+13
2008-02-26pvfs_qfileinfo: down discard the return value of pvfs_can_stat()Stefan Metzmacher1-1/+1
2008-02-26pvfs_open: pass down an access mask in pvfs_can_stat()Stefan Metzmacher1-1/+1
2008-02-26pvfs_open: pass NTCREATEX_DISP_OPEN to odb_can_open()Stefan Metzmacher1-4/+4
2008-02-26Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam1-5/+5
2008-02-26BASE-DEFER_OPEN: be less strict with to late responsesStefan Metzmacher1-1/+1
2008-02-26selftest: Samba4 passes all oplocks tests nowStefan Metzmacher3-5/+6
2008-02-26pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf...Stefan Metzmacher1-0/+107
2008-02-26pvfs_open: add pvfs_can_update_file_size()Stefan Metzmacher1-0/+62