Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-15 | s4:torture/rpc/samr.c - use "NULL" instead of "0" when initialising pointers | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-11-14 | s4-smbtorture: add spoolss_OpenPrinterEx ndr test with full devmode. | Günther Deschner | 1 | -0/+183 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 14 20:21:48 CET 2011 on sn-devel-104 | |||||
2011-11-09 | s4:torture:smb2: rewrite durable-open.open test to use smb2_*_create functions | Michael Adam | 1 | -26/+7 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Nov 9 02:36:36 CET 2011 on sn-devel-104 | |||||
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 ↵ | Michael Adam | 1 | -19/+3 | |
smb2_oplock_create() | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.file-position test to use ↵ | Michael Adam | 1 | -18/+2 | |
smb2_oplock_create() | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.open2 test to use ↵ | Michael Adam | 1 | -26/+6 | |
smb2_lease_create_share() | |||||
2011-11-09 | s4:torture:smb2: rewrite the durable-open.open1 test to use ↵ | Michael Adam | 1 | -21/+6 | |
smb2_oplock_create_share() | |||||
2011-11-09 | s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as ↵ | Michael Adam | 1 | -2/+8 | |
parameter | |||||
2011-11-09 | s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as ↵ | Michael Adam | 1 | -2/+12 | |
parameter | |||||
2011-11-09 | s4:torture:smb2: add smb2_generic_create_share() that also takes the ↵ | Michael Adam | 1 | -7/+17 | |
sharemode as parameter | |||||
2011-11-09 | s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to ↵ | Michael Adam | 2 | -54/+57 | |
util.c for re-use | |||||
2011-11-09 | s4:torture:smb2: use smb2_util_oplock_level() in the durable-open test for ↵ | Michael Adam | 1 | -38/+38 | |
convenience | |||||
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 ↵ | Michael Adam | 2 | -35/+36 | |
util.c for re-use | |||||
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 ↵ | Michael Adam | 1 | -0/+1 | |
lease.multibreak test | |||||
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 | |
to a more reasonable name. This one must have been copied from the durable-open.lease test. | |||||
2011-11-09 | samr: filterModuleName is a lsa_String in userPwdChangeFailureInformation. | Günther Deschner | 1 | -0/+2 | |
The entire marshalling of samr_ChangePasswordUser3 broke with c2685cdedb430ae75a94e86f34484292b4269363. Matthias, the bad effect of this change was that actually all failed password change attempts will always return NT_STATUS_OK because the last 4 bytes (the resulting status code) were not marshalled anymore. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 9 00:41:13 CET 2011 on sn-devel-104 | |||||
2011-11-08 | s4-smbtorture: demonstrate how broken our samr_ChangePasswordUser3 ↵ | Günther Deschner | 1 | -0/+32 | |
marshalling is... Guenther | |||||
2011-11-03 | s4-smbtorture: add some ndr validation tests for netlogon_samlogon_response ↵ | Günther Deschner | 1 | -1/+57 | |
structs. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Nov 3 20:08:20 CET 2011 on sn-devel-104 | |||||
2011-11-03 | nbt: trim down header dependencies of nbt.idl. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-11-01 | s4:torture:smb2: add a new durable-open.upgrade2 test to test all upgrade ↵ | Michael Adam | 1 | -0/+90 | |
combinations Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Nov 1 04:58:03 CET 2011 on sn-devel-104 | |||||
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 ↵ | Michael Adam | 1 | -14/+14 | |
for clarity | |||||
2011-11-01 | s4:torture:smb2: rename the durable-open.basic1 test to durable-open.open1 ↵ | Michael Adam | 1 | -14/+14 | |
for clarity | |||||
2011-10-31 | s4:torture/smb2: fix compound.invalid2 against windows | Stefan Metzmacher | 1 | -2/+2 | |
Tested against w2k8r2 with signing and win8pre0 without signing. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 31 21:40:25 CET 2011 on sn-devel-104 | |||||
2011-10-31 | s4-torture: smb2 copychunk data integrity checks | David Disseldorp | 1 | -0/+72 | |
Perform simple integrity checks on destination file data following a successful copychunk request. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Mon Oct 31 19:28:20 CET 2011 on sn-devel-104 | |||||
2011-10-31 | s4-torture: add smb2 copychunk ioctl tests | David Disseldorp | 1 | -7/+285 | |
test_ioctl_copy_chunk_multi: Issue a copychunk request with multiple chunk descriptors. test_ioctl_copy_chunk_over: Issue a copychunk request with overlapping chunks. test_ioctl_copy_chunk_append: append data as part of a copy chunk test_ioctl_copy_chunk_tiny: issue request with sub FS block size chunk descriptors. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-31 | s4-torture: split common copychunk ioctl test code into helpers | David Disseldorp | 1 | -53/+112 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-31 | s4-torture: Add tests for the smb2 copychunk ioctl | David Disseldorp | 2 | -2/+173 | |
Add idls for parsing of copychunk ioctl args. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-30 | s4:torture:smb2: add durable_open_basic2 test: test durable open against all ↵ | Michael Adam | 1 | -0/+146 | |
lease types Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Oct 30 20:17:16 CET 2011 on sn-devel-104 | |||||
2011-10-30 | s4:torture:smb2: add a new durable_open_basic1 test: test open against all ↵ | Michael Adam | 1 | -0/+111 | |
oplock types | |||||
2011-10-30 | s4:torture:smb2: check wheter open was durable in existing tests | Michael Adam | 1 | -0/+8 | |
2011-10-30 | s4:torture: test also break semantics between batch-oplocks and leases | Michael Adam | 1 | -1/+1 | |
This must have been a typo (listing EXCLUSIVE twice). But BATCH and EXCLUSIVE oplocks apparently share the same break semantics with respect to leases. | |||||
2011-10-30 | s4:torture:smb2: adapt comment in durable-open.lease test according to ↵ | Michael Adam | 1 | -0/+3 | |
current information. | |||||
2011-10-30 | s4:torture:smb2: fix the durable_open test to succeed against w7 and w2k8r2 | Michael Adam | 1 | -1/+1 | |
When a first client that has a durable open with share read/write/delete and a read-write-handle lease on the file disconnects, a second client will succeed in opening the file and the new client will be given a RWH-lease if requested, not only a RH-lease, as was previously checked in the test. This might have been a bug in win7 build 7000, which is what the comments in the test give as reference. | |||||
2011-10-28 | lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem | Andrew Bartlett | 1 | -1/+1 | |
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | |||||
2011-10-28 | lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run | Andrew Bartlett | 1 | -2/+2 | |
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | |||||
2011-10-28 | lib/util Rename samba_init_module_fn -> samba_module_init_fn | Andrew Bartlett | 2 | -3/+3 | |
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | |||||
2011-10-28 | lib/util Split samba-modules library into public and private parts | Andrew Bartlett | 2 | -2/+2 | |
This will allow OpenChange to get at the symbols it needs, without exposing any more of this as a public API than we must. Andrew Bartlett | |||||
2011-10-28 | lib/util Rename load_samba_modules -> samba_modules_load | Andrew Bartlett | 1 | -1/+1 | |
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | |||||
2011-10-28 | lib/util Rename run_init_functions -> samba_init_module_fns_run | Andrew Bartlett | 1 | -2/+2 | |
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | |||||
2011-10-28 | lib/util Rename init_module_fn to samba_init_module_fn | Andrew Bartlett | 2 | -3/+3 | |
This prepares for making the samba_module.h header public again, for OpenChange. I am keen to avoid too much API namespace pollution if we can. | |||||
2011-10-28 | s4:torture:smb2: avoid leaking tree connects up to the main function from ↵ | Michael Adam | 1 | -0/+13 | |
the durable_open test The tree connects are handed in from the calling wrapper. Those that are freed and reconnected inside the test function can not be freed in the wrapper and stick to the torture_context until this is released in the main function. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Oct 28 02:37:25 CEST 2011 on sn-devel-104 |