Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-10 | s4/torture: use time_mono for timeouts | Björn Jacke | 1 | -2/+2 | |
2010-09-10 | s4/torture: use time_mono for delta time | Björn Jacke | 1 | -2/+2 | |
2010-09-10 | s4:torture/locktest.c - add a cast in order to quiet a warning on Solaris cc | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-09-10 | s4:torture/ntp/ntp_signd.c - add more "char *" casts in order to suppress ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Solaris warnings | |||||
2010-09-10 | s4:torture/rpc/winreg.c - hopefully this attempt fixes Solaris "cc" on the ↵ | Matthias Dieter Wallnöfer | 1 | -27/+10 | |
buildfarm The Solaris "cc" incompatiblity on this codepart seems to be harder to fix than it looks like. | |||||
2010-09-10 | s4/fsmo: Added python tests for schema master transfer op | Anatoliy Atanasov | 1 | -0/+152 | |
2010-09-10 | s4/torture: use time_mono for deltas in lock test | Björn Jacke | 1 | -22/+22 | |
2010-09-10 | s4-smbtorture: add spoolss_OpenPrinter with unc and printername in ↵ | Günther Deschner | 1 | -4/+18 | |
RPC-SPOOLSS-PRINTSERVER. Guenther | |||||
2010-09-09 | s4:torture/rpc/winreg.c - restore Solaris cc compatibility | Matthias Dieter Wallnöfer | 1 | -71/+72 | |
"static const struct"s need to be global in order to work with Solaris cc. | |||||
2010-09-09 | s4-drs-test: Add 'reset' and 'replace' tests for drsuapi_DsReplicaUpdateRefs | Kamen Mazdrashki | 1 | -4/+28 | |
At first I got the impression we are not handling those cases, but after those tests surprisingly passed I saw that we have correct behavior implemented in a helper function. So I decided to commit those tests in case someone change the strange-looking check for DRSUAPI_DRS_ADD_REF flag in a function that handles delete operation :) | |||||
2010-09-08 | s4-smbtorture: add torture ndr nbt testsuite. | Günther Deschner | 4 | -2/+73 | |
Guenther | |||||
2010-09-05 | s4-test: refactor API-DELETEUSER test a little to: | Kamen Mazdrashki | 1 | -29/+23 | |
- fail torture_context in case libnet_DeleteUser() has failed - make use of torture_assert_* macros to track down where failur occured - use only one memory context internally | |||||
2010-09-05 | dsgetinfo: Set modulesdir when using ldb without ldb_wrap | Jelmer Vernooij | 1 | -0/+3 | |
(Is there a particular reason we're not using ldb_wrap here?) | |||||
2010-09-04 | torture-lsa: cope with STATUS_SOME_UNMAPPED errors | Andrew Tridgell | 1 | -15/+50 | |
Now that we support SePrintOperatorPrivilege, an interaction between the spoolss tests and the privileges tests cause a failure. The failure happens like this: - the spoolss.access test creates and then deletes an account with SePrintOperatorPrivilege privilege - this leaves the privileges database with an entry for a deleted account that is still visible via LSA calls. This is correct behaviour (verified against w2k8r2) - the lsa.privileges test then enumerates all accounts that have at least one privilege, and gets the SID for the deleted account - it then called LookupNames and LookupSids on this deleted account, and gets an error. The fix is to not call LookupSids and LookupNames on sids which have SID_NAME_UNKNOWN as the type Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-01 | s4-test-dssync: Print the reason for skipping FetchNT4Data test | Kamen Mazdrashki | 1 | -3/+6 | |
2010-08-31 | s4: use GetTimeOfDay macro instead of gettimeofday | Björn Jacke | 1 | -1/+1 | |
2010-08-31 | s4/torture: use monotonic clock for time deltas in denytest | Björn Jacke | 1 | -15/+15 | |
2010-08-30 | s4-drs-test: Skip 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-08-30 | s4-drs-test: Use dns hostnames to run 'net drs replicate' command | Kamen Mazdrashki | 1 | -5/+5 | |
2010-08-27 | s4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown" | Matthias Dieter Wallnöfer | 1 | -9/+18 | |
Hopefully this fixes the build on Solaris 8. | |||||
2010-08-27 | s4:torture/spoolss_access.c - fix discarded const warning | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
"discard_const_p" seems the most appropriate here. | |||||
2010-08-27 | s4:torture/raw/notify.c - freeable stuff shouldn't be "const" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-08-25 | s4-smbtorture: Added a torture test for forest trusts | Sumit Bose | 4 | -2/+840 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-25 | s4-smbtorture: Make test_SetupCredentials3 public | Sumit Bose | 2 | -1/+25 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-08-25 | s4-smbtorture: fill in trust_domain_passwords_check_in in NDR lsa test. | Günther Deschner | 1 | -7/+35 | |
Guenther | |||||
2010-08-25 | Fix RPC-LSA-TRUSTED-DOMAINS for changed IDL | Sumit Bose | 1 | -0/+10 | |
2010-08-22 | Avoid use of Samba DTD, which requires net access. | Jelmer Vernooij | 4 | -5/+4 | |
2010-08-19 | s4-test: make better error message for ATTID checks | Kamen Mazdrashki | 1 | -4/+20 | |
2010-08-19 | s4-test: Change attribute syntax and value for readability | Kamen Mazdrashki | 1 | -3/+3 | |
When it comes to read logs and dumping data received Octet String syntax comes in handy | |||||
2010-08-19 | s4-test-dssync: remove unused variable | Kamen Mazdrashki | 1 | -1/+0 | |
2010-08-17 | smbtorture: Make SAMBA3CASEINSENSITIVE report failures properly. | James Peach | 1 | -4/+6 | |
2010-08-17 | smbtorture: Ensure that the RPC setup returns correct status. | James Peach | 1 | -4/+4 | |
2010-08-16 | Revert "s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is ↵ | Günther Deschner | 1 | -9/+0 | |
broken" This reverts commit 8ca8250443319e0f19f05aab2014118fd03eaa8a. | |||||
2010-08-15 | s4-drs-test: Make the two DRS test suite a top-level test suites | Kamen Mazdrashki | 1 | -16/+21 | |
so that test cases gets visible with "smbtorture --list" | |||||
2010-08-14 | s4:torture/rpc/samr.c - fix a wrong torture error message | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-08-11 | smbtorture: Don't crash RAW-QFILEINFO if there's no alternate name. | James Peach | 1 | -0/+5 | |
2010-08-11 | smbtorture: Make BASE-OPENATTR report a failure if it fails. | James Peach | 1 | -2/+4 | |
2010-08-11 | s4-test: Implement DRS-RPC-msDSIntId test case | Kamen Mazdrashki | 4 | -1/+647 | |
2010-08-11 | s4-test: Move dsdb_schema loading into public function | Kamen Mazdrashki | 2 | -60/+96 | |
I will use this function for tests implementation later | |||||
2010-08-11 | s4-test: Move RPC-DSSYNC test in DRS-RPC test suite | Kamen Mazdrashki | 4 | -3/+4 | |
2010-08-11 | s4-test: Move dssync.c to torture/drs/rpc | Kamen Mazdrashki | 1 | -0/+0 | |
2010-08-11 | s4-test: strip trailing white-spaces | Kamen Mazdrashki | 1 | -21/+21 | |
2010-08-08 | s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is broken | Stefan Metzmacher | 1 | -0/+9 | |
See https://bugzilla.samba.org/show_bug.cgi?id=7486. metze | |||||
2010-08-05 | s3-torture: Improve the winreg deletekey torture comments. | Andreas Schneider | 1 | -5/+6 | |
2010-08-05 | s3-torture: Correctly cleanup the winreg volatile key test. | Andreas Schneider | 1 | -8/+13 | |
Günther please check! | |||||
2010-08-05 | s4-torture: Fixed the winreg EnumValue test against Windows. | Andreas Schneider | 1 | -8/+34 | |
Günther please check! | |||||
2010-08-02 | s4:torture/libnet: avoid dereferencing dcerpc_binding_handle internals | Stefan Metzmacher | 1 | -4/+5 | |
metze | |||||
2010-08-02 | s4-smbtorture: remove another old and now invalid s3 special case during ↵ | Günther Deschner | 1 | -7/+0 | |
spoolss testing. Guenther | |||||
2010-08-01 | s4:torture/rpc/winreg: fix "strict aliasing" compiler warnings | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2010-08-01 | s4:torture/rpc/winreg: fix the build with non gcc compilers (e.g. on solaris) | Stefan Metzmacher | 1 | -4/+3 | |
metze |