summaryrefslogtreecommitdiffstats
path: root/src/tests/gssapi
Commit message (Expand)AuthorAgeFilesLines
* Test SPNEGO acceptor response to MS krb5 mech OIDGreg Hudson2014-02-051-4/+60
* Add test coverage for gss_pseudo_randomGreg Hudson2014-01-222-6/+192
* Add test for gss_acquire_cred_from rcache featureGreg Hudson2014-01-172-1/+39
* Use an extended com_err hook in klistGreg Hudson2013-12-201-1/+1
* Test SPNEGO error message in t_s4u.pyGreg Hudson2013-12-181-6/+5
* make dependTom Yu2013-12-101-0/+4
* Fix gss_accept_sec_context error tokensGreg Hudson2013-10-143-8/+136
* Add missing entries to tests/gssapi Makefile.inGreg Hudson2013-10-142-17/+59
* Fix GSSAPI krb5 cred ccache importGreg Hudson2013-10-145-17/+26
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-181-0/+89
* Use gss_release_iov_buffer in t_iov.cGreg Hudson2013-09-061-20/+7
* Add tests for GSS IOV and AEAD interfacesGreg Hudson2013-09-064-6/+486
* Factor out context establishment in GSS testsGreg Hudson2013-09-0612-271/+134
* Actually build t_enctypesTom Yu2013-08-121-4/+4
* Fix gss_krb5_set_allowable_enctypes for acceptorGreg Hudson2013-08-123-0/+381
* Fix various warningsGreg Hudson2013-06-071-3/+3
* Fix transited handling for GSSAPI acceptorsGreg Hudson2013-05-211-0/+13
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-3/+1
* Fix typo in t_credstore.cGreg Hudson2013-04-021-1/+1
* Add gss_import_cred_from client keytab testGreg Hudson2013-04-013-54/+63
* Fix dependencies in tests/gssapiNickolai Zeldovich2013-03-031-3/+3
* Add missing .gitignore entries and clean rulesGreg Hudson2013-02-271-1/+1
* make dependGreg Hudson2013-01-101-1/+1
* Rename ccache configuration macrosZhanna Tsitkov2013-01-091-4/+4
* Fix gss_str_to_oid and gss_oid_to_str edge casesGreg Hudson2013-01-012-2/+228
* Simplify k5test.py environmentsGreg Hudson2012-12-205-123/+110
* make dependTom Yu2012-10-151-18/+38
* Fix t_s4u2proxy_krb5 cleanupGreg Hudson2012-09-241-1/+3
* Resolve verifier cred in accept_sec_contextGreg Hudson2012-09-212-20/+19
* Add tests for gss_inquire_mechs_for_nameGreg Hudson2012-09-175-10/+92
* Avoid multiply defining OIDs in tests/gssapiTom Yu2012-09-141-6/+6
* Tidy up GSSAPI test programsGreg Hudson2012-09-1321-2186/+937
* Add tests for GSS cred export and importGreg Hudson2012-09-113-4/+272
* Run "make depend"Tom Yu2012-08-231-0/+8
* Fix minor Makefile.in typos for make dependTom Yu2012-08-231-1/+1
* Silence a gcc warning in t_export_nameGreg Hudson2012-08-121-1/+1
* Add test coverage for gss_export_nameGreg Hudson2012-08-113-5/+191
* Fix nitpicky bugs in t_inq_credGreg Hudson2012-08-111-6/+6
* Add tests for gss_inquire_credGreg Hudson2012-08-103-3/+221
* Add basic test for credstore extentionsSimo Sorce2012-07-203-3/+175
* Automatically create DIR ccache directoriesGreg Hudson2012-07-111-1/+0
* Add client keytab initiation supportGreg Hudson2012-07-025-2/+292
* Fail from gss_acquire_cred if we have no credsGreg Hudson2012-06-151-0/+7
* Fail from gss_acquire_cred if we have no keytabGreg Hudson2012-06-031-0/+7
* Flip the default of start_kadmind in k5test.pyGreg Hudson2012-04-263-6/+6
* Dump attributes differently in t_saslnameGreg Hudson2012-02-031-10/+32
* Add automated tests for S4U2Self and S4U2ProxyGreg Hudson2011-12-075-9/+347
* Get rid of periods in Python test success messagesGreg Hudson2011-11-032-2/+2
* Make reindentTom Yu2011-10-176-81/+81
* * New implementation to map a gss name to localnameSam Hartman2011-09-211-1/+4