summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/encrypt_key.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+1
* Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULLSam Hartman2010-09-151-2/+2
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-6/+6
* make mark-cstyleTom Yu2009-10-311-42/+43
* 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-6/+6
* 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-7/+6
* * encrypt_key.c, kdb_cpw.c, kdb_xdr.c: Add parenthesis aboutEzra Peisach2000-07-041-2/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-29/+51
* * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c,Chris Provenzano1995-09-061-1/+1
* decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0.Chris Provenzano1995-08-161-6/+4
* Use correct length to malloc() in encrypt_key_data()Paul Park1995-08-081-1/+1
* Improve keysalt handlingPaul Park1995-08-071-11/+15
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-051-2/+3
* Use encode/decode macros to [de]serialize data going in/out of the databasePaul Park1995-08-041-2/+2
* Fix krb5_dbekd_encrypt_key_data()Paul Park1995-08-031-0/+3
* * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1995-07-271-41/+58
* Avoid <krb5/....> includesJohn Gilmore1995-02-281-4/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-5/+6
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-3/+3
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* sizeof (int) -> 4 bytes, because this is supposed to be a portableJohn Carr1992-02-231-18/+15
* Store the length field of the encrypted key in network byte orderJohn Carr1991-12-061-1/+9
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* update copyright noticesJohn Kohl1991-02-191-5/+5
* need kdb.h for encrypted_keyblockJohn Kohl1990-12-151-0/+1
* Changed output type to krb5_encrypted_keyblockTheodore Tso1990-12-131-1/+1
* need to assure room for the checksums in the key to be encryptedJohn Kohl1990-12-121-6/+21
* change bcopy to memcpyJohn Kohl1990-11-081-8/+2
* 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
* allocate space for paddingJohn Kohl1990-05-181-1/+8
* changes for new encryption interfaceJohn Kohl1990-05-091-1/+1
* add const to the in parameterJohn Kohl1990-05-021-1/+1
* store the input length as the length integer in the encodingJohn Kohl1990-02-131-6/+6
* change order of arguments for consistencyJohn Kohl1990-02-081-2/+2
* add comments; rearrange argument order to be in, then outJohn Kohl1990-02-081-0/+6
* lint fixes, and can't use size of void for pointer arithJohn Kohl1990-02-071-3/+3
* move decrypt_key to separate fileJohn Kohl1990-02-071-39/+0
* need to put length of key into encrypted stuffJohn Kohl1990-02-051-6/+43
* *** empty log message ***John Kohl1990-02-031-0/+59