aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson17-294/+305
2009-11-14Constrained delegation without PAC supportGreg Hudson6-4/+97
2009-10-31make mark-cstyleTom Yu67-352/+331
2009-10-28Add variable DB_VERSION to Makefile.in. Generate deps so thatEzra Peisach2-0/+44
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson10-0/+3929
2009-10-25Account lockoutGreg Hudson22-78/+1122
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu3-115/+127
2009-09-16Create DB headers before recursing for "make depend" inGreg Hudson1-1/+1
2009-09-03Supply canonical name if present in LDAP iterationGreg Hudson1-5/+6
2009-09-03Supply LDAP service principal aliases to non-referrals clientsGreg Hudson1-1/+25
2009-08-21Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn8-135/+89
2009-08-07Fix the LDAP build, which was broken by the build reordering inGreg Hudson1-3/+8
2009-06-17In ldap_create.c, remove four incorrect uses of krb5_set_error_messageGreg Hudson1-10/+3
2009-06-08Restore limited support for static linkingGreg Hudson4-4/+4
2009-05-30Fix minor bug in r21269 - wrong field nameKen Raeburn1-1/+1
2009-03-16make dependSam Hartman5-100/+114
2009-03-15Add LDAP back end support for canonical name attributeGreg Hudson4-7/+78
2009-03-10Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash1-45/+0
2009-03-10Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson1-8/+6
2009-02-05include omitted system header string.hKen Raeburn1-0/+1
2009-02-04Use macros for config parametersZhanna Tsitkov1-6/+6
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn5-10/+10
2009-01-31export new functionsKen Raeburn1-0/+2
2009-01-31recode as more straight-line code to simplify analysisKen Raeburn1-5/+7
2009-01-30Master Key Migration ProjectWill Fiveash12-31/+206
2009-01-23hash db2 code breaks if st_blksize > 64kKen Raeburn1-0/+2
2009-01-05move generated dependencies out of Makefile.inKen Raeburn19-534/+540
2009-01-03Merge mskrb-integ onto trunkSam Hartman5-9/+12
2008-12-29Add prototype for usage. Change invocation of usage to db_usage when using a...Ezra Peisach3-5/+5
2008-12-29krb4 removal missed ldap kdb plugin directoryEzra Peisach1-3/+3
2008-12-02make dependSam Hartman5-100/+114
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson14-248/+123
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson1-1/+1
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson1-6/+6
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-20/+22
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson1-51/+14
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson1-1/+1
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-4/+1
2008-10-06Change LDAP key-sequence encoder to use a single data structureKen Raeburn1-4/+15
2008-10-06Fix a few missing-decl, signed/unsigned warningsKen Raeburn7-6/+16
2008-09-22Merge three patches from Novell, with some updates related to work inKen Raeburn9-420/+546
2008-09-22Missed some changes for db_context->dal_handle renamingKen Raeburn1-3/+3
2008-09-18makedependKen Raeburn1-16/+18
2008-08-25Fix PROG_LIBPATH so in-tree tests workTom Yu1-1/+1
2008-08-15a stash file is not a keytabWill Fiveash3-5/+30
2008-07-22Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2-7/+13
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2-2/+2
2008-07-17Apply patch from Mark Phalan to correctly use progname instead ofTom Yu5-85/+87
2008-07-16Apply patch from Mark Phalan to initialize progname before useTom Yu1-2/+5
2008-06-27Check for strdup failure. Fix a memory leak in one failure caseKen Raeburn1-0/+32