Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-30 | s4-smbtorture: in extended setvalue winreg test, reduce max random buffer ↵ | Günther Deschner | 1 | -1/+1 | |
length to 16 bytes. Guenther | |||||
2010-06-30 | s4-smbtorture: enable QueryMultipleValues{2} torture tests against samba3. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2010-06-30 | s4-smbtorture: add some more multiple_values_tests to RPC-WINREG. | Günther Deschner | 1 | -1/+12 | |
Guenther | |||||
2010-06-29 | s4-smbtorture: remove duplicate torture_assert_sid_equal macro. | Günther Deschner | 1 | -10/+1 | |
Guenther | |||||
2010-06-29 | s4-smbtorture: add more sophisticated tests for winreg_QueryMultipleValues{2}. | Günther Deschner | 1 | -0/+221 | |
Guenther | |||||
2010-06-29 | s4-smbtorture: remove some pointless mem_equal tests in LOCAL-NDR-WINREG ↵ | Günther Deschner | 1 | -3/+0 | |
testsuite. Guenther | |||||
2010-06-29 | s4-smbtorture: handle NT_STATUS_NOT_IMPLEMENTED in GetForestTrustInformation ↵ | Günther Deschner | 1 | -2/+6 | |
test. When skipping over it, we can at least verify the credential chain. Guenther | |||||
2010-06-29 | s4-smbtorture: use TEST_MACHINE_NAME in test_netr_GetForestTrustInformation(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-06-29 | s4-smbtorture: add netr_GetForestTrustInformation test to RPC-NETLOGON. | Günther Deschner | 1 | -0/+39 | |
Guenther | |||||
2010-06-29 | s4-smbtorture: add NDR torture test for winreg_QueryMultipleValues2. | Günther Deschner | 1 | -0/+47 | |
Guenther | |||||
2010-06-29 | s4-smbtorture: add RPC torture test for winreg_QueryMultipleValues2. | Günther Deschner | 1 | -0/+41 | |
Guenther | |||||
2010-06-29 | winreg: fix winreg_QueryMultipleValues() IDL and torture tests. | Günther Deschner | 2 | -23/+23 | |
Guenther | |||||
2010-06-29 | s4/ndr: Fix tuncating of constant to a 'long' type | Kamen Mazdrashki | 1 | -2/+2 | |
2010-06-28 | s4:torture/rpc/samr.c - test_SetPassword_LastSet - introduce the delays also ↵ | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
for s4 | |||||
2010-06-28 | s4:torture - SAMR password tests - activate support for password sets on ↵ | Matthias Dieter Wallnöfer | 1 | -22/+17 | |
level "18" and "21" | |||||
2010-06-28 | s4-smbtorture: fix typo. | Günther Deschner | 1 | -1/+1 | |
Not my day... Guenther | |||||
2010-06-28 | s4:torture/rpc/samr.c - test_SetPassword_LastSet - fix "pwdLastSet" test | Matthias Dieter Wallnöfer | 1 | -33/+31 | |
- Remove superflous checks (on level 18, 24, 26 we do always have "pwdLastSet" resets if "password_expired" > 0) - Fixed some bugs Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-06-28 | s4-smbtorture: add trustDomainPasswords blob test to LOCAL-NDR testsuite. | Günther Deschner | 1 | -0/+64 | |
Our parsing of this struct is incorrect atm. and apparently also causes the s4 server to crash. Thanks to Sumit Bose <sbose@redhat.com> for providing the auth data retrieved from a w2k3 domain.msc operation. Guenther | |||||
2010-06-28 | s4/drs-test: Add few comments in DrsDeleteObjectTestCase test | Kamen Mazdrashki | 1 | -3/+10 | |
Also remove unused code | |||||
2010-06-26 | s4/drs-test: Fix whitespaces and permissions for delete_object.py test | Kamen Mazdrashki | 1 | -5/+5 | |
Sorry I've missed to do this before | |||||
2010-06-25 | smbtorture: Fix loading of --load-list. | Jelmer Vernooij | 1 | -10/+12 | |
2010-06-25 | s4/drs-test: Tests Deleted objects replication | Kamen Mazdrashki | 1 | -0/+222 | |
Tests how deleted objects are replicated between two DCs. Currently the test exploits following vulnerabilities: - DsReplicaSync is not correctly implemented - a 'deleted object' is restored (kind of) in case DC1 replicates from DC2 before the 'deleted object' is replicated | |||||
2010-06-24 | s4 torture: Warn on NOT_IMPLEMENTED in addition to NOT_SUPPORTED for ↵ | Aravind Srinivasan | 1 | -3/+9 | |
RAW-QFILEINFO Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 1 | -1/+1 | |
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-23 | s4-smbtorture: test more valid key names in RPC-WINREG. | Günther Deschner | 1 | -0/+61 | |
Guenther | |||||
2010-06-23 | s4-smbtorture: more work on test values WINREG test. | Günther Deschner | 1 | -2/+10 | |
Guenther | |||||
2010-06-23 | s4-smbtorture: add test for different winreg SetValue value names. | Günther Deschner | 1 | -0/+51 | |
Guenther | |||||
2010-06-23 | s4-smbtorture: Fix test_SetPrinterDataEx_keys and test_SetPrinterDataEx_values. | Günther Deschner | 1 | -6/+6 | |
We want to continue, not to skip here. Guenther | |||||
2010-06-22 | s4-smbtorture: add "printerdata_values" test to RPC-SPOOLSS-PRINTER. | Günther Deschner | 1 | -0/+88 | |
Guenther | |||||
2010-06-22 | s4-smbtorture: also test keynames with '/' in it in SetPrinterDataEx keyname ↵ | Günther Deschner | 1 | -1/+8 | |
tests. Guenther | |||||
2010-06-22 | s4-smbtorture: activate all keys in SetPrinterData keys test. | Günther Deschner | 1 | -7/+10 | |
(just skip some of them still against s3). Guenther | |||||
2010-06-22 | s4-smbtorture: split out a "printerdata_keys" test for RPC-SPOOLSS-PRINTER. | Günther Deschner | 1 | -53/+120 | |
This separates key and value tests for SetPrinterDataEx and GetPrinterDataEx (and also speeds up the whole testsuite). Guenther | |||||
2010-06-21 | s4 torture: RAW-SFILEINFO display warning instead of error on unsupported ↵ | Aravind Srinivasan | 1 | -4/+24 | |
info level Also add a test to make sure setting the directory attribute is disallowed. Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2010-06-21 | smbtorture: Fix missing includes. | James Peach | 1 | -0/+1 | |
2010-06-21 | smbtorture: Fixx off-by-one command line parsing. | James Peach | 1 | -17/+17 | |
If we are not in shell mode we require both the target and test name arguments. Make sure we process these from the correct index. | |||||
2010-06-21 | smbtorture: Add "target" command to interactive shell. | James Peach | 2 | -16/+51 | |
Add a "target" command to set the target server to test. Refactor the command line argument processing a little so that you can run --shell without any additional arguments. | |||||
2010-06-21 | smbtorture: Enhance shell "help" command. | James Peach | 1 | -13/+23 | |
Sort the command list alphabetically. Let the help command print usage info for other commands. | |||||
2010-06-21 | smbtorture: Add "auth" command to the shell. | James Peach | 1 | -0/+73 | |
Add a new "auth" command to set the cmdline credentials from withing the smbtorture shell. | |||||
2010-06-21 | smbtorture: Refactor interactive shell into independent commands. | James Peach | 1 | -26/+154 | |
Refactor the smbtorture interactive shell into a set of independent command callbacks to make it easier to add more independent commands. | |||||
2010-06-21 | smbtorture: Move interactive shell into a separate file. | James Peach | 5 | -61/+107 | |
2010-06-21 | smbtorture: Print global options for interactive "list" command. | James Peach | 1 | -1/+3 | |
2010-06-21 | smbtorture: Add history support to shell mode. | James Peach | 1 | -1/+8 | |
2010-06-21 | smbtorture: Add list command to smbtorture shell. | James Peach | 1 | -36/+94 | |
2010-06-19 | python: Use samba.tests.TestCase, make sure base class tearDown and | Jelmer Vernooij | 1 | -3/+1 | |
setUp methods are called, fix formatting. | |||||
2010-06-19 | s4:torture/ldap/basic.c - add more error code/messages tests | Matthias Dieter Wallnöfer | 1 | -30/+264 | |
And now we do match at least the LDAP error code (the WERROR one does still differ from Windows - we will see how to change that). | |||||
2010-06-18 | s4:torture/rpc/netlogon.c - make sure that the address family is set in ↵ | Matthias Dieter Wallnöfer | 1 | -18/+18 | |
little endian in the "AddressToSitenames" tests | |||||
2010-06-18 | s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ↵ | Matthias Dieter Wallnöfer | 1 | -12/+16 | |
against s4 | |||||
2010-06-17 | s4:torture/rpc/remote_pac: use dcerpc_netr_LogonSamLogon_r() instead of ↵ | Stefan Metzmacher | 1 | -1/+2 | |
dcerpc_netr_LogonSamLogon() metze | |||||
2010-06-16 | s4-smbtorture: Remind myself we need to add a test for SMBsplretq in ↵ | Günther Deschner | 1 | -0/+2 | |
RAP-PRINTING. Guenther | |||||
2010-06-16 | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 8 | -8/+6 | |
This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org> |