aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kdb/kdb_default.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson1-23/+14
2010-07-03Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson1-21/+0
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson1-17/+0
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-57/+0
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-13/+11
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson1-15/+0
2010-01-29Make decryption of master key list more robustGreg Hudson1-37/+13
2010-01-06Make krb5_dbe_def_search_enctype more consistent about when it returnsGreg Hudson1-27/+23
2010-01-06Don't return KRB5_KDB_NO_PERMITTED_KEY fromGreg Hudson1-1/+2
2009-12-07handle negative enctypes betterTom Yu1-2/+2
2009-10-31make mark-cstyleTom Yu1-145/+146
2009-06-01Make results of krb5_db_def_fetch_mkey more predictableGreg Hudson1-25/+16
2009-02-05deal with memleaks in migrate mkey projectWill Fiveash1-1/+3
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-01-30Master Key Migration ProjectWill Fiveash1-16/+204
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-1/+1
2008-12-02Remove unneeded LEAN_CLIENT #define'sZhanna Tsitkov1-12/+0
2008-11-03Apply a patch from Apple to correct a few memory leaksGreg Hudson1-2/+9
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson1-9/+4
2008-10-19In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:....Ezra Peisach1-9/+8
2008-08-20lean client changesZhanna Tsitkov1-2/+13
2008-08-15a stash file is not a keytabWill Fiveash1-86/+225
2008-07-01Added type checking for 64-bit platformsAlexandra Ellwood1-7/+10
2008-06-27Big endian stash file supportAlexandra Ellwood1-2/+18
2007-12-14fix CVE-2007-5972: double fclose() in krb5_def_store_mkey()Tom Yu1-2/+1
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn1-1/+3
2006-10-12Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn1-4/+4
2006-08-15* kdb_default.c (krb5_def_store_mkey): If the file can't be opened, constructKen Raeburn1-0/+3
2006-06-30* kdb_default.c (krb5_def_promote_db): New function.Ken Raeburn1-0/+6
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-1/+2
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-0/+329