summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-09-26 10:57:44 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-09-26 10:57:44 (GMT)
commitfaf593d23a7c4c09143373053106f61da3265384 (patch)
tree5059abbc2e8794ec1879a02c3a4a4c157735ad40 /NEWS
parent0b66867288b1eb9b9c7a2ffa5cf5e3fd473dc1e7 (diff)
downloadmonitoring-plugins-faf593d23a7c4c09143373053106f61da3265384.tar.gz
Drop the weird and undocumented behaviour of using positional argument
parsing instead of getopt(3) if 8 command line arguments were given (as suggested by Matthias) and check whether all required arguments have been specified in order to spit out proper error messages and to avoid a possible segfault (as suggested by Thomas). git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1800 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d950ba..3156907 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@ This file documents the major additions and syntax changes between releases.
29 - enforce a full path for the command to run 29 - enforce a full path for the command to run
30 The "negate" utility can now remap custom states 30 The "negate" utility can now remap custom states
31 Check_radius now supports radiusclient-ng 31 Check_radius now supports radiusclient-ng
32 The (undocumented) positional parameter parsing which check_radius used
33 instead of getopt(3) if 8 arguments were given is no longer available
32 Check_by_ssh now supports multiline output 34 Check_by_ssh now supports multiline output
33 IPv6 support can now be disabled using ./configure --without-ipv6 35 IPv6 support can now be disabled using ./configure --without-ipv6
34 Fix check_ntp now honor ntp flags 36 Fix check_ntp now honor ntp flags