aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Fix flaws in LDAP DN checkingGreg Hudson2-95/+107
2017-06-28Remove unused async binding code in LDAPGreg Hudson3-70/+0
2017-06-05Pass local address to DAL audit_as_reqAndreas Schneider5-1/+6
2017-06-05Consistently name and constify address variablesAndreas Schneider5-7/+10
2017-05-18Pass client address to DAL audit_as_reqAndreas Schneider5-10/+14
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson3-9/+9
2017-04-14Avoid using tmpnam(3) in db2's hash.cRobbie Harwood1-16/+3
2017-04-12Fix unused variablesRobbie Harwood1-1/+1
2017-02-15Add OpenLDAP LDIF file for Kerberos schemaGreg Hudson1-0/+68
2017-01-11Clean up krb5_db2_free_policy()Greg Hudson1-7/+0
2016-12-03Add krbPwdPolicy attributes to kerberos.ldifTomas Kuthan1-1/+1
2016-11-23Simplify LDAP module by relying on OpenLDAP 2.1Greg Hudson2-91/+16
2016-10-25make dependGreg Hudson4-137/+145
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 a variety of one-time leaksGreg Hudson4-10/+27
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 Hudson4-165/+179
2016-07-28Use single-colon rules in makefilesGreg Hudson12-22/+22
2016-06-03Fix test_check_allowed_to_delegate() leak for realGreg Hudson1-7/+7
2016-06-02Fix leak in test_check_allowed_to_delegate()Greg Hudson1-0/+2
2016-05-30Fix memory leak in LDAP renameGreg Hudson3-1/+5
2016-05-26Simplify principal and policy manipulation codeGreg Hudson1-13/+1
2016-05-26Use library malloc for principal, policy entriesGreg Hudson14-158/+10
2016-05-23Implement principal renaming in LDAPSarah Day7-2/+286
2016-05-23Add new DAL function for renaming principalsSarah Day3-0/+3
2016-05-05Work around python-ldap bug in kerberos.ldifShawn M. Emery1-48/+48
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
2016-04-27Test KDB authdata and kinit pac optionsGreg Hudson1-1/+26