krb5.git
1997-10-21 Ezra PeisachInclude string.h/strings.h for memcpy prototype
1997-10-21 Ezra PeisachInclude stdlib.h if available for malloc prototype
1997-10-20 Theodore TsoExplicitly set the owner of the files which are install...
1997-10-20 Theodore TsoIf we are using prototypes, add a forward declaration...
1997-10-16 Tom Yu * main.c: Change KERBEROS to KRB5_KRB4_COMPAT where...
1997-10-16 Tom Yu * Makefile.in: Change LOCALINCLUDE and the link line...
1997-10-15 Ezra Peisach * server_stubs.c (CHANGEPW_SERVICE): Modify to free...
1997-10-14 Ezra PeisachReal fix this time - deals with the malloc(0) case..
1997-10-14 Tom Yu * Makefile.in (LIBMAJOR): Bump major version due to...
1997-10-14 Tom Yu * des.h: Define KRB_INT32 for the purposes of dealing...
1997-10-14 Tom Yu * Makefile.in: Bump major version due to possible...
1997-10-14 Tom Yu * des_int.h: Use better logic to find an appropriate...
1997-10-14 Ezra PeisachFix error when number of enctypes comming in is 0
1997-10-13 Ezra Peisach * server_init.c (kadm5_destroy): Call kadm5_free_confi...
1997-10-13 Ezra Peisach * client_init.c (kadm5_destroy): Free handle->lhandle...
1997-10-13 Ezra Peisach * alt_prof.c (kadm5_get_config_params): When KADM5_CON...
1997-10-13 Ezra Peisach * t_kdb.c (do_testing): Add krb5_free_context
1997-10-13 Ezra Peisach * configure.in: Add KRB5_LIB_AUX so configure --help...
1997-10-10 Tom Yu * configure.in, Makefile.in: Add test to disable udp...
1997-10-09 Ezra Peisach * main.c (main): Initialize kdc error table...
1997-10-08 Tom Yu * mkrel: Allow for edits of relevant files that should...
1997-10-08 Ezra PeisachDisable the test again... Turns out I was relying on...
1997-10-08 Ezra PeisachAdd KRB%_CONFIG envronment variable for systems w/o...
1997-10-08 Ezra Peisach * Makefile.in (kdb_check): Rewritten to use...
1997-10-07 Ezra Peisach * kadmin.c (quit): Call krb5_free_context
1997-10-07 Ezra Peisach * get_myaddress.c: Include string.h for memcpy prototype
1997-10-07 Theodore TsoRemoved useless .so to a non-existent macro file
1997-10-07 Ezra Peisach * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, revert...
1997-10-07 Ezra Peisach * Makefile.in (runenv.vars): Use tr to remove newlines...
1997-10-07 Ezra PeisachInclude ctype.h for isspace declaration
1997-10-07 Ezra Peisach * Makefile.in (SRCS): Add $(srcdir) as prefix to srcs
1997-10-06 Ezra Peisach * set_realm.c (krb5_set_principal_realm): Allocate...
1997-10-06 Ezra Peisach * t_std_conf.c (main): Call krb5_free_context when...
1997-10-06 Ezra Peisach * destest.c (main): Initialize context to 0 so it...
1997-10-03 Tom Yu * Makefile.in: Fix up site.exp generation to reduce...
1997-10-02 Tom YuPunt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see indivi...
1997-10-01 Theodore TsoModified to work with the new CVS re-organization
1997-09-26 Tom YuRemove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and...
1997-09-24 Ezra Peisach * kdc_util.c (add_to_transited): Fix up memory leaks...
1997-09-23 Ezra Peisach * kerberos_v4.c (check_princ): Add checks for V5 kdc...
1997-09-19 Tom Yuremove occurences of USE_STRING_H, HAS_STRDUP, and...
1997-09-15 Ezra Peisach * ccdefname.c (krb5_cc_default_name): Returns a...
1997-09-15 Ezra Peisach * ktfile.h, ktf_g_ent.c (krb5_ktfile_get_entry): Incom...
1997-09-15 Ezra Peisach * ccbase.c (krb5_cc_resolve): Incoming cache name...
1997-09-15 Ezra Peisach * mcc-proto.h, mcc_reslv.c (krb5_mcc_resolve): Incomin...
1997-09-15 Ezra Peisach * scc-proto.h, scc_reslv.c (krb5_scc_resolve): Incomin...
1997-09-15 Ezra Peisach * fcc-proto.h, fcc_reslv.c (krb5_fcc_resolve): Incomin...
1997-09-15 Ezra Peisach * keytab.c: (krb5_ktkdb_get_entry): Incoming...
1997-09-15 Ezra Peisach * krb5.hin: Add const to prototypes for krb5_cc...
1997-09-15 Ezra Peisach * kdb_dbm.h: Add const to argument of krb5_dbm_...
1997-09-02 Tom Yu * krlogind.c (main): Changes to allow for standalone...
1997-09-02 Tom Yu * rd_cred.c (krb5_rd_cred_basic): Fix swapped args...
1997-09-02 Tom Yu * decomp_tkt.c (decomp_ticket): Fix swapped args to...
1997-08-29 Tom Yu * get_in_tkt.c (krb5_get_in_tkt): Move nulling out of
1997-08-29 Sam HartmanFix bug that causes send_file_list to send no data
1997-08-18 Ezra Peisach * configure.in: Add AC_PROG_INSTALL as we do install...
1997-08-18 Ezra Peisach * do_tgs_req.c (process_tgs_req): Initialize authtime...
1997-08-18 Ezra Peisach * kdc_util.h: Added prototype for setup_server_realm...
1997-08-18 Ezra Peisach * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, RUN_ENV...
1997-08-17 Ezra Peisach * Makefile.in (SRCS): Add $(srcdir) as needed
1997-08-17 Ezra Peisach * gmt_mktime.c (days_in_month): Now const.
1997-08-17 Ezra Peisach * util_token.c (g_verify_token_header): Change local...
1997-08-17 Ezra Peisach * Makefile.in (SRCS): Add $(SRCS) line
1997-08-17 Ezra Peisach * Makefile.in (SRCS): Add $(srcdir)
1997-08-17 Ezra Peisach * Makefile.in (SRCS): Add $(srcdir) where needed
1997-08-14 Ezra PeisachChanges from the Kerbnet release by Cygnus
1997-08-12 Ezra Peisach * aclocal.m4 (WITH_HESIOD): Fix --with-hesiod support...
1997-08-12 Ezra Peisach * init_ctx.c (krb5_init_context): Initialize local...
1997-08-12 Ezra Peisach * Makefile.in (OSSRCS): Add $(srcdir)/ to source location
1997-08-12 Ezra Peisach * Makefile.in (SRCS): Add $(srcdir) as needed
1997-08-12 Ezra Peisach * Makefile.in (MACFILES): Remove mac/gss/* as it does...
1997-08-12 Tom Yu * aclocal.m4 (KRB5_BUILD_LIBRARY_STATIC): Fix up some...
1997-08-12 Tom Yu * convt_tkt.c: Delete; it's not needed anymore
1997-08-08 Tom Yu * rd_cred.c (krb5_rd_cred_basic): Check remote_addr and
1997-08-07 Tom Yu * cnv_tkt_skey.c:
1997-08-07 Tom Yu * g_cnffile.c: Check to see if context is NULL prior...
1997-08-07 Tom Yu * Makefile.in: Add support for compiling with Hesiod
1997-08-07 Tom Yu * aclocal.m4: Add support for --with-hesiod (and add...
1997-08-07 Tom Yu * pre.in: Add $(HESIOD_LIBS) to KADMSRV_LIBS
1997-08-07 Tom Yu * Makefile.in: Add flags to conditionally compile...
1997-08-06 Theodore Tsoversion.rc: New file containing the version resource...
1997-08-05 Theodore TsoMakefile.in, telnet.rc: Add version resource to the...
1997-08-05 Theodore TsoMakefile.in, gss.rc: Use the version resource from...
1997-08-05 Theodore TsoMakefile.in, cnsres5.rc: Add a version resource to...
1997-08-05 Theodore Tsoversion.rc: New file containing the version resource...
1997-08-05 Theodore TsoMakefile.in, krb5.rc, version.rc: Add support for addin...
1997-08-05 Theodore TsoCheck in new version of the version server libraries
1997-07-31 Ezra Peisach * Makefile.in (SRCS): Fix typo s/scrdir/srcdir/
1997-07-31 Ezra Peisach * kdb_db2.c (krb5_db2_db_delete_principal): Fix switch...
1997-07-31 Ezra Peisach * Makefile.in (SRCS): Add / after $(srcdir) in SRCS...
1997-07-30 Tom Yu * kdc_util.c:
1997-07-30 Tom Yu * configure.in: Add "create" directory back
1997-07-30 Tom Yu * kdb5_mkdums.c: Update to match reality of libkdb...
1997-07-30 Theodore TsoFor Windows and Macintosh, always include stdlib.h
1997-07-30 Theodore TsoAdd documentation describing the /MD flag in the Win32...
1997-07-30 Theodore TsoMakefile.in: Remove msvcrt.lib from the explicit WINLIB...
1997-07-30 Theodore TsoAdd support for the new OID value for host-based servic...
1997-07-30 Theodore Tsoinq_names.c (krb5_gss_inquire_names_for_mech): Add...
1997-07-29 Tom Yu * kdb_db2.c (krb5_db2_db_set_hashfirst): Don't cast a
1997-07-29 Theodore TsoTake out the /nod option, and remove libc.lib from...
next