summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-0976-339/+5981
* Get aes-gen to build again (for the default back end, at least)Greg Hudson2009-10-091-1/+1
* In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field onGreg Hudson2009-10-091-0/+1
* In krb5_c_verify_checksum, avoid the structure copy of *data since weGreg Hudson2009-10-081-1/+2
* In krb5_calculate_checksum (a compatibility routine), initializeGreg Hudson2009-10-081-0/+1
* In krb5_c_make_checksum, avoid the structure copy of *input since weGreg Hudson2009-10-071-1/+2
* Fix krb5_c_weak_enctype in the case of invalid enctypes; r22839Greg Hudson2009-10-071-1/+1
* In krb5_encrypt_helper, return ENOMEM instead of 0 if we can'tGreg Hudson2009-10-061-1/+1
* Crypto modularity proj: Populate openssl/aes dirZhanna Tsitkov2009-10-0610-0/+1546
* Slightly more comprehensible message for KRB5_RC_IOKen Raeburn2009-10-061-1/+1
* Fix object file pathZhanna Tsitkov2009-10-061-5/+5
* Impl. krb5int_aes_enc/decrypt_iov. Passes t_encrypt testZhanna Tsitkov2009-10-041-149/+144
* Update the crypto derived key support code to conform to most of theGreg Hudson2009-10-037-481/+334
* Update the crypto API glue to conform to most of the current codingGreg Hudson2009-10-0339-976/+736
* Crypto modularity proj: Populae openssl/arcfour dirZhanna Tsitkov2009-10-015-0/+788
* Crypto modularity proj: Populate openssl/des dir.Zhanna Tsitkov2009-10-0115-0/+848
* Crypto modulrity proj: Basic AES crypto for openssl implZhanna Tsitkov2009-10-011-0/+505
* CleanupZhanna Tsitkov2009-10-014-143/+116
* Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov2009-09-3031-50/+347
* Fix include path to pick up the correct headersZhanna Tsitkov2009-09-291-1/+1
* Remove OBJS.ST from SUBDIROBJLISTS so that running make does notEzra Peisach2009-09-292-2/+2
* Fix a braino in r22790Greg Hudson2009-09-281-1/+1
* Fix a few problems introduced by r22787Greg Hudson2009-09-282-9/+7
* Clean up krb5_get_credentials:Greg Hudson2009-09-253-65/+59
* Crypto modularity proj: Updated IOV cryptoZhanna Tsitkov2009-09-253-192/+326
* Fix kadm5 unit test modified in r22782Greg Hudson2009-09-241-1/+1
* Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson2009-09-212-13/+24
* Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson2009-09-212-6/+6
* Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach2009-09-204-4/+2
* Use enc_provider for des hash routines. Also needed by Crypto modularity projZhanna Tsitkov2009-09-182-113/+58
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-1638-2940/+2722
* Fix return value of krb5int_des_make_key from rev 22769Zhanna Tsitkov2009-09-161-0/+2
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-1667-2879/+3424
* Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson2009-09-137-1214/+0
* Implement s4u extensionsGreg Hudson2009-09-1347-351/+4099
* Fix parsing of GSS exported namesGreg Hudson2009-09-111-4/+18
* Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson2009-09-091-1/+4
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-0323-11/+1369
* Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov2009-09-0219-164/+178
* use perror instead of error in kadm5 test suiteTom Yu2009-08-282-39/+39
* Update a kadm5 testing library function which was callingGreg Hudson2009-08-281-1/+2
* Memory leak in spnego accept_sec_context error pathGreg Hudson2009-08-271-0/+7
* update dependenciesKen Raeburn2009-08-211-10/+0
* Use load_32_be processing length in TCP replyKen Raeburn2009-08-211-5/+1
* Use {load,store}_{16,32}_be for big-endian integersKen Raeburn2009-08-211-17/+4
* Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson2009-08-172-2/+2
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-179-54/+65
* Remove unused variables resulting from r22521, and also remove theGreg Hudson2009-08-173-38/+0
* Remove kadmin v1 API supportGreg Hudson2009-08-1343-9418/+276
* Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson2009-08-131-1/+1