Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-23 | s4:WINREG torture - fix an error (missing "break" in a "switch") | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
Sorry my fault - I didn't discover that earlier since we had binary data types support activated in s4. | |||||
2010-03-23 | Revert "s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4" | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
This reverts commit 0f2cf82e5e52da6fc71742df7b13c9f372bcf113. Naturally we have to revert this for s4 until a new storage mechanism for binary REG_SZ and REG_*WORD values has been found. | |||||
2010-03-21 | s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4 | Matthias Dieter Wallnöfer | 1 | -3/+2 | |
Should be definitely fixed now. | |||||
2010-03-21 | s4:torture WINREG - enhance test for "QWORD" type | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
We need to know how this behaves. | |||||
2010-03-21 | s4:torture WINREG - enhance test for "DWORD_BIG_ENDIAN" type | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
We need to know how this behaves. | |||||
2010-03-17 | s4-smbtorture: skip security descriptor tests against Samba in RPC-WINREG. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: re-arrange tests in RPC-WINREG. | Günther Deschner | 1 | -155/+145 | |
Mostly choping test_Open() into smaller parts. Guenther | |||||
2010-03-17 | s4-smbtorture: add test to check different keytypes. | Günther Deschner | 1 | -0/+153 | |
This test will be skipped for samba. Guenther | |||||
2010-03-17 | s4-smbtorture: add test_DeleteKey_opts to RPC-WINREG. | Günther Deschner | 1 | -8/+18 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: add test_OpenKey_opts() to RPC-WINREG. | Günther Deschner | 1 | -47/+55 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: add test_CreateKey_opts() to RPC-WINREG test. | Günther Deschner | 1 | -9/+35 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: put HKLM current_version test into an own function. | Günther Deschner | 1 | -18/+33 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: use binding handle for simple SetValue winreg test. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2010-03-16 | s4-smbtorture: use random buffer for extended SetValue test in RPC-WINREG. | Günther Deschner | 1 | -6/+11 | |
Guenther | |||||
2010-03-16 | s4:torture/rpc/winreg.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -145/+174 | |
metze | |||||
2010-03-16 | s4:torture/rpc/spoolss.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-03-16 | s4-smbtorture: remove NotifyChangeKeyValue s3 skip in RPC-WINREG: | Günther Deschner | 1 | -4/+0 | |
Guenther | |||||
2010-03-16 | Revert "Revert "s4-smbtorture: skip extended SetValue test against Samba ↵ | Stefan Metzmacher | 1 | -9/+5 | |
(both dont survive)."" This reverts commit 508c218eb2f4bf8c45dc9d481576c87ed4fecbd3. This lets make test fail. Matthias: please make sure make test still passes when you change things like this...(maybe add something to knownfail or so) metze | |||||
2010-03-16 | s4-smbtorture: avoid printf calls in RPC-WINREG test. | Günther Deschner | 1 | -41/+33 | |
Guenther | |||||
2010-03-14 | Revert "s4-smbtorture: skip extended SetValue test against Samba (both dont ↵ | Matthias Dieter Wallnöfer | 1 | -5/+9 | |
survive)." This reverts commit 40e2c04f8aba605e951810751222559ea0d32ebd. s4 should support now also the extended "SetValue" tests. | |||||
2010-03-13 | s4-smbtorture: send even more random data in extended winreg SetValue test. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2010-03-11 | s4-smbtorture: skip extended SetValue test against Samba (both dont survive). | Günther Deschner | 1 | -7/+7 | |
Guenther | |||||
2010-03-11 | s4-smbtorture: test NULL and "" valuenames as well in query for wellknown ↵ | Günther Deschner | 1 | -0/+5 | |
winreg key. Guenther | |||||
2010-03-11 | winreg: add winreg_KeyType enum. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-03-11 | s4-smbtorture: add extended SetValue test to RPC-WINREG. | Günther Deschner | 1 | -3/+74 | |
Really looks like a blob based database frontend. As it seems, we can set *any* type of data with *any* content on Windows and get the exact same data back. Guenther | |||||
2010-03-11 | s4-smbtorture: more work on test_key_value() RPC-WINREG test. | Günther Deschner | 1 | -15/+79 | |
Guenther | |||||
2010-03-10 | Revert "s4-smbtorture: disable winreg QueryValue test for today." | Günther Deschner | 1 | -2/+2 | |
This reverts commit 420e3b8553c9e721fba27dd64eb78b2c7105ce64. | |||||
2010-03-10 | s4-smbtorture: do full winreg QueryValue test for values we created. | Günther Deschner | 1 | -0/+27 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: check for non existing value under version key in RPC-WINREG. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: disable winreg QueryValue test for today. | Günther Deschner | 1 | -2/+2 | |
wow, both s3 and s4 crash on full coverage winreg QueryValue testing. Guenther | |||||
2010-03-10 | s4-smbtorture: on HKLM hive test the well known CurrentVersion value. | Günther Deschner | 1 | -0/+17 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: add full coverage test for winreg QueryValue calls. | Günther Deschner | 1 | -0/+101 | |
Guenther | |||||
2010-03-10 | s4-smbtorture: add tests for set and delete value in RPC-WINREG. | Günther Deschner | 1 | -0/+52 | |
Guenther | |||||
2010-03-05 | s4-smbtorture: skip NotifyChangeKeyValue test against s3 for now. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -1/+0 | |
This reduces compile time somewhat. | |||||
2009-02-02 | s4:torture/rpc: s/class/kclass in winreg.c | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2009-01-16 | winreg: fix winreg_EnumValue callers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-20 | Revert "s4: fix the build after winreg idl changes." | Günther Deschner | 1 | -2/+2 | |
This reverts commit 61db229c08a601780da09ee4f2f4f1eb32ec3aa0. | |||||
2008-10-20 | s4: fix the build after winreg idl changes. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-20 | Fix names in winreg torture tests. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-15 | Sync parameter names with samba 3. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-15 | winreg.idl: Sync ref change from Samba 3. | Jelmer Vernooij | 1 | -1/+2 | |
2008-10-15 | Rename reboot -> do_reboot since the first is a reserved name on FreeBSD. | Jelmer Vernooij | 1 | -2/+2 | |
2008-09-21 | Torture suite: Revert some changes because they aren't necessary | Matthias Dieter Wallnöfer | 1 | -3/+0 | |
This reverts some changes made by me because they aren't necessary. The "ZERO_STRUCT"'s remain in. | |||||
2008-09-21 | Torture suite: Fixes the tests to not segfault again SAMBA 4 registry server | Matthias Dieter Wallnöfer | 1 | -0/+19 | |
2008-02-26 | torture/rpc-winreg: Split out the security descriptor tests. | Andrew Kroeger | 1 | -56/+113 | |
The security descriptor functionality has not been implemented yet. Now that the other tests run successfully, the security descriptor tests have been split out so they can be separately marked as knownfail. The tests that test security descriptor functionality are named "*-security", while those that don't are named "*-basic". (This used to be commit 7b7aec9a2f0a684bb27761df71af506cce244b2c) | |||||
2008-02-26 | torture/rpc-winreg: Modify test cases to work with recursive key deletion. | Andrew Kroeger | 1 | -43/+0 | |
(This used to be commit 3885acdee6fa3ec33cf4824826c2b8a98721382c) | |||||
2008-02-26 | torture/rpc-winreg: General fixes for a number of tests. | Andrew Kroeger | 1 | -8/+16 | |
Cleaned up issues with tests being run without the correct state being setup. Also corrected an issue with a test expecting the wrong return value to indicate a successful test run. (This used to be commit d015e595ca82f8fd3941753c00a2f3d816300be9) | |||||
2008-02-19 | winreg.idl: get rid of initshutdown_String and use lsa_StringLarge | Stefan Metzmacher | 1 | -9/+6 | |
metze (This used to be commit 1ccea2a260de83b2e3137f762716ae67070c7024) | |||||
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 1 | -1/+1 | |
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) |