Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-11 | s4/tort: RPC-DRSUAPI test case refactored to match torture architecture | Kamen Mazdrashki | 2 | -68/+74 | |
2009-09-11 | s4/tort: code clean up using torture_drsuapi_assert_call() macro | Kamen Mazdrashki | 1 | -132/+36 | |
After this change, when a test fails, it gives reasonable failure message. | |||||
2009-09-11 | s4/tort: assert macro for drsuapi dcerpc call | Kamen Mazdrashki | 1 | -0/+26 | |
The macro actually wraps common code pattern used in almost every test for DRSUAPI interface | |||||
2009-09-11 | s4/tort: Propagate torture_context and use torture_comment | Kamen Mazdrashki | 1 | -66/+79 | |
NOTE: Not every place where printf is used is replaced by torture_comment. Future work shall "missed" printfs also. | |||||
2009-09-11 | s4/tort: CRACKNAMES tests to use private structure for testing. | Kamen Mazdrashki | 1 | -2/+33 | |
DsCrackNamesPrivate structure basically inherits DsPrivate structure while adding few test-specific members. | |||||
2009-09-11 | s4/tort: Make common setup/teardown drsuapi test funcs really common | Kamen Mazdrashki | 1 | -13/+6 | |
2009-09-11 | s4/tort: CrackNames test update to work against W2K3. | Kamen Mazdrashki | 1 | -0/+4 | |
DRSUAPI_DS_NAME_FORMAT_UKNOWN added to 'known-to-fail' responses as this actually means to ask AD to resolve a name from FQDN format to Unknown format. | |||||
2009-09-10 | s4/torture: fixed lots of crash bugs in the DRS tests | Andrew Tridgell | 1 | -17/+19 | |
2009-09-10 | s4/torture: don't mix declarations and code | Andrew Tridgell | 1 | -22/+22 | |
2009-09-09 | s4/torture: add new SMB oplock tests | Aravind Srinivasan | 1 | -2/+397 | |
* test if oplocks are granted when requesting delete-on-close * test how oplocks are broken by byte-range-lock requests | |||||
2009-09-09 | s4/torture: convert printf to torture_comment() | Aravind Srinivasan | 1 | -6/+9 | |
Allows "make test" and other harnesses to print cleaner output. | |||||
2009-09-08 | s4/torture/smb2: removed SMB2-FIND test | Steven Danneman | 3 | -222/+0 | |
This test has been wholly replaced by the SMB2-DIR-ONE test found in dir.c. | |||||
2009-09-08 | s4/torture/smb2: Fix several small bugs and style issues in SMB2 dir tests | Steven Danneman | 1 | -136/+152 | |
* removed all uses of printf, replaced with torture_comment * replaced custom CHECK macros with new torture_assert_*_todo() helpers * switched string dir name generation to generate_unique_strs() helper, to avoid non-deterministic test behavior where generate_rand_str() would cause file colissions in the same directory. | |||||
2009-09-08 | tort: RPC-CRACKNAMES test case refactored | Kamen Mazdrashki | 2 | -1/+18 | |
2009-09-08 | tort: DsCrackNames - propagate torture context to all tests. | Kamen Mazdrashki | 2 | -208/+166 | |
2009-09-08 | tort: Helper function to get DC info for testing | Kamen Mazdrashki | 1 | -0/+53 | |
2009-09-08 | tort: Implement 'setup' and 'teardown' for DRSUAPI test cases. | Kamen Mazdrashki | 2 | -0/+44 | |
2009-09-08 | s4: 'index' is a libc function | Andrew Tridgell | 1 | -2/+2 | |
2009-09-06 | s4:torture - Fix uninitialized variable | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-09-02 | s4-smbtorture: test netr_ServerSetPassword2 against Samba3. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-08-27 | s4-smbtorture: do not hard code BDC secure channel type into RPC-NETLOGON tests. | Günther Deschner | 1 | -9/+12 | |
Guenther | |||||
2009-08-27 | s4-smbtorture: add test_SetPassword_flags to RPC-NETLOGON-S3 testsuite. | Günther Deschner | 1 | -0/+101 | |
Guenther | |||||
2009-08-26 | s4-smbtorture: add RPC-NETLOGON-S3 to test samba3 netlogon server. | Günther Deschner | 2 | -0/+19 | |
Guenther | |||||
2009-08-24 | Allow systems with timestamp granularity of 1sec to work with | Jeremy Allison | 1 | -0/+15 | |
this test. Jeremy. | |||||
2009-08-22 | s4:ntp_signd Fix bug 6656 - Set protocol version to 0, as used by ntpd | Andrew Bartlett | 1 | -2/+1 | |
The change to protocol version 1 was not intentional, and broke the protocol established with the ntp.org project. Andrew Bartlett | |||||
2009-08-11 | torture/basic: in run_derefopen() the file could have been deleted before ↵ | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
the last unlink Through a suggestion pointed out in bug #6622 the test file sometimes doesn't exist on the last turn anymore. So we haven't to fail here since it could have been deleted by a concurrent process (e.g. when the same test runs multiple times). Therefore also NT_STATUS_OBJECT_NAME_NOT_FOUND is an acceptable result. | |||||
2009-08-11 | s4:torture Add test for the NTP signd server | Andrew Bartlett | 3 | -1/+288 | |
This is used by at patch to the NTP project to supply authenticated time as required by MS-SNTP. (ie, to keep windows clients in time sync in the domain) Andrew Bartlett | |||||
2009-08-06 | s4 torture: Extend the RAW-RENAME test to more fully test directory renames. | Tim Prouty | 1 | -0/+50 | |
The existing test was only covering files opened underneath the directory that was being renamed. It is not uncommon for windows clients to actually hold a read-only handle to a directory open across the rename, which it turns out doesn't return NT_STATUS_ACCESS_DENIED. Additionally, holding a handle open to a stream on the directory is also allowed. | |||||
2009-08-05 | s4:torture The test logic for the target was wrong. This should correct it. | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
2009-08-05 | s4:torture Remove some unwanted code in the LDAP test - hope this fixes up ↵ | Matthias Dieter Wallnöfer | 1 | -12/+0 | |
the test failures | |||||
2009-08-05 | s4 now supports the large readx extension | Andrew Tridgell | 1 | -6/+11 | |
2009-08-05 | skip the readbraw tests if the server does not support it | Andrew Tridgell | 1 | -0/+5 | |
This allows the RAW-READ test to pass against w2k8 | |||||
2009-08-04 | s4:torture Make RPC-NETLOGON pass against ncaclrpc servers | Andrew Bartlett | 1 | -122/+132 | |
The original patch didn't cope with a NULL target server name - we now key off that to decide it isn't worth checking against LDAP for this host. I still can't get this to pass against Windows 2008, but mdw was testing against Windows 2008R2. at least 'make test' is happy, and the rest should not be too hard... Andrew Bartlett | |||||
2009-08-04 | s4:torture rework LDAP sort test | Andrew Bartlett | 3 | -78/+44 | |
This reworks the test to be part of the LDAP tests, to make better use of the torture API and the ldb API (in particular around adding controls), and a general cleanup. This also adds the test to the 'make test' run. Andrew Bartlett | |||||
2009-08-04 | s4:torture Add test for correct server-side sorting over LDAP | Matthieu Patou | 3 | -3/+194 | |
2009-08-03 | s4: Change constant to comply with the merged build | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-08-03 | s4: Torture test for enhancements in "netr_LogonGetDomainInformations" call | Matthias Dieter Wallnöfer | 1 | -26/+275 | |
This corrects and enhances the torture test of the mentioned call. | |||||
2009-07-31 | s4: Adds a small test for the new enhanced error messages from the AD LDAP ↵ | Matthias Dieter Wallnöfer | 1 | -4/+183 | |
server | |||||
2009-07-21 | frsapi.idl: fix some unknown field names | Stefan Metzmacher | 1 | -9/+9 | |
metze | |||||
2009-07-19 | Remove unused variable. | Jelmer Vernooij | 1 | -1/+0 | |
2009-07-19 | Add missing includes. | Jelmer Vernooij | 1 | -0/+1 | |
2009-07-17 | Revert "fix LSA-PRIVILEGES" | Günther Deschner | 1 | -3/+2 | |
This reverts commit 0d9fdbceedddb08dbea8ed84e06a218d3ec562f4. | |||||
2009-07-17 | Revert "fix LSA-TRUSTED-DOMAINS" | Günther Deschner | 1 | -3/+2 | |
This reverts commit 3c9b26276083002124674678ac757e859fb6b20e. | |||||
2009-07-17 | s4-smbtorture: use secinfo flags instead of numbers in lsa test. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-07-16 | s4-smbtorture: use torture_comment in RPC-LSA tests. | Günther Deschner | 1 | -204/+204 | |
Guenther | |||||
2009-07-16 | fix LSA-PRIVILEGES | Günther Deschner | 1 | -2/+3 | |
2009-07-16 | fix LSA-TRUSTED-DOMAINS | Günther Deschner | 1 | -2/+3 | |
2009-07-16 | s4-smbtorture: move all privilege tests to RPC-LSA-PRIVILEGES. | Günther Deschner | 2 | -12/+54 | |
Guenther | |||||
2009-07-16 | s4-smbtorture: move all trusted domain tests to RPC-LSA-TRUSTED-DOMAINS. | Günther Deschner | 2 | -7/+49 | |
Guenther | |||||
2009-07-16 | s4-smbtorture: some work on getprinterdriver and getprinterdriver2 tests. | Günther Deschner | 1 | -23/+46 | |
Guenther |