summaryrefslogtreecommitdiffstats
path: root/proxy/tests
Commit message (Expand)AuthorAgeFilesLines
* Add more impersonation testsallow_s4u2sSimo Sorce2017-01-133-46/+244
* Fix print_return logicSimo Sorce2017-01-131-3/+4
* Trace the gssproxy process too.Simo Sorce2017-01-121-1/+4
* Include new tests in `make dist` tarballRobbie Harwood2017-01-121-1/+1
* Add test for cred store extensionsRobbie Harwood2017-01-123-0/+134
* Lower 30-second timeouts to 10Robbie Harwood2017-01-123-4/+4
* Indent subtestsRobbie Harwood2017-01-122-0/+6
* Separate out test return checking logicRobbie Harwood2017-01-125-39/+17
* Split out each test into its own fileRobbie Harwood2017-01-127-271/+290
* Split out test library functionsRobbie Harwood2017-01-122-549/+554
* Package runtests.py in dist tarballRobbie Harwood2016-09-081-0/+2
* Deploy KDC on LDAP instead of db2Robbie Harwood2016-07-181-6/+145
* Allow to specify a client name for init testsSimo Sorce2016-05-043-3/+37
* Add test to verify krb5_principal worksSimo Sorce2016-05-041-40/+162
* Always use valgrind for gssproxy testsSimo Sorce2015-12-011-1/+2
* Better naming for tests log filesSimo Sorce2015-12-011-18/+17
* Add impersonate testSimo Sorce2015-12-013-0/+197
* Appropriately resolve const warnings in tests.Simo Sorce2015-12-012-6/+8
* Use t_utils.h in all tests.Simo Sorce2015-12-016-191/+61
* Add acquire test and generally improve testsSimo Sorce2015-12-016-31/+261
* Add gss_acquire_cred_impersonate_name supportSimo Sorce2015-12-011-1/+2
* Add options to specify a debug levelSimo Sorce2015-12-011-0/+1
* Add tests for reloading on SIGHUPRobbie Harwood2015-09-281-18/+76
* Port test suite to python3Robbie Harwood2015-09-281-11/+16
* Use pkg-config to find libgssapi-krb5.so*Robbie Harwood2015-09-221-2/+11
* Fix formatting on noncompliant copyright linesRobbie Harwood2015-09-042-48/+2
* Really use gss-proxy in testsSimo Sorce2015-03-241-3/+4
* Use different env vars bases for gssapi testsSimo Sorce2015-03-241-2/+3
* Prevent a backtrace when a subprocess is not foundSimo Sorce2015-03-241-2/+8
* Do not open logfile multiple timesSimo Sorce2015-03-241-20/+20
* BUILD: Fix building rpmsLukas Slebodnik2015-01-151-0/+3
* Add a test framework for gss-proxySimo Sorce2014-09-156-0/+722
* Coverity fixes.Simo Sorce2013-06-271-3/+1
* Disable gss_export_name_composite() for now.Günther Deschner2013-05-161-2/+3
* Add dlopen script to check for unresolved symbols.Günther Deschner2013-05-151-0/+76
* Add --all option to interposetestGünther Deschner2013-04-231-1/+14
* Fix uninizialized variables found by CoveritySimo Sorce2013-04-032-2/+2
* Fix locally dead code error found by coveritySimo Sorce2013-04-031-4/+3
* Test all possible proxy mode combinations.Günther Deschner2013-03-271-3/+16
* Make it easier to test gssproxy behavior settings.Günther Deschner2013-03-271-40/+95
* interpostest: improve debug output when gss_context_time() fails.Günther Deschner2013-03-141-2/+5
* interposetest: add more debug statements.Günther Deschner2012-10-251-0/+13
* interposetest: add test for gss_export_name_composite()Günther Deschner2012-10-251-0/+11
* interposetest: test gss_wrap_size_limit().Günther Deschner2012-10-251-0/+16
* interposetest: test gss_wrap_iov/gss_unwrap_iov.Günther Deschner2012-10-251-0/+99
* interposetest: add test for gss_export_name().Günther Deschner2012-10-251-0/+10
* Add context related testsSimo Sorce2012-10-251-4/+98
* Add get/verify mic testsSimo Sorce2012-10-251-4/+53
* Use a debug macro in interposer testSimo Sorce2012-10-251-20/+30
* Add interposer tests for wrap/unwrapSimo Sorce2012-10-251-0/+41