summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2011-11-26smbtorture: avoid sigsev if the password is not correctMatthieu Patou1-1/+1
2011-11-24s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2-13/+23
2011-11-24s4:torture/smb2: use tctx->ev as event context for pollingStefan Metzmacher3-8/+7
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison9-40/+28
2011-11-20s4-smbtorture: add ndr test for nbt_netlogon_packet to avoid future regressions.Günther Deschner1-0/+36
2011-11-15s4:torture/rpc/samr.c - use "NULL" instead of "0" when initialising pointersMatthias Dieter Wallnöfer1-1/+1
2011-11-14s4-smbtorture: add spoolss_OpenPrinterEx ndr test with full devmode.Günther Deschner1-0/+183
2011-11-09s4:torture:smb2: rewrite durable-open.open test to use smb2_*_create functionsMichael Adam1-26/+7
2011-11-09s4:torture:smb2: rewrite the durable-open.lock test to use smb2_lease_create()Michael Adam1-23/+3
2011-11-09s4:torture:smb2: rewrite the durable-open.lease test to use smb2_lease_create()Michael Adam1-29/+6
2011-11-09s4:torture:smb2: rewrite the durable-open.oplock test to use smb2_oplock_crea...Michael Adam1-19/+3
2011-11-09s4:torture:smb2: rewrite the durable-open.file-position test to use smb2_oplo...Michael Adam1-18/+2
2011-11-09s4:torture:smb2: rewrite the durable-open.open2 test to use smb2_lease_create...Michael Adam1-26/+6
2011-11-09s4:torture:smb2: rewrite the durable-open.open1 test to use smb2_oplock_creat...Michael Adam1-21/+6
2011-11-09s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as param...Michael Adam1-2/+8
2011-11-09s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as para...Michael Adam1-2/+12
2011-11-09s4:torture:smb2: add smb2_generic_create_share() that also takes the sharemod...Michael Adam1-7/+17
2011-11-09s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to u...Michael Adam2-54/+57
2011-11-09s4:torture:smb2: use smb2_util_oplock_level() in the durable-open test for co...Michael Adam1-38/+38
2011-11-09s4:torture:smb2: lease: oplock_level is uint8_t, not uint32_t or intMichael Adam2-6/+6
2011-11-09s4:torture:smb2: move oplock() from lease.c to smb2_util_oplock_level() in ut...Michael Adam2-35/+36
2011-11-09s4:torture:smb2: extract map_sharemode() to smb2_util_share_access() in util.cMichael Adam2-24/+25
2011-11-09s4:torture:smb2: use common smb2_util_lease_state() in the lease testsMichael Adam1-55/+34
2011-11-09s4:torture:smb2: extract map_lease() to util.c as smb2_util_lease_state().Michael Adam2-24/+25
2011-11-09s4:torture:smb2: fix illegal write/uninitialized data bug in the lease.multib...Michael Adam1-0/+1
2011-11-09s4:torture:smb2: lease.update2: some more reasonable struct names and a commentMichael Adam1-3/+7
2011-11-09s4:torture:smb2: change the test file name in the durable-open.oplock testMichael Adam1-1/+1
2011-11-09samr: filterModuleName is a lsa_String in userPwdChangeFailureInformation.Günther Deschner1-0/+2
2011-11-08s4-smbtorture: demonstrate how broken our samr_ChangePasswordUser3 marshallin...Günther Deschner1-0/+32
2011-11-03s4-smbtorture: add some ndr validation tests for netlogon_samlogon_response s...Günther Deschner1-1/+57
2011-11-03nbt: trim down header dependencies of nbt.idl.Günther Deschner1-0/+1
2011-11-01s4:torture:smb2: add a new durable-open.upgrade2 test to test all upgrade com...Michael Adam1-0/+90
2011-11-01s4:torture:smb2: expand durable-open.open2 test matrix by all share-modesMichael Adam1-9/+48
2011-11-01s4:torture:smb2: expand durable-open.open1 test matrix by all share-modesMichael Adam1-8/+62
2011-11-01s4:torture:smb2: rename the durable-open.basic2 test to durable-open.open2 fo...Michael Adam1-14/+14
2011-11-01s4:torture:smb2: rename the durable-open.basic1 test to durable-open.open1 fo...Michael Adam1-14/+14
2011-10-31s4:torture/smb2: fix compound.invalid2 against windowsStefan Metzmacher1-2/+2
2011-10-31s4-torture: smb2 copychunk data integrity checksDavid Disseldorp1-0/+72
2011-10-31s4-torture: add smb2 copychunk ioctl testsDavid Disseldorp1-7/+285
2011-10-31s4-torture: split common copychunk ioctl test code into helpersDavid Disseldorp1-53/+112
2011-10-31s4-torture: Add tests for the smb2 copychunk ioctlDavid Disseldorp2-2/+173
2011-10-30s4:torture:smb2: add durable_open_basic2 test: test durable open against all ...Michael Adam1-0/+146
2011-10-30s4:torture:smb2: add a new durable_open_basic1 test: test open against all op...Michael Adam1-0/+111
2011-10-30s4:torture:smb2: check wheter open was durable in existing testsMichael Adam1-0/+8
2011-10-30s4:torture: test also break semantics between batch-oplocks and leasesMichael Adam1-1/+1
2011-10-30s4:torture:smb2: adapt comment in durable-open.lease test according to curren...Michael Adam1-0/+3
2011-10-30s4:torture:smb2: fix the durable_open test to succeed against w7 and w2k8r2Michael Adam1-1/+1
2011-10-28lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett1-1/+1
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett1-2/+2
2011-10-28lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2-3/+3