Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2010-04-06 | s4-waf: cleanup use of LIBPOPT vs popt dependency | Andrew Tridgell | 1 | -4/+4 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 7 | -0/+14 | |
them | |||||
2010-04-06 | s4-waf: added rap/rpc.c | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: update torture for new ndr/drsblobs.c tests | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: remove the need for some of the lib aliases | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 7 | -28/+28 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 7 | -0/+243 | |
2010-04-06 | s4-smbtorture: fix correct result error code in SetForm spoolss test. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-06 | s4-smbtorture: fix two context arguments in RPC-SAMSYNC test. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-03-31 | smbtorture: Report number of available tests in a testsuite using subunit. | Jelmer Vernooij | 1 | -1/+7 | |
2010-03-31 | s4-torture: removed more uses of typeof() | Andrew Tridgell | 1 | -64/+59 | |
not portable | |||||
2010-03-31 | s4-torture: using typeof() is not portable | Andrew Tridgell | 1 | -17/+10 | |
this failed to compile on solaris8 with cc | |||||
2010-03-30 | s4:torture/basic/denytest.c - use "typeof" in a better supported syntax | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
This should make it compatible with the SUN Studio C Compiler. | |||||
2010-03-29 | s4:torture/rpc/samba3rpc.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -9/+143 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/lsa.c: add explicit check for NTSTATUS r.out.result | Stefan Metzmacher | 1 | -306/+361 | |
metze | |||||
2010-03-29 | s4:torture/rpc/samr.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -582/+745 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/handles.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -39/+61 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/samr_accessmask.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -47/+83 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/samsync.c: add explicit check for NTSTATUS r.out.result | Stefan Metzmacher | 1 | -120/+142 | |
2010-03-29 | s4:torture/rpc/samlogon.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -8/+41 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/netlogon.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -98/+116 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/lsa_lookup.c:add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -10/+18 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/libnet:add explicit check for NTSTATUS r.out.result | Günther Deschner | 5 | -207/+223 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/schannel.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -23/+25 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/remote_pac.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -10/+15 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/testjoin.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -6/+47 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/session_key.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -10/+15 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/eventlog.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -23/+57 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-29 | s4:torture/rpc/unixinfo.c: add explicit check for NTSTATUS r.out.result | Günther Deschner | 1 | -12/+13 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> |