18 Jan 98   Added manpages fetchfile.7 and sendfiled.8
	    Release of final sendfile-2.1

17 Jan 98   New address types: user@host:port and saft://host:port/user
            (:port is optional and :487 is default)
            The outgoing spool daemon will no longer terminate on empty spool.
	    Added wlock to the distribution.

13 Jan 98   Small corrections in usage-helps.

 5 Jan 98   Reactivated outgoing logging.
            Heavy bug in str_trim() fixed, which may caused several
            troubles so far.

 4 Jan 98   Added forward dection for outgoing spooling.
            Added -r option to sfdconf.
            Added usage-help for sendfiled.

20 Dec 97   New regular expressions types: [a-z] [^abc] [^a-z] 

19 Dec 97   Added -W option for sendfile to find internal files and directories.
	    Added pgp enforcing option to sendfiled.
	    fetchfile now uses 1024 bit pgp keys.

15 Dec 97   Added LAN speed detection for auto-compression on/off switching.

14 Dec 97   Renamed getline() to getpromptline() to avoid name collision with
            glibc function.

11 Dec 97   Fixed fetchfile pgp handling bug.
            Added bzip2 support.
            Release of sendfile-2.1

 7 Dec 97   Better locking checking in sendfiled.

 5 Dec 97   Fixed sendfile file type handling bug (crypted archives).

27 Nov 97   Accept also saft.*/user pseudo URLs (idea by Eumel, thanx!).

23 Nov 97   Moved nosendfile to sendfile.allow and senfile.deny.
            New sfdconf configuration helper program for sendfiled.

22 Nov 97   Added better SAFT URL checking (saft2rfc822()).
            New sfconf configuration helper program.

15 Nov 97   Too big junk files will be deleted, too (not only too small ones).
 
 4 Oct 97   Added -r receive option to fetchfile.

30 Sep 97   Patches for glibc-2 from Joerg Plate <Plate@psyche.hb.north.de>
	    Better (own) spool free-space check for install.

29 Sep 97   BETA-release of sendfile-2.0.

28 Sep 97   O-SAFT and fetchfile finished. Better sendfile man page.

23 Sep 97   Fixed prompting bug when there is no readline.

21 Aug 97   Better handling of reply code 202 (command not implemented).

20 Aug 97   Changed syntax of sendfile option "-a archive-name" to
            "-a=archive-name".

31 Jul 97   Added -S secure option (signature check) for receive.

10 Jul 97   Fixed bugs in utf7 routines (corrupt strings).

 4 Jul 97   Auto dection of pgp ID for encryption: sendfile -pe file user@host
 
30 Jun 97   Fixed bug in transfer statistics output.
	    Better file type guessing.
	    Added -C force compress option for sendfile.

23 Jun 97   Own user log file for messages: msglog
	    Added GNU readline support.

19 Jun 97   Changed tty active/receiving bevaviour.
	    xhoppel checks now default /var/spool/sendfile/$USER/log instead of
            /var/spool/mail/$USER (patch by Joerg de la Haye 
            <haye@cs.bonn.edu>).
            New option msglog=on|off for sendfile.cf logs messages to the
	    user log file, too.

16 Jun 97   Added file transfer test mode.

15 Jun 97   Added file reading test mode.
	    Fixed transfer speed bug (was way too slow!).
	    Fixed transfer statistics output bug.

10 Jun 97   More reliable retransmit operation for sendfiled on very slow 
            links.

 4 Jun 97   Added SF_TMPDIR environment variable testing.

15 May 97   Added -c usage help for sendfile.
	    Fixed configure bug.
 
 5 May 97   Better IRIX support (blksize determination).

 1 May 97   Clean up of directory structure, better makeconfig.

27 Mar 97   Added DEBUG command to sendfiled.
            Fixed minfree checking bug in sendfiled.
  
24 Mar 97   Fixed buffering bug with -X option.
 
20 Mar 97   Introduced Amiga support in makeconfig and install.

19 Mar 97   Fixed TYPE=TEXT parsing bug in receive.

18 Mar 97   Better URL parsing.

24 Feb 97   Substituted all sprintf() with snprintf().

