Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-15 | s4:torture/rpc: don't look at p->last_fault_code for debugging anymore | Stefan Metzmacher | 5 | -42/+0 | |
metze | |||||
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 66 | -65/+65 | |
The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze | |||||
2010-04-14 | s4:torture/rpc/winreg: fix compiler warnings | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2010-04-14 | s4:torture/rpc/dsgetinfo: first check the rpc layer status before looking at ↵ | Stefan Metzmacher | 1 | -8/+13 | |
the application result metze | |||||
2010-04-13 | s4:torture/netlogon - enhance test for "dcesrv_netr_DsRGetDCNameEx2" | Matthias Dieter Wallnöfer | 1 | -0/+20 | |
Test for right domainname handling. | |||||
2010-04-13 | s4:tortore/rpc/spoolss: some compilers don't like .foo.bar = 5 | Stefan Metzmacher | 1 | -28/+42 | |
metze | |||||
2010-04-13 | Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions" | Matthias Dieter Wallnöfer | 3 | -5/+5 | |
We should use the "ldb_get_*_basedn" calls since they are available in the LDB library. | |||||
2010-04-12 | s4:torture/ldap/ldap_sort.c - There should be used the "base_dn" not the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"root_dn" for the sort test The (forest) "root_dn" hasn't always to be the same as the (domain) "base_dn"! | |||||
2010-04-12 | s4:tortore/rpc/spoolss.c: fix declaration after code warning | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2010-04-11 | s4:dbspeed torture - improve also the TDB code part | Matthias Dieter Wallnöfer | 1 | -10/+9 | |
Always use the label "failed" on failures, always close the database context (child of "tmp_ctx") when deleting database file. | |||||
2010-04-11 | s4:dbspeed torture - remove unneeded newlines on "torture_result" | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
According to Jelmer's post on the technical list. | |||||
2010-04-11 | s4: Fix more test results to not conflict with subunit commands. | Jelmer Vernooij | 1 | -7/+7 | |
2010-04-11 | subunit: Remove more test output that could be interpreted by subunit. | Jelmer Vernooij | 2 | -49/+49 | |
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 37 | -276/+277 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-04-11 | s4:torture - "dbspeed" test - add newlines as we have them in the other ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
failure messages | |||||
2010-04-11 | s4:torture - "dbspeed" test | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Calculate the leaks on base of the "tmp_ctx" not the torture context. | |||||
2010-04-11 | s4:torture - "dbspeed" test | Matthias Dieter Wallnöfer | 1 | -10/+17 | |
Unify error handling. | |||||
2010-04-11 | s4:torture - "dbspeed" test | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
Add more "talloc_free"s where needed or useful. | |||||
2010-04-10 | torture: Simplify torture suite running, call restricted test suite runner. | Jelmer Vernooij | 1 | -43/+29 | |
2010-04-10 | smbtorture: Remove unused shell feature. | Jelmer Vernooij | 1 | -51/+1 | |
2010-04-10 | smbtorture: Support --load-list argument. | Jelmer Vernooij | 1 | -16/+30 | |
2010-04-09 | s4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-04-09 | s4-smbtorture: make sure to check for result of spoolss_GetJob tests. | Günther Deschner | 1 | -4/+5 | |
This avoids returning potentially uninitialised data. Thanks Andreas for pointing this out. Guenther | |||||
2010-04-09 | s4-smbtorture: display helpful error message when winreg_QueryMultipleValues ↵ | Günther Deschner | 1 | -5/+3 | |
fails. Guenther | |||||
2010-04-09 | RPC-ALTERCONTEXT: let the test pass against w2k3 and w2k8 | Stefan Metzmacher | 1 | -0/+30 | |
The behavior between w2k3 and w2k8 differs: - w2k3 just ignores alter_context requests which try to change an existing presentation context. - w2k8 returns DERPC_NCA_S_PROTO_ERROR and closes the transport connection. metze | |||||
2010-04-09 | s4:torture/rpc/lsa.c: add test_lsa_OpenPolicy2_ex() that takes an expected ↵ | Stefan Metzmacher | 1 | -4/+17 | |
status metze | |||||
2010-04-09 | s4-smbtorture: add test to check for registry symlinks in RPC-SPOOLSS-PRINTER. | Günther Deschner | 1 | -6/+66 | |
Guenther | |||||
2010-04-09 | s4-smbtorture: fix build after winreg IDL renames, sorry.. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-09 | s4-smbtorture: Fix winreg test after keytype renameing. | Günther Deschner | 1 | -21/+21 | |
Guenther | |||||
2010-04-09 | s4-smbtorture: when creating winreg-symlinks during a test, it is very wise ↵ | Günther Deschner | 1 | -2/+2 | |
to make them volatile. Guenther | |||||
2010-04-09 | s4-smbtorture: winreg keytype options is a bitmask. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-04-09 | s4-smbtorture: more work on registry REG_LINK (in-registry symlinks) test. | Günther Deschner | 1 | -0/+14 | |
Guenther | |||||
2010-04-09 | s4/dsdb: Let caller to control if valid invocationId is critical or ↵ | Kamen Mazdrashki | 1 | -1/+1 | |
zero-guid is acceptable | |||||
2010-04-09 | s4/test: Use drsut_schemainfo_new() instead of SCHEMA_INFO_DEFAULT local define | Kamen Mazdrashki | 1 | -18/+30 | |
2010-04-09 | s4/waf: add new files to WAF build | Kamen Mazdrashki | 1 | -1/+1 | |
2010-04-09 | s4/tort: Unit test for schemaInfo implementation | Kamen Mazdrashki | 3 | -0/+582 | |
2010-04-09 | s4/torture: Suppress Valgrind warnings | Kamen Mazdrashki | 1 | -1/+2 | |
This patch suppresses two Valgrind warnings of type "xxx bytes in yy blocks are indirectly lost in loss record" | |||||
2010-04-08 | s4-smbtorture: protect against full UNC paths in winreg printerinfo test. | Günther Deschner | 1 | -2/+26 | |
Guenther | |||||
2010-04-08 | s4-smbtorture: add PrinterInfo level 2 / winreg consistency test. | Günther Deschner | 1 | -0/+185 | |
This compares PrinterInfo2 with contents of HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers\printername and HKLM\SYSTEM\CurrentControlSet\Control\Print\Printers\printername Guenther | |||||
2010-04-08 | s4-smbtorture: minor cleanup, use data_blob_talloc_zero() in RPC-SPOOLSS. | Günther Deschner | 1 | -40/+20 | |
Guenther | |||||
2010-04-07 | s4-smbtorture: minor typo in SetJob test in RPC-SPOOLSS. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-07 | Test using (-1) for tid and sessionid in compound related requests. | Jeremy Allison | 1 | -0/+25 | |
Jeremy. | |||||
2010-04-07 | s4-smbtorture: test for invalid form flags in RPC-SPOOLSS. | Günther Deschner | 1 | -5/+21 | |
Guenther | |||||
2010-04-07 | s4-smbtorture: test all types and also use a wellknown builtin form name in ↵ | Günther Deschner | 1 | -43/+128 | |
RPC-SPOOLSS. Guenther | |||||
2010-04-07 | s4-smbtorture: merge badname spoolss openprinter tests. | Günther Deschner | 1 | -9/+34 | |
Guenther | |||||
2010-04-07 | s4-smbtorture: avoid passing down a full test_spoolss_context to directory | Günther Deschner | 1 | -20/+17 | |
spoolss tests when not used. Guenther | |||||
2010-04-06 | s4-smbtorture: more work on forms tests in RPC-SPOOLSS. | Günther Deschner | 1 | -127/+328 | |
Guenther | |||||
2010-04-06 | s4:torture - remove unused variables | Matthias Dieter Wallnöfer | 3 | -3/+1 | |
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -6/+6 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 5 | -18/+0 | |
we won't be using the mk -> wscript generator again |