| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 76 | -339/+5981 |
* | 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 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 |
* | 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 | 31 | -50/+347 |
* | 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 |
* | 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 |
* | Fix kadm5 unit test modified in r22782 | Greg Hudson | 2009-09-24 | 1 | -1/+1 |
* | Improve the mechanism used for addprinc -randkey. In the kadmin | Greg Hudson | 2009-09-21 | 2 | -13/+24 |
* | Fix a few bugs in r22736. Cherry-picked from Luke's authdata branch | Greg Hudson | 2009-09-21 | 2 | -6/+6 |
* | Clean up warnings of unused variables that have crept into the source tree.. | Ezra Peisach | 2009-09-20 | 4 | -4/+2 |
* | Use enc_provider for des hash routines. Also needed by Crypto modularity proj | Zhanna Tsitkov | 2009-09-18 | 2 | -113/+58 |
* | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 38 | -2940/+2722 |
* | Fix return value of krb5int_des_make_key from rev 22769 | Zhanna Tsitkov | 2009-09-16 | 1 | -0/+2 |
* | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 67 | -2879/+3424 |
* | Remove src/lib/crypto/krb/enc_provider, which was accidentally | Greg Hudson | 2009-09-13 | 7 | -1214/+0 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 47 | -351/+4099 |
* | Fix parsing of GSS exported names | Greg Hudson | 2009-09-11 | 1 | -4/+18 |
* | Fix memory leak in gss_krb5int_copy_ccache | Greg Hudson | 2009-09-09 | 1 | -1/+4 |
* | Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des... | Zhanna Tsitkov | 2009-09-03 | 23 | -11/+1369 |
* | Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma... | Zhanna Tsitkov | 2009-09-02 | 19 | -164/+178 |
* | use perror instead of error in kadm5 test suite | Tom Yu | 2009-08-28 | 2 | -39/+39 |
* | Update a kadm5 testing library function which was calling | Greg Hudson | 2009-08-28 | 1 | -1/+2 |
* | Memory leak in spnego accept_sec_context error path | Greg Hudson | 2009-08-27 | 1 | -0/+7 |
* | update dependencies | Ken Raeburn | 2009-08-21 | 1 | -10/+0 |
* | Use load_32_be processing length in TCP reply | Ken Raeburn | 2009-08-21 | 1 | -5/+1 |
* | Use {load,store}_{16,32}_be for big-endian integers | Ken Raeburn | 2009-08-21 | 1 | -17/+4 |
* | Bump sonames of libkadm5 libraries, since r22527 changed their ABIs | Greg Hudson | 2009-08-17 | 2 | -2/+2 |
* | Modify kadm5 initializers to accept krb5 contexts | Greg Hudson | 2009-08-17 | 9 | -54/+65 |
* | Remove unused variables resulting from r22521, and also remove the | Greg Hudson | 2009-08-17 | 3 | -38/+0 |
* | Remove kadmin v1 API support | Greg Hudson | 2009-08-13 | 43 | -9418/+276 |
* | Fix lib/crypto/krb/dk/Makefile.in mydir value | Greg Hudson | 2009-08-13 | 1 | -1/+1 |