summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
Commit message (Expand)AuthorAgeFilesLines
* Try decrypting using session key if subkey fails in tgs rep handlingSam Hartman2009-05-071-2/+2
* Add DEBUG_ERROR_LOCATIONS supportGreg Hudson2009-04-291-0/+5
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-2/+2
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-2/+94
* Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson2009-03-241-16/+0
* Implement tests for authdata functionsSam Hartman2009-03-161-0/+5
* Make a working krb5_copy_error_messageGreg Hudson2009-03-111-3/+0
* Implement TGS authenticator subkey usageSam Hartman2009-02-131-3/+8
* Ensure we have a free function for every data type we have an ASN.1Greg Hudson2009-02-111-0/+6
* More C++ compatibility: Don't use "typedef struct tag *tag"; renameKen Raeburn2009-02-091-2/+2
* Create and use (in several places) a variant ofKen Raeburn2009-02-051-0/+3
* Use macros for config parametersZhanna Tsitkov2009-02-041-6/+23
* Fix a whitespace error introduced when fixing a typo in the definesGreg Hudson2009-02-021-1/+1
* Fix a typo in the defines added to k5-int.hGreg Hudson2009-02-021-1/+1
* Introduces macros for config parametersZhanna Tsitkov2009-02-021-0/+77
* Collect hairy parts of krb5_is_<msgtype> macros into one helper macroKen Raeburn2009-02-021-51/+20
* disable single-DES by defaultTom Yu2009-01-281-0/+4
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-231-0/+3
* Make enctype and checksumtype name mapping table types private to theKen Raeburn2009-01-151-63/+0
* Fix an additional multiple-write case noted by John, where sendauthKen Raeburn2009-01-151-1/+2
* Patch from Luke Howard to:Sam Hartman2009-01-131-1/+7
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-0/+4
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-11/+90
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-291-4/+0
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-241-0/+4
* Remove krb4 code in libkrb5Greg Hudson2008-12-151-14/+0
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-021-3/+65
* Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach2008-12-011-31/+0
* PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov2008-11-171-0/+10
* Add the k5buf string module to libkrb5supportGreg Hudson2008-10-281-0/+3
* Remove empty declaration of struct _krb5_kt_ops after the fully defined struc...Ezra Peisach2008-10-271-1/+0
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-251-7/+17
* More regression tests for ASN.1 encodersKen Raeburn2008-10-251-0/+5
* krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood2008-10-241-0/+9
* Change LDAP key-sequence encoder to use a single data structureKen Raeburn2008-10-061-12/+12
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-1/+35
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-2/+9
* Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach2008-08-161-20/+0
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-151-2/+0
* a stash file is not a keytabWill Fiveash2008-08-151-0/+5
* Rename and export random_string from cc_memory.cKen Raeburn2008-08-021-0/+2
* Add comment and <TargetConditionals.h> to previousTom Yu2008-07-101-0/+11
* Use #pragma pop on the Mac to ensure that the krb5_gic_opt_extTom Yu2008-07-101-0/+8
* Merge from branch sun-ipropKen Raeburn2008-06-241-0/+4
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-021-2/+4
* bump accessor version numberTom Yu2007-09-041-1/+1
* Remove macros and associated comments that appear to be forKen Raeburn2007-08-281-65/+0
* In krb5_preauth_context ftable should be Jeffrey Altman2007-08-081-1/+1
* KRB5_CALLCONV must be specified inside parens Jeffrey Altman2007-08-061-1/+1
* Add PKINIT supportKevin Coffman2007-08-011-44/+101