aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
1997-10-22Add checks so that code doesn't bomb out if the version resource isTheodore Tso2-0/+14
1997-10-21Fix to not lose entries in the chain linked client listEzra Peisach2-1/+16
1997-10-21Set KRB5_CONFIG for testsEzra Peisach2-1/+5
1997-10-21Include stdlib.h if available for malloc prototypeEzra Peisach2-0/+7
1997-10-14Real fix this time - deals with the malloc(0) case..Ezra Peisach1-1/+0
1997-10-14 * Makefile.in (LIBMAJOR): Bump major version due to possibleTom Yu2-1/+6
1997-10-14 * Makefile.in: Bump major version due to possible size changesTom Yu2-2/+6
1997-10-14 * des_int.h: Use better logic to find an appropriate type forTom Yu3-7/+42
1997-10-14Fix error when number of enctypes comming in is 0Ezra Peisach1-5/+12
1997-10-13 * server_init.c (kadm5_destroy): Call kadm5_free_config_paramsEzra Peisach3-1/+12
1997-10-13 * client_init.c (kadm5_destroy): Free handle->lhandle field, callEzra Peisach2-2/+12
1997-10-13 * alt_prof.c (kadm5_get_config_params): When KADM5_CONFIG_ENCTYPESEzra Peisach2-3/+36
1997-10-13 * t_kdb.c (do_testing): Add krb5_free_contextEzra Peisach2-0/+7
1997-10-10 * configure.in, Makefile.in: Add test to disable udp test underTom Yu3-2/+19
1997-10-07 * get_myaddress.c: Include string.h for memcpy prototypeEzra Peisach2-0/+5
1997-10-07Include ctype.h for isspace declarationEzra Peisach2-0/+5
1997-10-06 * set_realm.c (krb5_set_principal_realm): Allocate extra byte for nul inEzra Peisach2-1/+6
1997-10-06 * t_std_conf.c (main): Call krb5_free_context when doneEzra Peisach2-0/+7
1997-10-06 * destest.c (main): Initialize context to 0 so it will not beEzra Peisach3-0/+16
1997-10-02Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogsTom Yu14-21/+45
1997-09-26Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu23-24/+73
1997-09-19remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu8-5/+21
1997-09-15 * ccdefname.c (krb5_cc_default_name): Returns a const char *Ezra Peisach2-1/+5
1997-09-15 * ktfile.h, ktf_g_ent.c (krb5_ktfile_get_entry): Incoming principalEzra Peisach3-2/+7
1997-09-15 * ccbase.c (krb5_cc_resolve): Incoming cache name is constEzra Peisach2-2/+7
1997-09-15 * mcc-proto.h, mcc_reslv.c (krb5_mcc_resolve): Incoming nameEzra Peisach3-2/+7
1997-09-15 * scc-proto.h, scc_reslv.c (krb5_scc_resolve): Incoming nameEzra Peisach3-2/+7
1997-09-15 * fcc-proto.h, fcc_reslv.c (krb5_fcc_resolve): Incoming nameEzra Peisach3-2/+7
1997-09-15 * keytab.c: (krb5_ktkdb_get_entry): Incoming principal is constEzra Peisach6-9/+25
1997-09-02 * rd_cred.c (krb5_rd_cred_basic): Fix swapped args to memsetTom Yu2-1/+5
1997-09-02 * decomp_tkt.c (decomp_ticket): Fix swapped args to memsetTom Yu2-2/+6
1997-08-29 * get_in_tkt.c (krb5_get_in_tkt): Move nulling out ofTom Yu2-1/+7
1997-08-17 * gmt_mktime.c (days_in_month): Now const.Ezra Peisach2-1/+6
1997-08-17 * util_token.c (g_verify_token_header): Change local char *Ezra Peisach2-1/+6
1997-08-14Changes from the Kerbnet release by CygnusEzra Peisach3-19/+77
1997-08-12 * init_ctx.c (krb5_init_context): Initialize local variable ctxEzra Peisach2-1/+6
1997-08-12 * Makefile.in (OSSRCS): Add $(srcdir)/ to source locationEzra Peisach2-1/+5
1997-08-12 * Makefile.in (SRCS): Add $(srcdir) as neededEzra Peisach2-1/+5
1997-08-08 * rd_cred.c (krb5_rd_cred_basic): Check remote_addr andTom Yu2-1/+7
1997-08-07 * g_cnffile.c: Check to see if context is NULL prior to callingTom Yu2-12/+20
1997-08-07 * Makefile.in: Add flags to conditionally compile with HesiodTom Yu3-2/+90
1997-08-05Makefile.in, krb5.rc, version.rc: Add support for adding a WindowsTheodore Tso3-14/+36
1997-07-31 * kdb_db2.c (krb5_db2_db_delete_principal): Fix switch statementEzra Peisach2-0/+6
1997-07-31 * Makefile.in (SRCS): Add / after $(srcdir) in SRCS lineEzra Peisach2-10/+14
1997-07-30Makefile.in: Remove msvcrt.lib from the explicit WINLIBS link lineTheodore Tso5-3/+17
1997-07-30Add support for the new OID value for host-based service nameTheodore Tso3-0/+11
1997-07-30inq_names.c (krb5_gss_inquire_names_for_mech): Add the the new OIDTheodore Tso3-1/+20
1997-07-29 * kdb_db2.c (krb5_db2_db_set_hashfirst): Don't cast aTom Yu2-1/+6
1997-07-26 * kdb_db2.c: Fix typo; also, tweak page size in attempt to speedTom Yu3-5/+8
1997-07-25 * Makefile.in: Remove test-randkey since it was breaking theTom Yu2-1/+7