Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-09 | s4-test-msds_intid: Verify ATTIDs for Linked Attributes | Kamen Mazdrashki | 1 | -0/+45 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sat Oct 9 03:43:34 UTC 2010 on sn-devel-104 | |||||
2010-10-09 | s4-test-msds_intid: Simplify parameters for _make_error_message() function | Kamen Mazdrashki | 1 | -10/+18 | |
so it can be used in more places - when checking for Linked Attributes ATTIDs for instance | |||||
2010-10-07 | File winattr test | Abhidnya P Chirmule | 2 | -0/+248 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 7 16:51:19 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | File BirthTime test | Abhidnya P Chirmule | 1 | -0/+114 | |
2010-10-07 | s4-smbtorture: re-arrange openprinterex tests. | Günther Deschner | 1 | -21/+46 | |
Guenther | |||||
2010-10-07 | samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray. | Günther Deschner | 2 | -3/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 7 12:04:32 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | s4-test: changed the gentest test to use a fixed seed. | Andrew Tridgell | 1 | -1/+1 | |
we need our test suite to produce repeatable results Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 5 08:43:00 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | torture: complete dfs referral tests | Matthieu Patou | 2 | -10/+59 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Oct 5 08:01:39 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | Add missing dependencies for com_err. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-03 | s4-test-fsmo.py: Implement kind of busy-wait for role transfer | Kamen Mazdrashki | 1 | -18/+36 | |
This allows us not to hard code timeout we are going to wait for before failing the test - if DCs are not very busy, we won't wait at all (speeds up 'make test' by a minute also) Maximum timeout to wait for is set to 20 secs currently, which should be enough even for slow machines and tested DCs being under load | |||||
2010-10-03 | s4-test-fsmo.py: Use common implementation for env_get_var_value() | Kamen Mazdrashki | 1 | -8/+2 | |
2010-10-03 | s4-test-delete_object.py: Use common implementation for env_get_var_value() | Kamen Mazdrashki | 1 | -8/+2 | |
2010-10-03 | s4-test-fsmo.py: Use common implementation for connect_samdb() | Kamen Mazdrashki | 1 | -22/+2 | |
Connections are restricted to LDAP only (remote), as this test can't be run against local LDBs | |||||
2010-10-03 | s4-test-delete_object.py: Use common implementation for connect_samdb() | Kamen Mazdrashki | 1 | -20/+2 | |
Connections are restricted to LDAP only (remote), as this test can't be run against local LDBs | |||||
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
2010-10-01 | delete_object: Remove unnecessary pass calls. | Jelmer Vernooij | 1 | -7/+0 | |
2010-09-30 | s4-smbtorture: add new EnumPrinters test to test printername/servername | Günther Deschner | 1 | -13/+207 | |
behaviour in EnumPrinter and GetPrinter calls. Guenther | |||||
2010-09-28 | s4-smbtorture: rework spoolss_EnumPrintProcDataTypes test. | Günther Deschner | 1 | -34/+79 | |
Guenther | |||||
2010-09-28 | s4-smbtorture: rework test_EnumPrintProcessors to let it test more combinations. | Günther Deschner | 1 | -33/+15 | |
Guenther | |||||
2010-09-27 | s4:torture/ldap: close connections with an UnbindRequest | Stefan Metzmacher | 1 | -0/+29 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Sep 27 07:14:23 UTC 2010 on sn-devel-104 | |||||
2010-09-27 | LDAP-BASIC: test AbandonRequest | Stefan Metzmacher | 1 | -0/+41 | |
metze | |||||
2010-09-27 | s4-smbtorture: remove unneeded dcerpc_mgmt alias. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
2010-09-26 | s4-fsmo.py: Fix usage of 'paged_search' module for remote LDB connections | Kamen Mazdrashki | 1 | -2/+3 | |
2010-09-26 | s4-delete_object.py: Fix usage of 'paged_search' module for remote LDB ↵ | Kamen Mazdrashki | 1 | -2/+3 | |
connections | |||||
2010-09-25 | torture: fixed a valgrind error in SMB2-CREATE | Andrew Tridgell | 1 | -0/+6 | |
the lock structure had uninitialised elements, so we sent a random length. This also adds a 1 byte write, so there is real data that is being truncated with the 2nd open | |||||
2010-09-24 | s4:torture/rpc/netlogon.c - remove the dependency on "samdb_server_site_name" | Matthias Dieter Wallnöfer | 1 | -5/+54 | |
Since this one relies on the right server loadparm context which we aren't able to provide over torture. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-22 | smbtorture: Report times. | Jelmer Vernooij | 1 | -0/+2 | |
2010-09-22 | s4:libcli:smb2 Rename pending_id to async_id and make 64-bit | Steven Danneman | 1 | -0/+1 | |
Match MS-SMB2 - 2.2.1.1 SMB2 Packet Header - ASYNC | |||||
2010-09-22 | s4-smbtorture: print out membership in RPC-SPOOLSS-ACCESS. | Günther Deschner | 1 | -0/+7 | |
Guenther | |||||
2010-09-22 | s4-drs-test: Relax a check that may possibly fail | Kamen Mazdrashki | 1 | -1/+7 | |
This check may fail due to automatic replication between DCs during the test execution. Ideally we should block automatic replications (somehow) during this test. But until then, we need just to skip this check, it is not *that* important anyway | |||||
2010-09-21 | torture: Remove active_testname variable. | Jelmer Vernooij | 1 | -3/+0 | |
2010-09-21 | torture: Fix running individual tests. | Jelmer Vernooij | 1 | -2/+2 | |
2010-09-20 | s4-smbtorture: print SVCCTL security descriptor in ↵ | Günther Deschner | 1 | -0/+17 | |
test_QueryServiceObjectSecurity(). Guenther | |||||
2010-09-21 | s4-test: yet another test for ATTID-ot-OID conversion | Kamen Mazdrashki | 1 | -2/+7 | |
Test with a valid ATTID for prefixMap lookups, but supplied ATTID is with index not to be found in the test prefixMap | |||||
2010-09-20 | s4-smbtorture: add NetRemoteTOD libnetapi torture test. | Günther Deschner | 4 | -2/+80 | |
Guenther | |||||
2010-09-20 | s4-smbtorture: add test_SetServiceObjectSecurity() to RPC-SVCCTL. | Günther Deschner | 1 | -1/+62 | |
Guenther | |||||
2010-09-19 | s4/fsmo: Naming master support added | Anatoliy Atanasov | 1 | -0/+4 | |
Test suite for fsmo is extended with a test case for naming master too. | |||||
2010-09-19 | s4-smbtorture: add LOCAL-NDR-NTLMSSP. | Günther Deschner | 4 | -2/+122 | |
Guenther | |||||
2010-09-17 | s4-test: Add unit test for dsdb_schema_info_cmp() | Kamen Mazdrashki | 1 | -0/+81 | |
2010-09-17 | s4-smbtorture: fix winreg querymultiplevalues NDR test warning. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-09-16 | s3/s4: merge msleep and smb_msleep | Björn Jacke | 14 | -95/+95 | |
the merged variant is renamed to smb_msleep as some platforms already have a msleep function. | |||||
2010-09-16 | s4-smbtorture: add NDR spoolss_GetPrinterDriver2 in and out check functions. | Günther Deschner | 1 | -2/+49 | |
Guenther | |||||
2010-09-16 | s4-smbtorture: finally enable most of our NDR_OUT NDR tests that we couldnt ↵ | Günther Deschner | 3 | -10/+6 | |
handle previously. Guenther | |||||
2010-09-16 | s4-smbtorture: add functions to do NDR_OUT ndr_pull validation including ↵ | Günther Deschner | 2 | -0/+99 | |
NDR_IN context. Guenther | |||||
2010-09-16 | s4-smbtorture: fix some indentation in NDR testsuite. | Günther Deschner | 1 | -28/+30 | |
Guenther | |||||
2010-09-16 | s3-smbtorture: fixup trailing whitespace in ndr testsuite. | Günther Deschner | 2 | -35/+35 | |
Guenther | |||||
2010-09-16 | s4-smbtorture: add spoolss_GetPrinterDriver2 NDR tests. | Günther Deschner | 1 | -0/+212 | |
Guenther | |||||
2010-09-16 | s4-smbtorture: mention -v switch for hexdump imports into the NDR testsuites. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-16 | s4-smbtorture: activate spoolss_GetPrinterData NDR pull test. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-09-16 | torture/raw Allow one more 'not implemented' status return as a valid response | Andrew Bartlett | 1 | -1/+2 | |
The Samba4 server responds to most ioctl calls with NT_STATUS_NOT_SUPPORTED Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> |