summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/decrypt_key.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+1
* WhitespaceGreg Hudson2010-09-151-1/+1
* Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULLSam Hartman2010-09-151-4/+8
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-5/+5
* make mark-cstyleTom Yu2009-10-311-62/+63
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-3/+3
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-5/+5
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-0/+1
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-6/+5
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-23/+65
* bullet-proofing the code -- if the data contents are NULL, it would coredumpRichard Basch1996-03-221-12/+14
* * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt lengthChris Provenzano1995-11-031-0/+1
* fetch_mkey.c (krb5_db_fetch_mkey): This routine now sets the masterTheodore Tso1995-09-131-3/+1
* Set the encryption type before decryptingEzra Peisach1995-09-091-0/+2
* decrypt_key.c: Upon error, after freeing contents field, set toEzra Peisach1995-09-081-0/+4
* * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c,Chris Provenzano1995-09-061-1/+1
* * decrypt_key.c, fetch_mkey.c, t_kdb.c : Remove krb5_enctypeChris Provenzano1995-09-061-1/+0
* decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0.Chris Provenzano1995-08-161-4/+2
* Improve keysalt handlingPaul Park1995-08-071-4/+10
* Fix another big-endian problemPaul Park1995-08-071-1/+3
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-051-4/+4
* Use encode/decode macros to [de]serialize data going in/out of the databasePaul Park1995-08-041-3/+3
* * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1995-07-271-39/+38
* Avoid <krb5/....> includesJohn Gilmore1995-02-281-5/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-5/+7
* Set the keyblock's magic number and ecryption type information appropriatelyTheodore Tso1994-11-171-0/+2
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-2/+2
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Remove unused variableJohn Carr1992-03-251-1/+0
* sizeof(int) -> 4 bytes, because this is intended to be a portableJohn Carr1992-02-231-8/+7
* Store the length field of the encrypted key in network byte orderJohn Carr1991-12-061-3/+7
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* update copyright noticesJohn Kohl1991-02-191-4/+4
* need kdb.h for encrypted_keyblockJohn Kohl1990-12-151-0/+1
* Changed input type to krb5_encrypted_keyblockTheodore Tso1990-12-131-1/+1
* change bcopy to memcpyJohn Kohl1990-11-081-2/+1
* add #define calls for abstractionJohn Kohl1990-09-201-5/+4
* fix reference to copyright/distribution provisionsJohn Kohl1990-05-251-1/+1
* include file fix-upsJohn Kohl1990-05-231-2/+0
* changes for new encryption interfaceJohn Kohl1990-05-091-1/+1
* add const to the in parameterJohn Kohl1990-05-021-1/+1
* fix several major flaws, to make it workJohn Kohl1990-02-131-10/+16
* add comments; rearrange argument order to be in, then outJohn Kohl1990-02-081-2/+8
* lint fixesJohn Kohl1990-02-071-1/+2
* *** empty log message ***John Kohl1990-02-071-0/+62