[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2240] nagiosplug/trunk

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Wed Sep 16 10:36:53 CEST 2009


Revision: 2240
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2240&view=rev
Author:   dermoth
Date:     2009-09-16 08:36:52 +0000 (Wed, 16 Sep 2009)

Log Message:
-----------
Prep for 1.4.14 release

From: Ton Voon <ton.voon at opsera.com>

Modified Paths:
--------------
    nagiosplug/trunk/BUGS
    nagiosplug/trunk/ChangeLog
    nagiosplug/trunk/NEWS
    nagiosplug/trunk/NP-VERSION-GEN
    nagiosplug/trunk/configure.in
    nagiosplug/trunk/package.def

Modified: nagiosplug/trunk/BUGS
===================================================================
--- nagiosplug/trunk/BUGS	2009-09-14 10:25:30 UTC (rev 2239)
+++ nagiosplug/trunk/BUGS	2009-09-16 08:36:52 UTC (rev 2240)
@@ -2,10 +2,16 @@
 at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not
 necessarily verified as errors.
 
-For the 1.4.13 release:
+For the 1.4.14 release:
 
+2832451 - check_snmp regression parsing multi-line snmpget responses
+2826570 - check_http does not work with some HTTPS servers
+2823005 - check_swap returns OK if no swap activated
+2786808 - check_http asks for HTTP/1.1, but doesn't understand chunked
+2555782 - check_imap fails with SSL3
+2550254 - check_ldap with starttls requires hostname to match cert name
+2315953 - check_ping: timeouts when reverse name resolution times out
 2075933 - check_disk segfault on freebsd 7 if using -p option
-1985263 - check_ups doesn't disconnect cleanly
 1984255 - check_swap not built on Solaris 10 and HP-UX 11.11, 11.23
 1984240 - check_tcp Segmentation fault on HP-UX 11.23
 1939578 - check_jabber: Always returns WARNING with Openfire server
@@ -14,19 +20,14 @@
 1922579 - check_ldap: ldap_init implicitly converted
 1904965 - check_apt: SECURITY_RE is not correct
 1894850 - check_ping: incorrectly parses ping6 output
-1868822 - check_http link fails with openssl installed
-1864404 - check_smtp/check_http miscalculate timezones in cert expiry
 1681516 - output too verbose for various checks
-1670261 - check_snmp might require snmpget with LD_LIBRARY_PATH
 1523748 - check_disk should error if warn range is subset of critical
-1478287 - check_dns fails with CNAMEs
 1469468 - signal handler in popen.c is broken
 1381604 - Perlsec breaks any perl plugin with perl 5.8.x
 1373801 - check_ping timeout on Mandrake 10.1
 1370031 - check_disk_smb requires DNS agree with NetBIOS names
 1250982 - check_postgresql: configure test for -lcrypto on OpenBSD
 1225470 - check_swap perf data incorrect
-1108499 - check_ping with -U on Debian fails
 1090549 - check_dhcp ignores DHCP replies
  990948 - check_disk_smb doesn't allow spaces in share names
 

Modified: nagiosplug/trunk/ChangeLog
===================================================================
--- nagiosplug/trunk/ChangeLog	2009-09-14 10:25:30 UTC (rev 2239)
+++ nagiosplug/trunk/ChangeLog	2009-09-16 08:36:52 UTC (rev 2240)
@@ -1,11343 +1,14763 @@
-2008-09-25 08:04  tonvoon
+2009-09-14  Ton Voon <ton.voon at opsera.com>
 
-	* [r2056] plugins/tests/check_http.t:
-	  Fix small test failure
+	* plugins-root/pst3.c: Ensure dirhandle is closed (Duncan Ferguson)
 
-2008-09-25 08:01  tonvoon
+2009-09-11  Ton Voon <ton.voon at opsera.com>
 
-	* [r2055] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING:
-	  Moving project administration documents to nagiosplugins.org site
+	* plugins/t/check_snmp.t: Fix skip number
 
-2008-09-02 12:28  dermoth
+2009-09-05  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2054] plugins/check_ntp_peer.c:
-	  Typo
+	* plugins/tests/check_snmp.t: Add a test that succeeds on check_snmp
+	v1.4.13. Newer versions skip additional lines so this new test fails
+	on the current head.  Note: check_snmp v1.4.13 with multi-line strings return somewhat v3
+	      output; it's not exactly what the specs say but it doesn't appears
+	      to break them either. The fix could eventually supports both v2 and
+	v3 output formats.
 
-2008-09-02 11:26  hweiss
+2009-08-05  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2053] THANKS.in, plugins/check_http.c:
-	  Some HTTP server applications/configurations cause trouble if the
-	  port is explicitly specified in our "Host:" header line.
-	  Therefore, we now specify the port only if we're using a
-	  non-default port (Erik Wasser - 2082501).
+	* plugins/check_snmp.c: Fix segfault in check_snmp (definitive fix
+	is still in the works - see bug #2832451)
 
-2008-09-02 03:42  dermoth
+2009-07-31  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2052] NEWS, plugins/check_ntp_peer.c:
-	  Fix possible segfault in check_ntp_peer with deliberately invalid
-	  packets
+	* plugins/check_snmp.c: Fix check_snmp passing single-quotes as -m
+	argument when it should be empty
 
-2008-09-01 14:04  dermoth
+2009-07-31  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2051] NEWS, plugins/check_ntp_peer.c, plugins/check_ntp_time.c:
-	  check_ntp_peer/check_ntp_time used to show port in --help but
-	  ignored the argument - now implemented.
+	* plugins/check_snmp.c, plugins/t/check_snmp.t: check_snmp: Add some
+	verbose output and tests
 
-2008-09-01 14:04  dermoth
+2009-07-31  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2050] NEWS, THANKS.in, plugins/check_http.c:
-	  Revert "Re-structure the HTTP 1.1 headers to prevent 301s on
-	  servers with virtual hosts"
-	  
-	  This reverts commit 2030
+	* plugins/tests/check_snmp.t, plugins/tests/check_snmp_agent.pl,
+	plugins/tests/conf/snmpd.conf: Add tests using custom snmp agent Only multi-line string test for now (regression test), counter
+	rollover tests planed with my snmp_counters_new branch.  NB: 64bit counters are broken in NetSNMP::agent from NetSNMP version
+	    5.4.1 and lower, but might come in handy one day
 
-2008-09-01 12:20  hweiss
+2009-07-31  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2049] plugins/check_http.c:
-	  Under some circumstances, the 'url' path of a redirection target
-	  missed a leading slash. While this was fixed later on, the
-	  incomplete 'url' was used for redirection loop detection and
-	  error messages. This is now fixed by adding the missing slash
-	  immediately.
+	* plugins/t/check_snmp.t: Fix check_snmp Timetick test with <1 day
+	uptime
 
-2008-08-25 18:39  tonvoon
+2009-07-23  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2048] plugins/tests/check_http.t:
-	  Fix HTTP::Daemon::VERSION to get a fixed header size for tests
-	  (Sven Nierlein)
+	* doc/RELEASING: Add accidentally removed line plus a note about the
+	web copy
 
-2008-08-25 13:26  tonvoon
+2009-07-23  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2047] plugins/tests/check_http.t:
-	  Updated with more tests re: multiple status codes (Sven Nierlein)
+	* doc/RELEASING: Merge changes from web
 
-2008-08-25 11:42  hweiss
+2009-07-17  Ton Voon <ton.voon at opsera.com>
 
-	* [r2046] NEWS, THANKS.in, plugins/check_http.c,
-	  plugins/tests/check_http.t:
-	  The "-e" option now accepts a comma-delimited list of expected
-	  status lines (Sven Nierlein - 1894496).
+	* doc/developer-guidelines.sgml: Updated links for
+	exchange.nagios.org
 
-2008-08-22 13:08  tonvoon
+2009-07-14  Ton Voon <ton.voon at opsera.com>
 
-	* [r2045] plugins/tests/check_http.t, plugins/tests/var/root:
-	  Added HTTP tests for status codes
+	* NEWS, THANKS.in, plugins-root/pst3.c: pst3 compile with Sun Studio
+	Compiler
 
-2008-08-21 21:52  tonvoon
+2009-06-22  Ton Voon <ton.voon at opsera.com>
 
-	* [r2044] configure.in:
-	  Only include extra-opts tests if libtap is enabled
+	* plugins/check_cluster.c: Added example for check_cluster to alert
+	if more than X non-OK states
 
-2008-08-21 15:21  tonvoon
+2009-06-16  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2043] NEWS:
-	  Note re: --enable-libtap
+	* NPTest.pm: Switch back to "use Test" and plain prints instead of
+	diag()
 
-2008-08-21 15:18  tonvoon
+2009-06-16  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2042] lib/tests/Makefile.am, lib/tests/test_all.t,
-	  lib/tests/test_base64.t, lib/tests/test_cmd.t,
-	  lib/tests/test_disk.t, lib/tests/test_ini.t,
-	  lib/tests/test_opts.t, lib/tests/test_tcp.t,
-	  lib/tests/test_utils.c, lib/tests/test_utils.t:
-	  Correctly link to included libtap. Simplify invoking test
-	  scripts. Removed basename test as we should use base_name from
-	  GNUlib which is tested separately
+	* NPTest.pm: Tinderbox output testing commit
 
-2008-08-21 15:15  tonvoon
+2009-06-15  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2041] tools/tinderbox_build:
-	  Fix regexp of version number of snapshot
+	* NPTest.pm, test.pl.in: Make output of "make test" more verbose This is intended to make error fixing based on tinderbox output
+	easier.
 
-2008-08-21 15:12  tonvoon
+2009-06-14  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2040] Makefile.am:
-	  Remove .svn files in distribution
+	* plugins-root/check_icmp.c: Fixed error in rtt/rta calculation in
+	case of system clock problems Time differences are now set to 0 in case of backward timejumps so
+	there are no wrap-around problems any more.  The RTA calculation
+	hopefully gets a more accurate value in these cases also.
 
-2008-08-21 15:12  tonvoon
+2009-06-13  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2039] external/tap-1.01-altinity.tar.gz,
-	  external/tap-1.01-nagios-plugins.tar.gz, tools/setup:
-	  Renamed altered tap file to nagios-plugins
+	* plugins-scripts/t/check_ifoperstatus.t,
+	plugins-scripts/t/check_ifstatus.t, plugins/t/check_snmp.t: Fixed
+	testcases for check_snmp, check_ifstatus and check_ifoperstatus when
+	no snmp community is specified The checks for invalid/unavailable hosts need a complete command
+	line.  They failed on hosts where no community was specified. Now,
+	an invalid community is used so the tests can run on hosts w/o snmp
+	host/community in NPTest.cache. Execution will fail anyway.
 
-2008-08-21 09:41  dermoth
+2009-06-13  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2038] plugins/check_ntp_peer.c:
-	  Nothing
+	* plugins-scripts/t/check_ifoperstatus.t,
+	plugins-scripts/t/check_ifstatus.t: Further test parameters and skip
+	blocks for check_ifoperstatus.t. getTestparam changes for
+	check_ifstatus.t and ifoperstatus.t Added snmp_interface and snmp_ifxtable test parameters to
+	check_ifoperstatus.t.  Also getTestParameter calls for both plugins
+	were converted to use three arguments instead of undocumented >3 arg
+	behaviour which led to redundant data in NPTest.cache.
 
-2008-08-21 04:22  dermoth
+2009-06-11  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2037] plugins/check_ntp_peer.c:
-	  Misplaced comment
+	* : commit c66d2c6b3b6d948ff36126f5d3a7629279f47878 Author: Matthias
+	Eble <psychotrahe at gmx.de> Date:   Thu Jun 11 17:24:52 2009 +0200
 
-2008-08-21 04:17  dermoth
+2009-06-11  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2036] plugins/check_ntp_peer.c:
-	  Complete rewrite of the extract_value function
-	  
-	  The original one was flawed (easy to trigger segfaults) and did
-	  not allow some whitespaces as permitted by rfc1305. This one has
-	  been troughfully tested with tap (the testing code might get
-	  included later)
+	* NEWS, plugins-scripts/check_ifstatus.pl,
+	plugins-scripts/t/check_ifstatus.t: Fixed SNMPv3 behaviour of
+	check_ifstatus. Added -P to define privprotocol (#2343438 - Robin
+	Schroeder) check_ifstatus didn't function correctly with SNMPv3. This is fixed
+	now.  Created argument-hash for SNMP session creation. This removes
+	redundant code.  Session creation was moved out of
+	process_arguments() and now takes place after setting the timeout
+	handler.  Additionally the -P argument was added to specify the privprotocol.
 
-2008-08-21 04:17  dermoth
+2009-06-11  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2035] lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_opts.c:
-	  Typos in comments
+	* plugins-scripts/t/check_ifoperstatus.t: Added testcases for
+	check_ifoperstatus Added testcases for check_ifoperstatus. No SNMPv3 testing included
+	for now.
 
