aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2009-10-06In krb5_encrypt_helper, return ENOMEM instead of 0 if we can'tGreg Hudson1-1/+1
2009-10-06Crypto modularity proj: Populate openssl/aes dirZhanna Tsitkov10-0/+1546
2009-10-06Slightly more comprehensible message for KRB5_RC_IOKen Raeburn1-1/+1
2009-10-06Fix object file pathZhanna Tsitkov1-5/+5
2009-10-04Impl. krb5int_aes_enc/decrypt_iov. Passes t_encrypt testZhanna Tsitkov1-149/+144
2009-10-03Update the crypto derived key support code to conform to most of theGreg Hudson7-481/+334
2009-10-03Update the crypto API glue to conform to most of the current codingGreg Hudson39-976/+736
2009-10-01Crypto modularity proj: Populae openssl/arcfour dirZhanna Tsitkov5-0/+788
2009-10-01Crypto modularity proj: Populate openssl/des dir.Zhanna Tsitkov15-0/+848
2009-10-01Crypto modulrity proj: Basic AES crypto for openssl implZhanna Tsitkov1-0/+505
2009-10-01CleanupZhanna Tsitkov4-143/+116
2009-09-30Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov31-50/+347
2009-09-29Fix include path to pick up the correct headersZhanna Tsitkov1-1/+1
2009-09-29Remove OBJS.ST from SUBDIROBJLISTS so that running make does notEzra Peisach2-2/+2
2009-09-28Fix a braino in r22790Greg Hudson1-1/+1
2009-09-28Fix a few problems introduced by r22787Greg Hudson2-9/+7
2009-09-25Clean up krb5_get_credentials:Greg Hudson3-65/+59
2009-09-25Crypto modularity proj: Updated IOV cryptoZhanna Tsitkov3-192/+326
2009-09-24Fix kadm5 unit test modified in r22782Greg Hudson1-1/+1
2009-09-21Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson2-13/+24
2009-09-21Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson2-6/+6
2009-09-20Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach4-4/+2
2009-09-18Use enc_provider for des hash routines. Also needed by Crypto modularity projZhanna Tsitkov2-113/+58
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson38-2940/+2722
2009-09-16Fix return value of krb5int_des_make_key from rev 22769Zhanna Tsitkov1-0/+2
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov67-2879/+3424
2009-09-13Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson7-1214/+0
2009-09-13Implement s4u extensionsGreg Hudson47-351/+4099
2009-09-11Fix parsing of GSS exported namesGreg Hudson1-4/+18
2009-09-09Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson1-1/+4
2009-09-03Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov23-11/+1369
2009-09-02Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov19-164/+178
2009-08-28use perror instead of error in kadm5 test suiteTom Yu2-39/+39
2009-08-28Update a kadm5 testing library function which was callingGreg Hudson1-1/+2
2009-08-27Memory leak in spnego accept_sec_context error pathGreg Hudson1-0/+7
2009-08-21update dependenciesKen Raeburn1-10/+0
2009-08-21Use load_32_be processing length in TCP replyKen Raeburn1-5/+1
2009-08-21Use {load,store}_{16,32}_be for big-endian integersKen Raeburn1-17/+4
2009-08-17Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson2-2/+2
2009-08-17Modify kadm5 initializers to accept krb5 contextsGreg Hudson9-54/+65
2009-08-17Remove unused variables resulting from r22521, and also remove theGreg Hudson3-38/+0
2009-08-13Remove kadmin v1 API supportGreg Hudson43-9418/+276
2009-08-13Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson1-1/+1
2009-08-10Correct the t_nfold build rules again. We don't have a simple way ofGreg Hudson1-1/+4
2009-08-10Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson1-3/+4
2009-08-03In crypto_tests: for t_nfold, link against an nfold object file in theGreg Hudson1-3/+3
2009-08-03Be a little more verbose about errors from mit_des_key_sched(), andTom Yu1-1/+2
2009-08-03Fix deplibs for t_crcTom Yu1-1/+1
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson6-2/+10
2009-08-03Re-run make depend. (I am not certain why the dependencies fromGreg Hudson17-697/+654