summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Reformat function definition headers in gss-krb5's util_crypt.c toGreg Hudson2009-10-251-98/+48
* Account lockoutGreg Hudson2009-10-2537-66/+8723
* make dependTom Yu2009-10-2511-77/+72
* Resurrect deleted test files. Adjust Makefile.in files to correctlyTom Yu2009-10-244-0/+729
* Comment out empty definition of krb5_gss_set_sec_context_option_ops and itsLuke Howard2009-10-231-0/+4
* Remove #define DEBUG 1 that slipped in in S4U mergeLuke Howard2009-10-231-1/+1
* Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov2009-10-2337-1066/+333
* When iterating through the keytab in krb5_rd_req(), do notLuke Howard2009-10-221-2/+4
* Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard2009-10-223-1/+3
* For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard2009-10-201-12/+12
* Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson2009-10-208-38/+44
* use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc...Luke Howard2009-10-201-14/+13
* In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don'tGreg Hudson2009-10-201-0/+2
* In krb5_k_make_checksum, check for a null key passed with a keyedGreg Hudson2009-10-201-1/+1
* Clean up memory leaks by releasing key at endEzra Peisach2009-10-202-0/+4
* Include des_int.h for mit_des_fixup_key_parity prototypeEzra Peisach2009-10-201-0/+1
* Fix memory leaks in enc-perf workGreg Hudson2009-10-203-0/+4
* fix some Coverity reported defects in naming extensionsLuke Howard2009-10-204-25/+27
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-19103-1055/+1759
* Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.inEzra Peisach2009-10-182-1/+2
* Remove adb.h as it is not used in the source treeEzra Peisach2009-10-181-134/+0
* Properly handle ivec for chaining opsZhanna Tsitkov2009-10-161-175/+34
* Fix the value of ivec in aes_decrypt_iovZhanna Tsitkov2009-10-161-3/+3
* Enable t_cts testZhanna Tsitkov2009-10-151-4/+4
* Fixed aes to handle the input buffers of the various sizesZhanna Tsitkov2009-10-151-140/+313
* Fix preauth looping in krb5_get_init_credsGreg Hudson2009-10-131-2/+16
* Revert a small part of r22736 which incorrectly fixed a preauthGreg Hudson2009-10-131-4/+2
* Fix memory leak and init those magic number fields to prevent compiler warningEzra Peisach2009-10-101-1/+4
* Clean nfold.o on make cleanEzra Peisach2009-10-101-7/+8
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-1039-1286/+1605
* 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