aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-int.h
AgeCommit message (Expand)AuthorFilesLines
2009-02-13Implement TGS authenticator subkey usageSam Hartman1-3/+8
2009-02-11Ensure we have a free function for every data type we have an ASN.1Greg Hudson1-0/+6
2009-02-09More C++ compatibility: Don't use "typedef struct tag *tag"; renameKen Raeburn1-2/+2
2009-02-05Create and use (in several places) a variant ofKen Raeburn1-0/+3
2009-02-04Use macros for config parametersZhanna Tsitkov1-6/+23
2009-02-02Fix a whitespace error introduced when fixing a typo in the definesGreg Hudson1-1/+1
2009-02-02Fix a typo in the defines added to k5-int.hGreg Hudson1-1/+1
2009-02-02Introduces macros for config parametersZhanna Tsitkov1-0/+77
2009-02-02Collect hairy parts of krb5_is_<msgtype> macros into one helper macroKen Raeburn1-51/+20
2009-01-28disable single-DES by defaultTom Yu1-0/+4
2009-01-23Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov1-0/+3
2009-01-15Make enctype and checksumtype name mapping table types private to theKen Raeburn1-63/+0
2009-01-15Fix an additional multiple-write case noted by John, where sendauthKen Raeburn1-1/+2
2009-01-13Patch from Luke Howard to:Sam Hartman1-1/+7
2009-01-12Add message hash support to the replay interface, using extensionGreg Hudson1-0/+4
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-11/+90
2008-12-29Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson1-4/+0
2008-12-24Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson1-0/+4
2008-12-15Remove krb4 code in libkrb5Greg Hudson1-14/+0
2008-12-02Crypto IOV API per Projects/AEAD encryption APISam Hartman1-3/+65
2008-12-01Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach1-31/+0
2008-11-17PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov1-0/+10
2008-10-28Add the k5buf string module to libkrb5supportGreg Hudson1-0/+3
2008-10-27Remove empty declaration of struct _krb5_kt_ops after the fully defined struc...Ezra Peisach1-1/+0
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn1-7/+17
2008-10-25More regression tests for ASN.1 encodersKen Raeburn1-0/+5
2008-10-24krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood1-0/+9
2008-10-06Change LDAP key-sequence encoder to use a single data structureKen Raeburn1-12/+12
2008-09-22Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson1-1/+35
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn1-2/+9
2008-08-16Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach1-20/+0
2008-08-15Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach1-2/+0
2008-08-15a stash file is not a keytabWill Fiveash1-0/+5
2008-08-02Rename and export random_string from cc_memory.cKen Raeburn1-0/+2
2008-07-10Add comment and <TargetConditionals.h> to previousTom Yu1-0/+11
2008-07-10Use #pragma pop on the Mac to ensure that the krb5_gic_opt_extTom Yu1-0/+8
2008-06-24Merge from branch sun-ipropKen Raeburn1-0/+4
2008-06-02Change krb5_context.db_context to point to the real structure type,Ken Raeburn1-2/+4
2007-09-04bump accessor version numberTom Yu1-1/+1
2007-08-28Remove macros and associated comments that appear to be forKen Raeburn1-65/+0
2007-08-08In krb5_preauth_context ftable should be Jeffrey Altman1-1/+1
2007-08-06KRB5_CALLCONV must be specified inside parens Jeffrey Altman1-1/+1
2007-08-01Add PKINIT supportKevin Coffman1-44/+101
2007-07-27Debugged version of patch worked up with LukeKen Raeburn1-2/+10
2007-07-20Pull out code for looking up the current time, comparing the offset ofKen Raeburn1-0/+1
2007-05-21Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn1-10/+1
2007-05-21Simplify UNIX krb5int_zap_data a little. Omit volatile cast, just call memset,Ken Raeburn1-10/+6
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn1-1/+38
2007-05-02 k5-int.h, gic_opt.cJeffrey Altman1-2/+2
2007-03-26Remove unused scc_default_format field from krb5_contextKen Raeburn1-1/+0