Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/09/2000 07:26:35
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Jul  9 14:26:35 UTC 2000

Modified Files:
	basesrc/libexec/ftpd: cmds.c version.h

Log Message:
- base64_encode(): fix garbled output due to fencepost error. output now
  appears to match that of 'mimencode' (from metamail).
  problem noted by kre@munnari.oz.au.
- fact_unique(): encode a combined dev_t+ino_t chunk rather than separate bits


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/libexec/ftpd/cmds.c
cvs rdiff -r1.13 -r1.14 basesrc/libexec/ftpd/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.