23 Feb 97   Better (consistent) extended string functions naming with str_*.
	    Added MIME support (New SAFT attribute: TYPE=MIME).
	    Release of sendfile-1.5.4.

17 Feb 97   New global configuration with makeconfig.
	    Release of sendfile-1.5.3.

10 Feb 97   Fixed various (security) bugs (see sendfiled.c).

 2 Feb 97   More reliable fcopy-function for receive (NFS-trouble?).

 1 Feb 97   Set default quiet mode 1 on dump ttys for sendfile.

31 Jan 97   More consistent transfer statistics with quiet modes.

30 Jan 97   More reliable TYPE and SIZE command parsing.

25 Jan 97   Added -X option (extended headers), better usage text and better
            pgp parsing for sendfile.

22 Jan 97   Added spool file post processing.
            Added connect-test to generic SAFT address (saft.DO.MAIN).
 
20 Jan 97   Revisited all files to use globals.h. -- GNUish

20 Jan 97   Fixed bug with TEXT=charset attribute.
 
19 Jan 97   Fixed resend bug. Added "resuming at ..." output.

 4 Jan 97   sendmsg will now follow forward information.

29 Dec 96   New domain variable in sendfile.cf

 2 Dec 96   Better domainname determination in sendfiled.

 1 Dec 96   Better file name questioning in receive.c when checking files with
            dangerous file names.

27 Nov 96   Corrected bug when receiving a (binary) file and the destination 
	    file is is not writable.
	    
26 Nov 96   Added sendmsg -n option for keeping the message receiving mode.

19 Nov 96   Fix for broken AIX 4.1 include-files.

13 Nov 96   Faster mesg/tty handling in sendmsg.

24 Oct 96   Added xhoppel.

23 Oct 96   Defined missing O_SYNC for BSD.

11 Oct 96   Corrected redirection comment bug.

24 Sep 96   Protocol-change: CHARSET charset --> TYPE TEXT=charset
            Better host.domain-name determination for the sendfiled
            welcome message.

13 Sep 96   Fixed du bug for BSD systems.
            Better install script.

 4 Sep 96   Fixed some code for smoother compilation for IRIX.

 3 Aug 96   Corrected thruput value for sendfile (net.c).

24 Jun 96   Fixed bug when FROM contains no real name.
            Added -P option to receive: can now receive to stdout.

23 Jun 96   Nicer format for global and user log files.

22 Jun 96   Better default date setting: when DATE is not specified by the
            client, sendfiled uses the current date just before writing the
	    file to the spool.

21 Jun 96   Added global log files for incoming and outgoing file transfers.

20 Jun 96   user@ip-address now works again (replaced gethostbyaddr() with 
	    gethostbyname() in net.c).
 
26 May 96   Fixed bug with overwriting links in receive.
            Fixed forking bug in receive.

24 May 96   sendmsg no longer tries to configure the tty when there is none 
            (sending via pipe: echo blubb | sendmsg user).
	    
23 May 96   Added check if tmp-files are writeable for sendfile and receive.
            Added -P option for sendfile (read from stdin, eg: 
	    ls -l | sendfile -P directory framstag@bofh.belwue.de).

22 May 96   Added "-c configfile" option to sendfiled.

21 May 96   Corrected bug when sending archive.
            Better Solaris-2 support.

12 May 96   If there is a SPOOL/.nosendfile receiving of files will be disabled.

10 May 96   Added global alias file.
	    Allowed multiple forwards (with hopcount).

 9 May 96   sendfiled now tells its full name (on some systems).

 8 May 96   Corrected bug when bouncing.

 7 May 96   Replaced strneq() with strbeq()

 3 May 96   Fixed stupid programming bug in sendmsg, now it will work again :-)
            Better tar error checking in receive.
	    Corrected (umask) bug when receiving binary files.

30 Apr 96   Checking the elm alias file is now configurable (default: off).

20 Apr 96   Added pgp IDEA encryption.
	    Added preserve option to receive (for pgp and tar files).
	    Added keep option to receive.
	    More efficient scanspool algorithm.

18 Apr 96   Some minor bug fixes in the pgp support code.

14 Apr 96   Beta release of sendfile 1.5

