aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kdb/encrypt_key.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Merge r24242:24397 from trunk to branches/nss. This will break theGreg Hudson1-2/+2
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-6/+6
2009-10-31make mark-cstyleTom Yu1-42/+43
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-3/+3
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-6/+6
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-0/+1
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn1-7/+6
2000-07-04 * encrypt_key.c, kdb_cpw.c, kdb_xdr.c: Add parenthesis aboutEzra Peisach1-2/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-29/+51
1995-09-06 * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c,Chris Provenzano1-1/+1
1995-08-16decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0.Chris Provenzano1-6/+4
1995-08-08Use correct length to malloc() in encrypt_key_data()Paul Park1-1/+1
1995-08-07Improve keysalt handlingPaul Park1-11/+15
1995-08-05first pass attempt at cleaning up some gcc -Wall flamesTom Yu1-2/+3
1995-08-04Use encode/decode macros to [de]serialize data going in/out of the databasePaul Park1-2/+2
1995-08-03Fix krb5_dbekd_encrypt_key_data()Paul Park1-0/+3
1995-07-27 * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1-41/+58
1995-02-28Avoid <krb5/....> includesJohn Gilmore1-4/+1
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-5/+6
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-3/+3
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1992-02-23sizeof (int) -> 4 bytes, because this is supposed to be a portableJohn Carr1-18/+15
1991-12-06Store the length field of the encrypted key in network byte orderJohn Carr1-1/+9
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-02-19update copyright noticesJohn Kohl1-5/+5
1990-12-15need kdb.h for encrypted_keyblockJohn Kohl1-0/+1
1990-12-13Changed output type to krb5_encrypted_keyblockTheodore Tso1-1/+1
1990-12-12need to assure room for the checksums in the key to be encryptedJohn Kohl1-6/+21
1990-11-08change bcopy to memcpyJohn Kohl1-8/+2
1990-09-20add #define calls for abstractionJohn Kohl1-5/+4
1990-05-25fix reference to copyright/distribution provisionsJohn Kohl1-1/+1
1990-05-23include file fix-upsJohn Kohl1-2/+0
1990-05-18allocate space for paddingJohn Kohl1-1/+8
1990-05-09changes for new encryption interfaceJohn Kohl1-1/+1
1990-05-02add const to the in parameterJohn Kohl1-1/+1
1990-02-13store the input length as the length integer in the encodingJohn Kohl1-6/+6
1990-02-08change order of arguments for consistencyJohn Kohl1-2/+2
1990-02-08add comments; rearrange argument order to be in, then outJohn Kohl1-0/+6
1990-02-07lint fixes, and can't use size of void for pointer arithJohn Kohl1-3/+3
1990-02-07move decrypt_key to separate fileJohn Kohl1-39/+0
1990-02-05need to put length of key into encrypted stuffJohn Kohl1-6/+43
1990-02-03*** empty log message ***John Kohl1-0/+59