K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-06-03T00:32:35.000000Z
K 7
svn:log
V 1010
lib/clientactive.c:
lib/defdist.c:
lib/getconfig.c:
lib/getmodaddr.c:
	- From: miquels@cistron.nl (Miquel van Smoorenburg)
	- This patch adds a pathtmp setting to inn.conf. All programs use this
	  instead of the old /var/tmp or $TMPDIR. getconfig.c and the
	  innshellvars* scripts also set the environment variable $TMPDIR to
	  the setting in inn.conf for consistency.

	- This is needed for the security of the INN system - writing
	  predictable files in publically writable directories is a VERY bad
	  idea.

	- The new default tmp path is set at configure time to $prefix/tmp, but
	  ofcourse you can change that.

lib/endian.c:
lib/md5.c:
lib/over.c:
	- From: Adam Caldwell <adam@atl.eni.net>
	- Does not properly detect unaligned access on linux/axp
	- - If INN_MUST_ALIGN is defined in md5.c, but INN_BIG_ENDIAN isn't
	  the code won't compile
	- The Pack code in over.c doesn't work if sizeof(long)==8 and
	  INN_LITTLE_ENDIAN.  It ends up setting all article numbers in the
	  overview file to 0.

END
