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
/
smb2
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-27
s4:torture:smb2:durable-open: make a comment more precise in the reopen4 test
Michael Adam
1
-1
/
+4
2012-02-27
s4:torture:smb2:durable_open: use the correct tree in the final close call
Michael Adam
1
-1
/
+1
2012-02-21
s4:torture:smb2: add a durable-open.open-oplock test
Michael Adam
1
-0
/
+85
2012-02-21
s4:torture:smb2: extend and prettify comment for durable-open.open-lease test
Michael Adam
1
-8
/
+8
2012-02-21
s4:torture:smb2:durable-open: rename the open test to open-lease
Michael Adam
1
-5
/
+7
2012-02-21
s4:torture:smb2: move some initialization and call to smb2_create together in...
Michael Adam
1
-2
/
+2
2012-02-21
s4:torture:smb2: fix a typo in the durable-open.open test file name
Michael Adam
1
-1
/
+1
2012-02-20
s4:torture:smb2: invalidate the handle after the connection has been killed
Michael Adam
1
-0
/
+1
2012-02-20
s4:torture: improve comment for the smb2.durable-open.reopen1 test
Michael Adam
1
-0
/
+1
2012-02-13
s4:torture: add another SMB2 rename test
Christian Ambach
1
-0
/
+130
2012-02-10
s4:torture: add some SMB2 renaming tests
Christian Ambach
3
-1
/
+843
2012-02-03
s4:torture: add a smb2.durable_open.reopen4 test
Michael Adam
1
-0
/
+89
2012-02-03
s4:torture: add a torture_smb2_session_setup() utility function
Michael Adam
1
-0
/
+31
2012-02-03
s4:torture: add smb2.durable_open test reopen3
Michael Adam
1
-0
/
+68
2012-02-03
s4:torture: add torture_smb2_tree_connect() utility function
Michael Adam
1
-0
/
+42
2012-02-03
s4:torture: add smb2.durable_open test reopen2
Michael Adam
1
-0
/
+71
2012-02-03
s4:torture: add smb2.durable_open test reopen1
Michael Adam
1
-0
/
+57
2012-02-03
s4:libcli/torture:smb2: change smb2_tree_connect to take a smb2_session inste...
Michael Adam
1
-1
/
+1
2012-02-03
s4:torture:smb2: talloc_free the right tree structure in secondary_tcon()
Michael Adam
1
-1
/
+1
2012-02-03
s4:torture:smb2: check for success of talloc in secondary_tcon()
Michael Adam
1
-0
/
+4
2012-02-03
s4:torture:smb2:notify: remove an unused variable
Michael Adam
1
-2
/
+0
2012-02-03
s4:torture:smb2:notify: remove an unused variable
Michael Adam
1
-2
/
+0
2012-02-03
s4:torture:smb2: remove an unused variable from torture_smb2_setinfo()
Michael Adam
1
-2
/
+0
2011-11-24
s4:libcli/smb2: implement on top of smbXcli_conn/req
Stefan Metzmacher
1
-9
/
+10
2011-11-24
s4:torture/smb2: use tctx->ev as event context for polling
Stefan Metzmacher
3
-8
/
+7
2011-11-09
s4:torture:smb2: rewrite durable-open.open test to use smb2_*_create functions
Michael Adam
1
-26
/
+7
2011-11-09
s4:torture:smb2: rewrite the durable-open.lock test to use smb2_lease_create()
Michael Adam
1
-23
/
+3
2011-11-09
s4:torture:smb2: rewrite the durable-open.lease test to use smb2_lease_create()
Michael Adam
1
-29
/
+6
2011-11-09
s4:torture:smb2: rewrite the durable-open.oplock test to use smb2_oplock_crea...
Michael Adam
1
-19
/
+3
2011-11-09
s4:torture:smb2: rewrite the durable-open.file-position test to use smb2_oplo...
Michael Adam
1
-18
/
+2
2011-11-09
s4:torture:smb2: rewrite the durable-open.open2 test to use smb2_lease_create...
Michael Adam
1
-26
/
+6
2011-11-09
s4:torture:smb2: rewrite the durable-open.open1 test to use smb2_oplock_creat...
Michael Adam
1
-21
/
+6
2011-11-09
s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as param...
Michael Adam
1
-2
/
+8
2011-11-09
s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as para...
Michael Adam
1
-2
/
+12
2011-11-09
s4:torture:smb2: add smb2_generic_create_share() that also takes the sharemod...
Michael Adam
1
-7
/
+17
2011-11-09
s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to u...
Michael Adam
2
-54
/
+57
2011-11-09
s4:torture:smb2: use smb2_util_oplock_level() in the durable-open test for co...
Michael Adam
1
-38
/
+38
2011-11-09
s4:torture:smb2: lease: oplock_level is uint8_t, not uint32_t or int
Michael Adam
2
-6
/
+6
2011-11-09
s4:torture:smb2: move oplock() from lease.c to smb2_util_oplock_level() in ut...
Michael Adam
2
-35
/
+36
2011-11-09
s4:torture:smb2: extract map_sharemode() to smb2_util_share_access() in util.c
Michael Adam
2
-24
/
+25
2011-11-09
s4:torture:smb2: use common smb2_util_lease_state() in the lease tests
Michael Adam
1
-55
/
+34
2011-11-09
s4:torture:smb2: extract map_lease() to util.c as smb2_util_lease_state().
Michael Adam
2
-24
/
+25
2011-11-09
s4:torture:smb2: fix illegal write/uninitialized data bug in the lease.multib...
Michael Adam
1
-0
/
+1
2011-11-09
s4:torture:smb2: lease.update2: some more reasonable struct names and a comment
Michael Adam
1
-3
/
+7
2011-11-09
s4:torture:smb2: change the test file name in the durable-open.oplock test
Michael Adam
1
-1
/
+1
2011-11-01
s4:torture:smb2: add a new durable-open.upgrade2 test to test all upgrade com...
Michael Adam
1
-0
/
+90
2011-11-01
s4:torture:smb2: expand durable-open.open2 test matrix by all share-modes
Michael Adam
1
-9
/
+48
2011-11-01
s4:torture:smb2: expand durable-open.open1 test matrix by all share-modes
Michael Adam
1
-8
/
+62
2011-11-01
s4:torture:smb2: rename the durable-open.basic2 test to durable-open.open2 fo...
Michael Adam
1
-14
/
+14
2011-11-01
s4:torture:smb2: rename the durable-open.basic1 test to durable-open.open1 fo...
Michael Adam
1
-14
/
+14
[next]