aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2009-12-02Clean up the AES enc_provider code a bit. Chiefly, work with unsignedGreg Hudson1-80/+64
2009-12-02In t_kperf, generate a valid ciphertext when testing decryptionGreg Hudson1-0/+8
2009-12-02Fix an incorrect length in the new krb5int_c_decrypt_aead_compatGreg Hudson1-1/+1
2009-12-02Fixed the conflicting type "static krb5_error_code KRB5_CALLCONV" of krb5_ch...Zhanna Tsitkov1-30/+42
2009-12-01Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov1-67/+67
2009-12-01Fix AES IOV decryption of small messagesGreg Hudson1-13/+8
2009-12-01Make krb5int_c_decrypt_aead_compat more efficient by building theGreg Hudson1-23/+41
2009-12-01Fix the usage fallback in krb5int_arcfour_decrypt_iov. Factor out IOVGreg Hudson1-25/+29
2009-11-30ReindentZhanna Tsitkov3-74/+55
2009-11-30Remove some stray tabsGreg Hudson1-4/+4
2009-11-30Use aead_dk instead of aead_old for des-hmac-sha1, since it usesGreg Hudson1-1/+1
2009-11-30Fix ivec chaining for DES iov encryptionGreg Hudson1-2/+5
2009-11-30Add an AEAD provider for enctypes which use krb5_old_encrypt andGreg Hudson6-17/+245
2009-11-30In the des enc_provider decrypt_iov function, count header blocks asGreg Hudson1-1/+1
2009-11-30Make the crc32 hash provider correctly chain multiple input buffers,Greg Hudson5-12/+13
2009-11-30Stream decryption is handled in krb5_k_decrypt_iov; remove someGreg Hudson2-12/+0
2009-11-30Terminate the loop in find_authdata_1 if we get an error in one of theGreg Hudson1-1/+1
2009-11-29Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson5-56/+9
2009-11-29Avoid using strncpy in the production of the arcfour salt because itGreg Hudson1-4/+3
2009-11-29Add do-while(0) around multi-statement macros in f_tables.h for moreGreg Hudson1-44/+48
2009-11-28Create functional internal interfaces to allow GSSAPI to performGreg Hudson7-131/+119
2009-11-28Clean up the arcfour token encryption and decryption functions byGreg Hudson3-404/+272
2009-11-28Mark and reindent lib/cryptoGreg Hudson172-7792/+7930
2009-11-27Add krb5_key versions of the auth context key accessors, and use themGreg Hudson3-29/+42
2009-11-27Allow null keys to be referenced (a no-op) for simpler "copying" ofGreg Hudson1-1/+2
2009-11-27Export krb5_k_reference_key since it's part of the public APIGreg Hudson1-0/+1
2009-11-27Clean up the flow control in krb5int_send_tgs, and avoid setting theGreg Hudson1-38/+39
2009-11-27If krb5_init_creds_step is called on an already complete context,Greg Hudson1-1/+1
2009-11-27Move the arcfour directory from the crypto module dirs into krb. ThisGreg Hudson32-1067/+163
2009-11-27Make dependGreg Hudson1-3/+3
2009-11-27Add krb5_k_prf, the krb5_key version of krb5_c_prfGreg Hudson2-4/+15
2009-11-26Clean up a few cases where krb5_get_in_tkt_with_keytab would leak theGreg Hudson1-3/+4
2009-11-26Pullup to 1.7-branch is only for the test case, as krb5-1.7 behavedTom Yu4-19/+138
2009-11-26libkrb5 support for non-blocking AS requestsGreg Hudson10-634/+1241
2009-11-25Defer the conversion of the gic options structure to the extended formGreg Hudson5-92/+72
2009-11-25Coding Style related fixesZhanna Tsitkov3-414/+379
2009-11-24Remove krb5_ prefix from the name of the static func get_as_key_keytab. ReindentZhanna Tsitkov1-13/+12
2009-11-23Check return value of gethostname in krb5_klog_initGreg Hudson1-2/+5
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson102-3767/+3732
2009-11-22In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach1-0/+8
2009-11-22Clean up some memory leaks by releasing contextEzra Peisach2-1/+5
2009-11-21Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach1-0/+2
2009-11-20Correct argument to kadm5_get_principal is a pointer to a struct - notEzra Peisach1-2/+6
2009-11-20The size of kadm5_server_handle_rec differs between the client andEzra Peisach2-4/+11
2009-11-19krb5_free_ad_signedpath must free outer structureLuke Howard1-0/+1
2009-11-18Minor reindent fixZhanna Tsitkov1-24/+20
2009-11-18minor reindentZhanna Tsitkov1-24/+16
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu1-1/+0
2009-11-16Typo fixZhanna Tsitkov1-1/+1
2009-11-16Remove unreferred krb5int_keyhash_aescbc_xxx. Cleaner krb5int_keyhash_md5_hma...Zhanna Tsitkov2-2/+2