-2008-08-16 04:47  dermoth
+2009-06-11  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2034] plugins/check_mysql.c, plugins/check_mysql_query.c:
-	  Fix assignment written as a comparison in validate_arguments()
-	  when db_pass is NULL (Patch from
-	  http://blog.barfoo.org/projects/rpms-for-sles10)
+	* plugins-scripts/check_ifoperstatus.pl: minor fixes to
+	check_ifoperstatus Minor output fixes for check_ifoperstatus.  Fixed typo so that -n
+	now implies -I as documented.
 
-2008-08-16 04:47  dermoth
+2009-06-10  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2033] plugins/check_fping.c:
-	  Fix check_fping --help output (Patch from
-	  http://blog.barfoo.org/projects/rpms-for-sles10)
+	* lib/extra_opts.h, lib/tests/test_opts1.c, lib/tests/test_opts2.c: 
+	Use a more "natural" way of writing argument lists in extra-opts
+	tests.
 
-2008-08-16 01:52  dermoth
+2009-06-11  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2032] plugins/t/check_by_ssh.t:
-	  Typo
+	* NEWS, plugins-scripts/check_ifoperstatus.pl: check_ifoperstatus is
+	now more user friendly in case of missing arguments Added proper usage messages in case of missing arguments.  Removed
+	accidently committed Data::Dumper call.  Minor whitespace fixes.
 
-2008-08-08 16:12  tonvoon
+2009-06-11  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2031] plugins-root/pst3.c:
-	  Close on fd
+	* plugins-scripts/check_ifoperstatus.pl: Whitespace and indent fixes
+	for check_ifoperstatus
 
-2008-08-08 02:25  dermoth
+2009-06-11  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2030] NEWS, THANKS.in, plugins/check_http.c:
-	  Re-structure the HTTP 1.1 headers to prevent 301s on servers with
-	  virtual hosts
+	* NEWS, plugins-scripts/check_ifoperstatus.pl: Fixed SNMPv3
+	behaviour of check_ifoperstatus. Added -x to define privprotocol
+	(#2343438 - Robin Schroeder) check_ifoperstatus didn't function correctly with SNMPv3. This is
+	fixed now.  Created argument-hash for SNMP session creation. This
+	removes redundant code.  Session creation was moved out of
+	process_arguments() and now takes place after setting the timeout
+	handler.  Additionally the -x argument was added to specify the privprotocol.
 
-2008-08-08 02:08  dermoth
+2009-06-02  Holger Weiss <holger at zedat.fu-berlin.de>
 
-	* [r2029] plugins-root/check_icmp.c:
-	  Typo in --help output
+	* THANKS.in, lib/utils_base.c: Fix the memory allocation for the
+	thresholds data Allocate the appropriate amount of memory for storing the thresholds
+	data.  Before, we allocated the amount of memory required for
+	storing a _pointer_ to the thresholds data.  This crashed (at least)
+	check_mysql when using its "-S" option on FreeBSD/amd64 (as reported
+	and analyzed by Nikita Kalabukhov - 2797757).  Signed-off-by: Holger Weiss <holger at zedat.fu-berlin.de>
 
-2008-08-05 11:14  dermoth
+2009-06-02  Holger Weiss <holger at zedat.fu-berlin.de>
 
-	* [r2028] tools/devmode:
-	  Set -D_FORTIFY_SOURCE=2, and added a comment with link to
-	  explaination of this flag.
+	* plugins-root/check_icmp.c: Don't use the plain char type for data
+	buffers Buffers which are used for holding arbitrary data should be
+	referenced using pointers to void and accessed using pointers to
+	unsigned char.  Signed-off-by: Holger Weiss <holger at zedat.fu-berlin.de>
 
-2008-07-28 20:15  psychotrahe
+2009-06-01  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2027] plugins-root/check_icmp.c:
-	  -b option now specifies ICMP data bytes instead of packet size
+	* plugins/check_pgsql.c: Whitespace indent fixes for check_pgsql
 
-2008-07-17 07:06  psychotrahe
+2009-06-01  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2026] NEWS, plugins-root/check_icmp.c:
-	  Add support for packet size modification (-b)
+	* plugins-root/check_icmp.c: Fixed check_icmp compiler warnings by
+	including float.h Self defined DBL_MAX caused compiler warnings. Now float.h which
+	defines DBL_MAX is included.
 
-2008-07-10 10:03  dermoth
+2009-06-01  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2025] plugins/check_disk.c:
-	  Verbose should not have to exceed 3 as per developement
-	  guidelines
+	* plugins-root/check_icmp.c: Fixed --help output for warn and
+	critical thresholds (sf.net #2796624, debian #530553) check_icmp wrongly calculated the current thresholds in --help
+	output.
 
-2008-07-10 10:03  dermoth
+2009-06-01  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2024] tools/devmode:
-	  Add -D_FORTIFY_SOURCE
+	* plugins/check_pgsql.c: Added verbose output to check_pgsql
+	(#2799281 - Jun Kuriyama) check_pgsql displayed the -v flag in help output, but didn't accept
+	the verbosity argument. Added -v and basic verbose output.
 
-2008-07-10 10:03  dermoth
+2009-06-01  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2023] plugins/check_ups.c:
-	  Typo in check_ups
+	* NEWS, plugins/check_fping.c: check_fping now supports passing
+	target timeout and interval to fping (#2347686 - Martin Foster) Added support for passing timeout and interval length to
+	check_fping.  To protect compatibility, both options use fping's
+	defaults if they are not specified on the command line.
 
-2008-07-09 21:54  psychotrahe
+2009-05-27  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2022] plugins/t/check_snmp.t:
-	  rewrote check_snmp.t to use Test::More added perfdata checking
-	  for string values
+	* NEWS, lib/utils_base.h, plugins/check_snmp.c,
+	plugins/t/check_snmp.t: check_snmp: Make use of standard threshold
+	functions 	This patch makes use of standard threshold functions. This allows
+		using doubles as thresholds.  	Since SNMP supports only integers, double precision numbers are
+		only printed when parsed from a STRING type.  	In addition, support for printing properly Timeticks type has been
+		added, and the code has been thoroughly cleaned.
 
-2008-07-09 21:53  psychotrahe
+2009-05-27  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2021] NEWS, plugins/check_snmp.c:
-	  check_snmp now only prints perfdata for non numeric values (Joerg
-	  Linge #1867716)
+	* plugins/check_snmp.c: Fix whitespaces in check_snmp
 
-2008-07-08 10:09  tonvoon
+2009-05-26  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2020] Makefile.am, tools/tinderbox_build:
-	  Removed libtap configuration for the moment, as tinderbox builds
-	  are breaking
+	* NEWS, THANKS.in, plugins/Makefile.am, plugins/check_by_ssh.c: Fix
+	check_by_ssh interpretation of quotes in -C parameter (#1985246,
+	#2268675)
 
-2008-07-08 09:31  tonvoon
+2009-05-22  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2019] NEWS, lib/utils_cmd.c, lib/utils_cmd.h,
-	  plugins/Makefile.am, plugins/check_procs.c:
-	  check_procs captures stderr and adds to plugin output. This is
-	  from a merge of branch nagiosplug/branches/new_threshold_syntax
-	  1979:1982
+	* NEWS, plugins/check_mrtgtraf.c: Fixed wrong perfdata label for
+	output traffic in check_mrtgtraf check_mrtgtraf used the label "in" for both input and output
+	traffic.  This fixed, now.
 
-2008-07-06 12:57  hweiss
+2009-05-22  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2018] plugins-root/check_dhcp.c:
-	  Don't try to set the "SO_BROADCAST" socket option for unicast
-	  requests. (Also, removed the unused "DHCP_UNICAST_FLAG" macro.)
+	* plugins/check_smtp.c: Removed -n option in check_smtp's help and
+	usage output (#2782784) Check_smtp's help showed the -n/--nocommand options to not send an
+	SMTP command. This usage is covered by check_tcp and is thus not
+	needed in check_smtp.
 
-2008-07-02 20:07  tonvoon
+2009-05-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2017] lib/tests/Makefile.am:
-	  Use tap.h from the libtap directory
+	* plugins/sslutils.c: Whitespace changes only
 
-2008-07-02 20:00  tonvoon
+2009-05-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2016] plugins-root/Makefile.am, plugins-root/pst3.c:
-	  Change pst3 again, this time to remove use of kvm which is not
-	  available in Solaris 10 non-global zones. Uses /proc, which is
-	  not available in older versions of Solaris.
+	* NEWS, THANKS.in, plugins/check_http.c, plugins/netutils.h,
+	plugins/sslutils.c: check_http: Add SSL/TLS hostname extension
+	support (SNI) - (#1939022 - Joe Presbrey)
 
-2008-06-30 14:32  tonvoon
+2009-05-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2015] tools/setup:
-	  Fixed bug in tools/setup if docbook was run
+	* NEWS, THANKS.in, plugins-scripts/subst.in: Fix awk subst.in/subst
+	script path error (#2722832 - Martin Foster)
 
-2008-06-30 09:01  tonvoon
+2009-05-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2014] Makefile.am:
-	  Have to list tap_dir manually to get into make dist
+	* NEWS, THANKS.in, plugins/check_mysql.c,
+	plugins/check_mysql_query.c: Fix check_mysql* not using password set
+	in my.cnf (#2531905 - Ben Timby)
 
-2008-06-26 22:00  tonvoon
+2009-05-20  Holger Weiss <holger at zedat.fu-berlin.de>
 
-	* [r2013] Makefile.am, configure.in, external, external/README,
-	  external/tap-1.01-altinity.tar.gz, lib/tests/Makefile.am,
-	  tools/setup, tools/tinderbox_build:
-	  Adding libtap into distribution to help run C based tests
+	* gl/Makefile.am, gl/alignof.h, gl/arpa_inet.in.h, gl/c-strtod.c,
+	gl/c-strtod.h, gl/config.charset, gl/dup-safer.c, gl/fd-safer.c,
+	gl/fsusage.c, gl/gai_strerror.c, gl/getloadavg.c, gl/getopt1.c,
+	gl/gettext.h, gl/localcharset.c, gl/m4/00gnulib.m4, gl/m4/btowc.m4,
+	gl/m4/c-strtod.m4, gl/m4/errno_h.m4, gl/m4/extensions.m4,
+	gl/m4/fcntl_h.m4, gl/m4/floorf.m4, gl/m4/gnulib-common.m4,
+	gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4,
+	gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/locale-fr.m4,
+	gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/mbrtowc.m4,
+	gl/m4/mktime.m4, gl/m4/multiarch.m4, gl/m4/printf.m4,
+	gl/m4/regex.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4,
+	gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/sys_socket_h.m4,
+	gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar.m4,
+	gl/m4/wcrtomb.m4, gl/math.in.h, gl/mbrtowc.c, gl/mountlist.c,
+	gl/regex_internal.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h,
+	gl/strdup.c, gl/strerror.c, gl/sys_socket.in.h, gl/unistd.in.h,
+	gl/vasnprintf.c, gl/wchar.in.h, gl/xmalloc.c: Sync with the latest
+	Gnulib code (cb75dc5) Signed-off-by: Holger Weiss <holger at zedat.fu-berlin.de>
 
-2008-06-17 14:19  tonvoon
+2009-05-19  Chris Pepper <pepper at reppep.com>
 
-	* [r2012] plugins-root/pst3.c:
-	  Fixed possible coredump. Removed one level of subroutines (Duncan
-	  Ferguson)
+	* plugins/check_ups.c, plugins/urlize.c: Fix a few minor typos Signed-off-by: Holger Weiss <holger at zedat.fu-berlin.de>
 
-2008-06-09 19:47  psychotrahe
+2009-05-19  Holger Weiss <holger at zedat.fu-berlin.de>
 
-	* [r2011] NEWS, plugins/check_dig.c, plugins/t/check_dig.t:
-	  Added testcases for check_dig check_dig's -l option is mandatory
-	  now (#1986306)
+	* doc/developer-guidelines.sgml: Talk about Git instead of CVS Update the Developer Guidelines to reflect the fact that our
+	development is done using Git instead of CVS these days (as noted by
+	Chris Pepper on the "nagiosplug-devel" list).  While at it, apply another few minor cleanups.  Signed-off-by: Holger Weiss <holger at zedat.fu-berlin.de>
 
-2008-06-02 16:22  tonvoon
+2009-05-19  Holger Weiss <holger at zedat.fu-berlin.de>
 
-	* [r2010] NEWS, plugins-root/pst3.c:
-	  Optimised pst3 for systems with large number of processes (Duncan
-	  Ferguson)
+	* doc/developer-guidelines.sgml: Remove comments regarding former
+	requirements Don't explain why Libtool and Gettext are no longer needed.  Libtool
+	actually is a requirement, as (at least) the M4 macros provided by
+	Libtool are needed for our Autotools setup.  And the fact that
+	Gettext is no longer needed probably isn't that interesting for new
+	developers.  Signed-off-by: Holger Weiss <holger at zedat.fu-berlin.de>
 
-2008-06-02 16:21  tonvoon
+2009-05-07  Ton Voon <tonvoon at macbook-2.local>
 
-	* [r2009] NEWS, perlmods/Nagios-Plugin-0.22.tar.gz,
-	  perlmods/Nagios-Plugin-0.27.tar.gz:
-	  Updated Nagios::Plugin perl modules to 0.27
+	* NEWS, THANKS.in, plugins/check_disk.c: Fixed typo in check_disk
 
-2008-05-30 23:38  dermoth
+2009-05-01  Matthias Eble <psychotrahe at gmx.de>
 
-	* [r2008] NEWS, THANKS.in, plugins/check_http.c:
-	  Fix Debian bug #460097: check_http --max-age broken (Hilko
-	  Bengen)
+	* NEWS, plugins/check_nt.c, plugins/tests/check_nt.t: Fixed crash
+	from check_nt when -H unspecified or given multiple times (sf.net
+	#2731755, debian #521097)
 
-2008-05-29 10:21  dermoth
+2009-03-24  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2007] BUGS:
-	  typo
+	* NEWS, plugins/check_nt.c: check_nt: allow returning UNKNOWN on
+	timeouts (-u)
 
-2008-05-27 23:44  tonvoon
+2009-03-24  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2006] doc/RELEASING:
-	  Changed SF file release to use sftp instead of ftp
+	* plugins/netutils.c, plugins/netutils.h: Make socket alarm handler
+	customisable (like c459ca07)
 
