Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-05 | s4-smbtorture: check error codes in RAP-SAM testsuite. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-06-04 | s4-smbtorture: completely rework RPC-SPOOLSS-PRINTER. | Günther Deschner | 2 | -326/+521 | |
This is now a child testsuite to RPC-SPOOLSS. You can call simple tests via RPC-SPOOLSS-{addprinter,addprinterex}-testname. Guenther | |||||
2010-06-04 | s4-smbtorture: rework order of test in RPC-SPOOLSS-PRINTSERVER a bit. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-06-03 | s4-smbtorture: convert RPC-SPOOLSS into a torture suite. | Günther Deschner | 2 | -83/+212 | |
Guenther | |||||
2010-06-03 | s4-smbtorture: allow to call single tests from a testcase in a testsuite | Günther Deschner | 1 | -0/+10 | |
directly on the commandline. Guenther | |||||
2010-06-03 | s4-smbtorture: move PrintProcessors winreg test to main RPC-SPOOLSS test. | Günther Deschner | 1 | -7/+2 | |
Guenther | |||||
2010-06-03 | s4-smbtorture: add test_PrintProcessors_winreg. | Günther Deschner | 1 | -0/+71 | |
This does cross reference checks between spoolss PrintProcessors and entries stored in winreg. Guenther | |||||
2010-06-03 | s4-smbtorture: refactor test_EnumPrintProcessors(). | Günther Deschner | 1 | -35/+54 | |
Guenther | |||||
2010-06-03 | s4-smbtorture: only test data up to a length of 9 bytes in ↵ | Günther Deschner | 1 | -1/+1 | |
test_SetPrinterDataEx_matrix(). Guenther | |||||
2010-06-01 | s4-smbtorture: skip driverName and printerName DsSpooler tests for now. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-06-01 | s4-smbtorture: Make sure RPC-SPOOLSS and RPC-SPOOLSS-PRINTER pass against s3. | Günther Deschner | 1 | -0/+37 | |
Printjobs are extremely fragile beasts on paused virtual printers within make test. Very often the printq updater in the background is not fast enough, so subsequent tests don't get to the updated information. Something to remember and to work on later... Guenther | |||||
2010-05-31 | s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" result | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
See MS-NRPC 3.5.5.6.3. | |||||
2010-05-31 | s4:torture/rpc/netlogon.c - add another "LogonGetDomainInfo" testcase | Matthias Dieter Wallnöfer | 1 | -0/+17 | |
Mark it as dangerous since it does break some target systems. | |||||
2010-05-28 | s4/test-libnet: Remove multiple test_samr_close() impelementations | Kamen Mazdrashki | 2 | -45/+15 | |
We now have a nice common test_samr_close_handle() function to use | |||||
2010-05-28 | s4/test-libnet-user: Remove test_createuser() | Kamen Mazdrashki | 1 | -63/+3 | |
We have same functionality already implemented by test_user_create() in libnet/utils.c | |||||
2010-05-28 | s4/test-libnet-utils: refactor test_user_create() | Kamen Mazdrashki | 1 | -13/+39 | |
- param names made more clear what they stand for - user RID out param is now optional, so that this function may be used in cases where we don't need user RID - SAMR connection handle is closed as it is not used further (we should play nice with servers) | |||||
2010-05-28 | s4/test: remove local impl for open_domain and use common one | Kamen Mazdrashki | 2 | -57/+5 | |
2010-05-28 | s4/test: remove torture/libnet/utils.h as we are using proto.h now | Kamen Mazdrashki | 5 | -61/+4 | |
2010-05-28 | s4/test: change prototype for test_opendomain() | Kamen Mazdrashki | 6 | -13/+14 | |
- name changed to test_domain_open to be more alike athore functions in utils.c file - output parameters moved to the end param list definition just after mem_ctx so it is somehow more clear those params are OUT | |||||
2010-05-28 | s4/test: Refactor test_opendomain to address following | Kamen Mazdrashki | 1 | -16/+33 | |
- param names made more clear what they stand for - dom_sid out param is now optional, so that this function may be used in cases where we don't need dom_sid - SAMR connection handle is closed as it is not used further | |||||
2010-05-28 | s4/test: make samr_close handle functio public | Kamen Mazdrashki | 2 | -0/+26 | |
It is to be used further for closing opened handles when testing using SAMR interface | |||||
2010-05-28 | s4/test: refactor NET-USERINFO test to be more 'torture' friendly | Kamen Mazdrashki | 1 | -24/+6 | |
Test may be further refactored to be converted as a test case (what it is actually) | |||||
2010-05-28 | s4/test: test_userinfo/_async tests should use passed user_name param value | Kamen Mazdrashki | 1 | -2/+2 | |
2010-05-28 | s4-smbtorture: finally test all levels in rap_NetUserGetInfo RAP-SAM test. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-05-28 | s4-smbtorture: remove obsolete handmarshalled rap code. | Günther Deschner | 1 | -281/+0 | |
Guenther | |||||
2010-05-28 | s4-smbtorture: we can fully use autogenerated code to pull info unions now. | Günther Deschner | 1 | -172/+90 | |
Guenther | |||||
2010-05-27 | s4-smbtorture: create the user to test in test_usergetinfo() in RAP-SAM. | Günther Deschner | 1 | -3/+27 | |
Guenther | |||||
2010-05-26 | s4-smbtorture: add usergetinfo to RAP-SAM. | Günther Deschner | 1 | -0/+25 | |
Guenther | |||||
2010-05-26 | s4-smbtorture: add smbcli_rap_netusergetinfo(). | Günther Deschner | 1 | -0/+175 | |
Guenther | |||||
2010-05-26 | s4/test: Connect SAMR and LDARPC pipes before calling libnet_ functions | Kamen Mazdrashki | 1 | -7/+29 | |
In multi-DC environment, NBT name resolution may resolv domain name to any of DCs. This make this test to fail, as we are modifying the user account on one DC and query user info immediately after that on another DC. | |||||
2010-05-26 | s4/test: remove unused code | Kamen Mazdrashki | 1 | -18/+0 | |
There is no need anymore to modify samAccountName of the testing user to original value as test_cleanup() will spot the right samAccountName to delete | |||||
2010-05-26 | s4/test: make test_cleanup() in libnet_user library more robust | Kamen Mazdrashki | 1 | -4/+74 | |
test_cleanup() is called always with RDN name of the user to be deleted. When modify-user test fails however, we end up with a user with RDN = libnetusertest and samAccountName = random_name. This way we can not delete the user and the error message is quite misleading (I've spent a *lot* of time trying to figure out if the database is corrupted because of this error). | |||||
2010-05-26 | s4/test: rename enum test_fields{} member names to be more descriptive | Kamen Mazdrashki | 3 | -28/+29 | |
2010-05-26 | s4/test: Replace hand-made field count to test | Kamen Mazdrashki | 3 | -8/+11 | |
This patch replaces hand-make count of fields to be tested with defines for FIRST-LAST value for corresponding fields to test with. As a side-effect, 'acct_flags' is now included in tests. | |||||
2010-05-25 | s4:torture/rpc/samr.c: Fix the "ValidatePassword" test | Matthias Dieter Wallnöfer | 1 | -3/+6 | |
It was failing randomly due to an uninitialised "status" variable. | |||||
2010-05-22 | torture: fix typos | Simo Sorce | 1 | -2/+2 | |
2010-05-21 | s4:torture/rap/rap.c - quiet discard const warning | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-05-21 | s4:torture/raw/open.c - remove unused variables and fix error handling | Matthias Dieter Wallnöfer | 1 | -8/+3 | |
2010-05-21 | s4-smbtorture: Fix NetUserPasswordSet2 RAP tests. | Günther Deschner | 1 | -5/+40 | |
Guenther | |||||
2010-05-21 | s4-smbtorture: fix smbcli_rap_netuserpasswordset2(). | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-05-21 | s4-torture: Improved the winreg symlink test. | Andreas Schneider | 1 | -10/+82 | |
This test is still disabled as we don't know how to remove a symbolic link. It looks like there only DeleteKey functions which can work on a handle are able to delete a symbolic link. Pair-Programmed-With: Michael Adam <obnox@samba.org> | |||||
2010-05-21 | s4-torture: Disable the security descriptor tests. | Andreas Schneider | 1 | -2/+7 | |
2010-05-21 | s4-torture: Try to fix the winreg tests. | Andreas Schneider | 1 | -42/+76 | |
2010-05-21 | s4:torture:winreg: improve error messages in test_HKLM_wellknown | Michael Adam | 1 | -3/+3 | |
2010-05-21 | s4:torture:winreg: improve error messages in test_QueryValue_full | Michael Adam | 1 | -7/+9 | |
So that one has a chance to tell what part of the test failed. And why. | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -1/+1 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-21 | s4:libcli/ldap Rename ldap.h to libcli_ldap.h | Andrew Bartlett | 1 | -1/+1 | |
It is a problem if a samba header is called ldap.h if we also want to use OpenLDAP's ldap.h Andrew Bartlett | |||||
2010-05-21 | s4-smbtorture: add kernel_mode_registry_path(). | Günther Deschner | 1 | -0/+22 | |
Guenther | |||||
2010-05-21 | s4-smbtorture: Fix volatile test in RPC-WINREG. | Günther Deschner | 1 | -10/+84 | |
Guenther | |||||
2010-05-20 | s4-smbtorture: use push_reg_sz/push_reg_multi_sz in spoolss tests. | Günther Deschner | 1 | -14/+12 | |
Guenther |