13 Apr 96   Added "-f from" und "-s" options to receive.

12 Apr 96   Added pgp support.
 
 8 Apr 96   Changed signature command.
            Better dangerous file name checking.
	    Added overwrite option for sendfile.
	    Better checking whether a file has been already sent.
	    Added question for renaming to receive.

 6 Apr 96   Changed transaction message format.

 4 Apr 96   Fixed memory leak in utf7.c
	    Added check for dangerous file names in tar files.
	    Allowed COMPRESSED=GZIP for TYPE command, too.
	    Better HP-UX support.
 
 3 Apr 96   Replaced call to mail with sendmail.

 2 Apr 96   FROM is now in UTF-7 in the spool header files.
            Added forward address to COMMENT string when bouncing.

 1 Apr 96   Corrected some programming bugs.
 	    Added multiline mode to sendmsg.

28 Mar 96   Extended search for support programs.

27 Mar 95   Finally fixed security bug with links.
            Added quiet mode to receive.

24 Mar 95   New uft7encode program.

23 Mar 95   Added percentage output to sendfile.

22 Mar 96   Code is now strictly ANSI (replaced some unsigned char with char).

17 Mar 95   Replaced uname() with gethostname().
            Some bug fixes in receive.
	    Security bug (?) in sendfiled fixed: no chown on links.
	    Set umask correctly in sendfile.
 
16 Mar 96   Recognize file size 0 correctly.

 8 Mar 95   Fixed signal handling in sendfile.c

 6 Mar 95   Finally fixed bug when setting time stamps by using code from GNU
	    fileutils (getdate.c).

29 Feb 95   Some code beautifying.
	    New version labeling.

28 Feb 95   Several spelling corrections by Andreas Borchert.
	    Bug fixes and code cleanup for peername.

27 Feb 95   Added quiet options.

23 Feb 96   Mail-notification now contains output of "receive -l", too.

22 Feb 96   Replaced string "localhost" with the real name of the local host.
	    Added bounce (=forwarding of files) feature to sendfile and receive.

21 Feb 96   Better Solaris-2 support.
 	    Bug fix with maxfiles config option.
	    Better notification check.
 
20 Feb 96   Follow forward address for sending files (if given).
	    Changed <userspool>/config/msg to <userspool>/config/tty@<localhost>
	    and <userspool>/config/msgfifo to /tmp/msg.<username> for better
	    NFS support.

19 Feb 96   Fixed problems with NFS and MSG.
	    Fixed (?) statfs-problem with Solaris-2 (wrong block size).
	    Enhanced msg2tty with non-blocking write.

 7 Feb 96   Better Convex-OS support.
            Files which are already compressed won't be compressed by
            sendfile once more.

 6 Feb 96   Added ATTR EXE.
            Fixed bug in attribute handling.

 5 Feb 96   Added notification=both option.
            Faster str_trim function.
 
31 Jan 96   Added maxspool and minfree config option.
 
25 Jan 96   Added keep and deljunk option in sendfile.cf.
            New sf_cleanup program.
	    
24 Jan 96   New (received) DATEFORMAT.

11 Jan 96   Added global and user config files for a lot new options.
 
 4 Jan 96   Added allow-only flag to NOSENDFILE.

21 Dec 95   New default for nosendfile: /usr/local/etc/
	    Added Convex-OS support.
	    Some C code formating changes.
	    Simplified sock_getline and getreply.
	    Improved message function.
	    Better server connect testing.
	    Changed SAFT multi-line reply format.

18 Dec 95   Some improvements in the install script.

13 Dec 95   Corrected bugs concerning alias files and NeXT support.

12 Dec 95   Added Solaris-1 support.

 2 Dec 95   Added rename option to receive.

27 Nov 95   Fixed tty handling in sendfiled, again.

25 Nov 95   Better installation routine.
	    Fixed man pages.
	    Changed C-bracket source format once again. :-)

21 Nov 95   Fixed tty handling in sendfiled.

17 Nov 95   Fixed tty handling in sendmsg.

15 Nov 95   Fixed memory leak in sendfiled.
            Added chat support.
	    Added killfile (see man-page).
	    Added sendfile alias file (see man-page).