-2008-05-27 22:01  tonvoon
+2009-03-24  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2004] BUGS, ChangeLog, NEWS, configure.in, package.def:
-	  Preparation for 1.4.12 release
+	* NEWS, THANKS.in, plugins/check_mysql.c: check_mysql: Fix segfault
+	with old slaves (#2696823 - Oskar Ahner)
 
-2008-05-27 21:52  tonvoon
+2009-03-24  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2003] THANKS.in, configure.in:
-	  Not picking up solaris systems correctly for check_dhcp. Only
-	  affected SunStudio compiles of check_dhcp (1890260 - Rob Windsor)
+	* plugins/check_nt.c: Whitespace and intend cleanup
 
-2008-05-27 21:31  tonvoon
+2009-03-21  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2002] plugins/check_by_ssh.c:
-	  Addition to help to state that -f will always return OK if ssh
-	  command is executed (Alain Dewit - 1852198)
+	* plugins/check_http.c: Update check_http short help with new stycky
+	and stickyport options.
 
-2008-05-27 13:35  tonvoon
+2009-03-21  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2001] plugins-root/pst3.c:
-	  Add additional PID column heading
+	* plugins/check_http.c: check_http: die when an invalid --onredirect
+	option is specified
 
-2008-05-26 09:43  dermoth
+2009-03-21  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r2000] NEWS:
-	  correct typo in NEWS
+	* NEWS, plugins/check_http.c, plugins/tests/check_http.t: 
+	check_http: add --onredirect=stickyport - also follow the same port
 
-2008-05-23 09:09  dermoth
+2009-03-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1999] REQUIREMENTS:
-	  Add a note about radiusclient
+	* .gitignore, gl/Makefile.am, gl/m4/gnulib-cache.m4,
+	gl/m4/gnulib-comp.m4, gl/m4/mktime.m4, gl/m4/time_h.m4,
+	gl/m4/time_r.m4, gl/m4/timegm.m4, gl/mktime.c, gl/time.in.h,
+	gl/time_r.c, gl/timegm.c: Add the timegm Gnulib module
 
-2008-05-22 08:25  dermoth
+2009-03-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1998] NEWS, configure.in:
-	  Fix linking against OpenSSL where libdl is required
+	* NEWS, plugins/negate.c, plugins/t/negate.t: negate: make timeouts
+	configurable
 
-2008-05-21 08:57  dermoth
+2009-03-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1997] NEWS, plugins/check_by_ssh.c, plugins/t/check_by_ssh.t:
-	  Fixed passive option in check_by_ssh Also: - On non-skipped
-	  stderr, check_by_ssh now returns UNKNOWN or worse (result from
-	  command) instead of always UNKNOWN. - Fixed passive tests and
-	  make is always run the specified number of tests (using fail if
-	  there's nothing to test).
+	* plugins/utils.c, plugins/utils.h: Make alarm handler customisable
 
-2008-05-20 11:37  dermoth
+2009-03-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1996] plugins/t/check_by_ssh.t:
-	  Oops - forgot to remove the SKIP block (which didn't seem to work
-	  fine)
+	* NEWS, plugins/negate.c: negate: Fix not printing the real timeout
+	in ALRM handler when timeout is left to default
 
-2008-05-20 11:32  dermoth
+2009-03-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1995] plugins/t/check_by_ssh.t:
-	  Add check_by_ssh tests (passive checks are broken - should be
-	  fixed before next release!)
+	* plugins/tests/check_http.t: tests/check_http.t: Add various
+	timeout-related tests
 
-2008-05-20 07:57  dermoth
+2009-03-19  Thomas Guyot-Sionnest thomas at aei.ca <root at sinnms01.180solutions.com>
 
-	* [r1994] NEWS, plugins/check_radius.c:
-	  Clobber password in check_radius process list aguments
+	* NEWS, plugins/check_http.c: Fixed check_http not timing-out on
+	redirects
 
-2008-05-13 09:14  dermoth
+2009-03-18  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1992] plugins/check_dns.c:
-	  Typo
+	* plugins/sslutils.c, plugins/tests/check_http.t: Revert "Add
+	timezone support and fix checks around cert expiration" (keep the
+	expiration fix) This reverts commit d41a33a434558189300113c28b26e2d3d681d390.
 
-2008-05-07 10:02  dermoth
+2009-03-18  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1991] plugins-root/check_dhcp.c, plugins-root/check_icmp.c,
-	  plugins/check_apt.c, plugins/check_by_ssh.c,
-	  plugins/check_cluster.c, plugins/check_dig.c,
-	  plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
-	  plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
-	  plugins/check_ide_smart.c, plugins/check_ldap.c,
-	  plugins/check_load.c, plugins/check_mrtg.c,
-	  plugins/check_mrtgtraf.c, plugins/check_mysql.c,
-	  plugins/check_mysql_query.c, plugins/check_nagios.c,
-	  plugins/check_nt.c, plugins/check_ntp.c,
-	  plugins/check_ntp_peer.c, plugins/check_ntp_time.c,
-	  plugins/check_nwstat.c, plugins/check_overcr.c,
-	  plugins/check_pgsql.c, plugins/check_ping.c,
-	  plugins/check_procs.c, plugins/check_radius.c,
-	  plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
-	  plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
-	  plugins/check_time.c, plugins/check_ups.c, plugins/check_users.c,
-	  plugins/utils.h:
-	  Added support for --extra-opts in all C plugins (disabled by
-	  default, see configure --help)
+	* plugins/t/check_snmp.t: Add suggested multi-oid test (John A.
+	Barbuto)
 
-2008-05-07 10:01  dermoth
+2009-03-18  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1990] NEWS, THANKS.in, plugins/check_ping.c:
-	  Added performance data to check_ping (Christian Schneemann)
+	* plugins/check_snmp.c: check_snmp: Fix potential buffer overflow -
+	enforce MAX_OIDS limit (John A. Barbuto)
 
-2008-05-02 09:28  dermoth
+2009-03-18  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1989] NEWS, plugins/negate.c:
-	  negate now has the ability to replace the status text as well
-	  (-s, --substitute) Also changed: - default timeout to 11 instead
-	  of 9 (since it's recommended to have a higher timeout, and many
-	  plugins default to 10 seconds) - If there's no STDOUT lines
-	  returned, still returns the returned result if it's NON-ok
-	  instead of forcing it to UNKNOWN
+	* tools/tinderbox_build: Fix logging of STDERR in tinderbox tests
+	phase
 
-2008-04-30 12:50  dermoth
+2009-03-17  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1988] NEWS, plugins/check_mysql.c, plugins/check_mysql_query.c,
-	  plugins/t/check_mysql.t:
-	  Add socket support to check_mysql* Also clears the password from
-	  check_mysql command-line options
+	* plugins/sslutils.c, plugins/tests/check_http.t: Add timezone
+	support and fix checks around cert expiration
 
-2008-04-29 14:54  hweiss
+2009-03-17  Thomas Guyot-Sionnest <dermoth at solaris.beaubien.net>
 
-	* [r1987] configure.in:
-	  Support "--without-pgsql" (reported by Alex Songe via IRC).
+	* plugins/t/check_procs.t: Check for existence of pre-instaleld pst3
+	for Solaris tests in t/check_procs.t
 
-2008-04-29 09:01  dermoth
+2009-03-17  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1986] plugins/check_ntp.c, plugins/check_ntp_peer.c,
-	  plugins/check_ntp_time.c:
-	  Use UT_THRESHOLDS_NOTES in all plugins
+	* NEWS, plugins/check_http.c: Fix check_http sending HTTP/1.0 with
+	v1.1 headers (#2638765)
 
-2008-04-29 09:01  dermoth
+2009-03-16  Thomas Guyot-Sionnest <dermoth at solaris.beaubien.net>
 
-	* [r1985] plugins-root/check_dhcp.c, plugins-root/check_icmp.c:
-	  --help output cleanup (plus removal of spaces on blank lines)
+	* plugins/t/check_snmp.t: Fix check_snmp test on solaris
 
-2008-04-27 14:35  dermoth
+2009-03-16  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1984] plugins/check_apt.c, plugins/check_by_ssh.c,
-	  plugins/check_cluster.c, plugins/check_dig.c,
-	  plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
-	  plugins/check_fping.c, plugins/check_game.c,
-	  plugins/check_hpjd.c, plugins/check_http.c,
-	  plugins/check_ide_smart.c, plugins/check_ldap.c,
-	  plugins/check_load.c, plugins/check_mrtg.c,
-	  plugins/check_mrtgtraf.c, plugins/check_mysql.c,
-	  plugins/check_mysql_query.c, plugins/check_nagios.c,
-	  plugins/check_nt.c, plugins/check_ntp.c,
-	  plugins/check_ntp_peer.c, plugins/check_nwstat.c,
-	  plugins/check_overcr.c, plugins/check_pgsql.c,
-	  plugins/check_ping.c, plugins/check_procs.c,
-	  plugins/check_radius.c, plugins/check_real.c,
-	  plugins/check_snmp.c, plugins/check_swap.c, plugins/check_ups.c,
-	  plugins/utils.h:
-	  --help output cleanup (plus removal of spaces on blank lines)
+	* plugins/tests/check_http.t: Update extended check_http tests for
+	0d78171...  Also add some tests, and make debug mode loop
+	infinitely.
 
-2008-04-23 08:19  dermoth
+2009-03-16  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1983] plugins/check_radius.c:
-	  Correct typo and make the --help notes a bit simpler.
+	* plugins/check_http.c: check_http fixes: - Fix broken printf on 500 errors - Add bytes to normal output (accidentally removed in 0d78171)
 
-2008-04-17 10:46  dermoth
+2009-03-16  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1979] plugins/check_dns.c:
-	  Correct the help text
+	* plugins/check_snmp.c, plugins/t/check_snmp.t: check_snmp fixes: - Fix broken compilation caused by typo in command ending - Remove extra whitespaces at EOL - Fix invalid host test on Ubuntu Hardy (and possibly others)
 
-2008-04-17 10:37  dermoth
+2009-03-14  Ton Voon <tonvoon at macbook.local>
 
-	* [r1978] NEWS, plugins/check_dns.c:
-	  Allow to repeat -a to set multiple possible addresses
+	* plugins/check_snmp.c: Ignore stderr messages unless return code is
+	non-zero or there is no output
 
-2008-04-05 08:02  dermoth
+2009-03-14  Ton Voon <tonvoon at macbook.local>
 
-	* [r1977] NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c:
-	  check_ntp and check_ntp_peer now show proper jitter/stratum
-	  thresholds longopts in --help
+	* NEWS, THANKS.in, plugins/Makefile.am, plugins/check_snmp.c,
+	plugins/t/check_snmp.t: Fixed passing of quotes in OID for
+	check_snmp (#1985230 - Jan Wagner, patch by John Barbuto)
 
-2008-04-04 10:11  dermoth
+2009-03-06  Ton Voon <tonvoon at macbook.local>
 
-	* [r1976] lib/extra_opts.c, lib/parse_ini.c, lib/tests/test_ini.c,
-	  lib/tests/test_opts.c:
-	  make parse_ini die like in N::P if section isn't found
+	* plugins/tests/certs/expired-cert.pem,
+	plugins/tests/certs/expired-key.pem, plugins/tests/check_http.t: 
+	Create expired cert for testing purposes. Updated tests to check
+	expired and unexpired certificates
 
-2008-04-02 09:19  dermoth
+2009-03-05  Ton Voon <tonvoon at macbook.local>
 
-	* [r1974] lib/Makefile.config-opts, lib/tests/Makefile.config-opts:
-	  Delete obsolete files
+	* : commit 8580335779b44f23a97b5534c90262b9658a37d7 Author: Ton Voon
+	<tonvoon at macbook.local> Date:   Thu Mar 5 23:37:45 2009 +0000
 
-2008-04-02 09:11  dermoth
+2009-02-24  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1973] configure.in, lib/Makefile.am, lib/parse_ini.c,
-	  lib/tests/Makefile.am, lib/tests/test_ini.t,
-	  lib/tests/test_opts.t, po/de.po, po/fr.po, po/nagios-plugins.pot:
-	  - Add --enable-extra-opts configure option for compiling
-	  extra-opts support - Auto-update po/pot files
+	* NEWS, THANKS.in, plugins/check_snmp.c: check_snmp long help
+	missing retries entry (#2608223) Fix for check_snmp long help, reported by Richard Edward Horner
 
-2008-04-01 09:38  dermoth
+2009-02-20  Ton Voon <tonvoon at macbook.local>
 
-	* [r1972] lib/parse_ini.c:
-	  fix the obvious...
+	* po/fr.po: Updated string ids, due to typo fixes
 
-2008-04-01 09:31  dermoth
+2009-02-20  Ton Voon <tonvoon at macbook.local>
 
-	* [r1971] lib/extra_opts.c, lib/extra_opts.h:
-	  np_extra_opts now retain pointers from argv so that plugins can
-	  still overwrite sensitive options
+	* plugins-scripts/check_mailq.pl, plugins/check_dns.c,
+	plugins/check_http.c, plugins/check_ldap.c, plugins/check_mysql.c,
+	plugins/check_procs.c, plugins/check_radius.c,
+	plugins/check_snmp.c, plugins/check_tcp.c, plugins/check_ups.c: Typo
+	fixes (Jan Wagner - SF 1878971)
 
-2008-03-31 07:07  dermoth
+2009-02-19  Ton Voon <tonvoon at macbook.local>
 
-	* [r1970] gl:
-	  update svn:ignore property (last gnulib update added many
-	  auto-generated files)
+	* NEWS, THANKS.in, plugins/check_nt.c, plugins/tests/check_nt.t: 
+	Fixed coredump from check_nt when drive not found (Olli Hauer - SF
+	2179754)
 
-2008-03-31 07:04  dermoth
+2009-02-06  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1969] lib/extra_opts.c, lib/tests/test_opts.c:
-	  Fix bug with --extra-opts as last argument with no value Fix
-	  problem with duplicate function name (function should eventually
-	  move to /lib)
+	* doc/RELEASING: Devel doc: NP-VERSION-GEN needs to be updated as
+	well
 
