summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Remove more global_loadparm uses.Jelmer Vernooij2008-02-274-8/+16
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-02-274-10/+996
|\
| * RAW-OPLOCK: be more strict with share modes against windows and samba4Stefan Metzmacher2008-02-271-19/+32
| * selftest: samba4 doesn't pass RAW-OPLOCK BATCH19 und 20 yetStefan Metzmacher2008-02-271-0/+2
| * RAW-OPLOCK: use torture_result(TORTURE_FAIL) so that the knownfailures file workStefan Metzmacher2008-02-271-2/+2
| * RAW-OPLOCK: add BATCH20 test renaming via setpathinfo() and setfileinfo()Stefan Metzmacher2008-02-271-0/+135
| * RAW-OPLOCK: add BATCH19 test renaming via setpathinfoStefan Metzmacher2008-02-271-0/+112
| * RAW-OPLOCK: add BATCH18 test a ntrename with FLAG_RENAMEStefan Metzmacher2008-02-271-0/+75
| * RAW-OPLOCK: add BATCH17 test rename on a file with oplockStefan Metzmacher2008-02-271-0/+75
| * RAW-OPLOCK: add EXCLISIVE6 test a rename on a file with an oplockStefan Metzmacher2008-02-271-0/+72
| * RAW-OPLOCK: add EXCLUSIVE5 to test attribute only with OVERWRITE_IFStefan Metzmacher2008-02-271-0/+72
| * RAW-OPLOCK: add BATCH16 and tests attribute only with OVERWRITE_IFStefan Metzmacher2008-02-271-0/+79
| * pvfs_rename: we need a do a odb_rename() after pvfs_do_rename()Stefan Metzmacher2008-02-271-0/+3
| * pvfs_rename: add retry logic after sharing violation or non granted oplockStefan Metzmacher2008-02-271-2/+103
| * opendb_tdb: EXCLUSIVE oplock use the same matching logicStefan Metzmacher2008-02-271-3/+21
| * RAW-OPLOCK: add EXCLUSIVE4 a attribute only open doesn't break an exclusive o...Stefan Metzmacher2008-02-271-0/+65
| * RAW-OPLOCK: add EXCLUSIVE3Stefan Metzmacher2008-02-271-0/+69
| * RAW-OPLOCK: add EXCLUSIVE2Stefan Metzmacher2008-02-271-0/+95
| * RAW-OPLOCK: rename test (NORMAL => EXCLUSIVE1)Stefan Metzmacher2008-02-271-4/+4
* | Clarify comments.Jelmer Vernooij2008-02-273-3/+3
* | Set lp_ctx properly.Jelmer Vernooij2008-02-271-0/+1
|/
* Fix cases, add version number. (#4935)Matthias Dieter Wallnöfer2008-02-271-15/+24
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmak...Jelmer Vernooij2008-02-2714-19/+213
|\
| * libreplace: standalone build: use -I$srcdir instead of -I.Michael Adam2008-02-271-1/+1
| * libreplace: fix standalone build - add necessary libs.Michael Adam2008-02-272-1/+6
| * libreplace: fix standalone build on some systems.Michael Adam2008-02-271-0/+2
| * libreplace: Add tests for connect and gethostbyname.Michael Adam2008-02-265-0/+96
| * pidl: Remove superfluous semicolon in perl code.Michael Adam2008-02-262-2/+2
| * RAW-OPLOCK: BATCH15: make sure a qpathinfo doesn't break batch oplocksStefan Metzmacher2008-02-261-0/+74
| * opendb_tdb: with break_to_none attribute only opens also break oplocksStefan Metzmacher2008-02-261-2/+9
| * pvfs_open: pass down an access mask to pvfs_can_update_file_size()Stefan Metzmacher2008-02-261-3/+13
| * pvfs_qfileinfo: down discard the return value of pvfs_can_stat()Stefan Metzmacher2008-02-261-1/+1
| * pvfs_open: pass down an access mask in pvfs_can_stat()Stefan Metzmacher2008-02-261-1/+1
| * pvfs_open: pass NTCREATEX_DISP_OPEN to odb_can_open()Stefan Metzmacher2008-02-261-4/+4
| * Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam2008-02-261-5/+5
* | Rely on GNU make to build static libraries.Jelmer Vernooij2008-02-262-10/+8
|/
* BASE-DEFER_OPEN: be less strict with to late responsesStefan Metzmacher2008-02-261-1/+1
* selftest: Samba4 passes all oplocks tests nowStefan Metzmacher2008-02-263-5/+6
* pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf...Stefan Metzmacher2008-02-261-0/+107
* pvfs_open: add pvfs_can_update_file_size()Stefan Metzmacher2008-02-261-0/+62
* pvfs_unlink: retry unlink after oplock not grantedStefan Metzmacher2008-02-262-7/+113
* pvfs: add posix:oplocktimeout=30 optionStefan Metzmacher2008-02-262-2/+11
* pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E...Stefan Metzmacher2008-02-261-0/+6
* pvfs: send oplock breaks to none to level2 holders on write/lock requestsStefan Metzmacher2008-02-262-1/+7
* pvfs_oplocks: add pvfs_break_level2_oplocks()Stefan Metzmacher2008-02-261-0/+39
* pvfs: handle oplock releases in its own function pvfs_oplock_release()Stefan Metzmacher2008-02-262-7/+68
* pvfs_open: call pvfs_setup_oplock() if an oplock was grantedStefan Metzmacher2008-02-262-3/+27
* pvfs: add pvfs_setup_oplock() to receive oplock breaks and pass them to the c...Stefan Metzmacher2008-02-262-0/+137
* pvfs_open: make the retry logic indepdendent from open and sharing violationsStefan Metzmacher2008-02-262-50/+104
* pvfs_open: fix odb_can_open() callers after prototype changeStefan Metzmacher2008-02-261-16/+35