summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use active master key in update_princ_encryptionGreg Hudson2013-10-251-10/+5
* Fix typos in kdb5_util master key command outputsGreg Hudson2013-10-251-5/+5
* Fix race in util/profile/Makefile.inGreg Hudson2013-10-211-7/+1
* Use protocol error for PKINIT cert expiryGreg Hudson2013-10-171-1/+1
* Fix gss_accept_sec_context error tokensGreg Hudson2013-10-146-37/+157
* Add missing entries to tests/gssapi Makefile.inGreg Hudson2013-10-142-17/+59
* Change KRB5KDC_ERR_NO_ACCEPTABLE_KDF to 100Greg Hudson2013-10-141-2/+2
* Fix GSSAPI krb5 cred ccache importGreg Hudson2013-10-146-18/+27
* Perform complete referrals in t_referral.pyGreg Hudson2013-10-091-31/+44
* Update for krb5-1.13-prereleaseTom Yu2013-10-071-1/+1
* Fix audit test module initializationGreg Hudson2013-10-051-2/+1
* KDC Audit infrastructure and plugin implementationZhanna Tsitkov2013-10-0429-7/+2770
* Be smarter about installing debug symbolsBen Kaduk2013-10-042-19/+25
* Use better URL for kerberos documentationBen Kaduk2013-10-042-2/+2
* Remove OldCC/rpc.cxxBen Kaduk2013-10-042-80/+0
* Use new-style variable expansion for light.exeBen Kaduk2013-10-044-34/+34
* Remove unneeded variable enc_tkt_transitedBen Kaduk2013-10-041-7/+2
* Zero out stack variables in process_tgs_req()Ben Kaduk2013-10-041-4/+5
* Use constant-time comparisons for checksumsGreg Hudson2013-10-0310-17/+17
* Add an internal constant-time comparison functionGreg Hudson2013-10-034-1/+57
* Conditionally test KEYRING ccache typeGreg Hudson2013-10-024-44/+156
* Support new KEYRING anchor names and big_key keysGreg Hudson2013-10-023-27/+148
* Add collection support for KEYRING ccache typeGreg Hudson2013-10-022-149/+792
* Clarify variable names in cc_keyring.cGreg Hudson2013-09-281-56/+55
* Defer KEYRING key creation until initializeGreg Hudson2013-09-281-22/+58
* Add "which" function to k5testGreg Hudson2013-09-282-9/+13
* Improve kinit output credential cache selectionGreg Hudson2013-09-261-104/+131
* Support authoritative KDB check_transited methodsGreg Hudson2013-09-252-10/+9
* Add ccache collection tests using APIGreg Hudson2013-09-243-2/+366
* Factor out krb5int_random_string() routineZhanna Tsitkov2013-09-246-40/+76
* Re-factoring of service processing code in AS-REQZhanna Tsitkov2013-09-231-12/+12
* Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov2013-09-235-4/+5
* Use macros instead of magic numbers in json.cZhanna Tsitkov2013-09-191-6/+7
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-1816-50/+399
* Correct comments in ccselect_plugin.hZhanna Tsitkov2013-09-181-3/+3
* Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZEGreg Hudson2013-09-083-7/+1
* 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
* Add a flag to prevent all host canonicalizationGreg Hudson2013-09-063-1/+8
* Stop modifying TGS requests for referralsGreg Hudson2013-09-031-17/+0
* Explicitly prevent referrals for certain requestsGreg Hudson2013-09-032-2/+21
* Tighten up referral recognition in KDC TGS codeGreg Hudson2013-09-031-2/+6
* Fix FAST critical option bit checkingGreg Hudson2013-09-031-2/+2
* Support FAST hide-client-names optionGreg Hudson2013-09-035-1/+19
* Make it possible to renew aliased service ticketsGreg Hudson2013-08-292-3/+11
* Don't change realm in find_alternate_tgsGreg Hudson2013-08-291-1/+1
* Add test for alias to local TGSGreg Hudson2013-08-281-0/+17
* Don't treat local krbtgt principal as referralGreg Hudson2013-08-281-8/+7
* Add tests for service aliases using LDAP moduleGreg Hudson2013-08-281-8/+34