-2008-03-31 05:31  dermoth
+2009-02-06  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1968] lib/extra_opts.c, lib/extra_opts.h, lib/parse_ini.c,
-	  lib/parse_ini.h, lib/tests/test_ini.c, lib/tests/test_opts.c:
-	  Fix for last commit - I accidentaly broke my local Makefile and
-	  tests weren't being re-compiled.
+	* NEWS: Small correction in NEWS entry
 
-2008-03-30 14:02  dermoth
+2009-02-06  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1967] lib/extra_opts.c, lib/extra_opts.h,
-	  lib/tests/test_opts.c:
-	  - Remove the last argument of np_extra_opts - Code cleanups and
-	  comments
+	* doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Update the devel
+	notes for Git
 
-2008-03-29 15:35  dermoth
+2009-02-06  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1966] lib/tests:
-	  Update svn:ignore property
+	* doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Revert "Moving
+	project administration documents to nagiosplugins.org site" This reverts commit f4a52594818e7c3634a397ac1f86ef87a68bd121.
 
-2008-03-26 09:46  dermoth
+2009-02-05  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1962] lib/parse_ini.c, lib/parse_ini.h, lib/tests/plugins.ini,
-	  lib/tests/test_opts.c:
-	  write ini-file lookup function + tests
+	* NEWS, plugins/check_http.c: check_http --onredirect=sticky follows
+	using the same IP address (sf.net #2550208).
 
-2008-03-24 07:02  dermoth
+2009-02-03  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1961] lib/extra_opts.c, lib/extra_opts.h,
-	  lib/tests/config-opts.ini, lib/tests/test_opts.c,
-	  lib/tests/test_opts.t:
-	  Add extra-opts argument parsing with tests
+	* NEWS: Add NEWS entry for last commit
 
-2008-03-24 06:28  dermoth
+2009-02-03  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1960] lib/parse_ini.c, lib/parse_ini.h:
-	  Replace broken usage of NAGIOS_CONFIG_PATH with a stub function
-	  (that will try to find a config file in the future...) Allow NULL
-	  locator (default file/section)
+	* plugins/check_http.c: Fix aberrant behaviours in check_http: check_http used to ignore many parameters with check combinations -
+	sometimes even time thresholds(!!) With this commit as long as a response is received *all* checks are
+	performed on it.  This fixes #1460312 plus a number of other issues I discovered over
+	time.
 
-2008-03-20 11:53  dermoth
+2009-01-26  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1959] plugins/check_dig.c:
-	  - Fix bug #1920671 - Make --help output looks nice
+	* lib/tests/test_utils.c, lib/utils_base.c, lib/utils_base.h,
+	plugins/check_ntp_peer.c: Make extract_value more generic: Add a separator argument passed using defines.
 
-2008-03-18 10:59  tonvoon
+2009-01-24  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1955] plugins/tests/check_procs.t:
-	  Include test for check_procs, using input file
+	* lib/tests/test_ini1.c, lib/tests/test_opts1.c: Remove the
+	commented out blocks The die tests are implemented in the test_*3.t files
 
-2008-03-18 01:21  tonvoon
+2009-01-24  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1954] plugins/check_procs.c, plugins/tests/var,
-	  plugins/tests/var/ps-axwo.darwin,
-	  plugins/tests/var/ps_axwo.debian:
-	  Updated check_procs with a hidden --input-file option. Include
-	  some sample outputs for testing
+	* lib/tests/test_ini1.t, lib/tests/test_ini3.t: Fix paths in
+	test_ini tests
 
-2008-03-17 23:08  tonvoon
+2009-01-23  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1953] plugins/t/check_nagios.t:
-	  Don't run check_nagios tests on Solaris, because of pst3
-	  requirement
+	* .gitignore, configure.in, lib/tests/Makefile.am,
+	lib/tests/test_ini.c, lib/tests/test_ini.t, lib/tests/test_ini1.c,
+	lib/tests/test_ini1.t, lib/tests/test_ini3.c,
+	lib/tests/test_ini3.t, lib/tests/test_opts3.t: Add die tests for
+	parse_ini
 
-2008-03-16 18:10  dermoth
+2009-01-22  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1951] lib/tests/config-dos.ini, lib/tests/plugin.ini,
-	  lib/tests/test_ini.c:
-	  Add tests: - DOS-newline ini file - section defined twice
+	* lib/parse_ini.c, lib/tests/test_opts3.t: Return UNKNOWN if none of
+	the default files can be found.  It makes no sense to return unknown if an implicit section is not
+	found, but go on if the file is missing
 
-2008-03-15 22:42  dermoth
+2009-01-21  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1950] lib/parse_ini.c:
-	  parse_ini now reads the default section if the request one can't
-	  be found. All tests should return ok now.
+	* .gitignore, configure.in, lib/tests/Makefile.am,
+	lib/tests/test_opts1.c, lib/tests/test_opts2.c,
+	lib/tests/test_opts3.c, lib/tests/test_opts3.t: Add die tests for
+	extra-opts
 
-2008-03-15 21:51  dermoth
+2009-01-19  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1949] lib/parse_ini.c:
-	  Oops - this line shouldn't have been here (doesn't even work
-	  anyways) ;)
+	* lib/tests/test_utils.c, lib/utils_base.c, lib/utils_base.h,
+	plugins/check_ntp_peer.c: Move check_ntp's extract_value to
+	utils_base.c.  This function can also be used to parse performance data strings
+	which could be useful in the future.
 
-2008-03-15 20:47  dermoth
+2009-01-21  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1948] lib/parse_ini.c, lib/tests/plugin.ini,
-	  lib/tests/test_ini.c:
-	  - Make equal-less parameters illegal - parameters without
-	  argument after '=' are now assumed to be argument-less - Add a
-	  testcase for space in stanza and various argument-less parameters
+	* .gitignore: Accidentally included built executables - also updated
+	.gitignore
 
-2008-03-15 20:34  dermoth
+2009-01-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1947] lib/parse_ini.c:
-	  Fix handling of leading and trailing spaces in stanza
+	* configure.in, lib/tests/Makefile.am, lib/tests/test_opts.c,
+	lib/tests/test_opts.t, lib/tests/test_opts1.c,
+	lib/tests/test_opts1.t, lib/tests/test_opts2.c,
+	lib/tests/test_opts2.t: Some platform are missing setenv Instead of adding the gnulib module for solving tests only I split
+	the test in two, setting environment from Perl for the later.
 
-2008-03-15 16:17  dermoth
+2009-01-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1946] lib/parse_ini.c, lib/tests/test_ini.c:
-	  Fix segfault in test_ini.c and uncomment the affected tests Fix
-	  bug in stanza parsing where full section could be skipped Fix
-	  single-argument options
+	* lib/tests/Makefile.am: Fix (or try at least) for IRIX compile to
+	tap tests Gnulib says: "$(LTLIBINTL) when linking with libtool, $(LIBINTL)
+	otherwise" Everywhere else we use LTLIBINTL so I assume the tests
+	should use it as well.
 
-2008-03-15 04:51  dermoth
+2009-01-20  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1945] lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_ini.c,
-	  lib/tests/test_ini.t:
-	  This commit consist of two changes: 1. Make np_get_defaults
-	  return a linked list instead of a string. It will then be easy to
-	  convert the linked list back to an argument array. 2. Fix tests
-	  3-4 of test_ini.c.
-	  
-	  A test_ini.t was added too. parse_ini and test_ini aren't
-	  included yet in the build makefiles.
+	* plugins/t/check_users.t: Trick for check_users test without users
+	logged-in
 
-2008-03-15 00:14  psychotrahe
+2009-01-19  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1944] plugins/check_http.c:
-	  Add port to Host Header to prevent problems with non default
-	  ports (Christophe Dupre #1881898)
+	* tools/tinderbox_build: Build extra-opts in tinderbox so they can
+	be tested
 
-2008-03-14 23:47  psychotrahe
+2009-01-18  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1943] NEWS, plugins/check_dig.c:
-	  Added -A/--dig-arguments to check_dig (#1889453/#1874041)
+	* lib/tests/Makefile.am: Re-apply "Cleanup; fix the way libraries
+	are linked; Make-It-Simple(tm)" This reverts commit 7449b16b1781c645751e2c05b93893e93630fb2a.
 
-2008-03-14 22:35  psychotrahe
+2009-01-18  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1942] plugins/check_smtp.c:
-	  Enhanced check_smtp to actually print invalid response text
-	  (#1911239)
+	* gl/wchar.in.h: Trying out new patch for IRIX 6.5 from Bruno Haible See: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/16341
 
-2008-03-14 15:44  tonvoon
+2009-01-18  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1941] NEWS, plugins-root/Makefile.am, plugins/Makefile.am:
-	  Fixed 64 bit pst3 when tries to link to gettext. Gettext linked
-	  dynamically, if necessary
+	* gl/wchar.in.h: Revert "Trying out a patch for IRIX 11" This reverts commit d190c5d25865a7414eea4fe6409a94842fba220e.
 
-2008-03-14 10:17  dermoth
+2009-01-16  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1940] gl/charset.alias, gl/configmake.h, gl/math.h,
-	  gl/ref-add.sed, gl/ref-del.sed, gl/stdio.h, gl/stdlib.h,
-	  gl/string.h, gl/unistd.h:
-	  These files are generated automatically during the make process,
-	  and removed by make clean.
+	* gl/wchar.in.h: Trying out a patch for IRIX 11 See:
+	http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00098.html
 
-2008-03-11 00:37  tonvoon
+2009-01-15  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1939] configure.in, gl/m4/mbstate_t.m4:
-	  Possible fix for HP-UX compile problems of regex_internal.c
+	* configure.in: Removing AC_FUNC_ALLOCA from configure.in (added in
+	the gnulib sync commit) I added AC_FUNC_ALLOCA because of a mistake on my part (which has
+	been fixed before the final commit). Removing it now.
 
-2008-03-11 00:10  tonvoon
+2009-01-15  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1938] configure.in, lib/utils_base.c, plugins-root/Makefile.am,
-	  plugins/check_http.c, plugins/check_smtp.c, plugins/common.h:
-	  Fixed link -m64 problems on pst3 for solaris. Fixed
-	  _FILE_OFFSET_BITS redefinition warnings. Fixed helper ar error in
-	  ./configure
+	* lib/tests/test_disk.c: Typo
 
-2008-02-28 16:21  tonvoon
+2009-01-15  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1937] NEWS, configure.in, plugins-root/Makefile.am,
-	  plugins-root/pst3.c, plugins/check_procs.c,
-	  plugins/t/check_procs.t:
-	  Reverted check_procs for solaris back to using pst3 due to
-	  truncation for argument fields using other methods
+	* .gitignore, build-aux/config.rpath, configure.in, gl/Makefile.am,
+	gl/alloca.in.h, gl/arpa_inet.in.h, gl/base64.c, gl/base64.h,
+	gl/btowc.c, gl/config.charset, gl/errno.in.h, gl/fcntl.in.h,
+	gl/float.in.h, gl/gai_strerror.c, gl/getaddrinfo.c,
+	gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
+	gl/inet_ntop.c, gl/inet_ntop.h, gl/localcharset.c,
+	gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
+	gl/m4/btowc.m4, gl/m4/c-strtod.m4, gl/m4/codeset.m4,
+	gl/m4/double-slash-root.m4, gl/m4/eoverflow.m4, gl/m4/errno_h.m4,
+	gl/m4/extensions.m4, gl/m4/fcntl_h.m4, gl/m4/fsusage.m4,
+	gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4, gl/m4/getloadavg.m4,
+	gl/m4/getopt.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4,
+	gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
+	gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4,
+	gl/m4/iconv.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4,
+	gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intldir.m4,
+	gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
+	gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
+	gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
+	gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4,
+	gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/longlong.m4,
+	gl/m4/ls-mntd-fs.m4, gl/m4/malloc.m4, gl/m4/math_h.m4,
+	gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4,
+	gl/m4/mountlist.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4,
+	gl/m4/netinet_in_h.m4, gl/m4/nls.m4, gl/m4/onceonly.m4,
+	gl/m4/onceonly_2_57.m4, gl/m4/open.m4, gl/m4/po.m4,
+	gl/m4/printf-posix.m4, gl/m4/printf.m4, gl/m4/progtest.m4,
+	gl/m4/regex.m4, gl/m4/servent.m4, gl/m4/size_max.m4,
+	gl/m4/snprintf.m4, gl/m4/sockpfaf.m4, gl/m4/stdbool.m4,
+	gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4,
+	gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4,
+	gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4,
+	gl/m4/sys_socket_h.m4, gl/m4/threadlib.m4, gl/m4/uintmax_t.m4,
+	gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/visibility.m4,
+	gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4,
+	gl/m4/wcrtomb.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/m4/write.m4,
+	gl/m4/xsize.m4, gl/math.in.h, gl/mbrtowc.c, gl/mbsinit.c,
+	gl/netdb.in.h, gl/netinet_in.in.h, gl/open-safer.c, gl/open.c,
+	gl/regcomp.c, gl/regex_internal.c, gl/regex_internal.h,
+	gl/regexec.c, gl/snprintf.c, gl/stdbool.in.h, gl/stdint.in.h,
+	gl/stdio-write.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c,
+	gl/streq.h, gl/strerror.c, gl/string.in.h, gl/sys_socket.in.h,
+	gl/unistd.in.h, gl/vasnprintf.c, gl/vasprintf.c, gl/verify.h,
+	gl/vsnprintf.c, gl/wchar.in.h, gl/wcrtomb.c, gl/wctype.in.h,
+	gl/write.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h,
+	plugins/Makefile.am, plugins/netutils.h: Sync with gnulib
 
