aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kdb/kdb5.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-24Prevent null dereference with keyboard master keyGreg Hudson1-3/+4
2017-06-05Pass local address to DAL audit_as_reqAndreas Schneider1-2/+3
2017-06-05Consistently name and constify address variablesAndreas Schneider1-2/+2
2017-05-18Pass client address to DAL audit_as_reqAndreas Schneider1-9/+6
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-1/+1
2017-01-19Add free_principal_e_data KDB methodAndreas Schneider1-1/+13
2017-01-19Explicitly copy KDB vtable fieldsGreg Hudson1-22/+59
2016-08-10Fix a variety of one-time leaksGreg Hudson1-1/+4
2016-07-01Improve kdb5 error when default realm is unsetGreg Hudson1-7/+13
2016-05-26Simplify principal and policy manipulation codeGreg Hudson1-45/+26
2016-05-26Use library malloc for principal, policy entriesGreg Hudson1-25/+28
2016-05-23Add new DAL function for renaming principalsSarah Day1-0/+33
2016-05-23Add libkdb function to specialize principal's saltSarah Day1-0/+42
2016-02-03Sort principal key_data retrieved from KDB moduleSarah Day1-3/+58
2014-12-07Use new error message wrapping APIsNicolas Williams1-9/+4
2014-08-02Add flag word to KDB iteration APIsTom Yu1-2/+2
2014-07-30Modify k5buf interfaces for easier useGreg Hudson1-9/+11
2014-07-08Include autoconf.h before system headersGreg Hudson1-3/+0
2014-06-05Use k5_setmsgGreg Hudson1-22/+18
2014-02-20Lock around more ulog operationsGreg Hudson1-3/+3
2014-02-20Simplify iprop update locking and avoid deadlockGreg Hudson1-97/+19
2014-02-11Correctly get default realm in kdb5.cGreg Hudson1-10/+13
2014-02-05Modernize iprop codeGreg Hudson1-1/+2
2013-10-29Fix decoding of mkey kvno in mkey_aux tl-dataGreg Hudson1-2/+3
2013-10-25Correctly activate master keys in pre-1.7 KDBsGreg Hudson1-22/+19
2013-10-25Reload master keys to find active mkey if neededGreg Hudson1-61/+52
2013-05-14Assume mutex locking cannot failGreg Hudson1-3/+4
2013-03-28Get rid of krb5_xfreeGreg Hudson1-4/+4
2013-02-14Modernize k5bufGreg Hudson1-10/+10
2013-02-09Add and use k5memdup, k5memdup0 helpersGreg Hudson1-5/+2
2013-01-24Adjust kdb5.c check for ulog being mappedGreg Hudson1-1/+1
2013-01-22Propagate policy changes over iprop via full dumpGreg Hudson1-3/+51
2013-01-18Clean up iprop flow control in kdb5.cGreg Hudson1-53/+42
2012-11-15Fix typo disabling static-linked LDAP back endGreg Hudson1-1/+1
2012-10-08krb5_db_delete_principal() can fail to unlock ulogNicolas Williams1-1/+3
2012-07-30Policy extensions + new policy: allowed ks typesNicolas Williams1-6/+14
2012-03-21Only store master mey list in DAL handleGreg Hudson1-62/+66
2011-10-24Refactor salt computation into libkdb5Greg Hudson1-0/+50
2011-10-04Create e_data as pa_data in KDC interfacesGreg Hudson1-4/+4
2011-09-24Fix krb5_dbe_get_strings error handlingGreg Hudson1-8/+12
2011-09-21Add KRB5_TL_STRING_ATTRS and libkdb5 accessorsGreg Hudson1-0/+178
2011-07-26Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson1-5/+0
2011-06-28Get static linking working again, mostlyGreg Hudson1-1/+1
2011-06-10Mark up strings for translationGreg Hudson1-16/+20
2010-10-05Propagate modprinc -unlock from master to slave KDCsGreg Hudson1-0/+40
2010-10-04Protoize old-style function definitions in kdb5.c and normalizeGreg Hudson1-131/+75
2010-09-15WhitespaceGreg Hudson1-26/+29
2010-09-15kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman1-35/+76
2010-07-21Revert the part of r24157 which added the dal_version argument to theGreg Hudson1-2/+8
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson1-10/+10