| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Update export list to reflect changes in r23436 | Tom Yu | 2009-12-03 | 1 | -2/+0 |
| * | Sense of POINTERS_ARE_ALL_THE_SAME test was backwards | Ken Raeburn | 2009-12-03 | 1 | -3/+3 |
| * | Reformat new block comment per coding style | Greg Hudson | 2009-12-02 | 1 | -152/+26 |
| * | Actually record dependencies of crypto tests | Ken Raeburn | 2009-12-02 | 1 | -1/+152 |
| * | update dependencies | Ken Raeburn | 2009-12-02 | 3 | -17/+31 |
| * | Perform the AES-CBC XOR operations 4 bytes at a time, using the helper | Ken Raeburn | 2009-12-02 | 1 | -2/+18 |
| * | Speed up the per-block loops of AES, DES3, and DES IOV encryption by | Greg Hudson | 2009-12-02 | 5 | -197/+160 |
| * | Remove t_kperf on make clean | Greg Hudson | 2009-12-02 | 1 | -1/+1 |
| * | Clean up the AES enc_provider code a bit. Chiefly, work with unsigned | Greg Hudson | 2009-12-02 | 1 | -80/+64 |
| * | In t_kperf, generate a valid ciphertext when testing decryption | Greg Hudson | 2009-12-02 | 1 | -0/+8 |
| * | Fix an incorrect length in the new krb5int_c_decrypt_aead_compat | Greg Hudson | 2009-12-02 | 1 | -1/+1 |
| * | Fixed the conflicting type "static krb5_error_code KRB5_CALLCONV" of krb5_ch... | Zhanna Tsitkov | 2009-12-02 | 1 | -30/+42 |
| * | Reindent and removed krb5_ prefix from static func name | Zhanna Tsitkov | 2009-12-01 | 1 | -67/+67 |
| * | Fix AES IOV decryption of small messages | Greg Hudson | 2009-12-01 | 1 | -13/+8 |
| * | Make krb5int_c_decrypt_aead_compat more efficient by building the | Greg Hudson | 2009-12-01 | 1 | -23/+41 |
| * | Fix the usage fallback in krb5int_arcfour_decrypt_iov. Factor out IOV | Greg Hudson | 2009-12-01 | 1 | -25/+29 |
| * | Reindent | Zhanna Tsitkov | 2009-11-30 | 3 | -74/+55 |
| * | Remove some stray tabs | Greg Hudson | 2009-11-30 | 1 | -4/+4 |
| * | Use aead_dk instead of aead_old for des-hmac-sha1, since it uses | Greg Hudson | 2009-11-30 | 1 | -1/+1 |
| * | Fix ivec chaining for DES iov encryption | Greg Hudson | 2009-11-30 | 1 | -2/+5 |
| * | Add an AEAD provider for enctypes which use krb5_old_encrypt and | Greg Hudson | 2009-11-30 | 6 | -17/+245 |
| * | In the des enc_provider decrypt_iov function, count header blocks as | Greg Hudson | 2009-11-30 | 1 | -1/+1 |
| * | Make the crc32 hash provider correctly chain multiple input buffers, | Greg Hudson | 2009-11-30 | 5 | -12/+13 |
| * | Stream decryption is handled in krb5_k_decrypt_iov; remove some | Greg Hudson | 2009-11-30 | 2 | -12/+0 |
| * | Terminate the loop in find_authdata_1 if we get an error in one of the | Greg Hudson | 2009-11-30 | 1 | -1/+1 |
| * | Remove the non-iov entry point introduced in r23378, since it's easy | Greg Hudson | 2009-11-29 | 5 | -56/+9 |
| * | Avoid using strncpy in the production of the arcfour salt because it | Greg Hudson | 2009-11-29 | 1 | -4/+3 |
| * | Add do-while(0) around multi-statement macros in f_tables.h for more | Greg Hudson | 2009-11-29 | 1 | -44/+48 |
| * | Create functional internal interfaces to allow GSSAPI to perform | Greg Hudson | 2009-11-28 | 7 | -131/+119 |
| * | Clean up the arcfour token encryption and decryption functions by | Greg Hudson | 2009-11-28 | 3 | -404/+272 |
| * | Mark and reindent lib/crypto | Greg Hudson | 2009-11-28 | 172 | -7792/+7930 |
| * | Add krb5_key versions of the auth context key accessors, and use them | Greg Hudson | 2009-11-27 | 3 | -29/+42 |
| * | Allow null keys to be referenced (a no-op) for simpler "copying" of | Greg Hudson | 2009-11-27 | 1 | -1/+2 |
| * | Export krb5_k_reference_key since it's part of the public API | Greg Hudson | 2009-11-27 | 1 | -0/+1 |
| * | Clean up the flow control in krb5int_send_tgs, and avoid setting the | Greg Hudson | 2009-11-27 | 1 | -38/+39 |
| * | If krb5_init_creds_step is called on an already complete context, | Greg Hudson | 2009-11-27 | 1 | -1/+1 |
| * | Move the arcfour directory from the crypto module dirs into krb. This | Greg Hudson | 2009-11-27 | 32 | -1067/+163 |
| * | Make depend | Greg Hudson | 2009-11-27 | 1 | -3/+3 |
| * | Add krb5_k_prf, the krb5_key version of krb5_c_prf | Greg Hudson | 2009-11-27 | 2 | -4/+15 |
| * | Clean up a few cases where krb5_get_in_tkt_with_keytab would leak the | Greg Hudson | 2009-11-26 | 1 | -3/+4 |
| * | Pullup to 1.7-branch is only for the test case, as krb5-1.7 behaved | Tom Yu | 2009-11-26 | 4 | -19/+138 |
| * | libkrb5 support for non-blocking AS requests | Greg Hudson | 2009-11-26 | 10 | -634/+1241 |
| * | Defer the conversion of the gic options structure to the extended form | Greg Hudson | 2009-11-25 | 5 | -92/+72 |
| * | Coding Style related fixes | Zhanna Tsitkov | 2009-11-25 | 3 | -414/+379 |
| * | Remove krb5_ prefix from the name of the static func get_as_key_keytab. Reindent | Zhanna Tsitkov | 2009-11-24 | 1 | -13/+12 |
| * | Check return value of gethostname in krb5_klog_init | Greg Hudson | 2009-11-23 | 1 | -2/+5 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 102 | -3767/+3732 |
| * | In _kadm5_init_any on error - if we created a cache entry, destroy it | Ezra Peisach | 2009-11-22 | 1 | -0/+8 |
| * | Clean up some memory leaks by releasing context | Ezra Peisach | 2009-11-22 | 2 | -1/+5 |
| * | Memory leak in _kadm5_init_any introduced with ipropd | Ezra Peisach | 2009-11-21 | 1 | -0/+2 |