summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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 Vernooij42-401/+1505
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-gmake3Jelmer Vernooij15-14/+215
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-26Fix module aliases.Jelmer Vernooij3-16/+18
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij29-83/+116
2008-02-26Fix pydoctor.Jelmer Vernooij2-5/+5
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-26Support building .so versions of the modules.Jelmer Vernooij3-34/+50
2008-02-26use make macro for python.Jelmer Vernooij4-31/+40
2008-02-26Fix manpage paths.Jelmer Vernooij2-7/+7
2008-02-26Move manpage management out of the perl build system.Jelmer Vernooij13-38/+47
2008-02-26Fix include.Jelmer Vernooij1-1/+1
2008-02-26RAW-OPLOCK: BATCH15: make sure a qpathinfo doesn't break batch oplocksStefan Metzmacher1-0/+74
2008-02-26Move common rules code to separate directory.Jelmer Vernooij4-13/+20
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-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij21-259/+1010
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
2008-02-26pvfs_unlink: retry unlink after oplock not grantedStefan Metzmacher2-7/+113
2008-02-26pvfs: add posix:oplocktimeout=30 optionStefan Metzmacher2-2/+11
2008-02-26pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E...Stefan Metzmacher1-0/+6
2008-02-26pvfs: send oplock breaks to none to level2 holders on write/lock requestsStefan Metzmacher2-1/+7
2008-02-26pvfs_oplocks: add pvfs_break_level2_oplocks()Stefan Metzmacher1-0/+39
2008-02-26pvfs: handle oplock releases in its own function pvfs_oplock_release()Stefan Metzmacher2-7/+68
2008-02-26pvfs_open: call pvfs_setup_oplock() if an oplock was grantedStefan Metzmacher2-3/+27