summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in (LIBMAJOR): Bump major version due to possibleTom Yu1997-10-142-1/+6
* * Makefile.in: Bump major version due to possible size changesTom Yu1997-10-142-2/+6
* * des_int.h: Use better logic to find an appropriate type forTom Yu1997-10-143-7/+42
* Fix error when number of enctypes comming in is 0Ezra Peisach1997-10-141-5/+12
* * server_init.c (kadm5_destroy): Call kadm5_free_config_paramsEzra Peisach1997-10-133-1/+12
* * client_init.c (kadm5_destroy): Free handle->lhandle field, callEzra Peisach1997-10-132-2/+12
* * alt_prof.c (kadm5_get_config_params): When KADM5_CONFIG_ENCTYPESEzra Peisach1997-10-132-3/+36
* * t_kdb.c (do_testing): Add krb5_free_contextEzra Peisach1997-10-132-0/+7
* * configure.in, Makefile.in: Add test to disable udp test underTom Yu1997-10-103-2/+19
* * get_myaddress.c: Include string.h for memcpy prototypeEzra Peisach1997-10-072-0/+5
* Include ctype.h for isspace declarationEzra Peisach1997-10-072-0/+5
* * set_realm.c (krb5_set_principal_realm): Allocate extra byte for nul inEzra Peisach1997-10-062-1/+6
* * t_std_conf.c (main): Call krb5_free_context when doneEzra Peisach1997-10-062-0/+7
* * destest.c (main): Initialize context to 0 so it will not beEzra Peisach1997-10-063-0/+16
* Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogsTom Yu1997-10-0214-21/+45
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-2623-24/+73
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-198-5/+21
* * ccdefname.c (krb5_cc_default_name): Returns a const char *Ezra Peisach1997-09-152-1/+5
* * ktfile.h, ktf_g_ent.c (krb5_ktfile_get_entry): Incoming principalEzra Peisach1997-09-153-2/+7
* * ccbase.c (krb5_cc_resolve): Incoming cache name is constEzra Peisach1997-09-152-2/+7
* * mcc-proto.h, mcc_reslv.c (krb5_mcc_resolve): Incoming nameEzra Peisach1997-09-153-2/+7
* * scc-proto.h, scc_reslv.c (krb5_scc_resolve): Incoming nameEzra Peisach1997-09-153-2/+7
* * fcc-proto.h, fcc_reslv.c (krb5_fcc_resolve): Incoming nameEzra Peisach1997-09-153-2/+7
* * keytab.c: (krb5_ktkdb_get_entry): Incoming principal is constEzra Peisach1997-09-156-9/+25
* * rd_cred.c (krb5_rd_cred_basic): Fix swapped args to memsetTom Yu1997-09-022-1/+5
* * decomp_tkt.c (decomp_ticket): Fix swapped args to memsetTom Yu1997-09-022-2/+6
* * get_in_tkt.c (krb5_get_in_tkt): Move nulling out ofTom Yu1997-08-292-1/+7
* * gmt_mktime.c (days_in_month): Now const.Ezra Peisach1997-08-172-1/+6
* * util_token.c (g_verify_token_header): Change local char *Ezra Peisach1997-08-172-1/+6
* Changes from the Kerbnet release by CygnusEzra Peisach1997-08-143-19/+77
* * init_ctx.c (krb5_init_context): Initialize local variable ctxEzra Peisach1997-08-122-1/+6
* * Makefile.in (OSSRCS): Add $(srcdir)/ to source locationEzra Peisach1997-08-122-1/+5
* * Makefile.in (SRCS): Add $(srcdir) as neededEzra Peisach1997-08-122-1/+5
* * rd_cred.c (krb5_rd_cred_basic): Check remote_addr andTom Yu1997-08-082-1/+7
* * g_cnffile.c: Check to see if context is NULL prior to callingTom Yu1997-08-072-12/+20
* * Makefile.in: Add flags to conditionally compile with HesiodTom Yu1997-08-073-2/+90
* Makefile.in, krb5.rc, version.rc: Add support for adding a WindowsTheodore Tso1997-08-053-14/+36
* * kdb_db2.c (krb5_db2_db_delete_principal): Fix switch statementEzra Peisach1997-07-312-0/+6
* * Makefile.in (SRCS): Add / after $(srcdir) in SRCS lineEzra Peisach1997-07-312-10/+14
* Makefile.in: Remove msvcrt.lib from the explicit WINLIBS link lineTheodore Tso1997-07-305-3/+17
* Add support for the new OID value for host-based service nameTheodore Tso1997-07-303-0/+11
* inq_names.c (krb5_gss_inquire_names_for_mech): Add the the new OIDTheodore Tso1997-07-303-1/+20
* * kdb_db2.c (krb5_db2_db_set_hashfirst): Don't cast aTom Yu1997-07-292-1/+6
* * kdb_db2.c: Fix typo; also, tweak page size in attempt to speedTom Yu1997-07-263-5/+8
* * Makefile.in: Remove test-randkey since it was breaking theTom Yu1997-07-252-1/+7
* * server_init.c: Change a few calls to align with the new kdbTom Yu1997-07-253-3/+10
* * t_kdb.c: Reflect changes in the API, mostly db_createTom Yu1997-07-257-60/+1545
* * t_ser.c: Add support for changed kdb APITom Yu1997-07-252-2/+7
* * kdb5_err.et: Add error code for bad creation flagsTom Yu1997-07-252-0/+5
* * Makefile.in: Bump version due to et changesTom Yu1997-07-252-1/+5