summaryrefslogtreecommitdiff
path: root/source4/torture
Commit message (Expand)AuthorAgeFilesLines
* s4-smbtorture: tweak spoolss_OpenPrinterEx devmodeDavid Disseldorp2012-01-131-2/+2
* LDAP-CLDAP: demonstrate that pdc name is not an unc pathStefan Metzmacher2012-01-041-0/+9
* s4:torture/nbt/dgram.c - NBT samlogon requests don't return the PDC name as U...Matthias Dieter Wallnöfer2012-01-041-0/+5
* LDAP-CLDAP: demonstrate that pdc name is an unc pathStefan Metzmacher2012-01-041-0/+6
* s4:torture/nbt/dgram.c: NBT samlogon requests without _EX return the PDC name...Stefan Metzmacher2012-01-041-0/+22
* s4:torture/rpc/netlogon.c - enhance the "DsRGetDCName*" testsMatthias Dieter Wallnöfer2012-01-021-0/+96
* s4-toture: Rename memory contexts in rpc.pac for greater clarityAndrew Bartlett2011-12-291-13/+13
* s4-torture: Demonstrate handling of the PAC in a custom auth_contextAndrew Bartlett2011-12-291-3/+80
* s4:torture/rpc/netlogon.c - factor out the computer name check in an own testMatthias Dieter Wallnöfer2011-12-231-11/+61
* s4-torture: Test rpc schannel netr_LogonGetCapability.Stefan Metzmacher2011-12-222-0/+62
* s4:torture/rap/printing: check smbcli_rap_netprintqgetinfo() WERR statusStefan Metzmacher2011-12-171-0/+7
* s4-smbtorture: make sure we can successfully run the schannel test against wi...Günther Deschner2011-12-141-16/+30
* s4-torture: LookupSids3 is only available over NCACN_IP_TCP.Andreas Schneider2011-12-141-1/+2
* s4-torture: Fix schannel test against win2k8.Andreas Schneider2011-12-141-4/+4
* s4-smbtorture: fix some typos in schannel test.Günther Deschner2011-12-141-3/+3
* s4-smbtorture: avoid printf(); in schannel test.Günther Deschner2011-12-141-13/+13
* s4-smbtorture: remove trailing whitespace from schannel test.Günther Deschner2011-12-141-41/+41
* s4-torture Do not use a fixed password for forest trust testsAndrew Bartlett2011-12-121-7/+13
* s4-torture cope with servers earlier than Windows 2008Andrew Bartlett2011-12-121-0/+5
* s4-torture Modify rpc.lsa.forest.trust test to progress further FL Win2003 R2Andrew Bartlett2011-12-121-3/+9
* s4-torture: Fix commentAndrew Bartlett2011-12-121-1/+1
* torture: do not reuse bindings between pipesAndrew Bartlett2011-12-121-6/+10
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-032-7/+7
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-303-20/+57
* s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()Stefan Metzmacher2011-11-301-8/+8
* s4:torture: use tctx->ev as event context for pollingStefan Metzmacher2011-11-296-22/+14
* s4:gentest: get the tid from the smbcli_tree structStefan Metzmacher2011-11-291-2/+4
* s4:torture/rpc: use talloc_zero() in torture_join_domain()Stefan Metzmacher2011-11-291-2/+2
* s4:torture/ldap/cldap.c - remove the "test_cldap_netlogon_flag_ds_dns_forest"...Matthias Dieter Wallnöfer2011-11-271-87/+4
* smbtorture: avoid sigsev if the password is not correctMatthieu Patou2011-11-261-1/+1
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-242-13/+23
* s4:torture/smb2: use tctx->ev as event context for pollingStefan Metzmacher2011-11-243-8/+7
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-219-40/+28
* s4-smbtorture: add ndr test for nbt_netlogon_packet to avoid future regressions.Günther Deschner2011-11-201-0/+36
* s4:torture/rpc/samr.c - use "NULL" instead of "0" when initialising pointersMatthias Dieter Wallnöfer2011-11-151-1/+1
* s4-smbtorture: add spoolss_OpenPrinterEx ndr test with full devmode.Günther Deschner2011-11-141-0/+183
* s4:torture:smb2: rewrite durable-open.open test to use smb2_*_create functionsMichael Adam2011-11-091-26/+7
* s4:torture:smb2: rewrite the durable-open.lock test to use smb2_lease_create()Michael Adam2011-11-091-23/+3
* s4:torture:smb2: rewrite the durable-open.lease test to use smb2_lease_create()Michael Adam2011-11-091-29/+6
* s4:torture:smb2: rewrite the durable-open.oplock test to use smb2_oplock_crea...Michael Adam2011-11-091-19/+3
* s4:torture:smb2: rewrite the durable-open.file-position test to use smb2_oplo...Michael Adam2011-11-091-18/+2
* s4:torture:smb2: rewrite the durable-open.open2 test to use smb2_lease_create...Michael Adam2011-11-091-26/+6
* s4:torture:smb2: rewrite the durable-open.open1 test to use smb2_oplock_creat...Michael Adam2011-11-091-21/+6
* s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as param...Michael Adam2011-11-091-2/+8
* s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as para...Michael Adam2011-11-091-2/+12
* s4:torture:smb2: add smb2_generic_create_share() that also takes the sharemod...Michael Adam2011-11-091-7/+17
* s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to u...Michael Adam2011-11-092-54/+57
* s4:torture:smb2: use smb2_util_oplock_level() in the durable-open test for co...Michael Adam2011-11-091-38/+38
* s4:torture:smb2: lease: oplock_level is uint8_t, not uint32_t or intMichael Adam2011-11-092-6/+6
* s4:torture:smb2: move oplock() from lease.c to smb2_util_oplock_level() in ut...Michael Adam2011-11-092-35/+36