Günther Deschner
b797481b8d
testprogs: add DeletePrinterKey test.
...
Guenther
2010-03-01 21:15:33 +01:00
Günther Deschner
1b6f1e8c30
testprogs: add DeletePrinterDataEx test.
...
Guenther
2010-03-01 21:15:33 +01:00
Günther Deschner
61568cf4c8
testprogs: allow to test a single printer when given on the cmdline.
2010-03-01 21:15:33 +01:00
Günther Deschner
32371e9ba6
testprogs: add RPC_X_NULL_REF_POINTER error code
2010-03-01 21:15:33 +01:00
Günther Deschner
274baba4ab
testprogs: print the directory paths as well in spoolss test.
...
Guenther
2010-02-26 11:07:57 +01:00
Andrew Bartlett
a9d9447d5a
s4:credentials Add hooks to extract a named Kerberos credentials cache
...
This allows the integration of external tools that can't be linked
into C or python, but need to authenticate as the local machine
account.
The machineaccountccache script demonstrates this, and debugging has
been improved in cli_credentials_set_secrets() by passing back and
error string.
Andrew Bartlett
2010-02-20 17:58:07 +11:00
Günther Deschner
e40310a64b
testprogs: ignore GetJob level 3 and 4 against samba for now.
...
Guenther
2010-02-19 10:12:07 +01:00
Günther Deschner
77164a8a5d
testprogs: add tests for GetJob() to spoolss test.
...
Guenther
2010-02-18 22:01:04 +01:00
Günther Deschner
0bf9c5ecf6
testprogs: add RPC_S_PROCNUM_OUT_OF_RANGE error.
...
Guenther
2010-02-18 16:41:59 +01:00
Günther Deschner
9ff2c1ea64
testprogs: print SDDL string of printer security descriptors
2010-02-18 02:18:59 +01:00
Günther Deschner
77fc30b481
testprogs: add rather simple device mode tests to spoolss test.
...
Guenther
2010-02-16 17:28:02 +01:00
Günther Deschner
351f694d61
testprogs: add "samba3" and "architecture=" options to spoolss tester.
...
Guenther
2010-02-15 23:05:05 +01:00
Günther Deschner
1988f4274c
testprogs: fix EnumJobs debug output in spoolss test.
...
Found by Kai, thanks!
Guenther
2010-02-15 22:12:34 +01:00
Günther Deschner
89621d8d19
testprogs: print all printerinfo levels in spoolss test.
...
Guenther
2010-02-12 20:46:44 +01:00
Günther Deschner
5e1dd19221
testprogs: one more error code for spoolss test.
...
Guenther
2010-02-11 13:26:13 +01:00
Günther Deschner
4f8a4cb81b
testprogs: print secdesc->Control in spoolss test.
...
Guenther
2010-02-11 13:24:41 +01:00
Günther Deschner
490e1f84fe
testprogs: use ConvertSidToStringSid in order to print sids in spoolss test.
...
Guenther
2010-02-11 13:24:41 +01:00
Günther Deschner
1cd9df8da2
testprogs: add more error codes for spoolss test.
...
Guenther
2010-02-10 14:07:31 +01:00
Günther Deschner
7c95d559c3
testprogs: regenerate printlib prototypes for spoolss test.
...
Guenther
2010-02-09 16:39:37 +01:00
Günther Deschner
73e6212a32
testprogs: print job info levels in EnumJobs() spoolss tests.
...
Guenther
2010-02-09 16:39:35 +01:00
Günther Deschner
bf7156b6dd
testprogs: print datatypes info levels in EnumPrintProcessorDatatypes() spoolss tests.
...
Guenther
2010-02-09 16:39:35 +01:00
Günther Deschner
dcad5447cf
testprogs: print printprocessor info levels in EnumPrintProcessors() spoolss tests.
...
Guenther
2010-02-09 16:39:34 +01:00
Günther Deschner
5db64e88c7
testprogs: print monitor info levels in EnumMonitors() spoolss tests.
...
Guenther
2010-02-09 16:39:34 +01:00
Günther Deschner
5afae25724
testprogs: print port info levels in EnumPorts() spoolss tests.
...
Guenther
2010-02-09 16:39:30 +01:00
Günther Deschner
8088a17128
testprogs: print form info levels in EnumForms(),GetForm() spoolss tests.
...
Guenther
2010-02-09 16:38:04 +01:00
Günther Deschner
55ae3d1729
testprogs: also print printer info during GetPrinter spoolss test.
...
Guenther
2010-01-31 20:41:17 +01:00
Günther Deschner
818fb00381
testprogs: print all driver info levels in spoolss testsuite.
...
Guenther
2010-01-25 11:20:06 +01:00
Günther Deschner
f2999157f9
testprogs: add tests for GetPrinterData{Ex} and EnumPrinterDataEx.
...
Guenther
2010-01-18 13:41:02 +01:00
Günther Deschner
ecd35d7ea6
testprogs: add tests for GetForm.
...
Guenther
2010-01-18 13:41:02 +01:00
Günther Deschner
ca646a82f8
testprogs: pass down LPPRINTER_DEFAULTS in spoolss test.
...
Guenther
2010-01-18 13:41:02 +01:00
Günther Deschner
0ae4cc839d
testprogs: remove unused test_EachDriver from spoolss test.
...
Guenther
2010-01-12 12:12:05 +01:00
Günther Deschner
3c1b51795d
testprogs: add EnumPrinterKey test to spoolss test.
...
Guenther
2010-01-12 12:12:05 +01:00
Günther Deschner
403dc10e8f
testprogs: fix driver levels in spoolss test.
...
Guenther
2010-01-11 12:43:07 +01:00
Günther Deschner
9a1b298e3d
testprogs: test each printer, do not abort after first failure.
...
Guenther
2010-01-11 12:43:07 +01:00
Günther Deschner
3e7b7bfd27
testprogs: fix EnumPrintProcessorDatatypes spoolss test.
...
Guenther
2010-01-11 12:43:07 +01:00
Günther Deschner
4aefb33b9f
testprogs: add more error codes to spoolss test.
...
Guenther
2010-01-11 12:43:07 +01:00
Günther Deschner
339afda877
testprogs: add support for "print" option in win32 spoolss torture test.
...
Guenther
2010-01-08 01:04:19 +01:00
Günther Deschner
9185fd0a93
testprogs: pass down architecture in spoolss test.
...
Guenther
2010-01-08 01:03:34 +01:00
Günther Deschner
487a03a158
testprogs: add win32 spoolss testsuite.
...
Guenther
2010-01-08 01:03:34 +01:00
Stefan Metzmacher
1525e59886
blackbox/test_export_keytab.sh: correctly remove temporary files
...
metze
2010-01-04 09:36:25 +01:00
Stefan Metzmacher
5df8b33ddc
blackbox/test_export_keytab.sh: use VALGRIND for samba4kinit
...
metze
2010-01-04 09:36:25 +01:00
Andrew Tridgell
9d6411d9dd
s4-testpasswords: fixed CONFIG and quoting
...
Need to pass correct config file to tests
2009-12-31 17:33:34 +11:00
Jelmer Vernooij
9e5ef916d4
net: Move 'newuser' to 'net newuser'
...
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2009-12-31 17:33:27 +11:00
Jelmer Vernooij
73594c248f
net: Fix tests and documentation of setexpiry.
...
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2009-12-31 17:33:25 +11:00
Jelmer Vernooij
b531696a5b
net: Move 'setpassword' to 'net setpassword'.
...
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2009-12-31 17:33:22 +11:00
Jelmer Vernooij
797977ac53
blackbox.passwords: Use convenience variable for net.
...
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2009-12-31 17:33:19 +11:00
Jelmer Vernooij
18d221342b
Fix commands in password tests.
...
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2009-12-31 17:33:18 +11:00
Matthias Dieter Wallnöfer
0af3b06824
Revert "blackbox:test_kinit - Remove the "-H" (hive) parameter"
...
This reverts commit d4389a230b
.
This revert changed the behaviour which I didn't expect. Thanks abartlet to
point this out!
2009-09-21 11:33:13 +02:00
Matthias Dieter Wallnöfer
d4389a230b
blackbox:test_kinit - Remove the "-H" (hive) parameter
...
The "enableaccount" script works only on local LDB anymore - therefore remove
this parameter.
2009-09-20 23:07:22 +02:00
Stefan Metzmacher
c5d38fd45a
blackbox/test_ldb.sh: test searching using OIDs instead of names for attributes and classes
...
metze
2009-09-20 06:44:19 +02:00