Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-28 | s4:kerberos Add support for user principal names in certificates | Andrew Bartlett | 1 | -7/+35 | |
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 | |||||
2009-07-27 | s4:kerberos Add test to show that we actually export the keytab | Andrew Bartlett | 1 | -1/+1 | |
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 | |||||
2009-06-17 | selftest: report time after testsuite, gives nicer output on the | Jelmer Vernooij | 1 | -1/+1 | |
buildfarm. | |||||
2009-06-12 | subunit: non-zero exit code if one or more testsuites failed. | Jelmer Vernooij | 1 | -3/+1 | |
2009-06-12 | selftest: Document the fact that test runner and formatter are now | Jelmer Vernooij | 1 | -0/+9 | |
separate tools. | |||||
2009-06-12 | subunit: Pass canonical names of test results to formatters and filters. | Jelmer Vernooij | 1 | -6/+8 | |
2009-06-12 | selftest: Add option to strip output of succeeded tests, and use it on | Jelmer Vernooij | 2 | -3/+22 | |
the buildfarm. The matches the behaviour we had earlier in the previous output format. | |||||
2009-06-12 | selftest: Remove existing buildfarm output format. | Jelmer Vernooij | 2 | -150/+2 | |
2009-06-12 | format-subunit: Remove subunit output module. | Jelmer Vernooij | 2 | -104/+0 | |
We can still use "cat" to obtain a subunit stream from a subunit stream. :-) | |||||
2009-06-12 | selftest/buildfarm: Don't assume that a reason being specified is an ↵ | Jelmer Vernooij | 1 | -2/+9 | |
indication of failure. | |||||
2009-06-12 | subunit-filter: Print names of skipped testsuites. | Jelmer Vernooij | 1 | -1/+2 | |
2009-06-11 | selftest: Fix exit code for format-subunit.pl. | Jelmer Vernooij | 1 | -5/+1 | |
2009-06-11 | selftest: Fix uninitialized variables in selftest output. | Jelmer Vernooij | 1 | -2/+11 | |
2009-06-11 | subunit: Sort diff output. | Jelmer Vernooij | 2 | -2/+2 | |
2009-06-11 | selftest: Make it easier to do subunit diffs from other apps. | Jelmer Vernooij | 2 | -13/+17 | |
2009-06-11 | selftest/subunit: Add diff command that can diff two subunit streams. | Jelmer Vernooij | 5 | -5/+98 | |
2009-06-11 | selftest: Properly recognize xfail testsuites. | Jelmer Vernooij | 5 | -10/+48 | |
2009-06-11 | selftest/subunit: Remove open_tests argument from parse_results. | Jelmer Vernooij | 4 | -17/+6 | |
2009-06-11 | selftest: Fix subunit formatting, fix years when filtering subunit | Jelmer Vernooij | 7 | -134/+164 | |
streams. | |||||
2009-06-11 | selftest: Fix handling of testsuite, reintroduce progress indication. | Jelmer Vernooij | 4 | -31/+141 | |
2009-06-11 | selftest: Remove unnecessary uses. | Jelmer Vernooij | 4 | -5/+2 | |
2009-06-11 | selftest/subunit: Remove prefix command. | Jelmer Vernooij | 6 | -61/+19 | |
2009-06-11 | selftest: Fix subunit stream to include the right prefixes rather than | Jelmer Vernooij | 3 | -13/+51 | |
extending the subunit protocol. | |||||
2009-06-11 | More work supporting prefixes. | Jelmer Vernooij | 3 | -11/+30 | |
2009-06-11 | selftest: Use external processes for filtering known failures and pretty | Jelmer Vernooij | 7 | -111/+110 | |
formatting. | |||||
2009-06-11 | selftest: Avoid decreasing total testsuites if the original total is not | Jelmer Vernooij | 1 | -2/+8 | |
known. | |||||
2009-06-11 | selftest: Use filter-xfail for known failures | Jelmer Vernooij | 4 | -54/+16 | |
2009-06-11 | selftest: Add script to filter out known failures from a subunit stream. | Jelmer Vernooij | 1 | -0/+162 | |
2009-06-11 | Subunit: Support "fail" as alias for "failure" in Subunit streams. | Jelmer Vernooij | 1 | -2/+2 | |
2009-06-11 | subunit: Move more Subunit printing logic to Subunit.pm. | Jelmer Vernooij | 2 | -15/+32 | |
2009-06-11 | subunit: Support the time: command. | Jelmer Vernooij | 1 | -0/+3 | |
2009-06-08 | s3-selftest: forward NSS_WRAPPER_WINBIND_SO_PATH env to tests. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-06-03 | selftest: Add script that can take a subunit stream and format it. | Jelmer Vernooij | 1 | -0/+68 | |
2009-06-03 | selftest/plain: Allow caller to not specify the number of expected | Jelmer Vernooij | 1 | -1/+5 | |
testsuites to run. | |||||
2009-06-03 | selftest: Fix target/Samba4 tests. | Jelmer Vernooij | 1 | -2/+3 | |
2009-06-03 | Remove empty unit test. | Jelmer Vernooij | 1 | -7/+0 | |
2009-06-03 | selftest/README: Fix formatting. | Jelmer Vernooij | 1 | -5/+13 | |
2009-06-03 | selftest: Factor generic functionality for buildfarm output into a | Jelmer Vernooij | 2 | -35/+88 | |
separate perl module. | |||||
2009-06-03 | Support reporting current time in selftest output. | Jelmer Vernooij | 4 | -7/+32 | |
2009-06-03 | selftest: Add subunit output format. | Jelmer Vernooij | 2 | -0/+105 | |
2009-05-30 | s3-selftest: Fix invalid /etc/group file used with nss_wrapper. | Günther Deschner | 1 | -0/+1 | |
Found by torture test. Guenther | |||||
2009-05-28 | s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ↵ | Günther Deschner | 1 | -5/+7 | |
group" script. Guenther | |||||
2009-05-20 | s3-selftest: add add and delete group scripts using nss_wrapper. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-05-12 | s3-printing: Fix vlp testprinter application. | Günther Deschner | 1 | -7/+7 | |
Jeremy, we cannot just access cache_path() here without calling lp_load and friends as well as parsing configfile from the commandline in order to make "make test/selftest" find the correct conffile with path, etc. I just changed it to pass the target tdbfilename as an argument, ok ? Guenther | |||||
2009-05-08 | s3-selftest: need to enable lanman auth in order make RPC-SAMR-PASSWORDS pass. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-04-22 | Specify explicit path to vlp, for those not having vlp in $PATH. | Jelmer Vernooij | 1 | -1/+9 | |
2009-04-22 | s4 selftest: Export the WINBINDD_SOCKET_DIR env var | Kai Blin | 1 | -0/+1 | |
2009-04-08 | selftest: add a fake root user to nss_wrapper_passwd in s3. | Günther Deschner | 1 | -0/+1 | |
Needed to make some server calls to get_root_nt_token() succeed. make selftest/make test gurus, please check. Guenther | |||||
2009-03-25 | selftest: Add copyright headers | Jelmer Vernooij | 6 | -4/+89 | |
2009-03-23 | selftest/Samba3: Test smb signing against the member server | Stefan Metzmacher | 1 | -0/+1 | |
metze |