aboutsummaryrefslogtreecommitdiff
path: root/src/tests/gssapi
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Add tests for invalid GSSAPI per-message tokensGreg Hudson3-7/+457
2014-05-07Improve krb5_rd_req decryption failure errorsGreg Hudson1-5/+5
2014-03-28Get getopt from unistd.h (not getopt.h) in testsGreg Hudson1-1/+0
2014-02-05Test SPNEGO acceptor response to MS krb5 mech OIDGreg Hudson1-4/+60
2014-01-22Add test coverage for gss_pseudo_randomGreg Hudson2-6/+192
2014-01-17Add test for gss_acquire_cred_from rcache featureGreg Hudson2-1/+39
2013-12-20Use an extended com_err hook in klistGreg Hudson1-1/+1
2013-12-18Test SPNEGO error message in t_s4u.pyGreg Hudson1-6/+5
2013-12-10make dependTom Yu1-0/+4
2013-10-14Fix gss_accept_sec_context error tokensGreg Hudson3-8/+136
2013-10-14Add missing entries to tests/gssapi Makefile.inGreg Hudson2-17/+59
2013-10-14Fix GSSAPI krb5 cred ccache importGreg Hudson5-17/+26
2013-09-18Add GSSAPI IOV MIC functionsGreg Hudson1-0/+89
2013-09-06Use gss_release_iov_buffer in t_iov.cGreg Hudson1-20/+7
2013-09-06Add tests for GSS IOV and AEAD interfacesGreg Hudson4-6/+486
2013-09-06Factor out context establishment in GSS testsGreg Hudson12-271/+134
2013-08-12Actually build t_enctypesTom Yu1-4/+4
2013-08-12Fix gss_krb5_set_allowable_enctypes for acceptorGreg Hudson3-0/+381
2013-06-07Fix various warningsGreg Hudson1-3/+3
2013-05-21Fix transited handling for GSSAPI acceptorsGreg Hudson1-0/+13
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-3/+1
2013-04-02Fix typo in t_credstore.cGreg Hudson1-1/+1
2013-04-01Add gss_import_cred_from client keytab testGreg Hudson3-54/+63
2013-03-03Fix dependencies in tests/gssapiNickolai Zeldovich1-3/+3
2013-02-27Add missing .gitignore entries and clean rulesGreg Hudson1-1/+1
2013-01-10make dependGreg Hudson1-1/+1
2013-01-09Rename ccache configuration macrosZhanna Tsitkov1-4/+4
2013-01-01Fix gss_str_to_oid and gss_oid_to_str edge casesGreg Hudson2-2/+228
2012-12-20Simplify k5test.py environmentsGreg Hudson5-123/+110
2012-10-15make dependTom Yu1-18/+38
2012-09-24Fix t_s4u2proxy_krb5 cleanupGreg Hudson1-1/+3
2012-09-21Resolve verifier cred in accept_sec_contextGreg Hudson2-20/+19
2012-09-17Add tests for gss_inquire_mechs_for_nameGreg Hudson5-10/+92
2012-09-14Avoid multiply defining OIDs in tests/gssapiTom Yu1-6/+6
2012-09-13Tidy up GSSAPI test programsGreg Hudson21-2186/+937
2012-09-11Add tests for GSS cred export and importGreg Hudson3-4/+272
2012-08-23Run "make depend"Tom Yu1-0/+8
2012-08-23Fix minor Makefile.in typos for make dependTom Yu1-1/+1
2012-08-12Silence a gcc warning in t_export_nameGreg Hudson1-1/+1
2012-08-11Add test coverage for gss_export_nameGreg Hudson3-5/+191
2012-08-11Fix nitpicky bugs in t_inq_credGreg Hudson1-6/+6
2012-08-10Add tests for gss_inquire_credGreg Hudson3-3/+221
2012-07-20Add basic test for credstore extentionsSimo Sorce3-3/+175
2012-07-11Automatically create DIR ccache directoriesGreg Hudson1-1/+0
2012-07-02Add client keytab initiation supportGreg Hudson5-2/+292
2012-06-15Fail from gss_acquire_cred if we have no credsGreg Hudson1-0/+7
2012-06-03Fail from gss_acquire_cred if we have no keytabGreg Hudson1-0/+7
2012-04-26Flip the default of start_kadmind in k5test.pyGreg Hudson3-6/+6
2012-02-03Dump attributes differently in t_saslnameGreg Hudson1-10/+32
2011-12-07Add automated tests for S4U2Self and S4U2ProxyGreg Hudson5-9/+347