summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson2009-12-151-4/+0
* fast negotiation projecSam Hartman2009-12-141-8/+53
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-271-0/+9
* Add krb5_k_prf, the krb5_key version of krb5_c_prfGreg Hudson2009-11-271-0/+3
* libkrb5 support for non-blocking AS requestsGreg Hudson2009-11-261-0/+52
* Put krb5_auth_con_set_req_cksumtype back in the public API, since itGreg Hudson2009-11-191-0/+4
* Reindent include directory, reformatting prototypes as necessary.Greg Hudson2009-11-144-1838/+1539
* Constrained delegation without PAC supportGreg Hudson2009-11-141-0/+3
* make mark-cstyleTom Yu2009-10-313-46/+46
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-0/+1
* Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard2009-10-211-3/+3
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-0/+69
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-092-6/+191
* Implement s4u extensionsGreg Hudson2009-09-131-0/+9
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-312-7/+55
* Implement KRB-FX_CF2Sam Hartman2009-03-161-0/+15
* Make a working krb5_copy_error_messageGreg Hudson2009-03-111-0/+3
* Include authenticator and ticket authdata in gss-apiSam Hartman2009-02-261-0/+8
* Merge mskrb-integ onto trunkSam Hartman2009-01-032-17/+216
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-291-0/+4
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-241-4/+0
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-021-0/+57
* krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood2008-10-241-1/+7
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-0/+25
* Incorporate Apple's patchKen Raeburn2008-08-251-0/+111
* Changes to krb5_kt_default_name changed the krb5 ABI. RevertedAlexandra Ellwood2008-07-081-1/+1
* Apple PKINIT patch commitAlexandra Ellwood2008-05-301-0/+9
* Implement KRB5_ATTR_DEPRECATED for WindowsKen Raeburn2007-08-281-0/+2
* For gcc 4.x, add sentinel attribute to krb5_build_principalKen Raeburn2007-08-271-1/+5
* Define KRB5_ATTR_DEPRECATED (and undef at end of file) and attach itKen Raeburn2007-08-271-7/+15
* Add PKINIT supportKevin Coffman2007-08-012-128/+274
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-291-3/+11
* krb5_kt_default_name should take an unsized lengthEzra Peisach2007-02-051-1/+1
* krb5_kt_get_type should return const char *. Ezra Peisach2007-02-051-1/+1
* get_init_creds_opt extensibilityTom Yu2007-01-302-1/+78
* Include stdarg.h, and don't conditionalize declarations of functions withKen Raeburn2007-01-201-5/+1
* Mark as C source for Emacs mode selectionKen Raeburn2007-01-201-1/+1
* Don't define KRB5_PRIVATE, since it's not tested any moreKen Raeburn2007-01-201-4/+0
* Move all KRB5_PRIVATE declarations from krb5.h(in) to k5-int.h, and drop theKen Raeburn2007-01-201-376/+1
* Fix typo in checked-in versionKen Raeburn2007-01-161-1/+1
* This commit adds two new functions, krb5_server_decrypt_ticket_keyblock Jeffrey Altman2007-01-161-0/+12
* krb5_is_referral_realm now takes a pointer to const krb5_data, since it doesn'tKen Raeburn2006-12-191-1/+1
* Modifications to support the generation and embedding Jeffrey Altman2006-12-071-2/+5
* * src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): InternalTom Yu2006-11-181-0/+6
* Didn't include header changes in the previous commitKevin Coffman2006-11-171-2/+7
* fix warning in preauth_plugin.h headerKen Raeburn2006-11-161-1/+1
* allow server preauth plugin verify_padata function to return e-dataKevin Coffman2006-11-131-1/+2
* Add "get_data" function to the client preauth plugin interfaceKevin Coffman2006-11-091-0/+22
* Add public function to get keylenth associated with an enctypeKevin Coffman2006-11-091-0/+5
* krb5.h not C++-safe due to "struct krb5_cccol_cursor"Alexandra Ellwood2006-11-071-2/+2