aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-07-05Merge to trunk rev 16653Sam Hartman16-76/+418
2006-07-03GetModuleHandle needs extension on Win64Jeffrey Altman1-3/+6
2006-07-01work around failure to load into nonexistent dbTom Yu1-0/+5
2006-07-01make gss_unwrap match prototypeTom Yu1-2/+2
2006-06-30test kdb5_util dump/load functionality in dejagnuKen Raeburn1-0/+58
2006-06-30copyright datesKen Raeburn2-2/+2
2006-06-30* dump.c (load_db): Call krb5_db_promote instead of krb5_db_finiKen Raeburn1-0/+10
2006-06-30* kdb_db2.c: Don't include kdb_compat.h.Ken Raeburn2-13/+181
2006-06-30* kdb_default.c (krb5_def_promote_db): New function.Ken Raeburn3-0/+11
2006-06-30* kdb.h (krb5_def_promote_db): DeclareKen Raeburn1-0/+3
2006-06-30 g_delete_sec_context.c: undo type cast change from last Jeffrey Altman1-1/+1
2006-06-30corrections to gssapi mechglue Jeffrey Altman2-5/+2
2006-06-30 stdcc.c: undo change which broke the opening of ccachesJeffrey Altman1-3/+2
2006-06-30 * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache):Tom Yu1-0/+1
2006-06-30 * plugins/kdb/db2/kdb_db2.c (krb5_db2_db_init): Support tempdbSam Hartman2-44/+80
2006-06-30 * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache): AdaptedTom Yu1-1/+6
2006-06-30New kdb backend operation promote_db, makes a temporary database become theKen Raeburn4-1/+53
2006-06-30 * plugins/kdb/db2/kdb_db2.c (krb5_db2_create): Remove incorrectSam Hartman1-1/+1
2006-06-30 * lib/kdb/kdb5.h: Remove macros also defined in include/kdb5.hSam Hartman1-6/+0
2006-06-30Merge to trunk rev 18278 Sam Hartman251-7435/+15283
2006-06-30fix stdcc.c to build without USE_CCAPI_V3Jeffrey Altman1-0/+5
2006-06-30(add_db_arg): Fix silly bug.Ken Raeburn1-3/+8
2006-06-29* kdb5_util.c (add_db_arg): New function.Ken Raeburn4-52/+30
2006-06-29* kerberos_v4.c: Don't include kdc.h.Ken Raeburn2-20/+14
2006-06-29re-order inclusions in spnego_mech.c to avoid breaking system headersTom Yu1-1/+1
2006-06-29* lib/gssapi/Makefile.in: Merge the new target into the existingKen Raeburn1-2/+1
2006-06-29make dependTom Yu2-18/+8
2006-06-29Makefile.in: Change T_STD_CONF_OBJS to only list t_std_conf.o and pull in theEzra Peisach1-3/+3
2006-06-29remove unused lib/gssapi/mechglue/g_utils.cTom Yu2-286/+0
2006-06-29 * src/lib/gssapi/mechglue/mglueP.h (struct gss_config): RemoveTom Yu3-20/+0
2006-06-29 * src/lib/gssapi/mechglue/g_initialize.c: Remove various unusedTom Yu1-342/+3
2006-06-29back out r18245; it breaks under gcc + GNU ld on SolarisTom Yu3-15/+3
2006-06-29gssapi compilation errors on WindowsJeffrey Altman8-12/+80
2006-06-29check calling conventions specified for WindowsKen Raeburn3-18/+50
2006-06-29Fix comment style in public headerKen Raeburn1-8/+10
2006-06-29fix calling convention for krb5 error-message routines, document usage of krb...Ken Raeburn2-10/+18
2006-06-28 cc_mslsa.c: The WOW64 environment on 64-bit versions of Jeffrey Altman1-4/+41
2006-06-28autoconf 2.60 compatibilityKen Raeburn52-70/+70
2006-06-28fix plugin.c to compile on WindowsJeffrey Altman1-3/+3
2006-06-28Windows: fix krb5.h generationJeffrey Altman1-1/+3
2006-06-28allow multiple calls to krb5_get_error_message to retrieve messageKen Raeburn1-7/+15
2006-06-28implement symbol export restrictions for SolarisKen Raeburn3-3/+15
2006-06-27mkrel should only generate doc/CHANGES for checkoutsTom Yu1-1/+3
2006-06-27write svn log output when building releaseTom Yu1-0/+1
2006-06-27Revise comment on when we should switch from writing back to readingKen Raeburn1-1/+4
2006-06-26* kdc/network.c (make_toolong_error): New function.Ken Raeburn2-1/+72
2006-06-26make gssint_get_mechanism match prototypeTom Yu1-2/+1
2006-06-26 * src/lib/krb5_32.def: Export krb5_copy_contextTom Yu3-5/+13
2006-06-26 * src/include/krb5/krb5.hin: Add prototype for krb5_copy_contextTom Yu2-0/+83
2006-06-25NetIDMgr updatesJeffrey Altman40-359/+827