summaryrefslogtreecommitdiffstats
path: root/testprogs
Commit message (Collapse)AuthorAgeFilesLines
...
* testprogs: print job info levels in EnumJobs() spoolss tests.Günther Deschner2010-02-092-0/+101
| | | | Guenther
* testprogs: print datatypes info levels in EnumPrintProcessorDatatypes() ↵Günther Deschner2010-02-092-0/+42
| | | | | | spoolss tests. Guenther
* testprogs: print printprocessor info levels in EnumPrintProcessors() spoolss ↵Günther Deschner2010-02-092-0/+35
| | | | | | tests. Guenther
* testprogs: print monitor info levels in EnumMonitors() spoolss tests.Günther Deschner2010-02-092-0/+45
| | | | Guenther
* testprogs: print port info levels in EnumPorts() spoolss tests.Günther Deschner2010-02-092-0/+79
| | | | Guenther
* testprogs: print form info levels in EnumForms(),GetForm() spoolss tests.Günther Deschner2010-02-092-0/+67
| | | | Guenther
* testprogs: also print printer info during GetPrinter spoolss test.Günther Deschner2010-01-311-0/+4
| | | | Guenther
* testprogs: print all driver info levels in spoolss testsuite.Günther Deschner2010-01-253-0/+172
| | | | Guenther
* testprogs: add tests for GetPrinterData{Ex} and EnumPrinterDataEx.Günther Deschner2010-01-184-18/+261
| | | | Guenther
* testprogs: add tests for GetForm.Günther Deschner2010-01-181-0/+48
| | | | Guenther
* testprogs: pass down LPPRINTER_DEFAULTS in spoolss test.Günther Deschner2010-01-181-8/+20
| | | | Guenther
* testprogs: remove unused test_EachDriver from spoolss test.Günther Deschner2010-01-121-20/+0
| | | | Guenther
* testprogs: add EnumPrinterKey test to spoolss test.Günther Deschner2010-01-124-4/+62
| | | | Guenther
* testprogs: fix driver levels in spoolss test.Günther Deschner2010-01-111-4/+4
| | | | Guenther
* testprogs: test each printer, do not abort after first failure.Günther Deschner2010-01-111-3/+3
| | | | Guenther
* testprogs: fix EnumPrintProcessorDatatypes spoolss test.Günther Deschner2010-01-111-5/+4
| | | | Guenther
* testprogs: add more error codes to spoolss test.Günther Deschner2010-01-111-0/+4
| | | | Guenther
* testprogs: add support for "print" option in win32 spoolss torture test.Günther Deschner2010-01-086-4/+666
| | | | Guenther
* testprogs: pass down architecture in spoolss test.Günther Deschner2010-01-081-28/+37
| | | | Guenther
* testprogs: add win32 spoolss testsuite.Günther Deschner2010-01-0811-0/+1277
| | | | Guenther
* blackbox/test_export_keytab.sh: correctly remove temporary filesStefan Metzmacher2010-01-041-1/+1
| | | | metze
* blackbox/test_export_keytab.sh: use VALGRIND for samba4kinitStefan Metzmacher2010-01-041-2/+2
| | | | metze
* s4-testpasswords: fixed CONFIG and quotingAndrew Tridgell2009-12-311-17/+22
| | | | Need to pass correct config file to tests
* net: Move 'newuser' to 'net newuser'Jelmer Vernooij2009-12-312-2/+2
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Fix tests and documentation of setexpiry.Jelmer Vernooij2009-12-312-2/+1
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* net: Move 'setpassword' to 'net setpassword'.Jelmer Vernooij2009-12-311-3/+2
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* blackbox.passwords: Use convenience variable for net.Jelmer Vernooij2009-12-311-5/+5
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Fix commands in password tests.Jelmer Vernooij2009-12-311-6/+6
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Revert "blackbox:test_kinit - Remove the "-H" (hive) parameter"Matthias Dieter Wallnöfer2009-09-211-1/+1
| | | | | | | This reverts commit d4389a230b6aea5a0b2a98e255b14a59c8248b0b. This revert changed the behaviour which I didn't expect. Thanks abartlet to point this out!
* blackbox:test_kinit - Remove the "-H" (hive) parameterMatthias Dieter Wallnöfer2009-09-201-1/+1
| | | | | The "enableaccount" script works only on local LDB anymore - therefore remove this parameter.
* blackbox/test_ldb.sh: test searching using OIDs instead of names for ↵Stefan Metzmacher2009-09-201-0/+16
| | | | | | attributes and classes metze
* s4:pwsettings: Added blackbox tests.Andrew Kroeger2009-09-101-0/+28
| | | | | | The added tests include basic validation that the script runs and accepts all custom arguments. The tests also verify changes to the password complexity, minimum password length, and minimum password length settings.
* testprogs:subunit.sh: Add function for expected failures.Andrew Kroeger2009-09-101-0/+15
| | | | | | | The testit_expect_failure() function is like the testit() function, with reversed error detection logic. This reversal only affects the pass/fail logic and logging - the original return code from the command is still returned to the calling script.
* s4:kerberos Add support for user principal names in certificatesAndrew Bartlett2009-07-281-1/+3
| | | | | | | | | | | | | | This extends the PKINIT code in Heimdal to ask the HDB layer if the User Principal Name name in the certificate is an alias (perhaps just by case change) of the name given in the AS-REQ. (This was a TODO in the Heimdal KDC) The testsuite is extended to test this behaviour, and the other PKINIT certficate (using the standard method to specify a principal name in a certificate) is updated to use a Administrator (not administrator). (This fixes the kinit test). Andrew Bartlett
* s4:kerberos Add test to show that we actually export the keytabAndrew Bartlett2009-07-271-0/+67
| | | | | | | | | | While it is hard to prove it is correct, at least the new 'nettestuser' principal and the Administrator principal are correct. We had to fix the case of 'Administrator' in the selftest code to match the DB, as the keytab lookup is case sensitive. Andrew Bartlett
* s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookupsAndrew Bartlett2009-06-301-0/+2
| | | | | | | | | | | | | | The previous code only allowed an KRB5_NT_ENTERPRISE name (an e-mail list user principal name) in an AS-REQ. Evidence from the wild (Win2k8 reportadely) indicates that this is instead valid for all types of requests. While this is now handled in heimdal/kdc/misc.c, a flag is now defined in Heimdal's hdb so that we can take over this handling in future (once we start using a system Heimdal, and if we find out there is more to be done here). Andrew Bartlett
* s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett2009-06-181-0/+121
| | | | | | | In particular, ensure that we can acutally change the password under these circumstances. Andrew Bartlett
* s4:testprogs Don't specify a username/password when checking the ccacheAndrew Bartlett2009-06-181-1/+1
| | | | | | | | The purpose of this test is to ensure that the Kerberos credentials cache is valid. If the username and password is specified, this overrides the very thing we are trying to test. Andrew Bartlett
* s4:blackbox/test_ldb: make use of the $VALGRIND envvarStefan Metzmacher2009-03-041-1/+1
| | | | metze
* testprogs/win32: add an option to trigger small reads in npecho_client2.cStefan Metzmacher2009-02-091-7/+76
| | | | metze
* testprogs/win32: make it possible to run in byte or message mode in ↵Stefan Metzmacher2009-02-092-5/+26
| | | | | | npecho_server2 metze
* testprogs/win32: add npecho_*2.cStefan Metzmacher2009-02-094-11/+127
| | | | | | This exlores some details of message type named pipes. metze
* s4:selftest: avoid hardcoded pathes in blackbox testsStefan Metzmacher2009-02-032-31/+36
| | | | metze
* s4:blackbox: don't remove newlines in the subunit failure outputStefan Metzmacher2009-01-081-1/+1
| | | | metze
* s4:testprogs: improve extended dn testing of the ldb blackbox testsAndrew Bartlett2008-12-171-6/+8
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Actually test the kpasswd serverAndrew Bartlett2008-10-201-3/+41
| | | | | | | This uses kpasswd operated as a blackbox, assisted by the newly imported rkpty tool. Andrew Bartlett
* testprogs/win32/midltests: add missing MakefileStefan Metzmacher2008-10-161-0/+27
| | | | metze
* s4:blackbox/test_ldb: test search by <GUID=...> and <SID=...>Stefan Metzmacher2008-10-061-0/+25
| | | | metze
* fixed the ldb blackbox test to work with non-bourne shells (as neededAndrew Tridgell2008-10-031-7/+7
| | | | | | by ubuntu) fixed spelling of 'wellknown'
* s4:blackblox/test_ldb: test searches via wellknownObjectsStefan Metzmacher2008-10-021-0/+62
| | | | metze