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