aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kdb
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 Schneider2-10/+7
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-1/+1
2017-04-20Add various bound checksMartin Kittel1-1/+1
2017-04-12Remove tautological comparisonsRobbie Harwood1-2/+2
2017-01-19Add free_principal_e_data KDB methodAndreas Schneider1-1/+13
2017-01-19Explicitly copy KDB vtable fieldsGreg Hudson1-22/+59
2016-10-25make dependGreg Hudson1-18/+23
2016-10-25Fix "make depend" when cmocka.h not presentGreg Hudson1-4/+1
2016-09-08Add krb5_db_register_keytab()Andreas Schneider2-0/+7
2016-08-10Fix a variety of one-time leaksGreg Hudson1-1/+4
2016-08-10Add ulog_fini()Greg Hudson2-0/+14
2016-08-10Fix leak in key change operationsGreg Hudson1-0/+1
2016-08-10Fix leak in ulog_replay()Greg Hudson1-4/+0
2016-08-10Add unit tests for sort_key_dataSarah Day2-1/+108
2016-07-30make dependGreg Hudson1-19/+18
2016-07-28Use single-colon rules in makefilesGreg Hudson1-5/+5
2016-07-01Improve kdb5 error when default realm is unsetGreg Hudson1-7/+13
2016-05-26Simplify principal and policy manipulation codeGreg Hudson5-133/+58
2016-05-26Use library malloc for principal, policy entriesGreg Hudson1-25/+28
2016-05-23Add new DAL function for renaming principalsSarah Day3-0/+73
2016-05-23Add libkdb function to specialize principal's saltSarah Day2-0/+43
2016-04-22Fix krb5_def_fetch_mkey_list() segfaultMatt Rogers1-0/+5
2016-02-19Use DB allocators for default key data encryptionSimo Sorce1-7/+9
2016-02-03Sort principal key_data retrieved from KDB moduleSarah Day2-3/+59
2015-12-11Cast away constness when assigning to krb5_dataTom Yu1-3/+2
2015-11-30Remove ANSI_STDIO conditionalGreg Hudson1-5/+1
2015-10-23Use RUN_TEST and fix installed krb5.conf usesGreg Hudson1-1/+1
2015-04-15Use unsigned 16-bit type for key data kvnoGreg Hudson2-1/+5
2015-04-13Avoid unnecessary iprop full resyncs after resetsGreg Hudson2-31/+52
2015-04-02Make all Python test scripts executableGreg Hudson1-0/+0
2014-12-07Use new error message wrapping APIsNicolas Williams1-9/+4
2014-09-05Fix uninitialized variable bug in kdb_cpw.cGreg Hudson1-6/+5
2014-09-05Simplify kdb_cpw.cGreg Hudson1-287/+103
2014-09-05Re-encrypt preserved key data in new master keyGreg Hudson1-71/+126
2014-08-02Ignore iprop deletion of deleted princTom Yu1-0/+2
2014-08-02Add flag word to KDB iteration APIsTom Yu2-3/+3
2014-07-30Modify k5buf interfaces for easier useGreg Hudson1-9/+11
2014-07-08Include autoconf.h before system headersGreg Hudson3-7/+3
2014-06-05Use k5_setmsgGreg Hudson2-40/+34
2014-02-20Maintain complete ulog on iprop slavesGreg Hudson1-75/+73
2014-02-20Simplify ulog_mapGreg Hudson2-81/+16
2014-02-20Lock around more ulog operationsGreg Hudson3-44/+101
2014-02-20Factor out ulog serial number status checkGreg Hudson2-25/+58
2014-02-20Simplify iprop update locking and avoid deadlockGreg Hudson2-138/+37
2014-02-12Generate dependencies for t_stringattrGreg Hudson2-1/+12
2014-02-11Correctly get default realm in kdb5.cGreg Hudson1-10/+13
2014-02-05Don't get KDB lock in ulog_get_entriesGreg Hudson1-12/+0