aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-01-23hash db2 code breaks if st_blksize > 64kKen Raeburn1-0/+2
2009-01-23Add some output parameter initializations n order to eliminate someGreg Hudson1-0/+3
2009-01-05Oops. Don't include openssl install paths from my local machine.Ken Raeburn1-19/+3
2009-01-05move generated dependencies out of Makefile.inKen Raeburn29-630/+642
2009-01-05Build against Python 2.5 as well as 2.3. Long term, should use python-configKen Raeburn2-1/+3
2009-01-03Merge mskrb-integ onto trunkSam Hartman6-10/+13
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 Hartman6-115/+137
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson18-254/+131
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 Hudson2-12/+15
2008-11-05Replace strcpy/strcat/sprintf uses in a couple of sample code filesGreg Hudson1-1/+1
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-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-6/+2
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-25Incorporate Apple's patchKen Raeburn3-0/+145
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
2008-06-27misc memory leaksKen Raeburn1-0/+1
2008-06-02Change krb5_context.db_context to point to the real structure type,Ken Raeburn11-58/+57
2008-05-30signed vs unsigned char * warnings in kdb_xdr.cAlexandra Ellwood1-6/+6
2008-05-19Use $(DL_LIB) instead of explicit -ldlKen Raeburn1-1/+1
2008-04-28Properly escape - in kdb5_ldap_util man pageRuss Allbery1-55/+55
2008-02-07more tests for libdb btree page split on zero indexTom Yu3-4/+113
2008-02-01libdb btree page split on zero index corrupts dbTom Yu2-4/+54
2007-11-04Include k5-platform.hKen Raeburn1-0/+2
2007-10-30Include k5-platform.hKen Raeburn1-0/+2
2007-10-23delete unused configure.inTom Yu1-19/+0
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn16-186/+198
2007-09-24we're not using changelog files any moreKen Raeburn2-49/+0
2007-08-16make dependKen Raeburn1-14/+16
2007-08-06Remove these files that were not intended to be moved onto the trunkKevin Coffman2-281/+0
2007-08-01Add PKINIT supportKevin Coffman20-28/+14264
2007-07-27make dependKen Raeburn5-100/+114
2007-07-12Avoid unchecked sprintf in some KDC-side programsKen Raeburn2-10/+16
2007-07-10make dependKen Raeburn5-114/+100
2007-06-20Fix typo in yesterday's change (u_int_8_t -> u_int8_t)Ken Raeburn1-2/+2