| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | On Luke's advice, remove krb5_init_creds_store_creds. It is not a | Greg Hudson | 2009-12-15 | 2 | -12/+0 |
* | Get rid of the requirement of defining MAX_ENCTYPE in | Greg Hudson | 2009-12-15 | 1 | -36/+56 |
* | Formatining enhancement | Zhanna Tsitkov | 2009-12-15 | 2 | -18/+21 |
* | fast negotiation projec | Sam Hartman | 2009-12-14 | 12 | -106/+592 |
* | Don't use sizeof(pointertype) to get the length of an allocated array | Tom Yu | 2009-12-10 | 1 | -1/+1 |
* | Add comments to make it slightly clearer how | Greg Hudson | 2009-12-10 | 1 | -1/+2 |
* | Restructure the crypto checksum implementation to minimize | Greg Hudson | 2009-12-10 | 44 | -1278/+858 |
* | Change file holder for krb5int_check_clockskew. Minor Style changes per code ... | Zhanna Tsitkov | 2009-12-09 | 2 | -41/+40 |
* | Mark and reindent lib/gssapi, with some exceptions | Tom Yu | 2009-12-08 | 64 | -312/+312 |
* | Mark lib/apputils | Tom Yu | 2009-12-07 | 1 | -0/+1 |
* | handle negative enctypes better | Tom Yu | 2009-12-07 | 2 | -4/+5 |
* | Initialize ihash_iov in case fall through to cleanup handler and try | Ezra Peisach | 2009-12-06 | 1 | -1/+1 |
* | Remove the ivec parameters from the keyhash provider functions, as | Greg Hudson | 2009-12-06 | 10 | -29/+23 |
* | Make depend | Greg Hudson | 2009-12-06 | 2 | -52/+64 |
* | Make the libk5crypto hash_provider interface take crypto_iov lists | Greg Hudson | 2009-12-06 | 28 | -474/+291 |
* | In the built-in des3 provider, remove the unused version of | Greg Hudson | 2009-12-06 | 1 | -29/+3 |
* | Remove some code paths in crypto-length which are dead now that the | Greg Hudson | 2009-12-04 | 1 | -11/+2 |
* | Remove CRC32_SHIFT4 code as we are unlikely to ever need it | Greg Hudson | 2009-12-04 | 3 | -47/+0 |
* | Consolidate the IOV and non-IOV encryption/decryption code paths, and | Greg Hudson | 2009-12-04 | 81 | -4002/+1084 |
* | Revert r23442. Revert r23436 changes unrelated to comment reformatting | Tom Yu | 2009-12-03 | 2 | -12/+141 |
* | 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 |