aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5/srv/server_kdb.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-03Avoid using LMDB environments across forksGreg Hudson1-0/+2
2017-05-18Use krb5_timestamp where appropriateGreg Hudson1-1/+1
2016-08-10Fix a variety of one-time leaksGreg Hudson1-0/+3
2014-08-02Add flag word to KDB iteration APIsTom Yu1-1/+1
2014-07-08Include autoconf.h before system headersGreg Hudson1-2/+0
2014-06-05Use k5_setmsgGreg Hudson1-2/+2
2013-10-25Don't cache active master key list in kadmindGreg Hudson1-7/+18
2013-07-11Use k5calloc instead of k5alloc where appropriateGreg Hudson1-1/+1
2013-06-07Fix various warningsGreg Hudson1-2/+2
2012-04-24Try all history keys to decrypt password historyGreg Hudson1-20/+35
2012-03-21Only store master mey list in DAL handleGreg Hudson1-3/+2
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn1-4/+0
2011-06-10Mark up strings for translationGreg Hudson1-1/+1
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson1-1/+2
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson1-31/+22
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-12/+0
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-2/+2
2010-03-11Lazy history key creationGreg Hudson1-38/+37
2010-02-11Minimal support for updating history keyGreg Hudson1-56/+53
2010-01-14Make history key exempt from permitted_enctypesGreg Hudson1-7/+7
2010-01-07When retrieving the kadmin/history key, accept any enctype, as theGreg Hudson1-2/+2
2009-10-31make mark-cstyleTom Yu1-157/+157
2009-10-25Account lockoutGreg Hudson1-0/+3
2009-01-30Master Key Migration ProjectWill Fiveash1-3/+40
2008-08-15a stash file is not a keytabWill Fiveash1-1/+2
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-4/+3
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn1-9/+5
2003-06-13 * server_kdb.c (kdb_init_hist): Force history principal's key toTom Yu1-6/+10
2001-02-18 * adb_openclose.c, adb_policy.c, server_acl.c, server_dict.c,Ezra Peisach1-28/+35
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-24/+3
1996-07-24 * Makefile.in, configure.in: break out server lib into aTom Yu1-0/+424