krb5.git
1995-03-29 John Gilmore* Makefile.in (KRB5_HEADERS, install): `Make install...
1995-03-29 John Gilmore* k5-errors.h: Rename errors.h (which duplicated a...
1995-03-29 John Gilmore* Makefile.in (KRB5_HEADERS, install): Account for...
1995-03-29 John Gilmore* mac-config.cache: Correct some entries.
1995-03-29 John Gilmore* Makefile.in (LDFLAGS): Remove, conflicts with pre.in.
1995-03-28 John GilmoreBring in portability fixes from Cygnus K4 release
1995-03-28 Keith VetterRenamed some windows files
1995-03-28 Keith VetterAdding zipping and building in windows/wintel directory
1995-03-28 Keith VetterFixed typo in windows makefile
1995-03-28 Keith VetterRenamed a file for DOS 8.3 compatability
1995-03-28 Keith VetterAdded windows/wintel directory
1995-03-28 Keith VetterMinor bug fixes and clean up in windows/cns
1995-03-28 Keith VetterAdded windows/wintel directory for the windows telnet...
1995-03-27 John Gilmore* full_ipadr.c, gen_rname.c, port2ip.c, read_msg.c...
1995-03-27 John Gilmore* macsock.c (connect, send, recv): Add for K5 compatab...
1995-03-27 John Gilmore* macsock.c: Add Mac socket support file, verbatim...
1995-03-27 Chris Provenzano * kdc5_hammer.c (verify_cs_pair()): Use new...
1995-03-27 Chris Provenzano * kprop.c : Use new calling conventions for...
1995-03-27 Chris Provenzano * Makefile.in: Removed rd_req_sim.c
1995-03-27 Chris Provenzano * accept_sec_context.c: Use new calling convent...
1995-03-27 Chris Provenzano * kdc_util.c Use new calling conventions for krb5_rd_r...
1995-03-27 Chris Provenzano * adm_process.c, adm_kadmin.c, adm_adm_func...
1995-03-27 Chris Provenzano * kpasswd.c: Cast malloc() return value to shut compil...
1995-03-27 Chris Provenzano * kadmin_inq.c, kadmin.c:
1995-03-27 Chris Provenzano * func-proto.h (krb5_rd_req(), krb5_rd_req_deco...
1995-03-27 Chris Provenzano * server.c: Use new calling conventions for...
1995-03-27 Chris Provenzano * kerberos5.c (kerberos5_is()): Use new calling...
1995-03-27 Chris Provenzano * sim_server.c: Use new calling convention...
1995-03-27 Chris Provenzano * sim_client.c: Don't set cksumtype because CKSUMTYPE_...
1995-03-27 Chris Provenzano * sserver.c: Use new calling convention for...
1995-03-27 Chris Provenzano * pop_init.c Use new calling conventions for...
1995-03-27 Chris Provenzano * movemail.c: Fixups to get movemail to compile
1995-03-27 Chris Provenzano * poplib.c (pop_init()): Use new calling convention...
1995-03-27 Chris Provenzanokcmd.c (kcmd()): Don't pass any data to sendauth()...
1995-03-25 Mark Eichin * Makefile.in (memmove.c): memmove.c is in krb5/posix...
1995-03-25 Tom Yu * scc_maybe.c (krb5_scc_open_file): fixed typo (extra...
1995-03-25 Tom Yu * scc_gennew.c: Ultrix cc (and K&R compilers) doesn...
1995-03-25 Tom Yu * asn1_decode.c: move declaration of gmt_mktime()...
1995-03-25 Theodore TsoInitialize auth_context to zero before calling mk_req
1995-03-25 Mark Eichinfix copied code in HAVE_GETUTENT case
1995-03-25 Theodore TsoOops. The ketype field was 2 bytes, not 1
1995-03-25 Theodore TsoFix stupid bug from the last change
1995-03-25 Theodore TsoHardcode the size of the keytype field in the file...
1995-03-24 Theodore TsoDon't include sys/socket.h and netdb.h, since they...
1995-03-24 Theodore Tsolocate_kdc.c: Don't include sys/socket.h, netdb.h,...
1995-03-24 Theodore TsoDon't cast dbm_close() to void, because dbm_close is...
1995-03-24 Theodore Tsokinit.c (main): Remove the call to krb5_os_localaddr...
1995-03-24 Theodore Tsokdc5_hammer.c (get_tgt): Remove the call to krb5_os_loc...
1995-03-24 Theodore Tsokpropd.c (PRS): Don't bother initializing server_addrs...
1995-03-24 Theodore TsoUse $(SRCTOP) instead of $(srcdir), since Mac's don...
1995-03-24 Theodore Tsoreplay.c: The KDC replay cache needs to store the database
1995-03-24 Theodore TsoAdd install rule for the error table headers
1995-03-24 Theodore TsoIf /etc/services doesn't have the kadmin port, use...
1995-03-24 Theodore Tsoadm_defs.h (ADM5_DEFAULT_PORT): Add definition of default
1995-03-24 Theodore TsoMake same fix for krlogind
1995-03-24 Theodore TsoStupid typo in previous fix
1995-03-24 Theodore TsoAdd "support_desmd5" flag
1995-03-24 Theodore TsoMakefile.in (krshd): Move $(K4LIB) after $(KLIB) so...
1995-03-24 Theodore Tsorealm_dom.c (krb5_get_realm_domain): Don't indent prepr...
1995-03-24 Mark Eichin * logutil.c (update_wtmp): initialize ut from ent...
1995-03-24 Theodore TsoFixed breakage introduced by windows port. com_err...
1995-03-23 Keith VetterAlso produce a link map along with the DLL
1995-03-23 Keith VetterUpdated windows readme to reflect the name change of...
1995-03-23 Keith VetterChanged the name of the zipping up source target for...
1995-03-23 Keith VetterWork around of fscanf which is not available in a windo...
1995-03-23 Keith VetterAdded some error checking code to handle missing realms...
1995-03-22 Keith VetterAdded readme file to the windows directory
1995-03-22 Keith VetterFixed problem in com_err.c due to the fact that the...
1995-03-22 Keith VetterAdded prototypes to ccache change notification
1995-03-22 Keith VetterNew file, unix_time, didn't work on the PC
1995-03-22 Keith VetterRepair some makefile changes which broke the PC build
1995-03-22 Keith VetterPC config changes due to changes in include sys/types.h
1995-03-22 Keith VetterAdded all-mac target to the top level makefile
1995-03-22 Theodore TsoMake -I options work when the build and source tree...
1995-03-22 Keith VetterFixed up zipping up PC source for uncleaned source...
1995-03-22 Keith VetterAdded files to the windows/cns directory
1995-03-22 Keith VetterAdding files to newley created windows directory
1995-03-22 Keith VetterOops. Missed a directory in zipping up for the PC
1995-03-22 Keith VetterAdded zipping up source for the PC to the top-level...
1995-03-22 Keith VetterAdded the GSSAPI routines to the windows dll
1995-03-22 Keith VetterBug fixes in ccache/file for the PC: files need to...
1995-03-22 Keith VetterFixed signed/unsigned assignment mismatches
1995-03-22 Keith VetterChanged the name of the gssapi library created under...
1995-03-22 Keith VetterPart of low-level open file PC bug and moved some proto...
1995-03-22 Keith VetterFixed bugs in the com_err library so that it's callable...
1995-03-22 Theodore TsoThe "includes" target is *not* obsolete; it's necessary...
1995-03-21 Theodore TsoAdded function (unix_time_gmt_unixsec) needed for des42...
1995-03-19 John GilmoreFix comment that referred to STDARG_PROTOTYPES
1995-03-19 John Gilmore* aclocal.m4 (CHECK_STDARG): Remove; we're just using...
1995-03-19 John Gilmore* kerberos_v4.c: Replace STDARG_PROTOTYPES with HAVE_S...
1995-03-19 John Gilmore* bld_pr_ext.c, bld_princ.c: Replace STDARG_PROTOTYPES...
1995-03-19 John Gilmore* configure.in: Use AC_CHECK_HEADERS(stdarg.h), not...
1995-03-19 John Gilmore* com_err.c, com_err.h: Use HAVE_STDARG_H, not STDARG_...
1995-03-19 John GilmoreForgot to check this in earlier
1995-03-18 John Gilmore* acgeneral.m4: Report the update status of the cache...
1995-03-18 John Gilmore* Makefile.in (LDFLAGS): Eliminate duplicate of config...
1995-03-18 John Gilmore* Makefile.in (LDFLAGS): Zap duplicate.
1995-03-18 John Gilmore* Makefile.in (LDFLAGS): Eliminate, duplicates config...
1995-03-18 John Gilmore* Makefile.in (check-mac): Add.
1995-03-18 John Gilmore* Makefile.in (LDFLAGS): Zap duplicate defn.
next