aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2013-10-04KDC Audit infrastructure and plugin implementationZhanna Tsitkov1-1/+2
2013-10-03Use constant-time comparisons for checksumsGreg Hudson8-12/+12
2013-10-02Conditionally test KEYRING ccache typeGreg Hudson3-3/+69
2013-10-02Support new KEYRING anchor names and big_key keysGreg Hudson2-27/+138
2013-10-02Add collection support for KEYRING ccache typeGreg Hudson2-149/+792
2013-09-28Clarify variable names in cc_keyring.cGreg Hudson1-56/+55
2013-09-28Defer KEYRING key creation until initializeGreg Hudson1-22/+58
2013-09-24Add ccache collection tests using APIGreg Hudson3-2/+366
2013-09-24Factor out krb5int_random_string() routineZhanna Tsitkov5-40/+72
2013-09-23Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov1-1/+1
2013-09-18Add GSSAPI IOV MIC functionsGreg Hudson15-50/+310
2013-09-08Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZEGreg Hudson3-7/+1
2013-09-06Add a flag to prevent all host canonicalizationGreg Hudson2-1/+6
2013-08-19Simplify krb5_krcc_start_seq_getSimo Sorce1-41/+20
2013-08-16Remove unused counter in keyring ccacheSimo Sorce1-23/+10
2013-08-16Remove unused _gssd_keyring_ids_ featureSimo Sorce1-85/+3
2013-08-15Save the full residual for keyring cachesSimo Sorce1-1/+1
2013-08-15Use dry-run unparses in keyring ccacheSimo Sorce1-40/+78
2013-08-15Move utility functions to hostrealm.cGreg Hudson4-184/+134
2013-08-15Use hostrealm interface for realm mappingGreg Hudson11-467/+875
2013-08-15Add hostrealm pluggable interface definitionGreg Hudson1-1/+2
2013-08-14Remove KRB5_DNS_LOOKUP_KDCBen Kaduk1-4/+0
2013-08-14Fix windows buildBen Kaduk1-0/+1
2013-08-12Fix localauth memory leakGreg Hudson4-0/+10
2013-08-12Add trace logging for TXT lookupsGreg Hudson5-12/+15
2013-08-12Fix gss_krb5_set_allowable_enctypes for acceptorGreg Hudson1-2/+2
2013-08-07Report KDC response sizes in trace logsGreg Hudson1-1/+1
2013-08-02Remove unused function arguments in cc_keyring.cSimo Sorce1-172/+149
2013-08-02Fix leak in krb5_krcc_unparse_cred on errorGreg Hudson1-1/+3
2013-07-30Remove old comments in sendto_kdc.cRobbie Harwood (frozencemetery)1-12/+0
2013-07-30Remove is_udp field in sendto_kdc.c conn_stateRobbie Harwood (frozencemetery)1-5/+1
2013-07-21Load import/export cred functions from GSS modulesSimo Sorce1-0/+4
2013-07-21Load cred store functions from GSS modulesSimo Sorce1-0/+4
2013-07-17Add non-JSON APIs for PKINIT responder itemsNalin Dahyabhai5-0/+225
2013-07-15Add kadmin support for principals without keysGreg Hudson2-3/+9
2013-07-15Avoid allocating zero key_data structuresGreg Hudson2-21/+20
2013-07-14Use pipe instead of sigwait for krad testsGreg Hudson2-27/+17
2013-07-14Fix minor type issues in krad testsGreg Hudson2-2/+2
2013-07-11Use k5calloc instead of k5alloc where appropriateGreg Hudson14-18/+18
2013-07-11Add libkradNathaniel McCallum21-1/+3427
2013-06-27Fix uninitialized variable bugsGreg Hudson1-1/+1
2013-06-27Rely on module ordering for localauthGreg Hudson1-25/+6
2013-06-27Provide plugin module ordering guaranteesGreg Hudson1-188/+265
2013-06-26Fix spin loop reading from KDC TCP socketViktor Dukhovni1-2/+2
2013-06-07Fix various warningsGreg Hudson29-199/+89
2013-06-05Use KDC clock skew for AS-REQ timestampsGreg Hudson1-5/+12
2013-06-05Refactor AS-REQ nonce and timestamp handlingGreg Hudson3-67/+78
2013-06-02Fix spurious clock skew caused by preauth delayGreg Hudson1-0/+3
2013-05-31Properly handle use_master in k5_init_creds_getGreg Hudson1-2/+4
2013-05-29Fix non-builtin crypto module buildsGreg Hudson11-24/+39