2003-08-21  Olafur Osvaldsson <oli@isnic.is>
	* noattach.c: I didn't realise in the last release that the
	  strcasestr function wasn't available in all systems so now I
	  have included it in the source if it is missing from the system.

2003-07-11  Olafur Osvaldsson <oli@isnic.is>
	* noattach.c: Submitted a fix for a buffer overflow in the return
	  message generation, fix provided by Paul D. Fardy
	* noattach.c: Additional logging, also provided by Paul D. Fardy

2002-11-12  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Changed the Content- line parsing to search for "name"
	  case-insensitive wich is something I should have done from the
	  beginning.
	  Also changed the same parsing to ignore spaces around the = character
	  after the "name" and before the filename.

2002-04-25  Olafur Osvaldsson <oli@isnic.is>

	* configure.in: Some strange bug in malloc on solaris wich causes a
	  crash within libmilter.a under very special circumstances, untill
	  someone finds the cause for this we have to link with bsdmalloc on
	  Solaris.

2002-04-22  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Fixed a free of line where there is an empty line.

2002-04-15  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Freeing of *lines moved a bit due to a reported bug
	  by Andrey A. Ryazanov

2002-04-15  Olafur Osvaldsson <oli@isnic.is>

	* Release of 1.0

2002-04-15  Olafur Osvaldsson <oli@isnic.is>

	* doc/noattach.8: Finished a minimal man page

2002-03-27  Olafur Osvaldsson <oli@isnic.is>

	* configure.in: Added an enable switch to link with libldap

2002-03-19  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Fixed a small typo where a + sign got on the wrong
	  side of a = sign  :-)

2002-03-17  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Fixed a memory leak when freeing data in rejected
	  messages.

	* noattach.c: The pid file is now removed on a normal exit

2002-03-16  Olafur Osvaldsson <oli@isnic.is>

	* Added support for debugging malloc with dmalloc or ElectricFence

2002-02-15  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Changed how the memory for the decoded filename is
	  allocated.

2002-02-12  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Fixed a bug that caused hangs or even crashes when
	  parsing the body.

2002-02-11  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Changed the body and overlap buffers quite a bit.

	* rfc2231.*: Added support for rfc2231 decoding of filenames.

2002-02-09  Olafur Osvaldsson <oli@isnic.is>

        * noattach.c: Fixed a bug in reading the body wich could crash the
	  milter when checking emails with large non-matched attachments.

	* noattach.c: Added support for continued lines if the body buffer
	  is filled.

2002-02-07  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Somehow I slipped in a HUGE error wich caused the filter
          to only check the first line of the body...now fixed.

2002-02-05  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Changed the body parsing to read multiline MIME headers
	  correctly.

	* noattach.c: Added lots of stuff to the DEBUG code to log messages to
	  /tmp/noattach.* files wich get deleted unless the daemon crashes.
	  If it crashes you can check out the /tmp/noattach.* file and see wich
	  message caused the crash.

2002-01-31  Olafur Osvaldsson <oli@isnic.is>

	* noattach.c: Added a check for uuencode "begin <mode> <filename>"
          wich is now also checked for bad filenames.

	* noattach.h: Removed and contents put in noattach.c

2002-01-29  Olafur Osvaldsson <oli@isnic.is>

	* configure.in: added options to define sendmail-include dir and
	  sendmail-lib dir so that it would be easyer to compile with those
	  values.
	  Also added a better search for mfapi.h to make sure that we find it
	  even if its not in the libmilter/ subdir of sendmail-include

	* noattach.c: Added a #ifdef to include the correct mfapi.h file

2002-01-28  Olafur Osvaldsson <oli@isnic.is>

	* Moved the needed rfc2047 files over to the noattach source and
	  removed the librfc822 as it was much to big to be distributing
	  with noattach.

	* rfc2047.* Changes made to the rfc2047 files consist of removing
	  unneded functions and variables.

2002-01-26  Olafur Osvaldsson <oli@isnic.is>

	* First public release, 1.0beta3

2002-01-26  Olafur Osvaldsson <oli@isnic.is>

	* rfc822/configure.in: Added a few function checks

