Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-03 | s3: Add a quick test for bug 8042 | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 3 16:13:21 CEST 2011 on sn-devel-104 | |||||
2011-03-31 | s3-torture: a very simple test for convert_string_error() | Andrew Tridgell | 1 | -1/+1 | |
this is a very simple test based on the example volker gave in 1e50f9a5. A more sophisticated test will also be worthwhile, but this at least gives us a basic test while changes are being made | |||||
2011-03-29 | s3-selftest Allow LM passwords and turn of NTLMv2 for security=share test | Andrew Bartlett | 1 | -1/+1 | |
2011-03-29 | s3-selftest Add tests for security=server | Andrew Bartlett | 1 | -2/+5 | |
Andrew Bartlett | |||||
2011-03-10 | s3-selftest: run a couple of dgram NBT tests against s3. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2011-03-09 | s3-selftest: properly move connect to seal options. | Günther Deschner | 1 | -2/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 9 13:13:06 CET 2011 on sn-devel-104 | |||||
2011-03-09 | s3-selftest: no point in testing smb2 via ncacn_ip_tcp. | Günther Deschner | 1 | -9/+13 | |
Guenther | |||||
2011-03-08 | s3-selftest: only run smbtorture4 tests when smbtorture4 is available. | Günther Deschner | 1 | -14/+14 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 8 14:51:18 CET 2011 on sn-devel-104 | |||||
2011-03-08 | s3-selftest: add pattern test of dcerpc binding options (using ↵ | Günther Deschner | 1 | -2/+17 | |
rpc.lsa.lookupsids). Guenther Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 8 12:29:21 CET 2011 on sn-devel-104 | |||||
2011-03-08 | s3-selftest: no need to run rpc.samba3.netlogon twice. | Günther Deschner | 1 | -1/+1 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-22 | s3-selftest convert tests.sh to python | Andrew Bartlett | 1 | -0/+196 | |
This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett |