aboutsummaryrefslogtreecommitdiff
path: root/src/include/krb5
AgeCommit message (Expand)AuthorFilesLines
2009-10-31make mark-cstyleTom Yu3-46/+46
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-0/+1
2009-10-21Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard1-3/+3
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-0/+69
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson2-6/+191
2009-09-13Implement s4u extensionsGreg Hudson1-0/+9
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2-7/+55
2009-03-16Implement KRB-FX_CF2Sam Hartman1-0/+15
2009-03-11Make a working krb5_copy_error_messageGreg Hudson1-0/+3
2009-02-26Include authenticator and ticket authdata in gss-apiSam Hartman1-0/+8
2009-01-03Merge mskrb-integ onto trunkSam Hartman2-17/+216
2008-12-29Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson1-0/+4
2008-12-24Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson1-4/+0
2008-12-02Crypto IOV API per Projects/AEAD encryption APISam Hartman1-0/+57
2008-10-24krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood1-1/+7
2008-09-22Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson1-0/+25
2008-08-25Incorporate Apple's patchKen Raeburn1-0/+111
2008-07-08Changes to krb5_kt_default_name changed the krb5 ABI. RevertedAlexandra Ellwood1-1/+1
2008-05-30Apple PKINIT patch commitAlexandra Ellwood1-0/+9
2007-08-28Implement KRB5_ATTR_DEPRECATED for WindowsKen Raeburn1-0/+2
2007-08-27For gcc 4.x, add sentinel attribute to krb5_build_principalKen Raeburn1-1/+5
2007-08-27Define KRB5_ATTR_DEPRECATED (and undef at end of file) and attach itKen Raeburn1-7/+15
2007-08-01Add PKINIT supportKevin Coffman2-128/+274
2007-06-29Attach format attributes to declarations of various message-formattingKen Raeburn1-3/+11
2007-02-05krb5_kt_default_name should take an unsized lengthEzra Peisach1-1/+1
2007-02-05krb5_kt_get_type should return const char *. Ezra Peisach1-1/+1
2007-01-30get_init_creds_opt extensibilityTom Yu2-1/+78
2007-01-20Include stdarg.h, and don't conditionalize declarations of functions withKen Raeburn1-5/+1
2007-01-20Mark as C source for Emacs mode selectionKen Raeburn1-1/+1
2007-01-20Don't define KRB5_PRIVATE, since it's not tested any moreKen Raeburn1-4/+0
2007-01-20Move all KRB5_PRIVATE declarations from krb5.h(in) to k5-int.h, and drop theKen Raeburn1-376/+1
2007-01-16Fix typo in checked-in versionKen Raeburn1-1/+1
2007-01-16 This commit adds two new functions, krb5_server_decrypt_ticket_keyblock Jeffrey Altman1-0/+12
2006-12-19krb5_is_referral_realm now takes a pointer to const krb5_data, since it doesn'tKen Raeburn1-1/+1
2006-12-07 Modifications to support the generation and embedding Jeffrey Altman1-2/+5
2006-11-18 * src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): InternalTom Yu1-0/+6
2006-11-17Didn't include header changes in the previous commitKevin Coffman1-2/+7
2006-11-16fix warning in preauth_plugin.h headerKen Raeburn1-1/+1
2006-11-13allow server preauth plugin verify_padata function to return e-dataKevin Coffman1-1/+2
2006-11-09Add "get_data" function to the client preauth plugin interfaceKevin Coffman1-0/+22
2006-11-09Add public function to get keylenth associated with an enctypeKevin Coffman1-0/+5
2006-11-07krb5.h not C++-safe due to "struct krb5_cccol_cursor"Alexandra Ellwood1-2/+2
2006-11-01Modify the preath plugin interface so that a plugin's context isKevin Coffman1-21/+35
2006-10-13 * preauth_plugin.h: Don't use an enum in a public apiSam Hartman1-1/+1
2006-10-13Patch to split client plugin from server pluginSam Hartman1-73/+85
2006-10-07Use const pointers for error messages.Ken Raeburn1-2/+2
2006-10-07drop comma at end of enum listKen Raeburn1-1/+1
2006-10-05cursor for iterating over ccachesTom Yu1-0/+19
2006-10-03Preauthentication Plugin FrameworkSam Hartman2-2/+284
2006-09-21Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman1-2/+20