aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-07Remove an outdated parenthetical comment about master_kdc; we actuallyGreg Hudson1-3/+1
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-03Add convenience functions zapfree (test for null, zap, free) andGreg Hudson1-0/+21
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 Tsitkov33-54/+351
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-25Add keytab_local.c to the kadmin client SRCS variable, so that weGreg Hudson2-1/+20
2009-09-25Fix a few bugs in kadmin's keytab.c from r22785Greg Hudson1-13/+10
2009-09-25Clean up krb5_get_credentials:Greg Hudson3-65/+59
2009-09-25Crypto modularity proj: Updated IOV cryptoZhanna Tsitkov3-192/+326
2009-09-24Update the kadmin client code to most current coding practicesGreg Hudson4-1631/+1410
2009-09-24Fix kadm5 unit test modified in r22782Greg Hudson1-1/+1
2009-09-22Fix a braino in r22782: we don't use strcpy even safely; use strlcpyGreg Hudson1-1/+1
2009-09-21Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson3-56/+85
2009-09-21Fix addprinc -randkey when policy requires multiple character classesGreg Hudson1-6/+7
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-16Remove krb5_decode_leak test program on "make clean"Greg Hudson1-1/+1
2009-09-16Remove autoconf.h on "make distclean".Greg Hudson2-0/+8
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson45-3021/+2814
2009-09-16Create DB headers before recursing for "make depend" inGreg Hudson1-1/+1
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 Tsitkov74-2954/+3510
2009-09-15Fix stupid logic bug in last versionKen Raeburn1-2/+2
2009-09-15Add t_unal.c to SRCS and generate dependencies..Ezra Peisach2-1/+5
2009-09-15Test byte ordering determination and unaligned accessKen Raeburn2-2/+52
2009-09-15Check __BIG_ENDIAN__ and __LITTLE_ENDIAN__ to determine endianness.Ken Raeburn1-2/+6
2009-09-14Initialize several variables - so that on error cleanup - we do not try to freeEzra Peisach1-1/+3
2009-09-13Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson7-1214/+0
2009-09-13Implement s4u extensionsGreg Hudson71-576/+5306
2009-09-11In the top-level configure.in, switch from dnl comments to # commentsGreg Hudson1-180/+180
2009-09-11Fix parsing of GSS exported namesGreg Hudson1-4/+18
2009-09-09In ksetpwd (a program we don't yet install), don't display the newGreg Hudson1-2/+0
2009-09-09Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson1-1/+4
2009-09-03Supply canonical name if present in LDAP iterationGreg Hudson1-5/+6
2009-09-03Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov25-12/+1371
2009-09-03Supply LDAP service principal aliases to non-referrals clientsGreg Hudson1-1/+25