-2008-02-28 12:54  tonvoon
+2009-01-15  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1936] tools/build_perl_modules:
-	  Fix where PERL5LIB is blank
+	* tap/tap.h: Clean up last commit - remove the __STDC_VERSION__
+	check in tap.h HP-UX refuses to compile tap with the check for __STDC_VERSION__ >=
+	199901L even though it can.
 
-2008-02-18 11:23  tonvoon
+2009-01-14  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1935] NEWS:
-	  Added CVE MITRE tracking number
+	* tap/tap.h: Trying to see if HP-UX will compile without the
+	__STDC_VERSION__ check in tap.h
 
-2008-02-13 20:36  psychotrahe
+2009-01-13  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1934] NEWS, plugins/check_pgsql.c:
-	  check_pgsql now builds with postgres lib v8.3 (Jan Wagner
-	  #1878972)
+	* lib/Makefile.am: Make /lib before /lib/tests to satisfy
+	dependencies (building tests fails on IRIX)
 
-2008-02-13 19:14  psychotrahe
+2009-01-09  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1933] plugins/check_disk.c:
-	  Fix --local argument handling (Jan Wagner #1878971)
+	* lib/tests/test_utils.c: Fix test from last commit
 
-2008-02-13 15:10  dermoth
+2009-01-09  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1932] plugins/check_disk.c:
-	  Fix broken intending (The whole file use spaces only except my
-	  last patch and 1-3 other places).
+	* lib/tests/test_utils.c: basename check in test_utils.c was
+	accidentaly added again.  In 538b97c I reverted a serie of libtap patch by Ton Voon; it
+	included the removal of the useless basename check.  Relevant portion of the changelog from which it was removed
+	(f31cd40):   Removed basename test as we should use base_name from GNUlib which
+		is tested separately
 
-2008-02-13 11:37  dermoth
+2009-01-09  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1931] gl:
-	  Add two files to svn:ignore
+	* lib/Makefile.am, lib/tests/Makefile.am: Revert "Cleanup; fix the
+	way libraries are linked; Make-It-Simple(tm)" Trying to see if this has any relation to the tinderbox failure. I
+	doubt it and will revert back as soon as it's tested.  This reverts commit a97e5fbda21a05574b0e3c5a5118402ebfbbd13c.
 
-2008-02-13 11:05  dermoth
+2009-01-08  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1930] lib/utils_base.c, plugins/check_disk.c:
-	  set_thresholds now let the user free the thresolds. (P.S.: When
-	  you set twice the thresholds for a path in check disk (like using
-	  -C followed by -p ) it overrides them. All new elements are
-	  created with np_add_parameter which initialises the thresholds to
-	  NULL.)
+	* lib/tests/test_utils.c: Try to make IRIX happy (this fixes a
+	similar warning in Solaris)
 
-2008-02-13 04:18  dermoth
+2009-01-07  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1929] NEWS:
-	  News, nothing else.
+	* lib/Makefile.am, lib/tests/Makefile.am: Cleanup; fix the way
+	libraries are linked; Make-It-Simple(tm)  lib/Makefile.am       |    2 +-  lib/tests/Makefile.am |   37 ++++---------------------------------  2 files changed, 5 insertions(+), 34 deletions(-)
 
-2008-02-13 04:16  dermoth
+2009-01-06  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1928] plugins/common.h:
-	  This floorf workaround is Nnot needed anymore since floorf is
-	  part of Gnulib
+	* tools/git2svn.pl: git2svn: Use --add-author-from with "git
+	set-tree"
 
-2008-02-13 04:07  dermoth
+2009-01-06  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1927] lib/tests/test_base64.c:
-	  Reverting patch to test 8-bit data: Still broken on Solaris
-	  (7-bit works as before)
+	* tools/tinderbox_build: tinderbox_build: Add --enable-libtap
+	configure option
 
-2008-02-12 12:03  dermoth
+2009-01-06  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1926] gl/Makefile.am, gl/base64.c, gl/base64.h,
-	  gl/charset.alias, gl/configmake.h, gl/floor.c, gl/floorf.c,
-	  gl/m4/base64.m4, gl/m4/floorf.m4, gl/m4/gnulib-cache.m4,
-	  gl/m4/gnulib-comp.m4, gl/m4/math_h.m4, gl/math.h, gl/math.in.h,
-	  gl/ref-add.sed, gl/ref-del.sed, gl/stdio.h, gl/stdlib.h,
-	  gl/string.h, gl/unistd.h, lib/Makefile.am, lib/base64.c,
-	  lib/base64.h, lib/tests/Makefile.am, lib/tests/test_base64.c,
-	  plugins/check_http.c, plugins/check_smtp.c:
-	  Import Gnulib floorf and base64 and removed our old base64
-	  library.
+	* tools/tinderbox_build: tinderbox_build: Clarify comment
 
-2008-02-12 11:07  dermoth
+2008-12-23  Ton Voon <tonvoon at macbook.local>
 
-	* [r1925] build-aux/config.rpath, build-aux/link-warning.h,
-	  gl/Makefile.am, gl/alloca.c, gl/alloca.in.h, gl/alloca_.h,
-	  gl/asnprintf.c, gl/asprintf.c, gl/basename.c, gl/c-strtod.c,
-	  gl/cloexec.c, gl/config.charset, gl/creat-safer.c, gl/dirname.c,
-	  gl/dirname.h, gl/dup-safer.c, gl/error.c, gl/error.h, gl/exit.h,
-	  gl/exitfail.c, gl/exitfail.h, gl/fcntl--.h, gl/fcntl-safer.h,
-	  gl/fd-safer.c, gl/float+.h, gl/float.in.h, gl/fsusage.c,
-	  gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c,
-	  gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c,
-	  gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
-	  gl/getopt.in.h, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h,
-	  gl/gettext.h, gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h,
-	  gl/localcharset.c, gl/localcharset.h, gl/m4/absolute-header.m4,
-	  gl/m4/alloca.m4, gl/m4/extensions.m4, gl/m4/float_h.m4,
-	  gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/getloadavg.m4,
-	  gl/m4/gettext.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
-	  gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/include_next.m4,
-	  gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intlmacosx.m4,
-	  gl/m4/intmax_t.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4,
-	  gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4,
-	  gl/m4/malloc.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4,
-	  gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4,
-	  gl/m4/netinet_in_h.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
-	  gl/m4/regex.m4, gl/m4/snprintf.m4, gl/m4/socklen.m4,
-	  gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4,
-	  gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strerror.m4,
-	  gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4,
-	  gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4,
-	  gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4,
-	  gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wctype.m4,
-	  gl/m4/wcwidth.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/mbchar.c,
-	  gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
-	  gl/mountlist.c, gl/mountlist.h, gl/netinet_in.in.h,
-	  gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c,
-	  gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h,
-	  gl/ref-add.sin, gl/ref-del.sin, gl/regcomp.c, gl/regex.c,
-	  gl/regex.h, gl/regex_internal.c, gl/regex_internal.h,
-	  gl/regexec.c, gl/safe-read.c, gl/safe-read.h, gl/safe-write.c,
-	  gl/safe-write.h, gl/size_max.h, gl/snprintf.c, gl/snprintf.h,
-	  gl/socket_.h, gl/stdbool.in.h, gl/stdbool_.h, gl/stdint.in.h,
-	  gl/stdint_.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strcase.h,
-	  gl/strcasecmp.c, gl/strdup.c, gl/strdup.h, gl/strerror.c,
-	  gl/string.in.h, gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c,
-	  gl/strndup.h, gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c,
-	  gl/strnlen1.h, gl/sys_socket.in.h, gl/unistd--.h,
-	  gl/unistd-safer.h, gl/unistd.in.h, gl/unistd_.h, gl/vasnprintf.c,
-	  gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c,
-	  gl/vsnprintf.h, gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h,
-	  gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h,
-	  gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h,
-	  plugins/common.h, po/Makevars:
-	  Sync to latest Gnulib
+	* plugins/check_snmp.c: Allow privproto to be passed through
+	check_snmp to snmpget. Defaults to DES for compatibility
 
-2008-02-11 21:36  tonvoon
+2008-12-03  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1924] REQUIREMENTS:
-	  Hints re: SSL features
+	* NEWS, THANKS.in, plugins/check_mrtg.c: check_mrtg: fix plugin
+	returning UNKNOWN instead of OK (bug #2378068)
 
-2008-02-11 21:23  tonvoon
+2008-12-02  Ton Voon <tonvoon at macbook.local>
 
-	* [r1923] configure.in:
-	  Added link to FAQ for redhat spopen problem
+	* tools/sfsnapshot: Updated to latest due to SF policy changes
 
-2008-01-31 11:52  dermoth
+2008-11-28  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1920] plugins-root/check_dhcp.c, plugins-root/check_icmp.c,
-	  plugins-root/pst3.c:
-	  Bump plugins-root/ to GPLv3
+	* .gitignore, Makefile.am, NEWS, configure.in,
+	lib/tests/Makefile.am, tap/Makefile.am, tap/README, tap/tap.3,
+	tap/tap.c, tap/tap.h, tap/tests/Makefile.am, tap/tests/README,
+	tap/tests/diag/Makefile.am, tap/tests/diag/test.c,
+	tap/tests/diag/test.pl, tap/tests/diag/test.t,
+	tap/tests/fail/Makefile.am, tap/tests/fail/test.c,
+	tap/tests/fail/test.pl, tap/tests/fail/test.t,
+	tap/tests/ok/Makefile.am, tap/tests/ok/ok-hash/Makefile.am,
+	tap/tests/ok/ok-hash/test.c, tap/tests/ok/ok-hash/test.pl,
+	tap/tests/ok/ok-hash/test.t, tap/tests/ok/ok-numeric/Makefile.am,
+	tap/tests/ok/ok-numeric/test.c, tap/tests/ok/ok-numeric/test.pl,
+	tap/tests/ok/ok-numeric/test.t, tap/tests/ok/ok/Makefile.am,
+	tap/tests/ok/ok/test.c, tap/tests/ok/ok/test.pl,
+	tap/tests/ok/ok/test.t, tap/tests/pass/Makefile.am,
+	tap/tests/pass/test.c, tap/tests/pass/test.pl,
+	tap/tests/pass/test.t, tap/tests/plan/Makefile.am,
+	tap/tests/plan/no-tests/Makefile.am,
+	tap/tests/plan/no-tests/test.c, tap/tests/plan/no-tests/test.pl,
+	tap/tests/plan/no-tests/test.t, tap/tests/plan/no_plan/Makefile.am,
+	tap/tests/plan/no_plan/test.c, tap/tests/plan/no_plan/test.pl,
+	tap/tests/plan/no_plan/test.t,
+	tap/tests/plan/not-enough-tests/Makefile.am,
+	tap/tests/plan/not-enough-tests/test.c,
+	tap/tests/plan/not-enough-tests/test.pl,
+	tap/tests/plan/not-enough-tests/test.t,
+	tap/tests/plan/sane/Makefile.am, tap/tests/plan/sane/test.c,
+	tap/tests/plan/sane/test.pl, tap/tests/plan/sane/test.t,
+	tap/tests/plan/skip_all/Makefile.am,
+	tap/tests/plan/skip_all/test.c, tap/tests/plan/skip_all/test.pl,
+	tap/tests/plan/skip_all/test.t,
+	tap/tests/plan/too-many-plans/Makefile.am,
+	tap/tests/plan/too-many-plans/test.c,
+	tap/tests/plan/too-many-plans/test.pl,
+	tap/tests/plan/too-many-plans/test.t,
+	tap/tests/plan/too-many-tests/Makefile.am,
+	tap/tests/plan/too-many-tests/test.c,
+	tap/tests/plan/too-many-tests/test.pl,
+	tap/tests/plan/too-many-tests/test.t, tap/tests/skip/Makefile.am,
+	tap/tests/skip/test.c, tap/tests/skip/test.pl,
+	tap/tests/skip/test.t, tap/tests/todo/Makefile.am,
+	tap/tests/todo/test.c, tap/tests/todo/test.pl,
+	tap/tests/todo/test.t: Add Libtap as a bundled library (does not
+	change any behaviour without --enable-libtap) Detects system library as pre-1.4.13 and does not install the
+	built-in library anymore Tested on:   - Linux x86_64, with and without local libtap (System libtap
+		installed) - Linux x86, with and without local libtap (System libtap NOT
+	  installed) - Solaris SPARC, with and without local libtap, with and without
+	system libtap installed
 
