Thu May 15 14:34:01 1997  Michael L. Graff  <explorer@rtl.cygnus.com>

	* src/isexec.c: hack for hpux 10.10 and 10.20 to allow rdist
	to compile.  See the code for details.

Fri Apr  4 16:12:27 1997  Mark Eichin  <eichin@cygnus.com>

	* src/setargs.c (setargs_settup): handle arbitrary size
	environment, not just the first 40 entries.  Add error checking
	for malloc/strdup failures.

Fri Mar 21 13:50:08 1997  Ken Raeburn  <raeburn@cygnus.com>

	* Makefile.in (all install.man): Add missing semicolon.

Thu Dec 12 20:39:39 1996  Ken Raeburn  <raeburn@cygnus.com>

	* Merged with USC version 6.1.3.  Moved USC ChangeLog to
	ChangeLog.usc.

	* configure.in: Added some config info (untested) for irix6,
	bsdi2, freebsd2, sppux.  Updates for irix5.

Wed Dec  4 13:29:39 1996  Mark Eichin  <eichin@cygnus.com>

	* configure.in (rdist_os): add *-*-sysv4 for svr4.

Thu Sep 26 14:43:17 1996  Chris Provenzano  <proven@cygnus.com>

        * Makefile.in: Changes to allow to different packaging
        Currently there is pkg-all, pkg-server, and pkg-client

Mon Jun 10 17:26:15 1996  Marc Horowitz  <marc@mit.edu>

	* configure.in (f_fstypename), src/Makefile.in (DEFS): add a test
 	for the f_fstypename member of struct statfs, and define
 	HAVE_F_FSTYPENAME if it exists.  Add @DEFS@ to DEFS in the
 	Makefile.in so that the configure test can be used.
	* src/filesys-os.c (getmountent): MOUNT_NFS isn't always an
 	integer.  It could be a string, if f_fstypename exists, and that
 	is used instead of f_type to determine the filesystem type. Use
	the text above to do the right thing.

Thu Mar 28 17:23:04 1996  Ken Raeburn  <raeburn@cygnus.com>

	* Makefile.in (MANDIR): Fix typo.

Wed Mar 27 04:31:55 1996  Ken Raeburn  <raeburn@cygnus.com>

	* configure.in: Use INSTALL_VARIABLE_HACK.  Fix install-sh name so
	subdir installs can work.
	* Makefile.in (install): Expand here, instead of going into
	subdirs.  Might not be needed given above changes.
	(Makefile, config.status): Give rules and dependencies.

Tue Feb 27 20:41:51 1996  Ken Raeburn  <raeburn@cygnus.com>

	* configure.in: Check for yacc.
	* src/Makefile.in (gram.c): Use $(YACC).

Thu Feb  1 00:39:10 1996  Mark Eichin  <eichin@cygnus.com>

	* configure.in: fix AUX_DIR for V5.
	* Makefile.in: add (currently empty) check rule.

Mon Jan  8 03:42:59 1996  Mark Eichin  <eichin@cygnus.com>

	* Makefile.in (distclean): take out include/Makefile as well.

Fri Sep  1 15:53:58 1995  Ken Raeburn  <raeburn@cygnus.com>

	* configure.in: After selecting a compiler, verify that it
	actually works before running other tests.

Mon Jul 10 15:04:48 1995  Michael Meissner  <meissner@tiktok.cygnus.com>

	* src/expand.c (matchdir): #if 0 code that uses a private member
	of the DIR structure to check whether a filename passed to opendir
	is a directory or not.

Fri Jun  2 14:40:08 1995  Mark Eichin  <eichin@cygnus.com>

	* src/Makefile.in (vdepend, SRCS): add magic rule so that sunos make
	with vpath works.
	(MISSINGSRCS): potential list of source files selected by
	configure for MISSINGOBJS.
	(CLIENTSRCS, COMMONSRCS, SERVERSRCS): names of source files for
	objects listed in *OBJS.

Thu Feb  2 13:42:44 1995  Ian Lance Taylor  <ian@cygnus.com>

	* configure.in (ac_install_sh): Canonicalize after ac_aux_dir is
	canonicalized.
	* configure: Rebuilt.

Fri Jan 27 10:00:41 1995  Ian Lance Taylor  <ian@cygnus.com>

	* Makefile.in: Use @SET_MAKE@ instead of MAKE=make.

	* configure.in: Remove AC_PROG_YACC.
	* configure: Rebuilt.
	* src/Makefile.in (gram.c): Spell out out how to build gram.c,
	using yacc.

Thu Jan 19 08:23:34 1995  Ian Lance Taylor  <ian@cygnus.com>

	* configure.in: Set LIBS before checking for missing functions.
	* configure: Rebuilt.

Wed Jan 18 15:59:33 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>

	* Makefile.in (all, install, install.man): Check exit status of
	sub make.

	* src/Makefile.in (install): Make install work with the rest of
	the Kerberos tree.
	* doc/Makefile.in (install): Likewise.

Sun Jan  8 15:49:06 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>

	* Makefile.in (depend, mostlyclean, distclean, realclean): New
	targets.
	* src/Makefile.in (mostlyclean, distclean, realclean): New
	targets.
	* config/Makefile.in (mostlyclean, distclean, realclean):
	Likewise.
	* doc/Makefile.in (mostlyclean, distclean, realclean): Likewise.
	* support/Makefile.in (mostlyclean, distclean, realclean):
	Likewise.
	* mf/Makefile.in (mostlyclean, distclean, realclean): Likewise.

Thu Jan  5 19:29:31 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>

	* src/rdist.c (path_remsh): Initialize from PATH_KRB_REMSH.
	* src/Makefile.in (DEFS): Define PATH_KRB_REMSH.

	* src/filesys-os.c (getmountent): Change casting when fetching
	f_type so that it doesn't mix pointers and integers.

	* src/common.c (mysetlinebuf): Changed to return no value.

	* configure.in, configure: New configuration setup, built with
	autoconf 2.
	* */Makefile, */Makefile.in, */Makefile.real, Makefile,
	Makefile.in, config-mk.in: Replaced Makefile/Makefile.real
	combinations with Makefile.in plus generated makefile fragment
	with system-specific info.

	* config/os-osf1.h (ulong): Don't typedef it under GNU C.
	* src/filesys-os.c (ulong): Define a macro, not a typedefname, and
	only if the macro isn't already defined.

	* include/types.h (DO_ENCRYPT): New macro.
	* src/distopt.c (distoptinfo): Added "encrypt" to the table, but
	left it disabled for now.
	* src/rshrcmd.c (rshrcmd): Add extra arg "encrypt".  If non-zero,
	pass "-x" to remsh program.  Don't truncate first argument to
	remsh to program basename.
	* src/docmd.c (remotecmd): Take an extra arg "encrypt" and pass it
	to rshrcmd.
	(makeconn): Ditto, for calling remotecmd.
	(doarrow): Pass encrypt option.

	* mf/Makefile.var (BIN_DIR): Derive from ${prefix}.
	(MAN_*_DIR): Derive from MAN_*_SECT.
	(INSTALL, RANLIB, MAKE): Deleted.
	(Sources, ConfigFiles, IncludeFiles, DocFiles, SupportFiles,
	MfFiles, MainFiles): Changed to reflect added/deleted files.

