summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix gss_accept_sec_context error tokensGreg Hudson2013-10-143-29/+21
* Change KRB5KDC_ERR_NO_ACCEPTABLE_KDF to 100Greg Hudson2013-10-141-2/+2
* Fix GSSAPI krb5 cred ccache importGreg Hudson2013-10-141-1/+1
* KDC Audit infrastructure and plugin implementationZhanna Tsitkov2013-10-041-1/+2
* Use constant-time comparisons for checksumsGreg Hudson2013-10-038-12/+12
* Conditionally test KEYRING ccache typeGreg Hudson2013-10-023-3/+69
* Support new KEYRING anchor names and big_key keysGreg Hudson2013-10-022-27/+138
* 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 ccache collection tests using APIGreg Hudson2013-09-243-2/+366
* Factor out krb5int_random_string() routineZhanna Tsitkov2013-09-245-40/+72
* Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov2013-09-231-1/+1
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-1815-50/+310
* Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZEGreg Hudson2013-09-083-7/+1
* Add a flag to prevent all host canonicalizationGreg Hudson2013-09-062-1/+6
* Simplify krb5_krcc_start_seq_getSimo Sorce2013-08-191-41/+20
* Remove unused counter in keyring ccacheSimo Sorce2013-08-161-23/+10
* Remove unused _gssd_keyring_ids_ featureSimo Sorce2013-08-161-85/+3
* Save the full residual for keyring cachesSimo Sorce2013-08-151-1/+1
* Use dry-run unparses in keyring ccacheSimo Sorce2013-08-151-40/+78
* Move utility functions to hostrealm.cGreg Hudson2013-08-154-184/+134
* Use hostrealm interface for realm mappingGreg Hudson2013-08-1511-467/+875
* Add hostrealm pluggable interface definitionGreg Hudson2013-08-151-1/+2
* Remove KRB5_DNS_LOOKUP_KDCBen Kaduk2013-08-141-4/+0
* Fix windows buildBen Kaduk2013-08-141-0/+1
* Fix localauth memory leakGreg Hudson2013-08-124-0/+10
* Add trace logging for TXT lookupsGreg Hudson2013-08-125-12/+15
* Fix gss_krb5_set_allowable_enctypes for acceptorGreg Hudson2013-08-121-2/+2
* Report KDC response sizes in trace logsGreg Hudson2013-08-071-1/+1
* Remove unused function arguments in cc_keyring.cSimo Sorce2013-08-021-172/+149
* Fix leak in krb5_krcc_unparse_cred on errorGreg Hudson2013-08-021-1/+3
* Remove old comments in sendto_kdc.cRobbie Harwood (frozencemetery)2013-07-301-12/+0
* Remove is_udp field in sendto_kdc.c conn_stateRobbie Harwood (frozencemetery)2013-07-301-5/+1
* Load import/export cred functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Load cred store functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Add non-JSON APIs for PKINIT responder itemsNalin Dahyabhai2013-07-175-0/+225
* Add kadmin support for principals without keysGreg Hudson2013-07-152-3/+9
* Avoid allocating zero key_data structuresGreg Hudson2013-07-152-21/+20
* Use pipe instead of sigwait for krad testsGreg Hudson2013-07-142-27/+17
* Fix minor type issues in krad testsGreg Hudson2013-07-142-2/+2
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-1114-18/+18
* Add libkradNathaniel McCallum2013-07-1121-1/+3427
* Fix uninitialized variable bugsGreg Hudson2013-06-271-1/+1
* Rely on module ordering for localauthGreg Hudson2013-06-271-25/+6
* Provide plugin module ordering guaranteesGreg Hudson2013-06-271-188/+265
* Fix spin loop reading from KDC TCP socketViktor Dukhovni2013-06-261-2/+2
* Fix various warningsGreg Hudson2013-06-0729-199/+89
* Use KDC clock skew for AS-REQ timestampsGreg Hudson2013-06-051-5/+12
* Refactor AS-REQ nonce and timestamp handlingGreg Hudson2013-06-053-67/+78