aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-23update copyrightLuke Howard1-1/+1
2009-10-23update schema for krbAllowedToDelegateToLuke Howard2-8/+17
2009-10-23refactor, improve code readabilityLuke Howard1-113/+180
2009-10-23Change is_kdc_issued_authdatum() to use new krb5int_get_authdata_containee_ty...Luke Howard1-22/+23
2009-10-23Add krb5int_get_authdata_containee_types() API for peeking intoLuke Howard5-1/+72
2009-10-22Separate propagation of TGT issued authorization data from KDBLuke Howard1-20/+45
2009-10-22merge 22964:22974 into s4u2proxy branchLuke Howard4-3/+7
2009-10-22s/delegatee/transited_service/gLuke Howard6-47/+42
2009-10-22refactorLuke Howard3-293/+274
2009-10-22cleanup greet authdata plugin not to clobber authdataLuke Howard1-5/+13
2009-10-22Fix a logic errorLuke Howard1-3/+3
2009-10-22add sample constrained delegation ACL backend for LDAPLuke Howard10-11/+184
2009-10-22filter KDC-issued authdataLuke Howard3-39/+106
2009-10-22Workaround for ASN.1 library difficultiesLuke Howard5-29/+71
2009-10-22some very preliminary work on PAC-less constrained delegationLuke Howard17-69/+611
2009-10-22Creating a branch for PAC-less constrained delegation implementationLuke Howard0-0/+0
2009-10-21Allow the constrained delegation authorization method to use the evidence tic...Luke Howard2-1/+6
2009-10-21simplify logic fix introduced in r22960 for S4U2SelfLuke Howard1-4/+2
2009-10-21remove some unneeded extensions from the Novell backend authdata SPILuke Howard4-43/+3
2009-10-21ensure that forwardable flag is propagated along S4U2Self referral pathLuke Howard1-1/+8
2009-10-21Increment authdata SPI to V2 (V1 was experimental) to account for additionalLuke Howard2-4/+4
2009-10-21Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard2-27/+27
2009-10-20For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard3-14/+14
2009-10-20Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson8-38/+44
2009-10-20use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc...Luke Howard1-14/+13
2009-10-20correct indirection of minor status code when calling displayStatus()Luke Howard1-2/+2
2009-10-20In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don'tGreg Hudson1-0/+2
2009-10-20In krb5_k_make_checksum, check for a null key passed with a keyedGreg Hudson1-1/+1
2009-10-20Clean up memory leaks by releasing key at endEzra Peisach2-0/+4
2009-10-20Include des_int.h for mit_des_fixup_key_parity prototypeEzra Peisach1-0/+1
2009-10-20Fix memory leaks in enc-perf workGreg Hudson3-0/+4
2009-10-20fix some Coverity reported defects in naming extensionsLuke Howard4-25/+27
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson105-1069/+1876
2009-10-19Update prototype files to conform with newer whitespace rulesTom Yu3-10/+12
2009-10-18Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.inEzra Peisach2-1/+2
2009-10-18Remove adb.h as it is not used in the source treeEzra Peisach1-134/+0
2009-10-16Properly handle ivec for chaining opsZhanna Tsitkov1-175/+34
2009-10-16Fix the value of ivec in aes_decrypt_iovZhanna Tsitkov1-3/+3
2009-10-15Enable t_cts testZhanna Tsitkov1-4/+4
2009-10-15Fixed aes to handle the input buffers of the various sizesZhanna Tsitkov1-140/+313
2009-10-13Fix preauth looping in krb5_get_init_credsGreg Hudson1-2/+16
2009-10-13Revert a small part of r22736 which incorrectly fixed a preauthGreg Hudson1-4/+2
2009-10-10Fix memory leak and init those magic number fields to prevent compiler warningEzra Peisach1-1/+4
2009-10-10Clean nfold.o on make cleanEzra Peisach1-7/+8
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu60-1589/+1953
2009-10-10Remove krb5.conf, bigendian.o, and bigendian on make cleanEzra Peisach1-1/+1
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson106-380/+7739
2009-10-09Get aes-gen to build again (for the default back end, at least)Greg Hudson1-1/+1
2009-10-09In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field onGreg Hudson1-0/+1
2009-10-08In anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P...Zhanna Tsitkov1-1/+5