aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-int.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-24Store configuration information about whether FAST is available in the ccach...Sam Hartman1-0/+2
2009-11-24AddSam Hartman1-0/+2
2009-11-23Expose {decode,encode}_krb5_checksumSam Hartman1-0/+4
2009-11-22Make zap() work with non-gcc C++ compilers.Greg Hudson1-5/+4
2009-11-19Put krb5_auth_con_set_req_cksumtype back in the public API, since itGreg Hudson1-4/+0
2009-11-16Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach1-21/+0
2009-11-15Move krb5int_get_fq_local_hostname to os-proto.h. Not exportedEzra Peisach1-2/+0
2009-11-15Moved krb5int_sendto prototype to os-proto.h. This function is not exported Ezra Peisach1-11/+0
2009-11-14Fix typos in previousTom Yu1-2/+2
2009-11-14Reindent include directory, reformatting prototypes as necessary.Greg Hudson1-1688/+1552
2009-11-14Constrained delegation without PAC supportGreg Hudson1-0/+30
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson1-2/+2
2009-11-01In k5-int.h, fix make_data to work with C++Greg Hudson1-1/+1
2009-11-01Move the implementations of four deprecated crypto functions toGreg Hudson1-23/+0
2009-10-31make mark-cstyleTom Yu1-86/+86
2009-10-29Add a couple of krb5_data convenience constructor functions, toGreg Hudson1-19/+26
2009-10-28Bump the accessor version number since we made changes.Greg Hudson1-18/+16
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov1-4/+4
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-14/+48
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-0/+124
2009-10-03Add convenience functions zapfree (test for null, zap, free) andGreg Hudson1-0/+21
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-0/+3
2009-09-13Implement s4u extensionsGreg Hudson1-0/+48
2009-09-03Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov1-0/+1
2009-07-29Enctype list configuration enhancementsGreg Hudson1-0/+4
2009-07-27Use zero-terminated enctype lists in the context structure instead ofGreg Hudson1-4/+2
2009-05-07Try decrypting using session key if subkey fails in tgs rep handlingSam Hartman1-2/+2
2009-04-29Add DEBUG_ERROR_LOCATIONS supportGreg Hudson1-0/+5
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-2/+2
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-2/+94
2009-03-24Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson1-16/+0
2009-03-16Implement tests for authdata functionsSam Hartman1-0/+5
2009-03-11Make a working krb5_copy_error_messageGreg Hudson1-3/+0
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