Age | Commit message (Expand) | Author | Files | Lines |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s... | Andrew Tridgell | 1 | -2/+1 |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -1/+1 |
2010-09-10 | s4:torture/rpc/winreg.c - hopefully this attempt fixes Solaris "cc" on the bu... | Matthias Dieter Wallnöfer | 1 | -27/+10 |
2010-09-09 | s4:torture/rpc/winreg.c - restore Solaris cc compatibility | Matthias Dieter Wallnöfer | 1 | -71/+72 |
2010-08-27 | s4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown" | Matthias Dieter Wallnöfer | 1 | -9/+18 |
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 |
2010-08-05 | s4-torture: Fixed the winreg EnumValue test against Windows. | Andreas Schneider | 1 | -8/+34 |
2010-08-01 | s4:torture/rpc/winreg: fix "strict aliasing" compiler warnings | Stefan Metzmacher | 1 | -3/+3 |
2010-08-01 | s4:torture/rpc/winreg: fix the build with non gcc compilers (e.g. on solaris) | Stefan Metzmacher | 1 | -4/+3 |
2010-07-31 | s4:torture/winreg.c - fix warnings of Solaris 10 cc through the appropriate c... | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2010-07-31 | s4:torture/winreg.c - remove unreachable code | Matthias Dieter Wallnöfer | 1 | -2/+0 |
2010-07-31 | s4:torture/winreg.c - add a FIXME comment on a codepart which isn't standard ... | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2010-07-02 | s4-smbtorture: enable extended SetValue test against Samba3. | Günther Deschner | 1 | -3/+2 |
2010-06-30 | s4-smbtorture: in extended setvalue winreg test, reduce max random buffer len... | Günther Deschner | 1 | -1/+1 |
2010-06-30 | s4-smbtorture: enable QueryMultipleValues{2} torture tests against samba3. | Günther Deschner | 1 | -3/+2 |
2010-06-30 | s4-smbtorture: add some more multiple_values_tests to RPC-WINREG. | Günther Deschner | 1 | -1/+12 |
2010-06-29 | s4-smbtorture: add more sophisticated tests for winreg_QueryMultipleValues{2}. | Günther Deschner | 1 | -0/+221 |
2010-06-29 | s4-smbtorture: add RPC torture test for winreg_QueryMultipleValues2. | Günther Deschner | 1 | -0/+41 |
2010-06-29 | winreg: fix winreg_QueryMultipleValues() IDL and torture tests. | Günther Deschner | 1 | -6/+6 |
2010-06-23 | s4-smbtorture: test more valid key names in RPC-WINREG. | Günther Deschner | 1 | -0/+61 |
2010-06-23 | s4-smbtorture: more work on test values WINREG test. | Günther Deschner | 1 | -2/+10 |
2010-06-23 | s4-smbtorture: add test for different winreg SetValue value names. | Günther Deschner | 1 | -0/+51 |
2010-05-21 | s4-torture: Improved the winreg symlink test. | Andreas Schneider | 1 | -10/+82 |
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 |
2010-05-21 | s4-smbtorture: add kernel_mode_registry_path(). | Günther Deschner | 1 | -0/+22 |
2010-05-21 | s4-smbtorture: Fix volatile test in RPC-WINREG. | Günther Deschner | 1 | -10/+84 |
2010-05-20 | s4-smbtorture: pass down hkey to main keytest in RPC-WINREG. | Günther Deschner | 1 | -9/+26 |
2010-05-20 | s4-smbtorture: use push_reg_sz()/push_reg_multi_sz() in RPC-WINREG. | Günther Deschner | 1 | -19/+7 |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -3/+3 |
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 |
2010-04-14 | s4:torture/rpc/winreg: fix compiler warnings | Stefan Metzmacher | 1 | -3/+3 |
2010-04-09 | s4-smbtorture: display helpful error message when winreg_QueryMultipleValues ... | Günther Deschner | 1 | -5/+3 |
2010-04-09 | s4-smbtorture: Fix winreg test after keytype renameing. | Günther Deschner | 1 | -21/+21 |
2010-04-09 | s4-smbtorture: when creating winreg-symlinks during a test, it is very wise t... | Günther Deschner | 1 | -2/+2 |
2010-04-09 | s4-smbtorture: winreg keytype options is a bitmask. | Günther Deschner | 1 | -2/+2 |
2010-04-09 | s4-smbtorture: more work on registry REG_LINK (in-registry symlinks) test. | Günther Deschner | 1 | -0/+14 |
2010-03-23 | s4:WINREG torture - fix an error (missing "break" in a "switch") | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2010-03-23 | Revert "s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4" | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-03-21 | s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4 | Matthias Dieter Wallnöfer | 1 | -3/+2 |
2010-03-21 | s4:torture WINREG - enhance test for "QWORD" type | Matthias Dieter Wallnöfer | 1 | -0/+5 |
2010-03-21 | s4:torture WINREG - enhance test for "DWORD_BIG_ENDIAN" type | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2010-03-17 | s4-smbtorture: skip security descriptor tests against Samba in RPC-WINREG. | Günther Deschner | 1 | -0/+5 |
2010-03-17 | s4-smbtorture: re-arrange tests in RPC-WINREG. | Günther Deschner | 1 | -155/+145 |
2010-03-17 | s4-smbtorture: add test to check different keytypes. | Günther Deschner | 1 | -0/+153 |
2010-03-17 | s4-smbtorture: add test_DeleteKey_opts to RPC-WINREG. | Günther Deschner | 1 | -8/+18 |
2010-03-17 | s4-smbtorture: add test_OpenKey_opts() to RPC-WINREG. | Günther Deschner | 1 | -47/+55 |