summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb_cpw.c
Commit message (Expand)AuthorAgeFilesLines
* Reset key-generation parameters for each enctypeBen Kaduk2013-10-251-1/+2
* Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2012-04-271-17/+12
* Support special salt type in default krb5_dbe_cpwGreg Hudson2011-09-221-0/+36
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+1
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-15/+7
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-6/+5
* make mark-cstyleTom Yu2009-10-311-388/+387
* Create and use (in several places) a variant ofKen Raeburn2009-02-051-26/+11
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-2/+2
* Master Key Migration ProjectWill Fiveash2009-01-301-8/+10
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-3/+3
* 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-18/+108
* * kdb_cpw.c (cleanup_key_data): Do not free NULL pointerEzra Peisach2001-10-301-0/+3
* * kdb_xdr.c (krb5_dbe_update_mod_princ_data,Ezra Peisach2001-07-271-1/+2
* * fetch_mkey.c: Signed/unsigned int cleanupEzra Peisach2000-10-171-3/+4
* * encrypt_key.c, kdb_cpw.c, kdb_xdr.c: Add parenthesis aboutEzra Peisach2000-07-041-18/+16
* * kdb_cpw.c (krb5_dbe_crk):Tom Yu2000-02-191-0/+8
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * kdb_cpw.c (krb5_dbe_crk):Tom Yu1998-11-171-8/+32
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-120/+89
* * kdb_cpw.c (add_key_pwd): For KRB5_KDB_SALTTYPE_AFS3, the saltEzra Peisach1997-10-281-0/+14
* * kdb_cpw.c (add_key_pwd): set length to -1 so krb5_string_to_keyMark Eichin1996-11-121-1/+5
* * kdb_cpw.c (cleanup_key_data): fix memory leak [krb5-kdc/163]Barry Jaspan1996-11-111-2/+10
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-13/+33
* add afs3 salt supportMark Eichin1996-04-091-0/+11
* * fetch_mkey.c, kdb_cpw.c, t_kdb.c :Chris Provenzano1995-11-091-3/+2
* * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt lengthChris Provenzano1995-11-031-31/+60
* * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c,Chris Provenzano1995-09-061-7/+7
* Fix various memory allocation and key/salt tuple related bugsPaul Park1995-08-091-5/+41
* Terminate variable arglist to krb5_build_principal_ext()Paul Park1995-08-091-1/+2
* fix typosTom Yu1995-08-091-3/+2
* * kdb_cpw.c (add_key_rnd): remove bletcherous aggregateTom Yu1995-08-091-22/+15
* Manually initialize krbtgt_princ.dataPaul Park1995-08-071-1/+2
* New routines for changing passwords of new kdb entriesChris Provenzano1995-08-071-15/+383
* * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:Chris Provenzano1995-07-271-0/+68