Sfoglia il codice sorgente

Updated NEWS and THANKS.in

abrist 11 anni fa
parent
commit
51582a5758
2 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. 13 0
      NEWS
  2. 2 0
      THANKS.in

+ 13 - 0
NEWS

@@ -1,5 +1,18 @@
 This file documents the major additions and syntax changes between releases.
 
+2.0.2 20th May 2014
+	SECURITY FIXES
+	Fixed file access vulnerability with SUID binaries (check_icmp, check_dhcp) and extra-opts.  Fixes were applied globally, so the new resrictions on fopen should apply to all plugins. Special thanks to Dawid Golunski for the submission. More information: http://www.exploit-db.com/exploits/33387/  (sreinhardt) (emislivec)
+
+	ENHANCEMENTS
+	check_disk - Now compiles in cygwin on windows (Gunnar Beutner)
+	check_ping - Now compiles in cygwin on windows (Gunnar Beutner)
+	check_users - Now compiles in cygwin on windows (Gunnar Beutner)
+	netutils.c - Connection error verbosity increased. C plugins will now differentiate file socket errors from connection errors (Davide Madrisan)
+
+	FIXES
+	check_nt.c - Changed 'Mb' to 'MB' in MEMUSE output for clarity (abrist)
+
 2.0.1 15th April 2014
 	ENHANCMENTS
 	check_snmp.c - Added thresholds to performance data (jccomputing)

+ 2 - 0
THANKS.in

@@ -319,3 +319,5 @@ Frederic Krueger
 Anton Lofgren
 Evgeni Golov
 Davide Madrisan
+Dawid Golunski
+Gunnar Beutner