index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
torture
/
raw
/
oplock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-1
/
+0
2010-05-13
Now we behave as Windows does, remove a Samba3 specific test return.
Jeremy Allison
1
-1
/
+7
2009-12-21
s4 torture: Add RAW-OPLOCK-EXCLUSIVE7 which is similar to BATCH19
Tim Prouty
1
-0
/
+171
2009-12-21
s4 torture: Update raw oplock to use win7 as the baseline for rename oplock b...
Tim Prouty
1
-13
/
+66
2009-12-21
s4 torture: Be more permissive with share modes for oplock testing
Tim Prouty
1
-2
/
+4
2009-12-21
s4 torture: Do a better job of closing open files in RAW-OPLOCK.
Tim Prouty
1
-5
/
+4
2009-12-03
s4 torture: Add a new RAW-OPLOCK test: BATCH26
Tim Prouty
1
-0
/
+108
2009-12-03
s4 torture: Close the third handle in RAW-OPLOCK-BATCH22
Tim Prouty
1
-2
/
+5
2009-12-03
s4 torture: Convert an error to a warning in RAW-OPLOCK-BATCH22
Tim Prouty
1
-12
/
+27
2009-12-03
s4 torture: Convert to a more modern version of read in RAW-OPLOCK-BATCH4
Tim Prouty
1
-5
/
+7
2009-12-03
s4 torture: Allow some implementations to break from level1 to none with two ...
Tim Prouty
1
-7
/
+13
2009-12-01
s4 torture: Change oplock to use passthrough for exclusive3/batch11
Tim Prouty
1
-2
/
+2
2009-11-25
s4 torture: Change RAW-OPLOCK to use the documented version of SET_END_OF_FIL...
Tim Prouty
1
-4
/
+4
2009-10-20
s4-torture: ran minimal_includes.pl over source4/torture
Andrew Tridgell
1
-5
/
+0
2009-10-15
s4-smb: declare root_fid as a file handle
Andrew Tridgell
1
-40
/
+40
2009-10-01
s4/torture: fix typo in test comment
Steven Danneman
1
-1
/
+1
2009-09-29
s4/torture: fix RAW-OPLOCK-STREAM1 test after commit a11bb14
Steven Danneman
1
-11
/
+12
2009-09-29
s4/torture: Allow receiving of oplock break requests in any order
Steven Danneman
1
-88
/
+159
2009-09-29
s4/torture: convert printf to torture_comment()
Aravind Srinivasan
1
-2
/
+4
2009-09-10
s4/torture: don't mix declarations and code
Andrew Tridgell
1
-22
/
+22
2009-09-09
s4/torture: add new SMB oplock tests
Aravind Srinivasan
1
-2
/
+397
2009-09-09
s4/torture: convert printf to torture_comment()
Aravind Srinivasan
1
-6
/
+9
2009-04-01
s4 torture: Add new streams oplock test
Tim Prouty
1
-0
/
+176
2009-02-10
s4 torture: Change nttransrename to use a normal access mask
Tim Prouty
1
-1
/
+1
2009-02-02
s4:libcliraw: s/private/private_data
Stefan Metzmacher
1
-1
/
+1
2009-02-02
s4:torture: s/private/private_data
Stefan Metzmacher
1
-10
/
+10
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-2
/
+2
2008-12-17
Samba3 smbd now passes test BATCH23 (with the fix for bug #5979), only BATCH2...
Jeremy Allison
1
-4
/
+0
2008-11-02
Remove another use of global_loadparm.
Jelmer Vernooij
1
-1
/
+2
2008-11-02
Fix the build.
Jelmer Vernooij
1
-1
/
+1
2008-10-24
Eliminate another instance of global_loadparm.
Jelmer Vernooij
1
-1
/
+2
2008-10-14
Add the oplock-batch25 test showing that a writeattr does not break an oplock
Volker Lendecke
1
-0
/
+70
2008-09-30
Cope with API changes.
Jelmer Vernooij
1
-2
/
+3
2008-04-16
Avoid event_find_context when a event context is already available.
Jelmer Vernooij
1
-2
/
+1
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-03-18
smbtorture: fix typos in RAW-OPLOCK output.
Michael Adam
1
-2
/
+2
2008-03-12
RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME!
Stefan Metzmacher
1
-15
/
+50
2008-03-11
Added test_nttransrename() to test Metze's new code.
Jeremy Allison
1
-0
/
+89
2008-03-11
Samba3.2 now passes a lot more tests - remove the S3 specific
Jeremy Allison
1
-67
/
+32
2008-03-11
Samba3 now passes the test_raw_oplock_exclusive3 test.
Jeremy Allison
1
-8
/
+2
2008-03-11
Test trans2 renames with oplocks. It looks like trans2 renames
Jeremy Allison
1
-0
/
+106
2008-03-06
RAW-OPLOCK: rename _ack_to_levelII() -> ack_to_given()
Stefan Metzmacher
1
-61
/
+75
2008-03-06
RAW-OPLOCK: add BATCH24 test another case with a connection with no CAP_LEVEL...
Stefan Metzmacher
1
-0
/
+77
2008-03-06
RAW-OPLOCK: add BATCH23 and test with a connection with no CAP_LEVEL_II_OPLOCKS
Stefan Metzmacher
1
-0
/
+121
2008-03-06
RAW-OPLOCK: remove unused vars
Stefan Metzmacher
1
-3
/
+0
2008-03-04
RAW-OPLOCK: add BATCH22 and test the behavior of oplock break timeouts
Stefan Metzmacher
1
-0
/
+118
2008-03-04
RAW-OPLOCK: add BATCH21: a self write with an oplock doesn't break it
Stefan Metzmacher
1
-0
/
+70
2008-02-27
RAW-OPLOCK: be more strict with share modes against windows and samba4
Stefan Metzmacher
1
-19
/
+32
2008-02-27
RAW-OPLOCK: use torture_result(TORTURE_FAIL) so that the knownfailures file work
Stefan Metzmacher
1
-2
/
+2
2008-02-27
RAW-OPLOCK: add BATCH20 test renaming via setpathinfo() and setfileinfo()
Stefan Metzmacher
1
-0
/
+135
[next]