-2008-01-31 11:45  dermoth
+2008-11-28  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1919] plugins/common.h, plugins/netutils.h, plugins/popen.h,
-	  plugins/runcmd.h:
-	  Bump plugins/ to GPLv3 (header files)
+	* Makefile.am, configure.in, external/README,
+	lib/tests/Makefile.am, lib/tests/test_all.t,
+	lib/tests/test_base64.t, lib/tests/test_cmd.t,
+	lib/tests/test_disk.t, lib/tests/test_ini.t, lib/tests/test_opts.t,
+	lib/tests/test_tcp.t, lib/tests/test_utils.c,
+	lib/tests/test_utils.t, tools/setup: Revert inclusion of libtap into
+	  nagiosplugins (except for the NEWS file) This reverts the following commits (latest first): f3e0909, 9f16b54,
+	be8df51, f31cd40, 5270c7d, a25083f, f1bfe40, c503d85 and 6c476db
 
-2008-01-31 11:27  dermoth
+2008-11-27  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1918] plugins/negate.c, plugins/netutils.c, plugins/popen.c,
-	  plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c,
-	  plugins/utils.c:
-	  Bump plugins/ to GPLv3 (non-plugind files)
+	* tools/tinderbox_build: tinderbox: Don't alter SunOS path if we're
+	building off a repository tree SunOS make will work only out of snapshots and releases.
 
-2008-01-31 10:44  dermoth
+2008-11-26  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1917] plugins/check_overcr.c, plugins/check_pgsql.c,
-	  plugins/check_ping.c, plugins/check_procs.c,
-	  plugins/check_radius.c, plugins/check_real.c,
-	  plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
-	  plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
-	  plugins/check_ups.c, plugins/check_users.c:
-	  Bump plugin/ to GPLv3 (check_overcr to check_users)
+	* plugins-root/Makefile.am, plugins-scripts/Makefile.am,
+	plugins/Makefile.am: Fixing build breakages (I totally forgot this
+	rule was there...)
 
-2008-01-30 10:53  dermoth
+2008-11-26  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1916] plugins/check_apt.c, plugins/check_by_ssh.c,
-	  plugins/check_cluster.c, plugins/check_dig.c,
-	  plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
-	  plugins/check_fping.c, plugins/check_game.c,
-	  plugins/check_hpjd.c, plugins/check_http.c,
-	  plugins/check_ide_smart.c, plugins/check_ldap.c,
-	  plugins/check_load.c, plugins/check_mrtg.c,
-	  plugins/check_mrtgtraf.c, plugins/check_mysql.c,
-	  plugins/check_mysql_query.c, plugins/check_nagios.c,
-	  plugins/check_nt.c, plugins/check_ntp.c,
-	  plugins/check_ntp_peer.c, plugins/check_ntp_time.c,
-	  plugins/check_nwstat.c:
-	  Bump plugins/ to GPLv3 (check_apt to check_nwstat)
+	* NP-VERSION-GEN: Fix it for good now
 
-2008-01-30 09:46  dermoth
+2008-11-26  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1915] lib/utils_disk.c, lib/utils_tcp.c:
-	  details...
+	* NP-VERSION-GEN: Minor fix in NP-VERSION-GEN
 
-2008-01-30 09:38  dermoth
+2008-11-26  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1914] lib/tests/test_base64.c, lib/tests/test_cmd.c,
-	  lib/tests/test_disk.c, lib/tests/test_ini.c,
-	  lib/tests/test_tcp.c, lib/tests/test_utils.c:
-	  Bump lib/tests to GPLv3
+	* Makefile.am, NP-VERSION-GEN, configure.in,
+	plugins-root/Makefile.am, plugins-scripts/Makefile.am,
+	plugins/Makefile.am: Disable dynamic versionning for releases, and
+	allow generating version out of subversion.  This should be a definitive fix for systems with non-compilant make
+	programs as the version will be taken from $(PACKAGE_VERSION)
+	instead.  At the same time I added code for generating svn-based version
+	strings.
 
-2008-01-30 09:33  dermoth
+2008-11-25  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1913] lib/parse_ini.c, lib/utils_base.c, lib/utils_cmd.c,
-	  lib/utils_disk.c, lib/utils_tcp.c:
-	  Bump /lib to GPLv3
+	* plugins-root/Makefile.am, plugins-scripts/Makefile.am,
+	plugins/Makefile.am: Workaround to support more make programs Avoid the use of "-include". Since "include" is interpreted by
+	Automake, we have to use a special macro instead.
 
-2008-01-30 09:03  dermoth
+2008-11-25  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1912] lib/parse_ini.c:
-	  new standardized GPLv3 header (will be applied to all C files)
+	* plugins-scripts/Makefile.am: Exporting ENV vars from Makefile is
+	supported only with GNU Make. Use the shell instead.
 
-2008-01-29 10:27  dermoth
+2008-11-24  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1911] NEWS, plugins/check_ntp_peer.c:
-	  check_ntp_peer now checks for the LI_ALARM flag
+	* tools/distclean: tools/distclean: No need to bailout on distclean
+	failures
 
-2008-01-29 08:55  dermoth
+2008-11-24  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1910] NEWS:
-	  typo
+	* tools/tinderbox_build: Revert "tinderbox: Comment out additional
+	PATH conponent added for SunOS builds" This reverts commit 088452683cf881c6ed717cc559ca2eee3faa95ca.
 
-2008-01-29 08:54  dermoth
+2008-11-23  Thomas Guyot-Sionnest <dermoth at solaris.beaubien.net>
 
-	* [r1909] NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c:
-	  Fix bugs and flaws in best offset server selection of
-	  check_ntp_time and (deprecated) check_ntp
+	* tools/tinderbox_build: tinderbox: Comment out additional PATH
+	conponent added for SunOS builds
 
-2008-01-26 15:55  dermoth
+2008-11-23  Thomas Guyot-Sionnest <dermoth at solaris.beaubien.net>
 
-	* [r1908] NEWS, THANKS.in, plugins/check_ntp_peer.c,
-	  plugins/check_ntp_time.c:
-	  Fix help text of check_ntp_* (Bug #1880095)
+	* plugins-root/Makefile.am, plugins-scripts/Makefile.am,
+	plugins/Makefile.am: Avoid the use of .PHONY (target s created twice
+	and I have no idea if it's right).
 
-2008-01-15 11:34  dermoth
+2008-11-23  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1907] NEWS, plugins/check_disk.c:
-	  Fix check_disk disk usage calculation when using --group=NAME
-	  (related to bug #1348746)
+	* .gitignore: Update .gitignore to include missing file/extention
 
-2008-01-15 09:40  dermoth
+2008-11-23  Thomas Guyot-Sionnest <dermoth at aei.ca>
 
-	* [r1906] NEWS, configure.in:
-	  Add AC_SYS_LARGEFILE to configure.in (check_disk should now work
-	  with large file systems (2TB+) on all archs that supports it)
+	* .gitignore: Add .gitignore (Imported from svn:ignore)
 
-2008-01-10 07:49  dermoth
+2008-11-23  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1905] lib/tests/test_cmd.c:
-	  Add a return-code check (also test cmd_run without out/err
-	  buffers)
+	* BRANCHES, Makefile.am, NP-VERSION-GEN, NPTest.pm, acinclude.m4,
+	autogen.sh, command.cfg.in, configure.in,
+	contrib/check_adptraid.sh, contrib/check_apc_ups.pl,
+	contrib/check_appletalk.pl, contrib/check_arping.pl,
+	contrib/check_email_loop.pl, contrib/check_fan_cpq_present,
+	contrib/check_fan_fsc_present, contrib/check_frontpage,
+	contrib/check_http-with-client-certificate.c, contrib/check_hw.sh,
+	contrib/check_ica_master_browser.pl,
+	contrib/check_ica_metaframe_pub_apps.pl,
+	contrib/check_ica_program_neigbourhood.pl,
+	contrib/check_inodes-freebsd.pl, contrib/check_javaproc.pl,
+	contrib/check_joy.sh, contrib/check_log2.pl,
+	contrib/check_lotus.pl, contrib/check_mem.pl,
+	contrib/check_ms_spooler.pl, contrib/check_ora_table_space.pl,
+	contrib/check_oracle_instance.pl, contrib/check_oracle_tbs,
+	contrib/check_pfstate, contrib/check_rbl.c, contrib/check_smb.sh,
+	contrib/check_snmp_disk_monitor.pl, contrib/check_snmp_printer.pl,
+	contrib/check_snmp_process_monitor.pl, contrib/check_snmp_procs.pl,
+	contrib/check_temp_cpq, contrib/check_temp_fsc,
+	contrib/check_traceroute.pl, contrib/check_uptime.c,
+	contrib/check_vcs.pl, contrib/check_wins.pl,
+	contrib/packet_utils.pm, contrib/utils.py, doc/BRANCHING,
+	doc/developer-guidelines.sgml, lib/extra_opts.c, lib/parse_ini.c,
+	lib/tests/test_base64.c, lib/tests/test_cmd.c,
+	lib/tests/test_disk.c, lib/tests/test_ini.c, lib/tests/test_opts.c,
+	lib/tests/test_tcp.c, lib/tests/test_utils.c, lib/utils_base.c,
+	lib/utils_cmd.c, lib/utils_disk.c, lib/utils_tcp.c,
+	plugins-root/Makefile.am, plugins-root/check_dhcp.c,
+	plugins-root/check_icmp.c, plugins-root/t/check_icmp.t,
+	plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl,
+	plugins-scripts/check_disk_smb.pl,
+	plugins-scripts/check_file_age.pl, plugins-scripts/check_flexlm.pl,
+	plugins-scripts/check_ifoperstatus.pl,
+	plugins-scripts/check_ifstatus.pl, plugins-scripts/check_ircd.pl,
+	plugins-scripts/check_log.sh, plugins-scripts/check_mailq.pl,
+	plugins-scripts/check_mssql.pl, plugins-scripts/check_netdns.pl,
+	plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh,
+	plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh,
+	plugins-scripts/check_wave.pl, plugins-scripts/subst.in,
+	plugins-scripts/t/check_file_age.t, plugins-scripts/t/check_rpc.t,
+	plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in,
+	plugins/Makefile.am, plugins/check_apt.c, plugins/check_by_ssh.c,
+	plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c,
+	plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c,
+	plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
+	plugins/check_ide_smart.c, plugins/check_ldap.c,
+	plugins/check_load.c, plugins/check_mrtg.c,
+	plugins/check_mrtgtraf.c, plugins/check_mysql.c,
+	plugins/check_mysql_query.c, plugins/check_nagios.c,
+	plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c,
+	plugins/check_ntp_time.c, plugins/check_nwstat.c,
+	plugins/check_overcr.c, plugins/check_pgsql.c,
+	plugins/check_ping.c, plugins/check_procs.c,
+	plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c,
+	plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c,
+	plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c,
+	plugins/check_users.c, plugins/common.h, plugins/negate.c,
+	plugins/netutils.c, plugins/netutils.h, plugins/popen.c,
+	plugins/popen.h, plugins/runcmd.c, plugins/runcmd.h,
+	plugins/sslutils.c, plugins/t/check_by_ssh.t,
+	plugins/t/check_cluster.t, plugins/t/check_dig.t,
+	plugins/t/check_disk.t, plugins/t/check_dns.t,
+	plugins/t/check_dummy.t, plugins/t/check_fping.t,
+	plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
+	plugins/t/check_http.t, plugins/t/check_imap.t,
+	plugins/t/check_jabber.t, plugins/t/check_load.t,
+	plugins/t/check_mysql.t, plugins/t/check_mysql_query.t,
+	plugins/t/check_nagios.t, plugins/t/check_ntp.t,
+	plugins/t/check_ping.t, plugins/t/check_pop.t,
+	plugins/t/check_procs.t, plugins/t/check_smtp.t,
+	plugins/t/check_snmp.t, plugins/t/check_swap.t,
+	plugins/t/check_tcp.t, plugins/t/check_time.t,
+	plugins/t/check_udp.t, plugins/t/check_users.t, plugins/t/negate.t,
+	plugins/urlize.c, plugins/utils.c, plugins/utils.h, test.pl.in,
+	tools/README, tools/git2svn.pl, tools/mini_epn.c, tools/setup,
+	tools/tinderbox_build: Removing CVS/SVN tags and replacing with
+	git-based versioning For contrib/, full tags have been imported from
+	subversion git-svn-id:
 
-2008-01-09 04:27  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1904] tools/tinderbox_build:
-	  make test-debug generate lots of false errors in tinderbox.
-	  Turning off until we find a solution (so al least we can watch
-	  the tinderbox for breakages again)
+2008-11-20  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2008-01-08 23:08  psychotrahe
+	* plugins/check_disk.c: Add comment to recent check_disk patch git-svn-id:
 
-	* [r1903] plugins/check_dns.c:
-	  Fixed reverse lookup damaged by previous commit
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2088 f882894a-f735-0410-b71e-b25c423dba1c
 
