aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kdb/decrypt_key.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Modernize default key data encryption functionsGreg Hudson1-68/+64
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-6/+1
2010-09-15WhitespaceGreg Hudson1-1/+1
2010-09-15Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULLSam Hartman1-4/+8
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-5/+5
2009-10-31make mark-cstyleTom Yu1-62/+63
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-5/+5
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-6/+5
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-23/+65
1996-03-22bullet-proofing the code -- if the data contents are NULL, it would coredumpRichard Basch1-12/+14
1995-11-03 * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt lengthChris Provenzano1-0/+1
1995-09-13fetch_mkey.c (krb5_db_fetch_mkey): This routine now sets the masterTheodore Tso1-3/+1
1995-09-09Set the encryption type before decryptingEzra Peisach1-0/+2
1995-09-08decrypt_key.c: Upon error, after freeing contents field, set toEzra Peisach1-0/+4
1995-09-06 * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c,Chris Provenzano1-1/+1
1995-09-06 * decrypt_key.c, fetch_mkey.c, t_kdb.c : Remove krb5_enctypeChris Provenzano1-1/+0
1995-08-16decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0.Chris Provenzano1-4/+2
1995-08-07Improve keysalt handlingPaul Park1-4/+10
1995-08-07Fix another big-endian problemPaul Park1-1/+3
1995-08-05first pass attempt at cleaning up some gcc -Wall flamesTom Yu1-4/+4
1995-08-04Use encode/decode macros to [de]serialize data going in/out of the databasePaul Park1-3/+3
1995-07-27 * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1-39/+38
1995-02-28Avoid <krb5/....> includesJohn Gilmore1-5/+1
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-5/+7
1994-11-17Set the keyblock's magic number and ecryption type information appropriatelyTheodore Tso1-0/+2
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-2/+2
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1992-03-25Remove unused variableJohn Carr1-1/+0
1992-02-23sizeof(int) -> 4 bytes, because this is intended to be a portableJohn Carr1-8/+7
1991-12-06Store the length field of the encrypted key in network byte orderJohn Carr1-3/+7
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-02-19update copyright noticesJohn Kohl1-4/+4
1990-12-15need kdb.h for encrypted_keyblockJohn Kohl1-0/+1
1990-12-13Changed input type to krb5_encrypted_keyblockTheodore Tso1-1/+1
1990-11-08change bcopy to memcpyJohn Kohl1-2/+1
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-09changes for new encryption interfaceJohn Kohl1-1/+1
1990-05-02add const to the in parameterJohn Kohl1-1/+1
1990-02-13fix several major flaws, to make it workJohn Kohl1-10/+16
1990-02-08add comments; rearrange argument order to be in, then outJohn Kohl1-2/+8
1990-02-07lint fixesJohn Kohl1-1/+2
1990-02-07*** empty log message ***John Kohl1-0/+62