Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Appropriately resolve const warnings in tests. | Simo Sorce | 2015-12-01 | 1 | -4/+5 |
| | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Robbie Harwoood <rharwood@redhat.com> | ||||
* | Use t_utils.h in all tests. | Simo Sorce | 2015-12-01 | 1 | -88/+21 |
| | | | | | | | Avoid duplicating the same helper functions everywhere. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Robbie Harwoood <rharwood@redhat.com> | ||||
* | Fix formatting on noncompliant copyright lines | Robbie Harwood | 2015-09-04 | 1 | -24/+1 |
| | | | | | Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | Disable gss_export_name_composite() for now. | Günther Deschner | 2013-05-16 | 1 | -2/+3 |
| | | | | | | | | | | We first need to fix our tests and implementation. Temporary workaround for: https://fedorahosted.org/gss-proxy/ticket/81 Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | Add --all option to interposetest | Günther Deschner | 2013-04-23 | 1 | -1/+14 |
| | | | | | | | test all possible proxy mode combinations only when --all is given. Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | Fix uninizialized variables found by Coverity | Simo Sorce | 2013-04-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Fix locally dead code error found by coverity | Simo Sorce | 2013-04-03 | 1 | -4/+3 |
| | | | | | | | By setting closewait to 0 after waitpid we would loop forever not the max 10 times we intended to. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Test all possible proxy mode combinations. | Günther Deschner | 2013-03-27 | 1 | -3/+16 |
| | | | | | Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | Make it easier to test gssproxy behavior settings. | Günther Deschner | 2013-03-27 | 1 | -40/+95 |
| | | | | | | | | | Adds options to set a sepcific proxy behavior for both the client and the server subprocesses by setting the GSSPROXY_BEHAVIOR environment variable after forking. Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> | ||||
* | interpostest: improve debug output when gss_context_time() fails. | Günther Deschner | 2013-03-14 | 1 | -2/+5 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | interposetest: add more debug statements. | Günther Deschner | 2012-10-25 | 1 | -0/+13 |
| | |||||
* | interposetest: add test for gss_export_name_composite() | Günther Deschner | 2012-10-25 | 1 | -0/+11 |
| | |||||
* | interposetest: test gss_wrap_size_limit(). | Günther Deschner | 2012-10-25 | 1 | -0/+16 |
| | |||||
* | interposetest: test gss_wrap_iov/gss_unwrap_iov. | Günther Deschner | 2012-10-25 | 1 | -0/+99 |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | ||||
* | interposetest: add test for gss_export_name(). | Günther Deschner | 2012-10-25 | 1 | -0/+10 |
| | | | | Acked-by: Simo Sorce <simo@redhat.com> | ||||
* | Add context related tests | Simo Sorce | 2012-10-25 | 1 | -4/+98 |
| | |||||
* | Add get/verify mic tests | Simo Sorce | 2012-10-25 | 1 | -4/+53 |
| | |||||
* | Use a debug macro in interposer test | Simo Sorce | 2012-10-25 | 1 | -20/+30 |
| | |||||
* | Add interposer tests for wrap/unwrap | Simo Sorce | 2012-10-25 | 1 | -0/+41 |
| | |||||
* | New test program to exercise the mechglue plugin | Simo Sorce | 2012-10-25 | 1 | -0/+532 |