-2008-01-08 16:05  tonvoon
+2008-11-19  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1902] plugins/t/check_dns.t:
-	  Changed default test values for check_dns (using nagios.com)
+	* lib/parse_ini.c, lib/utils_base.c, lib/utils_disk.c,
+	plugins-root/check_dhcp.c, plugins-root/check_icmp.c,
+	plugins-root/pst3.c, plugins/check_apt.c, plugins/check_cluster.c,
+	plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
+	plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
+	plugins/check_ldap.c, plugins/check_mrtg.c, plugins/check_mysql.c,
+	plugins/check_nagios.c, plugins/check_ntp.c,
+	plugins/check_ntp_peer.c, plugins/check_ntp_time.c,
+	plugins/check_nwstat.c, plugins/check_pgsql.c,
+	plugins/check_ping.c, plugins/check_radius.c, plugins/check_smtp.c,
+	plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c,
+	plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c,
+	plugins/netutils.c, plugins/popen.c, plugins/urlize.c: Bulk EOL
+	cleanup $ git diff --ignore-space-change|diffstat  0 files changed git-svn-id:
 
-2008-01-08 11:57  tonvoon
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1901] plugins/t/check_ftp.t, plugins/t/check_imap.t,
-	  plugins/t/check_jabber.t, plugins/t/check_pop.t,
-	  plugins/t/check_tcp.t:
-	  Reverted commits 1898 and 1899 due to reversion of 1879
+2008-11-19  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2008-01-08 11:51  tonvoon
+	* NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c: Fixed buffer
+	overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265) git-svn-id:
 
-	* [r1900] NEWS, plugins/check_tcp.c:
-	  Reverted commit 1879 where an invalid hostname returns UNKNOWN -
-	  back to CRITICAL
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2086 f882894a-f735-0410-b71e-b25c423dba1c
 
-2008-01-08 11:35  dermoth
+2008-11-19  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1899] plugins/t/check_imap.t, plugins/t/check_jabber.t,
-	  plugins/t/check_pop.t:
-	  more r1879 fixes
+	* NEWS, THANKS.in, lib/utils_disk.c, plugins/check_disk.c: 
+	check_disk: rerpopulate the mount list after doing a stat() on paths
+	specified with -p for better automount support.  NB: There's a memory leak here - properly freeing the mount list
+	    would invlove much more work - there's many other places where leaks
+	    can happen so it should be a project on its own.  git-svn-id:
 
-2008-01-08 11:27  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2085 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1898] plugins/t/check_ftp.t, plugins/t/check_tcp.t:
-	  Fix test breakages for commit r1879: check_tcp now returns
-	  UNKNOWN with an invalid hostname on command line
+2008-11-14  Ton Voon <tonvoon at users.sourceforge.net>
 
-2008-01-08 02:06  hweiss
+	* tools/sfupload: Helper script to upload tarballs to SF and create
+	md5sum git-svn-id:
 
-	* [r1897] plugins-root/check_icmp.c:
-	  Hide some debug output which was printed even without "-v" (under
-	  certain circumstances).
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2081 f882894a-f735-0410-b71e-b25c423dba1c
 
-2008-01-08 01:51  hweiss
+2008-11-11  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1896] plugins-root/check_icmp.c:
-	  Fix the handling of ICMP packets which are not echo replies (such
-	  as destination unreachable messages) or which are not directed at
-	  us.
+	* doc/developer-guidelines.sgml: Updated tinderbox link git-svn-id:
 
-2008-01-08 01:43  hweiss
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2080 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1895] plugins-root/check_icmp.c:
-	  Get rid of a cast which increases the required alignment.
+2008-11-08  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2008-01-08 01:40  hweiss
+	* NEWS, plugins/check_nt.c: Add missing long options for check_nt
+	(for use with extra-opts) Extra-opts (ini files) requires long-options for setting up
+	arguments. Added the missing ones for check_nt so that it can be
+	properly used with extra-opts.  git-svn-id:
 
-	* [r1894] plugins-root/check_icmp.c:
-	  Mark some constant strings "const".
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2079 f882894a-f735-0410-b71e-b25c423dba1c
 
-2008-01-07 02:04  hweiss
+2008-11-08  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1893] plugins/netutils.c:
-	  Support "[IPv6]" address syntax.
+	* NEWS, plugins/check_disk.c, plugins/check_dns.c,
+	plugins/check_ide_smart.c, plugins/check_mrtg.c,
+	plugins/check_mrtgtraf.c, plugins/check_mysql_query.c,
+	plugins/check_nt.c: Fix long options parsing in check_disk,
+	check_dns, check_mrtg and check_mrtgtraf (check_tcp was done in an
+	earlier commit) git-svn-id:
 
-2008-01-07 01:59  hweiss
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2078 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1892] plugins/check_http.c:
-	  My assumption that "-H example.com:80" didn't work (see my
-	  previous commit) was wrong, it worked if used together with "-I".
-	  So, here's support for "-H [IPv6]:port", "-H [IPv6]", "-H IPv6",
-	  "-H IPv4:port", "-H IPv4", and "-H host:port".
+2008-11-08  Ton Voon <tonvoon at users.sourceforge.net>
 
-2008-01-06 19:45  hweiss
+	* THANKS.in: Added Jan for check_http method patch git-svn-id:
 
-	* [r1891] plugins/check_http.c:
-	  Remove support for specifying the port number using "-H
-	  example.com:80". Since this didn't work anyway (because ":80"
-	  wasn't stripped from the "host_name" after extracting the
-	  "server_port"), nobody can be using this syntax, and it prevents
-	  "-H" from accepting IPv6 addresses (neufeind - 1865082). IMO,
-	  fixing it to recognize both ":80" and IPv6 addresses isn't worth
-	  it, as the ":80" syntax doesn't seem very useful for Nagios
-	  plugins (given the way how they are usually called in Nagios
-	  command definitions).
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2077 f882894a-f735-0410-b71e-b25c423dba1c
 
-2008-01-06 15:44  dermoth
+2008-11-08  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1890] lib/tests/test_base64.c:
-	  Fix base64 test (known string wasn't null-terminated)
+	* NEWS, THANKS.in, plugins/check_http.c, plugins/tests/check_http.t: 
+	Fixed bug where extra headers and redirect caused segfault (Dieter
+	Van de Walle - 2089159) git-svn-id:
 
-2008-01-06 07:04  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2076 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1889] lib/tests/test_cmd.c:
-	  Fix tinderbox breakage
+2008-11-08  Ton Voon <tonvoon at users.sourceforge.net>
 
-2008-01-06 00:10  psychotrahe
+	* NEWS, plugins/check_http.c, plugins/tests/check_http.t: check_http
+	now has options to specify the HTTP method (Jan - 2155152) git-svn-id:
 
-	* [r1888] plugins/check_ldap.c:
-	  If unspecified set LDAP_OPT_SUCCESS to LDAP_SUCCESS (Sergei
-	  Haramundanis - #1498923)
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2075 f882894a-f735-0410-b71e-b25c423dba1c
 
-2008-01-05 14:09  dermoth
+2008-11-08  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1887] NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c:
-	  Fix Bug #1862300: check_ntp_time segfault in 1.4.11 (Also apply
-	  to check_ntp)
+	* tools/setup: Fix for tar on Solaris git-svn-id:
 
-2008-01-05 01:06  psychotrahe
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2074 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1886] NEWS, THANKS.in, plugins/check_dns.c:
-	  check_dns now sorts addresses for -a support with multiple
-	  address replies (Matthias Urlichs #1724052)
+2008-11-07  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2008-01-04 22:10  psychotrahe
+	* NEWS, THANKS.in, plugins-root/check_icmp.c: check_icmp now reports
+	min and max round trip time perfdata (Steve Rader) git-svn-id:
 
-	* [r1885] plugins/check_procs.c:
-	  Cleaned check_procs usage output (Ferenc Wagner #1862218)
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2073 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-21 14:19  hweiss
+2008-11-05  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1884] plugins-root/check_icmp.c:
-	  Fix INADDR_NONE value (for systems which don't define it).
+	* NEWS, plugins/check_tcp.c: Fix check_tcp longoptions handling git-svn-id:
 
-2007-12-21 14:17  hweiss
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2072 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1883] plugins-root/check_icmp.c:
-	  Include <sys/sockio.h> (if available) to get SIOCGIFADDR defined
-	  on Solaris.
+2008-11-05  Ton Voon <tonvoon at users.sourceforge.net>
 
-2007-12-21 13:25  hweiss
+	* lib/tests/Makefile.am: Need to add in the libgnu.la for Solaris
+	and other platforms where missing functions have been replaced by
+	GNUlib git-svn-id:
 
-	* [r1882] NEWS, THANKS.in, plugins-root/check_icmp.c:
-	  New "-s" option to specify the source IP address (thanks to
-	  Harald Jenny for providing the patch and to Patrick Cervicek for
-	  looking into it!)
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2071 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-21 04:23  dermoth
+2008-11-05  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1881] plugins/check_ldap.c:
-	  Remove c formating from translated strings (makes translation
-	  easier)
+	* NEWS: Missing NEWS item git-svn-id:
 
-2007-12-19 18:41  hweiss
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2070 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1880] plugins/check_ldap.c:
-	  Fix the "--help" output.
+2008-11-05  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-12-19 10:08  tonvoon
+	* lib/extra_opts.c, lib/tests/test_opts.c: Fix calculation of
+	extra-opts parameters.  By reading the current list instead of the additional one when
+	counting parameters, extra-opts calculation was allocating
+	insuficient space for the final array if later sections contained
+	more arguments than the sum of all previously parsed sections.  git-svn-id:
 
-	* [r1879] NEWS, plugins/check_tcp.c:
-	  check_tcp now returns UNKNOWN with an invalid hostname on command
-	  line
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2069 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-17 11:47  tonvoon
+2008-11-05  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1877] NEWS, THANKS.in, plugins/check_nt.c:
-	  Add check_nt -v INSTANCES (Alessandro Ren)
+	* Makefile.am, NEWS, configure.in: Fixed libtap dependency issue.
+	Warning: will install tap into lib directories if ./configure
+	--enable-libtap is used, but as development tool, will be okay git-svn-id:
 
-2007-12-13 23:17  tonvoon
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2068 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1876] plugins/check_nwstat.c:
-	  Fixed help output (Christian Mies)
+2008-11-05  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-12-13 23:12  tonvoon
+	* plugins/t/check_http.t: Fix check_http test (altinity.com
+	redirects now).  git-svn-id:
 
-	* [r1875] NEWS:
-	  NEWS edited for consistent grammar
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2067 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-13 22:39  tonvoon
+2008-11-04  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1873] BUGS, ChangeLog, NEWS, configure.in, package.def:
-	  Preparation for 1.4.11
+	* lib/tests/test_ini.c, lib/tests/test_opts.c: Fixed the test (not
+	the bug yet) and added similar one to test_ini (that one works) git-svn-id:
 
-2007-12-13 22:22  tonvoon
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2066 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1872] NEWS, THANKS.in, plugins-root/Makefile.am:
-	  Fixed VPATH problem in plugins-root (Tom Payerle - 1789000)
+2008-11-04  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-12-13 22:09  tonvoon
+	* lib/tests/test_opts.c: Corrected test_opts plan git-svn-id:
 
-	* [r1871] NEWS, perlmods/Nagios-Plugin-0.21.tar.gz,
-	  perlmods/Nagios-Plugin-0.22.tar.gz:
-	  Update to latest Nagios::Plugin
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2065 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-12 08:52  dermoth
+2008-11-04  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1867] ., gl, lib, lib/tests, plugins:
-	  Add build files/binaries to the svn:ignore propt
+	* lib/tests/plugins.ini, lib/tests/test_opts.c: Adding extra-opts
+	check that crash on my prod servers (*** glibc detected ***
+	malloc(): memory corruption: 0x0804e248 ***) git-svn-id:
 
-2007-12-12 01:27  tonvoon
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2064 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1866] Makefile.am, NEWS, lib/Makefile.am,
-	  lib/tests/Makefile.am, perlmods/Makefile.am,
-	  plugins-scripts/Makefile.am, plugins/Makefile.am,
-	  tools/tinderbox_build:
-	  Run tinderbox builds in a test debug mode using "make test-debug"
+2008-11-04  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-12-11 13:54  dermoth
+	* NEWS, lib/parse_ini.c, lib/tests/plugin.ini: Make extra-opts (C
+	plugins) behave more like N::P:   N::P allows both '#' and ';' for comments. Extra-opts used to
+	  allow only '#', it now allows both (';' is the standard for ini
+	  files) Extra-opts does not allow trailing comments anymore (like
+	N::P) git-svn-id:
 
-	* [r1865] plugins/t/check_ntp.t:
-	  D'oh! single escape will be handled by Perl....
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2063 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-11 13:31  dermoth
+2008-11-04  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1864] plugins/check_ntp_peer.c, plugins/t/check_ntp.t:
-	  - Fix check_ntp_peer returning misleading information when an
-	  ICMP message came back - Try to fix some servers apparently
-	  exanding the ~ in threshold ranges in t/check_ntp.t
+	* NEWS, THANKS.in, plugins/check_ups.c: check_ups now sends a LOGOUT
+	string (debian bug #387001) git-svn-id:
 
-2007-12-11 12:05  tonvoon
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2062 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1863] lib/tests/test_cmd.c:
-	  Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep).
-	  Added extra test for missing command - should drop into
-	  STATE_UNKNOWN
+2008-10-22  Matthias Eble <psychotrahe at users.sourceforge.net>
 
