aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kdb
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-95/+93
2009-10-31make mark-cstyleTom Yu11-2680/+2688
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson2-3/+73
2009-10-25Account lockoutGreg Hudson2-30/+51
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-25/+31
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-69/+64
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-64/+69
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson1-0/+2
2009-06-08Clean up and simplify kdb5.c; no functional changesGreg Hudson1-707/+311
2009-06-08In kdb5.c, remove calls to the locking macros which were stubbed outGreg Hudson1-258/+1
2009-06-08Restore limited support for static linkingGreg Hudson1-74/+43
2009-06-01Make results of krb5_db_def_fetch_mkey more predictableGreg Hudson1-25/+16
2009-03-10Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash1-1/+1
2009-03-10Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson2-40/+41
2009-02-05deal with memleaks in migrate mkey projectWill Fiveash2-6/+11
2009-02-05Create and use (in several places) a variant ofKen Raeburn1-26/+11
2009-02-04new multi-masterkey support doesn't work well when system clock is setWill Fiveash1-11/+18
2009-02-04Use macros for config parametersZhanna Tsitkov1-1/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2-3/+3
2009-01-30Master Key Migration ProjectWill Fiveash5-29/+1018
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn6-12/+12
2009-01-23Add some output parameter initializations n order to eliminate someGreg Hudson1-0/+3
2009-01-07kdb/keytab.c: map KRB5_KDB_NO_MATCHING_KEY to KRB5_KT_KVNONOTFOUND.Sam Hartman1-0/+2
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-121/+119
2009-01-03Merge mskrb-integ onto trunkSam Hartman6-187/+192
2008-12-29Create a private header file for local functions missing prototypes.Ezra Peisach4-14/+60
2008-12-02Remove unneeded LEAN_CLIENT #define'sZhanna Tsitkov1-12/+0
2008-11-24Simplify memory management a bit in places, by allocating and freeingKen Raeburn1-139/+107
2008-11-17Fix a memory management bugKen Raeburn1-2/+4
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-52/+56
2008-11-03Apply a patch from Apple to correct a few memory leaksGreg Hudson1-2/+9
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson2-4/+3
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson1-9/+4
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-10/+1
2008-10-19In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:....Ezra Peisach1-9/+8
2008-09-18makedependKen Raeburn1-44/+48
2008-08-20lean client changesZhanna Tsitkov1-2/+13
2008-08-15a stash file is not a keytabWill Fiveash3-100/+273
2008-08-07Don't leak attr_types storage on errorKen Raeburn1-9/+27
2008-08-06Check fstat result. Close fd on errorKen Raeburn1-1/+5
2008-08-06Rewrite conditional test for update log processing to make static analysis si...Ken Raeburn1-4/+4
2008-08-06After freeing dbprinc, reset it to nullKen Raeburn1-1/+3
2008-08-06In loop over entries, make local vars local to each iterationKen Raeburn1-11/+11
2008-07-09Use autogenerated darwin.exports files for server frameworksAlexandra Ellwood1-0/+2
2008-07-01Added type checking for 64-bit platformsAlexandra Ellwood1-7/+10
2008-07-01krb5_get_error_message returns const char *Alexandra Ellwood1-2/+2
2008-06-30make dependKen Raeburn1-1/+2
2008-06-27Big endian stash file supportAlexandra Ellwood1-2/+18
2008-06-24Include kdb_log.h for missing prototypes. Declare conv_princ_2db &Ezra Peisach1-2/+3
2008-06-24Merge from branch sun-ipropKen Raeburn7-33/+2795