From faf593d23a7c4c09143373053106f61da3265384 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 26 Sep 2007 10:57:44 +0000 Subject: 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 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5d950ba7..31569079 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,8 @@ This file documents the major additions and syntax changes between releases. - enforce a full path for the command to run The "negate" utility can now remap custom states Check_radius now supports radiusclient-ng + The (undocumented) positional parameter parsing which check_radius used + instead of getopt(3) if 8 arguments were given is no longer available Check_by_ssh now supports multiline output IPv6 support can now be disabled using ./configure --without-ipv6 Fix check_ntp now honor ntp flags -- cgit v1.2.3