aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kdb
AgeCommit message (Expand)AuthorFilesLines
2020-09-07Use the term "primary KDC" in source and docsGreg Hudson1-2/+2
2019-12-28Remove KRB5_KDB_FLAG_ALIAS_OKIsaac Boukris2-4/+2
2019-12-06Improve type safety of serialization codeGreg Hudson1-1/+0
2019-09-09Fix authdata signatures for non-TGT AS-REQsIsaac Boukris1-6/+8
2019-09-09Add KDC support for RBCD requestsIsaac Boukris2-6/+74
2019-08-27Simplify krb5_dbe_def_search_enctype()Greg Hudson1-72/+45
2019-08-26Allow the KDB to see and modify auth indicatorsGreg Hudson2-8/+4
2019-05-28Remove the v4 and afs3 salt typesRobbie Harwood2-19/+1
2019-05-10Remove more dead codeRobbie Harwood1-32/+4
2019-03-13Add KDC support for X.509 S4U2Self requestsIsaac Boukris2-0/+33
2018-10-03Use the term "replica KDC" in source and docsGreg Hudson3-11/+11
2018-07-05Explicitly look for python2 in configure.inGreg Hudson1-1/+0
2018-06-29Improve ulog memory hygieneGreg Hudson1-60/+65
2018-06-18Eliminate use of the 'register' keywordThomas Sondergaard1-20/+20
2018-04-25Avoid simultaneous KDB/ulog locks in ulog_replayGreg Hudson1-18/+14
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