2005-01-07 Olafur Osvaldsson * configure.in: Moved scripts/noattach.spec to fedora/ and added a fedora init script wich was submitted by Kristof Petr 2004-12-03 Olafur Osvaldsson * configure.in: Added configure options for ADD_HEADER and LOG_ENVFROM defines * noattach.c: Added a ADD_HEADER define for those that want their email marked after passing through the filter, I don't like this but many have asked for it. 2004-12-02 Olafur Osvaldsson * scripts/noattach.spec: Added for rpm support, submitted by Kristof Petr 2004-11-18 Olafur Osvaldsson * noattach.c: Got rid of compile time warnings 2004-08-19 Olafur Osvaldsson * noattach.c: Quite a few changes submitted by James P. Dugal, most important is work to fix things on Solaris like changing to std malloc and adding a build script wich he uses with the Forte compiler. There are also bug fixes and additional logging and debug options. 2003-08-21 Olafur Osvaldsson * 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 * 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 * 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 * 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 * noattach.c: Fixed a free of line where there is an empty line. 2002-04-15 Olafur Osvaldsson * noattach.c: Freeing of *lines moved a bit due to a reported bug by Andrey A. Ryazanov 2002-04-15 Olafur Osvaldsson * Release of 1.0 2002-04-15 Olafur Osvaldsson * doc/noattach.8: Finished a minimal man page 2002-03-27 Olafur Osvaldsson * configure.in: Added an enable switch to link with libldap 2002-03-19 Olafur Osvaldsson * noattach.c: Fixed a small typo where a + sign got on the wrong side of a = sign :-) 2002-03-17 Olafur Osvaldsson * 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 * Added support for debugging malloc with dmalloc or ElectricFence 2002-02-15 Olafur Osvaldsson * noattach.c: Changed how the memory for the decoded filename is allocated. 2002-02-12 Olafur Osvaldsson * noattach.c: Fixed a bug that caused hangs or even crashes when parsing the body. 2002-02-11 Olafur Osvaldsson * noattach.c: Changed the body and overlap buffers quite a bit. * rfc2231.*: Added support for rfc2231 decoding of filenames. 2002-02-09 Olafur Osvaldsson * 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 * 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 * 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 * noattach.c: Added a check for uuencode "begin " wich is now also checked for bad filenames. * noattach.h: Removed and contents put in noattach.c 2002-01-29 Olafur Osvaldsson * 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 * 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 * First public release, 1.0beta3 2002-01-26 Olafur Osvaldsson * rfc822/configure.in: Added a few function checks