summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb_default.c
Commit message (Expand)AuthorAgeFilesLines
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-021-57/+0
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-13/+11
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-021-15/+0
* Make decryption of master key list more robustGreg Hudson2010-01-291-37/+13
* Make krb5_dbe_def_search_enctype more consistent about when it returnsGreg Hudson2010-01-061-27/+23
* Don't return KRB5_KDB_NO_PERMITTED_KEY fromGreg Hudson2010-01-061-1/+2
* handle negative enctypes betterTom Yu2009-12-071-2/+2
* make mark-cstyleTom Yu2009-10-311-145/+146
* Make results of krb5_db_def_fetch_mkey more predictableGreg Hudson2009-06-011-25/+16
* deal with memleaks in migrate mkey projectWill Fiveash2009-02-051-1/+3
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Master Key Migration ProjectWill Fiveash2009-01-301-16/+204
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-1/+1
* Remove unneeded LEAN_CLIENT #define'sZhanna Tsitkov2008-12-021-12/+0
* Apply a patch from Apple to correct a few memory leaksGreg Hudson2008-11-031-2/+9
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-9/+4
* In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:....Ezra Peisach2008-10-191-9/+8
* lean client changesZhanna Tsitkov2008-08-201-2/+13
* a stash file is not a keytabWill Fiveash2008-08-151-86/+225
* Added type checking for 64-bit platformsAlexandra Ellwood2008-07-011-7/+10
* Big endian stash file supportAlexandra Ellwood2008-06-271-2/+18
* fix CVE-2007-5972: double fclose() in krb5_def_store_mkey()Tom Yu2007-12-141-2/+1
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-1/+3
* Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn2006-10-121-4/+4
* * kdb_default.c (krb5_def_store_mkey): If the file can't be opened, constructKen Raeburn2006-08-151-0/+3
* * kdb_default.c (krb5_def_promote_db): New function.Ken Raeburn2006-06-301-0/+6
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-1/+2
* 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-0/+329