aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Fix more non-prototype functionsArjun2-3/+3
2024-02-13Avoid strict-prototype compiler errorsSteffen Kieß5-6/+6
2023-07-24Eliminate old-style function declarationsKen Hornstein32-574/+193
2023-04-10Squash a Berkeley DB warningGreg Hudson1-27/+1
2023-01-04Fix policy DB fallback error handlingGreg Hudson1-10/+5
2022-01-12Replace AD-SIGNEDPATH with minimal PACsGreg Hudson1-4/+9
2021-07-01Fix many unlikely memory leaksRobbie Harwood2-6/+6
2020-10-22Use PKG_CHECK_MODULES for system library com_errAnonymous Maarten1-1/+1
2020-04-08Fix typos in commentsGreg Hudson3-5/+6
2020-01-07Work around macOS SIP in the test suiteGreg Hudson2-1/+3
2019-07-11Fix typosAntoine Cœur4-7/+7
2018-10-03Use the term "replica KDC" in source and docsGreg Hudson1-5/+5
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood1-4/+0
2018-06-18Eliminate use of the 'register' keywordThomas Sondergaard4-9/+9
2017-06-05Pass local address to DAL audit_as_reqAndreas Schneider3-1/+4
2017-06-05Consistently name and constify address variablesAndreas Schneider3-5/+8
2017-05-18Pass client address to DAL audit_as_reqAndreas Schneider3-6/+8
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-4/+4
2017-04-14Avoid using tmpnam(3) in db2's hash.cRobbie Harwood1-16/+3
2017-01-11Clean up krb5_db2_free_policy()Greg Hudson1-7/+0
2016-10-25make dependGreg Hudson1-80/+81
2016-09-08Clean up libdb2 warningsTom Yu12-56/+63
2016-09-08Test bt_split.c unaligned accessTom Yu1-2/+24
2016-09-08Fix unaligned accesses in bt_split.cTom Yu1-6/+12
2016-09-08Fix bt_debug.c unaligned accesses and formatsTom Yu1-28/+39
2016-09-07Remove meaningless checks decoding DB2 principalsGreg Hudson1-4/+2
2016-08-29Avoid byte-swap cache corruption in libdb2Tom Yu2-0/+9
2016-08-29Add known file test case for btree byte swapTom Yu4-3/+159
2016-08-29Fix btree byte swapping for overflow dataTom Yu1-6/+9
2016-08-29Test btree unaligned byte swappingTom Yu1-2/+34
2016-08-29Avoid unaligned access in btree byte swappingTom Yu1-8/+14
2016-08-29Improve checking of decoded DB2 principal valuesGreg Hudson1-14/+25
2016-08-16Restore recursive dump functionalityTom Yu1-2/+21
2016-08-16Handle errors from curs_init in db2 back endTom Yu1-0/+2
2016-08-16Recursive btree traversal test caseTom Yu2-9/+118
2016-08-16Add bttest unlink page commandTom Yu4-6/+94
2016-08-16Refactor btree recursive traversal codeTom Yu5-403/+171
2016-08-16Fix MPOOL_IGNOREPIN to ease btree debuggingTom Yu2-3/+3
2016-08-16Fix void return in __bt_dpageTom Yu1-1/+1
2016-08-16Make bttest build with restricted lib exportsTom Yu4-2/+41
2016-08-16Fix bttest printing of unterminated stringsTom Yu1-4/+4
2016-08-16Improve EINTR handling in bttestTom Yu1-1/+7
2016-08-10Fix leak in DB2 krb5_db_promote() implementationGreg Hudson1-0/+1
2016-08-10Fix memory leak in db2 policy DB initializationGreg Hudson1-1/+6
2016-07-30make dependGreg Hudson1-81/+80
2016-07-28Use single-colon rules in makefilesGreg Hudson8-13/+13
2016-05-26Use library malloc for principal, policy entriesGreg Hudson5-71/+4
2016-05-23Add new DAL function for renaming principalsSarah Day1-0/+1
2016-04-29Improve errors when DB2 database cannot be openedGreg Hudson1-24/+26
2016-04-29Simplify EFTYPE checking in db2 KDB moduleGreg Hudson3-12/+11