aboutsummaryrefslogtreecommitdiff
path: root/src/include/krb5/krb5.hin
AgeCommit message (Expand)AuthorFilesLines
2009-12-15On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson1-4/+0
2009-12-14fast negotiation projecSam Hartman1-8/+53
2009-11-27Add krb5_key versions of the auth context key accessors, and use themGreg Hudson1-0/+9
2009-11-27Add krb5_k_prf, the krb5_key version of krb5_c_prfGreg Hudson1-0/+3
2009-11-26libkrb5 support for non-blocking AS requestsGreg Hudson1-0/+52
2009-11-19Put krb5_auth_con_set_req_cksumtype back in the public API, since itGreg Hudson1-0/+4
2009-11-14Reindent include directory, reformatting prototypes as necessary.Greg Hudson1-1620/+1320
2009-11-14Constrained delegation without PAC supportGreg Hudson1-0/+3
2009-10-31make mark-cstyleTom Yu1-43/+43
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-0/+69
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-0/+16
2009-09-13Implement s4u extensionsGreg Hudson1-0/+9
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-2/+31
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 Hartman1-17/+167
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-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 Coffman1-0/+11
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 Yu1-0/+31
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-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-10-07Use const pointers for error messages.Ken Raeburn1-2/+2
2006-10-05cursor for iterating over ccachesTom Yu1-0/+19
2006-10-03Preauthentication Plugin FrameworkSam Hartman1-2/+7
2006-09-21Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman1-2/+20
2006-07-25Switched from "#pragma options align" to "#pragma pack". Alexandra Ellwood1-2/+2
2006-06-29Fix comment style in public headerKen Raeburn1-8/+10