krb5.git
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...
1997-07-29 Theodore TsoAdd additional debugging messages so we can see the...
1997-07-26 Tom Yu * kdb_db2.c: Fix typo; also, tweak page size in attemp...
1997-07-25 Tom Yu * kadm_funcs.c: Remove mention of dbm for now. It...
1997-07-25 Tom Yu * loadv4.c:
1997-07-25 Tom Yu * dump.c: Update to new kdb API
1997-07-25 Tom Yu * main.c (init_realm): Fix to use new ktkdb
1997-07-25 Tom Yu * Makefile.in: Remove test-randkey since it was breaki...
1997-07-25 Tom Yu * server_init.c: Change a few calls to align with...
1997-07-25 Tom Yu * t_kdb.c: Reflect changes in the API, mostly db_create
1997-07-25 Tom Yu * t_ser.c: Add support for changed kdb API
1997-07-25 Tom Yu * kdb5_err.et: Add error code for bad creation flags
1997-07-25 Tom Yu * Makefile.in: Bump version due to et changes
1997-07-25 Tom Yu * kdb_kt.h: Move support for "kdb" keytab here
1997-07-25 Tom Yu * k5-int.h: Don't include anything related to dbm
1997-07-22 Ezra Peisach* util_ordering.c: Include string.h for prototypes
1997-07-22 Ezra Peisach (krb5_gss_accept_sec_context): Initialize ctx before...
1997-07-22 Ezra Peisach * error_message.c (error_message): Mask error code...
1997-07-17 Theodore TsoFix stupid #ifdef logic error
1997-07-17 Ezra Peisach * dump.c (process_k5beta_record): Change variables...
1997-07-16 Theodore TsoFix name of srvtab file in the man page to be krb5...
1997-07-16 Theodore TsoOnly copy over the old table when there's an old table...
1997-07-16 Theodore TsoAlways copy the mechtype so that delete_sec_context...
1997-07-15 Theodore TsoRemove (probably unneeded) size_t definition
1997-07-15 Tom Yu * kdc_preauth.c (get_sam_edata): Don't goto cleanup...
1997-07-04 Theodore TsoAdded Winsock kludge for finding your local IP address...
1997-07-01 Tom Yu * kadm_funcs.c, kadm_server.c, kadm_ser_wrap.c: Reenab...
1997-07-01 Tom Yu * kadm_funcs.c, kadm_server.c, kadm_ser_wrap.c: Reenab...
1997-07-01 Tom Yu * kadm_rpc_svc.c, server_stubs.c: Add support for...
1997-07-01 Tom YuFix goof in ChangeLog
1997-07-01 Tom Yu * client_principal.c, client_rpc.c: Add support for...
1997-07-01 Tom Yu * server_acl.h: Fix ACL_ALL_MASK to include ACL_SETKEY
1997-07-01 Tom Yu * kadm_rpc.h, kadm_rpc_xdr.c: Add support for setv4key
1997-06-30 Kevin MitchellAdded code so that a valid credential handle is generat...
1997-06-30 Kevin Mitchellkillpg() wasn't conditionalized in login.c, causing...
1997-06-29 Tom Yu * svr_principal.c: Add new function kadm5_setv4key_pri...
1997-06-29 Tom Yu * kadm_err.et: Add support for kadm5_setv4key_principal
1997-06-27 Tom Yu * keytab.c (add_principal): Don't call kadm5_free_key_...
1997-06-20 Tom Yu * acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Fix...
1997-06-18 Tom Yu * kadm_funcs.c (kadm_chg_srvtab): Remove extraneous...
1997-06-18 Tom Yu * acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Assign...
1997-06-11 Theodore TsoAdded the mac/gss files to the Macintosh tar file
1997-06-11 Theodore TsoNew snapshot from Meeroh; eliminated the GSS Window...
1997-06-11 Theodore Tsogss-server.c (server_establish_context): Rearrange...
1997-06-07 Theodore Tsologin.c: Always use the new tty line discpline. [krb5...
1997-06-07 Theodore Tsoaccept_sec_context.c (krb5_gss_accept_sec_context)...
1997-06-03 Theodore TsoRemove erroneous space from the HPUX open()
1997-05-30 Theodore TsoCheck in Miro's new gss sample code
1997-05-30 Theodore Tso * do_as_req.c (process_as_req), do_tgs_req (process_tg...
1997-05-29 Theodore TsoFix bug where kinit would core dump if given a really...
1997-05-28 Barry Jaspan * admin.h: add prototype for kadm5_setkey_principal
next