summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove krb5.conf, bigendian.o, and bigendian on make cleanEzra Peisach2009-10-101-1/+1
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-09106-380/+7739
* 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 anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P...Zhanna Tsitkov2009-10-081-1/+5
* 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
* Remove an outdated parenthetical comment about master_kdc; we actuallyGreg Hudson2009-10-071-3/+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
* Add convenience functions zapfree (test for null, zap, free) andGreg Hudson2009-10-031-0/+21
* 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-3033-54/+351
* 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
* Add keytab_local.c to the kadmin client SRCS variable, so that weGreg Hudson2009-09-252-1/+20
* Fix a few bugs in kadmin's keytab.c from r22785Greg Hudson2009-09-251-13/+10
* Clean up krb5_get_credentials:Greg Hudson2009-09-253-65/+59
* Crypto modularity proj: Updated IOV cryptoZhanna Tsitkov2009-09-253-192/+326
* Update the kadmin client code to most current coding practicesGreg Hudson2009-09-244-1631/+1410
* Fix kadm5 unit test modified in r22782Greg Hudson2009-09-241-1/+1
* Fix a braino in r22782: we don't use strcpy even safely; use strlcpyGreg Hudson2009-09-221-1/+1
* Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson2009-09-213-56/+85
* Fix addprinc -randkey when policy requires multiple character classesGreg Hudson2009-09-211-6/+7
* 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
* Remove krb5_decode_leak test program on "make clean"Greg Hudson2009-09-161-1/+1
* Remove autoconf.h on "make distclean".Greg Hudson2009-09-162-0/+8
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-1645-3021/+2814
* Create DB headers before recursing for "make depend" inGreg Hudson2009-09-161-1/+1
* 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-1674-2954/+3510
* Fix stupid logic bug in last versionKen Raeburn2009-09-151-2/+2
* Add t_unal.c to SRCS and generate dependencies..Ezra Peisach2009-09-152-1/+5
* Test byte ordering determination and unaligned accessKen Raeburn2009-09-152-2/+52
* Check __BIG_ENDIAN__ and __LITTLE_ENDIAN__ to determine endianness.Ken Raeburn2009-09-151-2/+6
* Initialize several variables - so that on error cleanup - we do not try to freeEzra Peisach2009-09-141-1/+3