aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-29Support init_state for CCMaes-ccmLuke Howard2-6/+41
2008-12-29cleanupLuke Howard1-10/+10
2008-12-29fix an order of operations bugLuke Howard1-1/+1
2008-12-28Return KRB5_CRYPTO_INTERNAL if counter wraps aroundLuke Howard1-5/+14
2008-12-28cleanupLuke Howard1-33/+40
2008-12-28At the possible expense of some performance, completely parameterizedLuke Howard2-157/+191
2008-12-27Support 64-bit adata lengthsLuke Howard1-5/+20
2008-12-26correctly initialize counter blocks' flags fieldLuke Howard1-2/+4
2008-12-26cleanupLuke Howard1-8/+6
2008-12-26Reorder SIGN_ONLY before DATA to comply with CCM specLuke Howard1-19/+41
2008-12-26fix a signed-ness issueLuke Howard1-12/+14
2008-12-04A branch of the mskrb-integ code with an implementation of AES-ccm Sam Hartman0-0/+0
2008-12-04Make k5-plugin.h safe for multiple includesLuke Howard1-0/+5
2008-12-03Add buffer set utility functionsLuke Howard1-0/+133
2008-12-03Add GSS_C_AF_NETBIOSLuke Howard1-0/+1
2008-12-03Zero outbuf on error returnLuke Howard1-1/+3
2008-12-02Add spnego forwarders for AEAD and IOV SPIsLuke Howard2-0/+161
2008-12-02Add gss_wrap_aead() and gss_unwrap_aead(). Note a mechanism mayLuke Howard5-15/+466
2008-12-02Swap iov_count and iov arguments; make iov_count an intLuke Howard5-41/+63
2008-12-02Reorder iov_count and iov arguments; make iov_count an intLuke Howard10-160/+159
2008-12-02Remove unneeded LEAN_CLIENT #define'sSam Hartman2-14/+0
2008-12-02Merge trunk at r21260 into mskrb-integ branchSam Hartman227-4511/+5693
2008-11-30ensure address field is correctly initialised for RPC clients; set close on e...Luke Howard1-1/+39
2008-11-27cleanupLuke Howard1-1/+1
2008-11-27set password need not meet minimum lifetime requirement if target principal d...Luke Howard2-17/+27
2008-11-26When processing an AP-REQ, locate the service key based on theLuke Howard1-14/+45
2008-11-26cleanupLuke Howard1-1/+1
2008-11-25put back purify stuffLuke Howard1-1/+10
2008-11-25fix incorrect callback signatureLuke Howard1-2/+2
2008-11-25des-hmac-sha1 does not support AEADLuke Howard1-1/+1
2008-11-25Remove reference to multiple padding buffersSam Hartman1-1/+1
2008-11-25avoid double close for RPC descriptorsLuke Howard1-1/+4
2008-11-25Update t_encrypt to do some black-box testing of the iov APISam Hartman1-1/+44
2008-11-25cleanup and increase max TCP connections by half for kpasswdLuke Howard1-6/+6
2008-11-25Be a little friendlier to the RPC runtime, by notifying it of closed FDsLuke Howard1-4/+12
2008-11-25More cleanupLuke Howard1-9/+13
2008-11-25CleanupLuke Howard1-11/+7
2008-11-25Assign gssapi_ext.h over from PADL to MITLuke Howard1-26/+19
2008-11-25TCP support for kpasswd protocolLuke Howard5-472/+2062
2008-11-24type in krb5_c_crypto_length is the crypto type not the enctypeSam Hartman1-1/+1
2008-11-24Omit CTS length checkLuke Howard1-5/+1
2008-11-24Add OpenLDAP Public LicenseLuke Howard2-0/+116
2008-11-23Clarify ACL/initial flag checks for setpwLuke Howard3-10/+27
2008-11-23target can be NULL in ChangePasswdDataLuke Howard2-10/+23
2008-11-23fix incorrect orderLuke Howard1-1/+1
2008-11-23Preliminary RFC 3244 support (no TCP support yet)Luke Howard3-39/+110
2008-11-23Add kadm5int_acl_check_krb() variantLuke Howard3-23/+49
2008-11-22Add decode_krb5_setpw_req()Luke Howard5-0/+38
2008-11-21Fix up checksum calculations for V1 IOVLuke Howard4-9/+17
2008-11-21fix a logic error in kg_integ_only_iov()Luke Howard1-4/+5