summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2012-01-04LDAP-CLDAP: demonstrate that pdc name is not an unc pathStefan Metzmacher1-0/+9
2012-01-04s4:torture/nbt/dgram.c - NBT samlogon requests don't return the PDC name as U...Matthias Dieter Wallnöfer1-0/+5
2012-01-04LDAP-CLDAP: demonstrate that pdc name is an unc pathStefan Metzmacher1-0/+6
2012-01-04s4:torture/nbt/dgram.c: NBT samlogon requests without _EX return the PDC name...Stefan Metzmacher1-0/+22
2012-01-02s4:torture/rpc/netlogon.c - enhance the "DsRGetDCName*" testsMatthias Dieter Wallnöfer1-0/+96
2011-12-29s4-toture: Rename memory contexts in rpc.pac for greater clarityAndrew Bartlett1-13/+13
2011-12-29s4-torture: Demonstrate handling of the PAC in a custom auth_contextAndrew Bartlett1-3/+80
2011-12-23s4:torture/rpc/netlogon.c - factor out the computer name check in an own testMatthias Dieter Wallnöfer1-11/+61
2011-12-22s4-torture: Test rpc schannel netr_LogonGetCapability.Stefan Metzmacher2-0/+62
2011-12-17s4:torture/rap/printing: check smbcli_rap_netprintqgetinfo() WERR statusStefan Metzmacher1-0/+7
2011-12-14s4-smbtorture: make sure we can successfully run the schannel test against wi...Günther Deschner1-16/+30
2011-12-14s4-torture: LookupSids3 is only available over NCACN_IP_TCP.Andreas Schneider1-1/+2
2011-12-14s4-torture: Fix schannel test against win2k8.Andreas Schneider1-4/+4
2011-12-14s4-smbtorture: fix some typos in schannel test.Günther Deschner1-3/+3
2011-12-14s4-smbtorture: avoid printf(); in schannel test.Günther Deschner1-13/+13
2011-12-14s4-smbtorture: remove trailing whitespace from schannel test.Günther Deschner1-41/+41
2011-12-12s4-torture Do not use a fixed password for forest trust testsAndrew Bartlett1-7/+13
2011-12-12s4-torture cope with servers earlier than Windows 2008Andrew Bartlett1-0/+5
2011-12-12s4-torture Modify rpc.lsa.forest.trust test to progress further FL Win2003 R2Andrew Bartlett1-3/+9
2011-12-12s4-torture: Fix commentAndrew Bartlett1-1/+1
2011-12-12torture: do not reuse bindings between pipesAndrew Bartlett1-6/+10
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij2-7/+7
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher3-20/+57
2011-11-30s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()Stefan Metzmacher1-8/+8
2011-11-29s4:torture: use tctx->ev as event context for pollingStefan Metzmacher6-22/+14
2011-11-29s4:gentest: get the tid from the smbcli_tree structStefan Metzmacher1-2/+4
2011-11-29s4:torture/rpc: use talloc_zero() in torture_join_domain()Stefan Metzmacher1-2/+2
2011-11-27s4:torture/ldap/cldap.c - remove the "test_cldap_netlogon_flag_ds_dns_forest"...Matthias Dieter Wallnöfer1-87/+4
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