-2007-12-11 10:58  tonvoon
+	* BUGS, NEWS, plugins-scripts/check_ifoperstatus.pl: 
+	check_ifoperstatus -n flag now works as expected (sf.net #1569488)
+	check_ifoperstatus now supports ifType based lookup for ifIndex git-svn-id:
 
-	* [r1862] lib/tests/Makefile.am:
-	  Add verbose flag so each test result is seen, rather than grouped
-	  by test
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2061 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-11 05:57  dermoth
+2008-10-21  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1861] plugins-root/check_icmp.c, plugins/check_cluster.c,
-	  plugins/check_http.c, plugins/check_mrtgtraf.c,
-	  plugins/check_ntp.c, plugins/check_ntp_peer.c,
-	  plugins/check_ntp_time.c:
-	  Adding missing function calls needed for i18n (only for plugins
-	  already in POTFILES.in)
+	* NEWS, tools/tinderbox_build: Updated tinderbox server git-svn-id:
 
-2007-12-10 08:10  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2060 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1860] po/fr.po:
-	  Some corrections
+2008-10-05  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-12-10 07:52  dermoth
+	* NEWS, plugins/check_users.c: check-users thresholds was >= rather
+	than > as documented.  git-svn-id:
 
-	* [r1859] plugins/check_cluster.c, plugins/check_mysql.c,
-	  plugins/check_radius.c, plugins/check_snmp.c,
-	  plugins/check_swap.c, plugins/negate.c, po/de.po, po/fr.po,
-	  po/nagios-plugins.pot:
-	  Plenty of french translations (and a few fixes BTW) - No more
-	  fuzzy french translations - Only (!) 355 strings to translate
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2059 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-10 04:00  dermoth
+2008-09-25  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1858] plugins/check_ntp.c, plugins/check_ntp_peer.c,
-	  plugins/check_ntp_time.c:
-	  OOPS! Last commit should have included these files.
+	* BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for
+	1.4.13 git-svn-id:
 
-2007-12-10 03:40  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2057 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1857] po/de.po, po/fr.po, po/nagios-plugins.pot:
-	  D'autres translations - Err, I mean more translations :)
+2008-09-25  Ton Voon <tonvoon at users.sourceforge.net>
 
-2007-12-10 02:30  dermoth
+	* plugins/tests/check_http.t: Fix small test failure git-svn-id:
 
-	* [r1856] po/fr.po:
-	  More translations
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2056 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-10 02:10  dermoth
+2008-09-25  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1855] po/de.po, po/fr.po, po/nagios-plugins.pot:
-	  re-update the po files
+	* doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Moving project
+	administration documents to nagiosplugins.org site git-svn-id:
 
-2007-12-10 02:07  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2055 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1854] plugins/check_ntp_peer.c, po/fr.po:
-	  Some translations
+2008-09-02  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-12-10 01:50  psychotrahe
+	* plugins/check_ntp_peer.c: Typo git-svn-id:
 
-	* [r1853] po/de.po, po/fr.po, po/nagios-plugins.pot:
-	  Localization updates for recent changes
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2054 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-10 01:13  psychotrahe
+2008-09-02  Holger Weiss <hweiss at users.sourceforge.net>
 
-	* [r1852] plugins/check_http.c:
-	  Fix output when response time is critical. Thanks to Nobuhiro Ban
-	  (patch #1817228)
+	* THANKS.in, plugins/check_http.c: Some HTTP server
+	applications/configurations cause trouble if the port is explicitly
+	specified in our "Host:" header line.  Therefore, we now specify the
+	port only if we're using a non-default port (Erik Wasser - 2082501).  git-svn-id:
 
-2007-12-10 00:19  psychotrahe
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2053 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1851] NEWS, plugins/check_load.c, plugins/t/check_load.t:
-	  Fixed check_load argument handling when passing non triplet
-	  thresholds. Thanks to Jonathan Kamens (bug #1831890)
+2008-09-02  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-12-09 23:36  dermoth
+	* NEWS, plugins/check_ntp_peer.c: Fix possible segfault in
+	check_ntp_peer with deliberately invalid packets git-svn-id:
 
-	* [r1850] po/POTFILES.in, po/de.po, po/fr.po,
-	  po/nagios-plugins.pot:
-	  Gettin' ready for some translation frenzy :)
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2052 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-09 17:15  dermoth
+2008-09-01  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1849] po/de.po, po/fr.po, po/nagios-plugins.pot:
-	  update po files and fix a few French translations
+	* NEWS, plugins/check_ntp_peer.c, plugins/check_ntp_time.c: 
+	check_ntp_peer/check_ntp_time used to show port in --help but
+	ignored the argument - now implemented.  git-svn-id:
 
-2007-12-08 16:34  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2051 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1848] NEWS, plugins/check_disk.c:
-	  Fix check_disk reporting OK if disk usage grows over 100% (bug
-	  #1348746).
+2008-09-01  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-12-04 12:57  dermoth
+	* NEWS, THANKS.in, plugins/check_http.c: Revert "Re-structure the
+	HTTP 1.1 headers to prevent 301s on servers with virtual hosts" This reverts commit 2030 git-svn-id:
 
-	* [r1847] plugins/check_ntp_time.c:
-	  Interesting... For some reason it did not take this (patch barfed
-	  on it and I thought I had fixed it already)...
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2050 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-12-04 12:38  dermoth
+2008-09-01  Holger Weiss <hweiss at users.sourceforge.net>
 
-	* [r1846] NEWS, plugins/Makefile.am, plugins/check_ntp_peer.c,
-	  plugins/check_ntp_time.c, plugins/t/check_ntp.t:
-	  Merge changes from branches/dermoth_ntp_rework
-	  (check_ntp_peer/check_ntp_time)
-	  
-	  NEWS | 13 plugins/Makefile.am | 8 plugins/check_ntp_peer.c | 628
-	  ++++++++++++++++-------------------------------
-	  plugins/check_ntp_time.c | 323 ++----------------------
-	  plugins/t/check_ntp.t | 92 +++++-
+	* plugins/check_http.c: Under some circumstances, the 'url' path of
+	a redirection target missed a leading slash.  While this was fixed
+	later on, the incomplete 'url' was used for redirection loop
+	detection and error messages.  This is now fixed by adding the
+	missing slash immediately.  git-svn-id:
 
-2007-12-04 12:27  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2049 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1843] plugins/check_ntp_peer.c, plugins/check_ntp_time.c:
-	  Add the new checks as check_ntp copies to keep full plug-in
-	  history
+2008-08-25  Ton Voon <tonvoon at users.sourceforge.net>
 
-2007-12-04 11:14  dermoth
+	* plugins/tests/check_http.t: Fix HTTP::Daemon::VERSION to get a
+	fixed header size for tests (Sven Nierlein) git-svn-id:
 
-	* [r1838] plugins/check_ntp.c:
-	  missing word in comment block.
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2048 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-11-23 04:21  dermoth
+2008-08-25  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1830] NEWS, plugins/check_ntp.c:
-	  - Use max_state_alt in check_ntp to fix some issues with the
-	  latest commits. - Roll back the stratum check as there were
-	  issues with it and a better one is already implemented in
-	  check_ntp_peer (about to be included)
+	* plugins/tests/check_http.t: Updated with more tests re: multiple
+	status codes (Sven Nierlein) git-svn-id:
 
-2007-11-23 04:18  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2047 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1829] plugins/utils.c, plugins/utils.h:
-	  Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead
-	  of OK.
+2008-08-25  Holger Weiss <hweiss at users.sourceforge.net>
 
-2007-11-11 16:29  dermoth
+	* NEWS, THANKS.in, plugins/check_http.c, plugins/tests/check_http.t: 
+	The "-e" option now accepts a comma-delimited list of expected
+	status lines (Sven Nierlein - 1894496).  git-svn-id:
 
-	* [r1827] NEWS, plugins/check_cluster.c, plugins/check_snmp.c:
-	  Fix broken usage2 in check_snmp and check_cluster Fix
-	  check_cluster blocking some special characters for thresholds
-	  ("-", "@", "~")
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2046 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-11-10 17:37  dermoth
+2008-08-22  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1822] plugins/check_ntp.c:
-	  Fix newly added stratum check (has to be decreased by one when
-	  using normal NTP packets versus control packets)
+	* plugins/tests/check_http.t, plugins/tests/var/root: Added HTTP
+	tests for status codes git-svn-id:
 
-2007-11-09 23:24  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2045 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1819] lib/tests/test_base64.c:
-	  Adding svn:keywords props
+2008-08-21  Ton Voon <tonvoon at users.sourceforge.net>
 
-2007-11-09 22:01  dermoth
+	* configure.in: Only include extra-opts tests if libtap is enabled git-svn-id:
 
-	* [r1818] configure.in, lib/tests/Makefile.am,
-	  lib/tests/test_base64.c, lib/tests/test_base64.t,
-	  tools/distclean:
-	  Adding test for base64 lib
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2044 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-11-09 21:17  dermoth
+2008-08-21  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1817] lib/Makefile.am, lib/base64.c, lib/base64.h,
-	  plugins/check_http.c, plugins/check_smtp.c:
-	  Moved base64 function to /lib.
+	* NEWS: Note re: --enable-libtap git-svn-id:
 
-2007-11-09 18:24  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2043 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1816] lib/utils_tcp.h:
-	  Nothing to see here...
+2008-08-21  Ton Voon <tonvoon at users.sourceforge.net>
 
-2007-11-09 17:21  dermoth
+	* lib/tests/Makefile.am, lib/tests/test_all.t,
+	lib/tests/test_base64.t, lib/tests/test_cmd.t,
+	lib/tests/test_disk.t, lib/tests/test_ini.t, lib/tests/test_opts.t,
+	lib/tests/test_tcp.t, lib/tests/test_utils.c,
+	lib/tests/test_utils.t: Correctly link to included libtap. Simplify
+	invoking test scripts.  Removed basename test as we should use
+	base_name from GNUlib which is tested separately git-svn-id:
 
-	* [r1815] THANKS.in:
-	  Credits of check_snmp fix for bug #1815362 (CVE-2007-5623)
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2042 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-11-09 16:05  dermoth
+2008-08-21  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1814] plugins/check_snmp.c:
-	  Fix check_snmp buffer overflow (CVE-2007-5623)
-	  
-	  This patch comes from the Gentoo Portage tree but I couldn't find
-	  the author. I sent an email and will give credits when I get an
-	  answer.
+	* tools/tinderbox_build: Fix regexp of version number of snapshot git-svn-id:
 
-2007-11-09 13:08  dermoth
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2041 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1813] plugins/check_ssh.c:
-	  Close the socket on all exits (not just the OK one)
+2008-08-21  Ton Voon <tonvoon at users.sourceforge.net>
 
-2007-11-09 13:06  dermoth
+	* Makefile.am: Remove .svn files in distribution git-svn-id:
 
-	* [r1812] plugins/check_snmp.c:
-	  Fix missing \n in --help output
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2040 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-10-25 21:06  dermoth
+2008-08-21  Ton Voon <tonvoon at users.sourceforge.net>
 
-	* [r1811] NEWS, plugins/check_ntp.c:
-	  check_ntp now return UNKNOWN instead of WARNING if jitter is
-	  unavailable. If no offset threshold is specified and the offset
-	  is unavailable, will return UNKNOWN as well.
+	* tools/setup: Renamed altered tap file to nagios-plugins git-svn-id:
 
-2007-10-25 20:43  tonvoon
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2039 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1810] plugins-root/check_dhcp.c, plugins/check_ping.c,
-	  plugins/check_ups.c, tools/sync_website:
-	  Automatically update website with --help output. Cosmetic fixes
-	  for some help output
+2008-08-21  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-10-24 15:08  hweiss
+	* plugins/check_ntp_peer.c: Nothing git-svn-id:
 
-	* [r1809] THANKS.in, plugins/check_snmp.c:
-	  Hide the SNMP community string (and v3 passwords) from error
-	  messages (Bernhard Fischer on nagiosplug-devel@)
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2038 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-10-15 06:52  tonvoon
+2008-08-21  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1808] doc/RELEASING:
-	  Add reparagraph option to make ChangeLog output bit prettier
+	* plugins/check_ntp_peer.c: Misplaced comment git-svn-id:
 
-2007-10-14 22:19  hweiss
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2037 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1807] plugins/check_http.c:
-	  Fix a possible segfault if using "-f follow" and the server sends
-	  a forged "LLLLocation" header prefixed with multiple "L"s
-	  (fabiodds - 1813346)
+2008-08-21  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-10-11 04:21  dermoth
+	* plugins/check_ntp_peer.c: Complete rewrite of the extract_value
+	function The original one was flawed (easy to trigger segfaults) and did not
+	allow some whitespaces as permitted by rfc1305. This one has been
+	troughfully tested with tap (the testing code might get included
+	later) git-svn-id:
 
-	* [r1806] NEWS, plugins/check_ntp.c:
-	  Add stratum thresholds support for check_ntp (feature request
-	  #1703823)
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2036 f882894a-f735-0410-b71e-b25c423dba1c
 
-2007-10-11 02:56  dermoth
+2008-08-21  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-	* [r1805] plugins/check_ntp.c:
-	  Use provided threshold functions (no functionnal change apart the
-	  check for overlaping thresholds)
+	* lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_opts.c: Typos in
+	comments git-svn-id:
 
-2007-10-02 13:51  hweiss
+	https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2035 f882894a-f735-0410-b71e-b25c423dba1c
 
-	* [r1804] NEWS, plugins/check_http.c:
-	  Fix regression in 1.4.10 where following redirects to relative
-	  URLs on virtual hosts failed if both "-H" and "-I" were specified
-	  (noted by Rodrigo A. G. Schichaschwili on nagiosplug-devel@)
+2008-08-16  Thomas Guyot-Sionnest <dermoth at users.sourceforge.net>
 
-2007-09-29 10:03  tonvoon

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list