summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add more impersonation testsallow_s4u2sSimo Sorce2017-01-133-46/+244
* Control access to constrained delegationSimo Sorce2017-01-136-0/+136
* Add control to permit/deny protocol transitionSimo Sorce2017-01-134-7/+27
* Make local call staticSimo Sorce2017-01-131-4/+4
* Parse cred_store struct earlierSimo Sorce2017-01-133-47/+73
* Use a local keytab for creds encryptionSimo Sorce2017-01-133-36/+142
* 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
* Cause `make check` to behave as expectedRobbie Harwood2017-01-121-1/+3
* Remove sysvinit supportRobbie Harwood2017-01-113-28/+4
* Always initialize ccache when storing.Simo Sorce2017-01-091-8/+4
* In acquire_cred_from, probe for remote credsSimo Sorce2017-01-093-5/+46
* Make sure to pass on request for delegated credsSimo Sorce2017-01-091-0/+5
* Add cred_store support for local calls.Simo Sorce2017-01-093-29/+122
* Fix leak of ach in gp_accept_sec_context()Robbie Harwood2016-10-131-0/+1
* Fix leak of localname in gp_export_creds_linux()Robbie Harwood2016-09-281-1/+3
* Fix two leaks in gp_get_cred_environment()Robbie Harwood2016-09-281-9/+9
* Appease clang with memset instead of initializerRobbie Harwood2016-09-271-1/+3
* Fix type of argument to gppint_get_def_creds()Robbie Harwood2016-09-271-1/+1
* Fix NULL deref in gssi_release_cred()Robbie Harwood2016-09-261-1/+3
* Fix NULL deref in gssi_release_name()Robbie Harwood2016-09-261-1/+1
* Add configure option for build hardeningRobbie Harwood2016-09-083-2/+24
* Package runtests.py in dist tarballRobbie Harwood2016-09-081-0/+2
* Deploy KDC on LDAP instead of db2Robbie Harwood2016-07-181-6/+145
* Release version 0.5.1Robbie Harwood2016-06-131-1/+1
* Use new socket if uid, pid, or gid changesRobbie Harwood2016-06-071-0/+22
* Fix typo in gp_get_export_creds_type()Andrew Elble2016-06-011-1/+1
* Fix return check on gp_conv_gssx_to_nameRobbie Harwood2016-05-181-1/+3
* Release version 0.5.0Simo Sorce2016-05-041-1/+1
* BUILD: Include gp_rpc_debug.h into tarballLukas Slebodnik2016-05-041-0/+1
* 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
* Implement the krb5_principal optionSimo Sorce2016-04-221-0/+17
* Fix use after free bugSimo Sorce2016-04-221-1/+2
* Fix crash bug when reconfiguring serviceSimo Sorce2016-04-221-2/+6
* Fix for gss_inquire_attrs_for_mech accepting NULLsRobbie Harwood2015-12-161-16/+22
* Since krb5 1.14 inquire_context may return no nameSimo Sorce2015-12-161-6/+10
* Always use valgrind for gssproxy testsSimo Sorce2015-12-011-1/+2
* Better naming for tests log filesSimo Sorce2015-12-012-19/+18
* Add impersonate testSimo Sorce2015-12-014-0/+198
* Appropriately resolve const warnings in tests.Simo Sorce2015-12-012-6/+8
* Use t_utils.h in all tests.Simo Sorce2015-12-017-191/+63
* Add acquire test and generally improve testsSimo Sorce2015-12-017-31/+263