Browse code

Waiting threads weren't being woken up

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@548 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2004/05/10 02:45:02
Showing 1 changed files
... ...
@@ -1,3 +1,17 @@
1
+Sun May  9 18:40:55 BST 2004 (njh)
2
+----------------------------------
3
+  * clamav-milter:	Ensure a thread wakes up when another thread dies
4
+		Fix from Damian Menscher <menscher@uiuc.edu> ensures
5
+			Only report that we've dropped privilege if the setuid
6
+		succeeded, fix by Jens Elkner <elkner@linofee.org>
7
+			If logVerbose is set state both starting and started
8
+		messages (based on an idea by "Sergey Y.  Afonin"
9
+			<asy@kraft-s.ru>
10
+			Also added X-Infected-Received-From: header by Sergey
11
+			Report an error if inet_ntop fails in tcp_wrappers
12
+ * docs/man:		Clarified suggested use of max-children only on
13
+ 		small machines
14
+
1 15
 Fri May  7 19:46:05 CEST 2004 (tk)
2 16
 ----------------------------------
3 17
   * clamscan: fixperms(): do not follow file symlinks (Debian Bug #247574)
... ...
@@ -14,7 +28,7 @@ Thu May  6 16:22:32 BST 2004 (trog)
14 14
 Thu May  6 12:27:03 BST 2004 (njh)
15 15
 ----------------------------------
16 16
   * libclamav/mbox.c:	Ensure all attachements marked as RFC822 emails will
17
-  			be recognised as email messages by libclamav/scanners.c
17
+			be recognised as email messages by libclamav/scanners.c
18 18
 			and hence be scanned
19 19
   * clamav-milter:	Fixed boundary cases for streamMaxLength
20 20
 			Warn if a clean file can't be removed from the
... ...
@@ -37,7 +51,7 @@ Wed May  5 11:32:22 BST 2004 (trog)
37 37
 Wed May  5 10:39:58 BST 2004 (njh)
38 38
 ----------------------------------
39 39
   * libclamav/text.c:	Removed the functionality of textClean, it isn't needed
40
-  	in clamAV
40
+	in clamAV
41 41
 
42 42
 Sun May  2 02:48:04 CEST 2004 (tk)
43 43
 ----------------------------------
... ...
@@ -62,13 +76,13 @@ Thu Apr 29 21:59:36 CEST 2004 (tk)
62 62
 Thu Apr 29 09:59:41 BST 2004 (njh)
63 63
 ----------------------------------
64 64
   * libclamav:		Tidied the handling of content disposition type:
65
-  				better handling of out of memory
65
+				better handling of out of memory
66 66
 				right chop white space
67 67
 
68 68
 Thu Apr 29 08:36:49 BST 2004 (njh)
69 69
 ----------------------------------
70 70
   * clamav-milter:	Fixed typo, remove but introduced yesterday where the
71
-  				result of cli_realloc was not used
71
+				result of cli_realloc was not used
72 72
 
73 73
 Wed Apr 28 15:29:29 BST 2004 (njh)
74 74
 ----------------------------------
... ...
@@ -1184,7 +1198,7 @@ Sat Feb  7 23:18:51 GMT 2004 (njh)
1184 1184
   * libclamav: Handle empty content-type subtypes, e.g. headers such as
1185 1185
 		Content-Type: text/
1186 1186
 		Noted by Stefan Kaltenbrunner <mm-mailinglist*madness.at>
1187
- 
1187
+
1188 1188
 Sat Feb  7 23:37:52 CET 2004 (tk)
1189 1189
 ---------------------------------
1190 1190
   * libclamav: scan "Return-path: " mail files (detection was broken due to