| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Include des_int.h for mit_des_fixup_key_parity prototype | Ezra Peisach | 2009-10-20 | 1 | -0/+1 |
| * | Fix memory leaks in enc-perf work | Greg Hudson | 2009-10-20 | 3 | -0/+4 |
| * | fix some Coverity reported defects in naming extensions | Luke Howard | 2009-10-20 | 4 | -25/+27 |
| * | Implement new APIs to allow improved crypto performance | Greg Hudson | 2009-10-19 | 105 | -1069/+1876 |
| * | Update prototype files to conform with newer whitespace rules | Tom Yu | 2009-10-19 | 3 | -10/+12 |
| * | Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.in | Ezra Peisach | 2009-10-18 | 2 | -1/+2 |
| * | Remove adb.h as it is not used in the source tree | Ezra Peisach | 2009-10-18 | 1 | -134/+0 |
| * | Properly handle ivec for chaining ops | Zhanna Tsitkov | 2009-10-16 | 1 | -175/+34 |
| * | Fix the value of ivec in aes_decrypt_iov | Zhanna Tsitkov | 2009-10-16 | 1 | -3/+3 |
| * | Enable t_cts test | Zhanna Tsitkov | 2009-10-15 | 1 | -4/+4 |
| * | Fixed aes to handle the input buffers of the various sizes | Zhanna Tsitkov | 2009-10-15 | 1 | -140/+313 |
| * | Fix preauth looping in krb5_get_init_creds | Greg Hudson | 2009-10-13 | 1 | -2/+16 |
| * | Revert a small part of r22736 which incorrectly fixed a preauth | Greg Hudson | 2009-10-13 | 1 | -4/+2 |
| * | Fix memory leak and init those magic number fields to prevent compiler warning | Ezra Peisach | 2009-10-10 | 1 | -1/+4 |
| * | Clean nfold.o on make clean | Ezra Peisach | 2009-10-10 | 1 | -7/+8 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 60 | -1589/+1953 |
| * | Remove krb5.conf, bigendian.o, and bigendian on make clean | Ezra Peisach | 2009-10-10 | 1 | -1/+1 |
| * | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 106 | -380/+7739 |
| * | Get aes-gen to build again (for the default back end, at least) | Greg Hudson | 2009-10-09 | 1 | -1/+1 |
| * | In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field on | Greg Hudson | 2009-10-09 | 1 | -0/+1 |
| * | In anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P... | Zhanna Tsitkov | 2009-10-08 | 1 | -1/+5 |
| * | In krb5_c_verify_checksum, avoid the structure copy of *data since we | Greg Hudson | 2009-10-08 | 1 | -1/+2 |
| * | In krb5_calculate_checksum (a compatibility routine), initialize | Greg Hudson | 2009-10-08 | 1 | -0/+1 |
| * | In krb5_c_make_checksum, avoid the structure copy of *input since we | Greg Hudson | 2009-10-07 | 1 | -1/+2 |
| * | Fix krb5_c_weak_enctype in the case of invalid enctypes; r22839 | Greg Hudson | 2009-10-07 | 1 | -1/+1 |
| * | In krb5_encrypt_helper, return ENOMEM instead of 0 if we can't | Greg Hudson | 2009-10-06 | 1 | -1/+1 |
| * | Crypto modularity proj: Populate openssl/aes dir | Zhanna Tsitkov | 2009-10-06 | 10 | -0/+1546 |
| * | Slightly more comprehensible message for KRB5_RC_IO | Ken Raeburn | 2009-10-06 | 1 | -1/+1 |
| * | Fix object file path | Zhanna Tsitkov | 2009-10-06 | 1 | -5/+5 |
| * | Impl. krb5int_aes_enc/decrypt_iov. Passes t_encrypt test | Zhanna Tsitkov | 2009-10-04 | 1 | -149/+144 |
| * | Update the crypto derived key support code to conform to most of the | Greg Hudson | 2009-10-03 | 7 | -481/+334 |
| * | Update the crypto API glue to conform to most of the current coding | Greg Hudson | 2009-10-03 | 39 | -976/+736 |
| * | Add convenience functions zapfree (test for null, zap, free) and | Greg Hudson | 2009-10-03 | 1 | -0/+21 |
| * | Crypto modularity proj: Populae openssl/arcfour dir | Zhanna Tsitkov | 2009-10-01 | 5 | -0/+788 |
| * | Crypto modularity proj: Populate openssl/des dir. | Zhanna Tsitkov | 2009-10-01 | 15 | -0/+848 |
| * | Crypto modulrity proj: Basic AES crypto for openssl impl | Zhanna Tsitkov | 2009-10-01 | 1 | -0/+505 |
| * | Cleanup | Zhanna Tsitkov | 2009-10-01 | 4 | -143/+116 |
| * | Crypto modularity proj: SHS_INFO structure is defined differently for crypto ... | Zhanna Tsitkov | 2009-09-30 | 33 | -54/+351 |
| * | Fix include path to pick up the correct headers | Zhanna Tsitkov | 2009-09-29 | 1 | -1/+1 |
| * | Remove OBJS.ST from SUBDIROBJLISTS so that running make does not | Ezra Peisach | 2009-09-29 | 2 | -2/+2 |
| * | Fix a braino in r22790 | Greg Hudson | 2009-09-28 | 1 | -1/+1 |
| * | Fix a few problems introduced by r22787 | Greg Hudson | 2009-09-28 | 2 | -9/+7 |
| * | Add keytab_local.c to the kadmin client SRCS variable, so that we | Greg Hudson | 2009-09-25 | 2 | -1/+20 |
| * | Fix a few bugs in kadmin's keytab.c from r22785 | Greg Hudson | 2009-09-25 | 1 | -13/+10 |
| * | Clean up krb5_get_credentials: | Greg Hudson | 2009-09-25 | 3 | -65/+59 |
| * | Crypto modularity proj: Updated IOV crypto | Zhanna Tsitkov | 2009-09-25 | 3 | -192/+326 |
| * | Update the kadmin client code to most current coding practices | Greg Hudson | 2009-09-24 | 4 | -1631/+1410 |
| * | Fix kadm5 unit test modified in r22782 | Greg Hudson | 2009-09-24 | 1 | -1/+1 |
| * | Fix a braino in r22782: we don't use strcpy even safely; use strlcpy | Greg Hudson | 2009-09-22 | 1 | -1/+1 |
| * | Improve the mechanism used for addprinc -randkey. In the kadmin | Greg Hudson | 2009-09-21 | 3 | -56/+85 |