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

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Sat Sep 29 02:44:36 CEST 2007


Revision: 1801
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1801&view=rev
Author:   tonvoon
Date:     2007-09-28 17:44:36 -0700 (Fri, 28 Sep 2007)

Log Message:
-----------
Prep for 1.4.10

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

Modified: nagiosplug/trunk/BUGS
===================================================================
--- nagiosplug/trunk/BUGS	2007-09-26 10:57:44 UTC (rev 1800)
+++ nagiosplug/trunk/BUGS	2007-09-29 00:44:36 UTC (rev 1801)
@@ -6,20 +6,17 @@
 
 1724055 - check_dns: does not sort address data
 1681516 - output too verbose for various checks
-1637767 - check_ping on FreeBSD 5.4 fails
-1595449 - check_procs bus error on Solaris 8,9,10
-1541340 - check_procs won't execute on Solaris 9 x86
+1670261 - check_snmp might require snmpget with LD_LIBRARY_PATH
+1569488 - check_ifoperstatus.pl: -n option does't work (help required!)
 1523748 - check_disk should error if warn range is subset of critical
 1498923 - check_ldap build error on Solaris 9
 1480574 - check_disk missing -lm on Solaris
 1478287 - check_dns fails with CNAMEs
 1469468 - signal handler in popen.c is broken
-1466426 - check_ldaps doesn't default to port 636
-1447642 - check_ping segfault on Sol 10
 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
-1291987 - urlize useragent does not work
+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

Modified: nagiosplug/trunk/ChangeLog
===================================================================
--- nagiosplug/trunk/ChangeLog	2007-09-26 10:57:44 UTC (rev 1800)
+++ nagiosplug/trunk/ChangeLog	2007-09-29 00:44:36 UTC (rev 1801)
@@ -1,572 +1,1102 @@
-2007-06-03 16:58  psychotrahe
+2007-09-26 10:57  hweiss
 
-	* lib/tests/test_tcp.c: Minor corrections to test_tcp.c
+	* [r1800] NEWS, plugins/check_radius.c:
+	  Drop the weird and undocumented behaviour of using positional
+	  argument
+	  parsing instead of getopt(3) if 8 command line arguments were
+	  given (as
+	  suggested by Matthias) and check whether all required arguments
+	  have
+	  been specified in order to spit out proper error messages and to
+	  avoid a
+	  possible segfault (as suggested by Thomas).
 
-2007-06-03 16:14  psychotrahe
+2007-09-26 04:16  dermoth
 
-	* lib/tests/Makefile.am: Makefile.am changes for test_tcp.c
+	* [r1799] NEWS, THANKS.in, plugins/check_ntp.c:
+	  Patch #1798774: check_ntp: honor ntp flags
 
-2007-06-03 16:00  psychotrahe
+2007-09-24 19:34  tonvoon
 
-	* configure.in, lib/tests/test_tcp.c, lib/tests/.cvsignore,
-	  lib/tests/test_tcp.t: Added test cases for utils_tcp
+	* [r1798] perlmods, perlmods/Nagios-Plugin-0.20.tar.gz,
+	  perlmods/Nagios-Plugin-0.21.tar.gz:
+	  Update N::P with new version, redirecting help, version and usage
+	  to
+	  stdout
 
-2007-06-03 15:40  psychotrahe
+2007-09-24 18:51  tonvoon
 
-	* lib/utils_tcp.c, lib/utils_tcp.h, lib/Makefile.am,
-	  plugins/check_tcp.c, NEWS: Moved check_tcp's expect string
-	  testing into utils_tcp for testing purposes.	Added -A/--all flag
-	  to test for every expect string passed.
+	* [r1796] doc/developer-guidelines.sgml:
+	  State that stderr should not have any output
 
-2007-06-02 00:11  hweiss
+2007-09-24 00:30  hweiss
 
-	* BUGS, NEWS: Fix possible check_http segfaults when following HTTP
-	  redirects.
+	* [r1794] NEWS, configure.in, plugins/netutils.c:
+	  Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups
+	  (noted by
+	  Mark Frost on nagios-users@)
 
-2007-06-02 00:08  hweiss
+2007-09-23 12:29  psychotrahe
 
-	* plugins/check_http.c: Fix an off-by-one error where a realloc(3)
-	  call doesn't allocate space for nul-termination (Aravind
-	  Gottipati - 1729692)
+	* [r1793] plugins/check_disk.c, plugins/negate.c:
+	  Removed some c99 style comments
 
-2007-06-01 23:57  hweiss
+2007-09-23 12:26  psychotrahe
 
-	* plugins/sslutils.c: Call the SSL library initialization functions
-	  only once (not for every SSL connection).
+	* [r1792] NEWS, plugins/check_by_ssh.c:
+	  Added multiline output capability to check_by_ssh. Thanks to
+	  Matthias Flacke (#1769653)
 
-2007-06-01 18:06  hweiss
+2007-09-23 11:18  psychotrahe
 
-	* plugins/sslutils.c: Save an entire CPU cycle if c points to NULL
-	  already.
+	* [r1791] BUGS:
+	  removed solved issues
 
-2007-06-01 17:42  hweiss
+2007-09-23 11:03  psychotrahe
 
-	* plugins/sslutils.c: Set the pointers to the SSL and SSL_CTX
-	  objects back to NULL after freeing them in np_net_ssl_cleanup().
-	  This fixes a check_http segfault if an SSL site redirects to a
-	  non-SSL one (reported by Aravind Gottipati via IRC).
+	* [r1790] REQUIREMENTS:
+	  Added radiusclient-ng support to requirement notes
 
-2007-05-29 21:01  psychotrahe
+2007-09-23 10:58  psychotrahe
 
-	* plugins/check_tcp.c: Fix segfault when -e is specified multiple
-	  times. Thanks to John Rouillard and Ralph Roessner (#1475899)
+	* [r1789] NEWS, plugins/check_disk.c:
+	  Fixed bug: stat was called on remote fs even if -l was given
+	  Added -L option to call stat on remote fs but without threshold
+	  comparison
 
-2007-05-29 20:11  psychotrahe
+2007-09-23 09:48  psychotrahe
 
-	* plugins/check_tcp.c: No more warn/crit values in performance data
-	  if -w and -c are not specified.  Thanks to Simon Bellwood
-	  (#1181554)
+	* [r1788] NEWS, THANKS.in, configure.in, plugins/check_radius.c:
+	  Added radiusclient-ng support for check_radius. Thanks to
+	  Sebastien Guay (#1218438)
 
-2007-05-29 06:22  dermoth
+2007-09-22 17:48  psychotrahe
 
-	* NEWS, plugins/check_snmp.c: check_snmp don't warn anymore if
-	  something is printed on stderr
+	* [r1787] lib/utils_disk.c, lib/utils_tcp.c, plugins/check_disk.c:
+	  substituted bool/true/false with int/TRUE/FALSE (discussed on
+	  np-devel)
 
-2007-05-29 05:25  dermoth
+2007-09-22 17:40  psychotrahe
 
-	* plugins/check_snmp.c: change a bunch of whitespaces (no code was
-	  harmed)
+	* [r1786] NEWS, lib/tests/test_disk.c, lib/utils_disk.c,
+	  lib/utils_disk.h, plugins/check_disk.c, plugins/t/check_disk.t:
+	  Added -i/-I to ignore pathes/partitions based on regular
+	  expressions
+	  Added check_disk -A selecting all filesystems
+	  -E option must now be passed before -p or -r/-R
+	  Passing -E after -p or -r results in UNKNOWN state
+	  Fixed bug when mixing case sensitive and insensitive regexes
 
-2007-05-27 15:49  psychotrahe
+2007-09-22 03:00  dermoth
 
-	* THANKS.in, plugins-scripts/check_oracle.sh: check_oracle does not
-	  need a valid ORACLE_HOME if called with --db. Thanks to Jason
-	  Martin (#1505551)
+	* [r1785] NEWS, plugins/negate.c, plugins/t/negate.t:
+	  Rewrite the "map changes to return codes" patch nearly from
+	  scratch.
 
-2007-05-27 14:46  seanius
+2007-09-21 23:01  tonvoon
 
-	* lib/utils_base.c, lib/utils_base.h, plugins-root/check_dhcp.c,
-	  plugins-root/check_icmp.c: added functions to utils_base:
+	* [r1784] NEWS, configure.in, lib/Makefile.am,
+	  lib/tests/Makefile.am, lib/tests/test_cmd.c,
+	  lib/tests/test_cmd.t, lib/utils_cmd.c, lib/utils_cmd.h,
+	  plugins/Makefile.am, plugins/negate.c, plugins/t/negate.pl,
+	  plugins/t/negate.t:
+	  Stop double expansion of parameters for negate - works like
+	  time command now
+
+2007-09-21 05:05  dermoth
+
+	* [r1783] plugins/check_disk.c:
+	  My solaris box needs %llu to display 64bits integers.
+
+2007-09-21 04:59  dermoth
+
+	* [r1782] plugins/check_disk.c:
+	  - Added some variables at verbose==3
+	  - Removed support for verbose<0 (-q). -q was broken and tried to
+	  to the same as -e.
+	  - -q in now an undocumented alias of -e (for
+	  backward-compatibility).
+	  NB: Long help text for -d was already missing.
+	  - Reordered the switches so that:
+	    a. less-important ones are in alphabetical order
+	  b. short and long help orders match.
+	  - Enclosed "-p | -x" inside braces instead of brackets as one or
+	  the other is required.
+
+2007-09-17 08:19  tonvoon
+
+	* [r1781] Makefile.am:
+	  Include directories and files required for perl modules
+
+2007-09-15 14:25  hweiss
+
+	* [r1780] NEWS, plugins/check_smtp.c:
+	  Properly handle SMTP server responses which are split into
+	  multiple
+	  packets (noted by Chris Adams on nagiosplug-help@). TODO: The new
+	  recvline()/recvlines() functions should buffer received data
+	  instead of
+	  reading one byte at a time and they should be moved to netutils.c
+	  so
+	  that other plugins can use them, too.
+
+2007-09-15 11:55  hweiss
+
+	* [r1779] NEWS, plugins-root/check_icmp.c:
+	  Correct all instances of misaligned memory access. This fixes bus
+	  erros
+	  on platforms which require alignment (such as SPARC and MIPS).
+
+2007-09-15 11:34  hweiss
+
+	* [r1778] tools/devmode:
+	  Remove "-Wtraditional" from our development GCC flags. We use
+	  ANSI C.
+
+2007-09-13 11:36  tonvoon
+
+	* [r1777] Makefile.am, configure.in, perlmods,
+	  perlmods/Class-Accessor-0.31.tar.gz,
+	  perlmods/Config-Tiny-2.10.tar.gz, perlmods/Makefile.am,
+	  perlmods/Math-Calc-Units-1.06.tar.gz,
+	  perlmods/Nagios-Plugin-0.20.tar.gz,
+	  perlmods/Params-Validate-0.88.tar.gz,
+	  perlmods/Test-Simple-0.70.tar.gz, perlmods/install_order,
+	  tools/build_perl_modules:
+	  Adding in optional Nagios::Plugin perl module (and
+	  dependencies) compilation and installation
+
+2007-08-28 03:19  dermoth
+
+	* [r1771] contrib/check_apc_ups.pl, contrib/check_appletalk.pl,
+	  contrib/check_linux_raid.pl, contrib/check_snmp_procs.pl:
+	  These plugins assumed the "use lib util.pm;" would be substituted
+	  like standard Perl plugins (in plugins-scripts) which isn't the
+	  case in contrib. I changed the "use lib" line to use the default
+	  path. People using custom paths will have to change it manually.
+
+2007-08-09 12:32  hweiss
+
+	* [r1770] plugins/check_disk.c:
+	  Don't use C++ style comments (noted by Johannes Kingma on
+	  nagiosplug-help@)
+
+2007-07-31 14:47  hweiss
+
+	* [r1769] plugins/check_smtp.c:
+	  Read the response to an SMTP QUIT command before closing the
+	  socket
+	  (noted by Dieter Hendricks on nagiosplug-help@)
+
+2007-07-29 12:42  hweiss
+
+	* [r1768] lib/utils_base.c:
+	  Don't use C++ style comments.
+
+2007-07-27 15:49  hweiss
+
+	* [r1767] tools/tinderbox_build:
+	  If the TMPDIR environment variable is set, use that instead of
+	  "/tmp" as
+	  the installation directory.
+
+2007-07-26 17:32  hweiss
+
+	* [r1766] NEWS, plugins-root/check_dhcp.c:
+	  The "--serverip" and "--requestedip" options now accept host
+	  names, too.
+	  This doesn't quite fit the option names and so far I haven't
+	  changed the
+	  "--help" output which currently only talks about IP addresses.
+	  However,
+	  I don't see why resolving host names should not be supported.
+	  
+	  Also note that for the moment, I added a quick'n'dirty
+	  resolve_host()
+	  function which should really go into netutils.c. I just wanted to
+	  think
+	  about its interface a bit more before providing such a function
+	  globally.
+
+2007-07-26 12:38  hweiss
+
+	* [r1765] NEWS, plugins-root/check_dhcp.c:
+	  New "-m, --mac" option which allows for specifying the MAC
+	  address to
+	  use in the DHCP request.
+
+2007-07-26 00:46  hweiss
+
+	* [r1764] plugins-root/check_dhcp.c:
+	  Make sure strncpy(3)d buffers are nul-terminated.
+
+2007-07-26 00:07  hweiss
+
+	* [r1763] plugins-root/check_dhcp.c:
+	  A few minor fixes/improvements which were included with (but
+	  unrelated
+	  to) the "--unicast" patch (Andreas Ericsson and Heiti Ernits -
+	  1218235)
+
+2007-07-26 00:02  hweiss
+
+	* [r1762] NEWS, THANKS.in, configure.in, plugins-root/check_dhcp.c:
+	  New "-u, --unicast" option which gives check_dhcp the ability to
+	  mimic a
+	  DHCP relay server in order to check remote subnets (Heiti Ernits
+	  and
+	  Andreas Ericsson - 1218235)
+
+2007-07-24 00:35  tonvoon
+
+	* [r1761] .cvsignore, build-aux/.cvsignore, doc/.cvsignore,
+	  gl/.cvsignore, intl/.cvsignore, lib/.cvsignore,
+	  lib/tests/.cvsignore, m4/.cvsignore, pkg/solaris/.cvsignore,
+	  plugins-root/.cvsignore, plugins-scripts/.cvsignore,
+	  plugins/.cvsignore, plugins/t/.cvsignore, po/.cvsignore:
+	  Removing all .cvsignore files
+
+2007-07-24 00:35  tonvoon
+
+	* [r1760] tools/sfsnapshot, tools/sfwebcron:
+	  Updated to use svn instead of cvs
+
+2007-07-21 16:29  hweiss
+
+	* [r1759] NEWS, plugins/check_http.c:
+	  Add "Connection: close" to the HTTP request header, which tells
+	  HTTP/1.1
+	  servers to close the connection after completion of the response.
+	  This
+	  should be compatible with HTTP/1.0, as HTTP/1.0 allows for custom
+	  header
+	  fields which should be ignored if not recognized by the server.
+	  With
+	  some server configurations, the server would keep the connection
+	  alive
+	  without this header line (despite the plugin requesting
+	  HTTP/1.0),
+	  resulting in the plugin running into either the server's or it's
+	  own
+	  timeout (reported by Roman Schliessmeyer and Jesse Morgan via
+	  IRC).
+
+2007-07-15 15:21  psychotrahe
+
+	* [r1758] THANKS.in, plugins/check_procs.c:
+	  Make ps column count in zombie detection less restrictive. Thanks
+	  to Andrew Elwell (#1280470)
+
+2007-07-14 19:36  psychotrahe
+
+	* [r1757] THANKS.in, plugins/check_smtp.c:
+	  Fixed segfault in argument processing. Thanks to Christoph Schell
+	  (#1742066)
+
+2007-07-14 18:30  psychotrahe
+
+	* [r1756] THANKS.in, plugins/check_ntp.c:
+	  check_ntp: Fixed typo in typo in argument sanity check. Thanks to
+	  Aurelien Bompard (#1753506)
+
+2007-07-10 20:45  psychotrahe
+
+	* [r1755] NEWS, plugins/check_disk.c:
+	  Added examples for new features to check_disk
+
+2007-07-10 20:18  psychotrahe
+
+	* [r1754] NEWS, plugins/check_disk.c, plugins/t/check_disk.t:
+	  Check_disk now calls stat() for all filesystems to check.
+	  Check_disk prints an strerror() message if the call of stat()
+	  fails.
+
+2007-07-07 22:20  psychotrahe
+
+	* [r1753] plugins/check_ldap.c:
+	  Added -v/--verbose argument to call ldap_perror() for detailed
+	  messages on failure.
+
+2007-07-07 12:02  psychotrahe
+
+	* [r1752] plugins/utils.c:
+	  Changed output order of print_revision
+	  print_revision now uses clean_revstring
+
+2007-07-07 11:55  psychotrahe
+
+	* [r1751] plugins-scripts/utils.pm.in:
+	  Changed print_revision output order in utils.pm
+
+2007-07-07 11:54  psychotrahe
+
+	* [r1750] plugins-scripts/check_file_age.pl:
+	  substituted $ID$ through $Revision$ in print_revision call
+
+2007-07-07 11:40  psychotrahe
+
+	* [r1749] plugins-scripts/check_log.sh,
+	  plugins-scripts/check_oracle.sh, plugins-scripts/utils.sh.in:
+	  Changed order in -V/--version output
+	  Fixed -V output for check_log and check_oracle
+
+2007-07-06 23:03  psychotrahe
+
+	* [r1748] doc/developer-guidelines.sgml:
+	  Added hint to avoid using the boolean type in C as discussed on
+	  the devel list
+
+2007-06-20 11:09  psychotrahe
+
+	* [r1747] plugins/check_ldap.c:
+	  Fixed default behaviour of check_ldaps
+
+2007-06-20 11:00  psychotrahe
+
+	* [r1746] NEWS, plugins/check_ldap.c:
+	  Clarified check_ldaps behaviour. New arguments to explicitly
+	  select secure connect behaviour (--starttls/--ssl).
+
+2007-06-20 09:01  psychotrahe
+
+	* [r1745] plugins/check_cluster.c:
+	  added -V/--version to check_cluster
+
+2007-06-18 20:20  psychotrahe
+
+	* [r1744] REQUIREMENTS, configure.in, plugins, plugins/.cvsignore:
+	  Make Linux specific plugin check_ide_smart build if appropriate
+	  headers are found
+
+2007-06-17 19:34  hweiss
+
+	* [r1743] plugins/check_http.c:
+	  Minor fixes.
+
+2007-06-17 19:22  hweiss
+
+	* [r1742] NEWS, plugins/check_http.c:
+	  Fix buffer overflow vulnerabilities when parsing HTTP redirect
+	  'Location:' strings using sscanf(3) (Nobuhiro Ban - 1687867)
+
+2007-06-15 18:37  hweiss
+
+	* [r1741] plugins/check_http.c:
+	  When following redirects, the plugin supported 'Location:' header
+	  fields
+	  which spanned multiple lines. However, it was not checked whether
+	  extra
+	  lines are preceeded with white space, which could lead to the
+	  following
+	  header field name being interpreted as the value of the
+	  'Location:'
+	  field if the latter was empty for some reason.
+
+2007-06-15 18:31  hweiss
+
+	* [r1740] plugins/check_http.c:
+	  `host_name' is a NULL pointer if the "-I" flag is used instead of
+	  "-H",
+	  so use `server_address' instead. Fixes a possible segfault when
+	  following redirects to relative URLs (reported by Ingo
+	  Lantschner).
+
+2007-06-13 09:43  psychotrahe
+
+	* [r1739] plugins/check_ide_smart.c:
+	  Fixed some syntax errors to make check_ide_smart build
+
+2007-06-12 23:18  hweiss
+
+	* [r1738] plugins/check_by_ssh.c:
+	  Add "-v" to help/usage output.
+
+2007-06-12 07:13  psychotrahe
+
+	* [r1737] plugins/popen.c:
+	  Removed debug line
+
+2007-06-11 20:54  psychotrahe
+
+	* [r1736] THANKS.in, plugins/popen.c:
+	  Fixed problem with popen.c not parsing --longopt='foo bar'
+	  correctly (Daniel Bimschas #1291987)
+
+2007-06-04 09:07  tonvoon
+
+	* [r1735] THANKS.in:
+	  Removed duplicate names
+
+2007-06-04 08:58  tonvoon
+
+	* [r1733] BUGS, ChangeLog, NEWS, configure.in, package.def:
+	  For 1.4.9 release
+
+2007-06-03 15:58  psychotrahe
+
+	* [r1732] lib/tests/test_tcp.c:
+	  Minor corrections to test_tcp.c
+
+2007-06-03 15:14  psychotrahe
+
+	* [r1731] lib/tests/Makefile.am:
+	  Makefile.am changes for test_tcp.c
+
+2007-06-03 15:00  psychotrahe
+
+	* [r1730] configure.in, lib/tests, lib/tests/.cvsignore,
+	  lib/tests/test_tcp.c, lib/tests/test_tcp.t:
+	  Added test cases for utils_tcp
+
+2007-06-03 14:40  psychotrahe
+
+	* [r1729] NEWS, lib/Makefile.am, lib/utils_tcp.c, lib/utils_tcp.h,
+	  plugins/check_tcp.c:
+	  Moved check_tcp's expect string testing into utils_tcp for
+	  testing purposes.
+	  Added -A/--all flag to test for every expect string passed.
+
+2007-06-01 23:11  hweiss
+
+	* [r1728] BUGS, NEWS:
+	  Fix possible check_http segfaults when following HTTP redirects.
+
+2007-06-01 23:08  hweiss
+
+	* [r1727] plugins/check_http.c:
+	  Fix an off-by-one error where a realloc(3) call doesn't allocate
+	  space
+	  for nul-termination (Aravind Gottipati - 1729692)
+
+2007-06-01 22:57  hweiss
+
+	* [r1726] plugins/sslutils.c:
+	  Call the SSL library initialization functions only once (not for
+	  every
+	  SSL connection).
+
+2007-06-01 17:06  hweiss
+
+	* [r1725] plugins/sslutils.c:
+	  Save an entire CPU cycle if c points to NULL already.
+
+2007-06-01 16:42  hweiss
+
+	* [r1724] plugins/sslutils.c:
+	  Set the pointers to the SSL and SSL_CTX objects back to NULL
+	  after
+	  freeing them in np_net_ssl_cleanup(). This fixes a check_http
+	  segfault
+	  if an SSL site redirects to a non-SSL one (reported by Aravind
+	  Gottipati
+	  via IRC).
+
+2007-05-29 20:01  psychotrahe
+
+	* [r1723] plugins/check_tcp.c:
+	  Fix segfault when -e is specified multiple times. Thanks to John
+	  Rouillard and Ralph Roessner (#1475899)
+
+2007-05-29 19:11  psychotrahe
+
+	* [r1722] plugins/check_tcp.c:
+	  No more warn/crit values in performance data if -w and -c are not
+	  specified.
+	  Thanks to Simon Bellwood (#1181554)
+
+2007-05-29 05:22  dermoth
+
+	* [r1721] NEWS, plugins/check_snmp.c:
+	  check_snmp don't warn anymore if something is printed on stderr
+
+2007-05-29 04:25  dermoth
+
+	* [r1720] plugins/check_snmp.c:
+	  change a bunch of whitespaces (no code was harmed)
+
+2007-05-27 14:49  psychotrahe
+
+	* [r1719] THANKS.in, plugins-scripts/check_oracle.sh:
+	  check_oracle does not need a valid ORACLE_HOME if called with
+	  --db. Thanks to Jason Martin (#1505551)
+
+2007-05-27 13:46  seanius
+
+	* [r1718] lib/utils_base.c, lib/utils_base.h,
+	  plugins-root/check_dhcp.c, plugins-root/check_icmp.c:
+	  added functions to utils_base:
 	  np_check_if_root() - returns nonzero if geteuid()==0
 	  np_warn_if_not_root() - uses the above to print an informative
-	  warning added uses of these functions to check_dhcp and
-	  check_icmp.
+	  warning
+	  added uses of these functions to check_dhcp and check_icmp.
 
-2007-05-24 09:53  tonvoon
+2007-05-24 08:53  tonvoon
 
-	* plugins/t/negate.pl: Test for new functionality in negate (not
-	  automatically run in make test)
+	* [r1717] plugins/t/negate.pl:
+	  Test for new functionality in negate (not automatically run in
+	  make test)
 
-2007-05-24 09:35  tonvoon
+2007-05-24 08:35  tonvoon
 
-	* plugins/: check_dummy.c, t/check_dummy.t: Tests for check_dummy
+	* [r1716] plugins/check_dummy.c, plugins/t/check_dummy.t:
+	  Tests for check_dummy
 
-2007-05-23 09:22  dermoth
+2007-05-23 08:22  dermoth
 
-	* plugins/check_http.c, po/de.po, po/fr.po, NEWS,
-	  po/nagios-plugins.pot: Update many strings in check_http to get
-	  more consistent output Update translation files; fix all
-	  check_http changes in French and most changes in German.
+	* [r1715] NEWS, plugins/check_http.c, po/de.po, po/fr.po,
+	  po/nagios-plugins.pot:
+	  Update many strings in check_http to get more consistent output
+	  Update translation files; fix all check_http changes in French
+	  and most changes in German.
 
-2007-05-18 08:17  dermoth
+2007-05-18 07:17  dermoth
 
-	* plugins/t/check_tcp.t: Make check_tcp.t compatible with picky web
-	  servers.
+	* [r1714] plugins/t/check_tcp.t:
+	  Make check_tcp.t compatible with picky web servers.
 
-2007-05-13 21:02  hweiss
+2007-05-13 20:02  hweiss
 
-	* plugins/check_http.c: Add missing options to the usage output.
+	* [r1713] plugins/check_http.c:
+	  Add missing options to the usage output.
 
-2007-05-13 13:28  psychotrahe
+2007-05-13 12:28  psychotrahe
 
-	* THANKS.in, plugins-root/check_dhcp.c: check_dhcp now adds
-	  mandatory end option (Thanks to Enrico Scholz - #1675306)
+	* [r1712] THANKS.in, plugins-root/check_dhcp.c:
+	  check_dhcp now adds mandatory end option (Thanks to Enrico Scholz
+	  - #1675306)
 
-2007-05-12 08:45  psychotrahe
+2007-05-12 07:45  psychotrahe
 
-	* plugins/check_cluster.c: Fixed glibc error caused in utils_base.c
-	  due to uninitialized thresholds struct (spotted on ubundu 6.06
-	  LTS).
+	* [r1711] plugins/check_cluster.c:
+	  Fixed glibc error caused in utils_base.c due to uninitialized
+	  thresholds struct (spotted on ubundu 6.06 LTS).
 
-2007-05-12 01:49  tonvoon
+2007-05-12 00:49  tonvoon
 
-	* ABOUT-NLS, configure.in, build-aux/mkinstalldirs: Updating
-	  gettext files from coreutils-6.9. mkinstalldirs needs to be in
+	* [r1710] ABOUT-NLS, build-aux/mkinstalldirs, configure.in:
+	  Updating gettext files from coreutils-6.9. mkinstalldirs needs to
+	  be in
 	  build-aux for some systems without gettext natively. Also have at
-	  top level, though gettext documentation says file not neceesary
+	  top level,
+	  though gettext documentation says file not neceesary
 
-2007-05-09 10:16  psychotrahe
+2007-05-09 09:16  psychotrahe
 
-	* plugins/check_ups.c: small typo in --help
+	* [r1709] plugins/check_ups.c:
+	  small typo in --help
 
-2007-05-09 10:09  psychotrahe
+2007-05-09 09:09  psychotrahe
 
-	* THANKS.in, plugins/check_ups.c: Fixed --help output (Ask Bjoern
-	  Hansen - #1714823)
+	* [r1708] THANKS.in, plugins/check_ups.c:
+	  Fixed --help output (Ask Bjoern Hansen - #1714823)
 
-2007-05-09 09:16  psychotrahe
+2007-05-09 08:16  psychotrahe
 
-	* plugins/t/check_disk.t: added testcase to verify that old
-	  positional arguments only select one path
+	* [r1707] plugins/t/check_disk.t:
+	  added testcase to verify that old positional arguments only
+	  select one path
 
-2007-05-03 21:43  psychotrahe
+2007-05-03 20:43  psychotrahe
 
-	* ChangeLog, THANKS.in, plugins/check_disk.c: fixed backward
-	  incompatibility introduced in 1.4.8 where all partitions are
-	  selected, if path is specified as last argument (without using
-	  -p).	Thanks to Emil Michles (Emilis) on #nagios
+	* [r1706] ChangeLog, THANKS.in, plugins/check_disk.c:
+	  fixed backward incompatibility introduced in 1.4.8 where all
+	  partitions are selected,
+	  if path is specified as last argument (without using -p).
+	  Thanks to Emil Michles (Emilis) on #nagios
 
-2007-05-02 11:11  dermoth
+2007-05-02 10:11  dermoth
 
-	* tools/distclean: Making Solaris happy
+	* [r1705] tools/distclean:
+	  Making Solaris happy
 
-2007-05-02 06:30  dermoth
+2007-05-02 05:30  dermoth
 
-	* NEWS: /* Nothing */
+	* [r1704] NEWS:
+	  /* Nothing */
 
-2007-05-02 06:22  dermoth
+2007-05-02 05:22  dermoth
 
-	* plugins/check_time.c, NEWS, THANKS.in: Fix check_time returning
-	  wrong OK when time is before the epoch on some arch
+	* [r1703] NEWS, THANKS.in, plugins/check_time.c:
+	  Fix check_time returning wrong OK when time is before the epoch
+	  on some arch
 
-2007-04-28 22:57  psychotrahe
+2007-04-28 21:57  psychotrahe
 
-	* plugins/t/check_cluster.t: added test cases for check_cluster
+	* [r1702] plugins/t/check_cluster.t:
+	  added test cases for check_cluster
 
-2007-04-25 23:21  tonvoon
+2007-04-25 22:21  tonvoon
 
-	* tools/tinderbox_build: Test installs into temporary directories
+	* [r1701] tools/tinderbox_build:
+	  Test installs into temporary directories
 
-2007-04-25 23:10  tonvoon
+2007-04-25 22:10  tonvoon
 
-	* configure.in, NEWS, plugins/check_load.c, plugins/common.h,
-	  plugins/t/check_load.t: check_load can optionally divide by
-	  number of cpus
+	* [r1700] NEWS, configure.in, plugins/check_load.c,
+	  plugins/common.h, plugins/t/check_load.t:
+	  check_load can optionally divide by number of cpus
 
-2007-04-23 08:30  hweiss
+2007-04-23 07:30  hweiss
 
-	* plugins/check_ping.c: #ifdef can only test a single macro, not an
-	  expression.
+	* [r1699] plugins/check_ping.c:
+	  #ifdef can only test a single macro, not an expression.
 
-2007-04-20 18:55  hweiss
+2007-04-20 17:55  hweiss
 
-	* plugins-root/check_dhcp.c: Remove unused variables.
+	* [r1698] plugins-root/check_dhcp.c:
+	  Remove unused variables.
 
-2007-04-20 18:46  hweiss
+2007-04-20 17:46  hweiss
 
-	* plugins/check_cluster.c: Include "utils_base.h".
+	* [r1697] plugins/check_cluster.c:
+	  Include "utils_base.h".
 
-2007-04-20 18:45  hweiss
+2007-04-20 17:45  hweiss
 
-	* lib/utils_base.h: Declare print_thresholds().
+	* [r1696] lib/utils_base.h:
+	  Declare print_thresholds().
 
-2007-04-20 18:39  hweiss
+2007-04-20 17:39  hweiss
 
-	* plugins/check_cluster.c: Predeclare functions and remove unused
-	  variables.
+	* [r1695] plugins/check_cluster.c:
+	  Predeclare functions and remove unused variables.
 
-2007-04-20 18:25  hweiss
+2007-04-20 17:25  hweiss
 
-	* THANKS.in, plugins-root/check_dhcp.c: Use the 'server identifier'
-	  option instead of the 'siaddr' field as the DHCP server address;
-	  see RFC 2131, 2. (Denis Knauf - 1667488)
+	* [r1694] THANKS.in, plugins-root/check_dhcp.c:
+	  Use the 'server identifier' option instead of the 'siaddr' field
+	  as the
+	  DHCP server address; see RFC 2131, 2. (Denis Knauf - 1667488)
 
-2007-04-19 04:46  dermoth
+2007-04-19 03:46  dermoth
 
-	* configure.in, NEWS: Fix compilation of check_ldap, check_radius
-	  and check_pgsql (*ding*)
+	* [r1693] NEWS, configure.in:
+	  Fix compilation of check_ldap, check_radius and check_pgsql
+	  (*ding*)
 
-2007-04-18 20:31  hweiss
+2007-04-18 19:31  hweiss
 
-	* NEWS, plugins/check_by_ssh.c: Revert my previous change to
-	  "-S/--skip" in favour of the two options "-E/--skip-stderr" and
-	  "-S/--skip-stdout".  Both of them support omitting the number of
-	  lines to skip, in which case all output on the respective file
-	  descriptor is skipped.  "--skip" is kept as an alias for
+	* [r1692] NEWS, plugins/check_by_ssh.c:
+	  Revert my previous change to "-S/--skip" in favour of the two
+	  options
+	  "-E/--skip-stderr" and "-S/--skip-stdout". Both of them support
+	  omitting the number of lines to skip, in which case all output on
+	  the
+	  respective file descriptor is skipped. "--skip" is kept as an
+	  alias for
 	  "--skip-stdout" for backwards compatibility with recent releases.
-
+	  
 	  Also, print a message if no (non-skipped) stdout/stderr output is
-	  available.  This fixes a segfault if the remote command prints no
+	  available. This fixes a segfault if the remote command prints no
 	  output.
 
-2007-04-15 16:17  dermoth
+2007-04-15 15:17  dermoth
 
-	* plugins/check_cluster.c: Localization and help fixes (Thanks
-	  Benoit M.)
+	* [r1691] plugins/check_cluster.c:
+	  Localization and help fixes (Thanks Benoit M.)
 
-2007-04-15 10:03  dermoth
+2007-04-15 09:03  dermoth
 
-	* plugins/check_cluster.c: Cosmetic change
+	* [r1690] plugins/check_cluster.c:
+	  Cosmetic change
 
-2007-04-15 09:56  dermoth
+2007-04-15 08:56  dermoth
 
-	* contrib/check_cluster2.README: More details about the changes
+	* [r1689] contrib/check_cluster2.README:
+	  More details about the changes
 
-2007-04-15 09:50  dermoth
+2007-04-15 08:50  dermoth
 
-	* plugins/Makefile.am, plugins/check_cluster.c, NEWS: Add
-	  thresholds support for check_cluster + lots of standardization.
+	* [r1688] NEWS, plugins/Makefile.am, plugins/check_cluster.c:
+	  Add thresholds support for check_cluster + lots of
+	  standardization.
 	  Add forgotten items to NEWS.
 
-2007-04-15 07:44  dermoth
+2007-04-15 06:44  dermoth
 
-	* plugins/check_snmp.c, BUGS: Fix bug #1344584: Counter64 values
-	  not handled correctly
+	* [r1687] BUGS, plugins/check_snmp.c:
+	  Fix bug #1344584: Counter64 values not handled correctly
 
-2007-04-14 16:07  dermoth
+2007-04-14 15:07  dermoth
 
-	* BUGS: Works for me
+	* [r1686] BUGS:
+	  Works for me
 
-2007-04-14 04:09  hweiss
+2007-04-14 03:09  hweiss
 
-	* BUGS, plugins/check_by_ssh.c: Up to revision 1.35, the "-S"
-	  option skipped the specified number of lines written to stderr.
-	  With revision 1.36 and newer, "-S" skipped the specified number
-	  of lines written to stdout.  Now, "-S" skips the specified number
-	  of lines written to stderr; and if the number specified via "-S"
-	  minus the number of lines written to stderr is larger than 0, the
-	  difference is used as the number of lines written to stdout to
-	  skip.  Also, the "--help" output was fixed.  (Hector - 1675286)
+	* [r1685] BUGS, plugins/check_by_ssh.c:
+	  Up to revision 1.35, the "-S" option skipped the specified number
+	  of
+	  lines written to stderr. With revision 1.36 and newer, "-S"
+	  skipped the
+	  specified number of lines written to stdout. Now, "-S" skips the
+	  specified number of lines written to stderr; and if the number
+	  specified
+	  via "-S" minus the number of lines written to stderr is larger
+	  than 0,
+	  the difference is used as the number of lines written to stdout
+	  to skip.
+	  Also, the "--help" output was fixed. (Hector - 1675286)
 
-2007-04-13 12:38  dermoth
+2007-04-13 11:38  dermoth
 
-	* plugins/.cvsignore: ... Some CVS magic too
+	* [r1684] plugins, plugins/.cvsignore:
+	  ... Some CVS magic too
 
-2007-04-13 12:35  dermoth
+2007-04-13 11:35  dermoth
 
-	* contrib/check_cluster2.README, plugins/Makefile.am,
-	  plugins/check_cluster.c: automake magic for check_cluster
+	* [r1683] contrib/check_cluster2.README, plugins/Makefile.am,
+	  plugins/check_cluster.c:
+	  automake magic for check_cluster
 
-2007-04-11 15:43  tonvoon
+2007-04-11 14:43  tonvoon
 
-	* doc/RELEASING: Add news item to nagiosplugins.org
+	* [r1682] doc/RELEASING:
+	  Add news item to nagiosplugins.org
 
-2007-04-11 13:08  tonvoon
+2007-04-11 12:08  tonvoon
 
-	* BUGS, NEWS, AUTHORS, configure.in, package.def, ChangeLog: 1.4.8
-	  release
+	* [r1680] AUTHORS, BUGS, ChangeLog, NEWS, configure.in,
+	  package.def:
+	  1.4.8 release
 
-2007-04-10 08:17  dermoth
+2007-04-10 07:17  dermoth
 
-	* po/: POTFILES.in, de.po, fr.po, nagios-plugins.pot: Add some
-	  check_ntp translations
+	* [r1679] po/POTFILES.in, po/de.po, po/fr.po,
+	  po/nagios-plugins.pot:
+	  Add some check_ntp translations
 
-2007-04-10 08:17  dermoth
+2007-04-10 07:17  dermoth
 
-	* plugins/check_ntp.c: - Fix possibility of printing scientific
-	  numbers in perfdata - Use fperfdata function for perfdata
-	  formatting - Make the printing part a bit more flexible (similar
-	  to check_disk)
+	* [r1678] plugins/check_ntp.c:
+	  - Fix possibility of printing scientific numbers in perfdata
+	  - Use fperfdata function for perfdata formatting
+	  - Make the printing part a bit more flexible (similar to
+	  check_disk)
 
-2007-04-10 06:58  dermoth
+2007-04-10 05:58  dermoth
 
-	* po/: de.po, fr.po, nagios-plugins.pot: Hopefully this is correct.
-	  Need to make more changes so I'm commiting these.
+	* [r1677] po/de.po, po/fr.po, po/nagios-plugins.pot:
+	  Hopefully this is correct. Need to make more changes so I'm
+	  commiting these.
 
-2007-04-04 21:08  dermoth
+2007-04-04 20:08  dermoth
 
-	* plugins/check_ntp.c: Fix for getting dispersion instead of jitter
-	  on older servers (like xntpd on Solaris).
+	* [r1676] plugins/check_ntp.c:
+	  Fix for getting dispersion instead of jitter on older servers
+	  (like xntpd on Solaris).
 
-2007-04-03 18:19  hweiss
+2007-04-03 17:19  hweiss
 
-	* plugins/check_ntp.c: Fix the synchronization source selection on
-	  big-endian systems.
+	* [r1675] plugins/check_ntp.c:
+	  Fix the synchronization source selection on big-endian systems.
 
-2007-04-03 02:31  dermoth
+2007-04-03 01:31  dermoth
 
-	* plugins/check_ntp.c: Temporary fix for jitter calculation
+	* [r1674] plugins/check_ntp.c:
+	  Temporary fix for jitter calculation
 
-2007-04-02 13:39  hweiss
+2007-04-02 12:39  hweiss
 
-	* plugins/check_ntp.c: Don't rely on the assumption that the size
-	  of a READSTAT response is a multiple of
-	  sizeof(ntp_assoc_status_pair).
+	* [r1673] plugins/check_ntp.c:
+	  Don't rely on the assumption that the size of a READSTAT response
+	  is a
+	  multiple of sizeof(ntp_assoc_status_pair).
 
-2007-04-02 10:28  tonvoon
+2007-04-02 09:28  tonvoon
 
-	* lib/tests/Makefile.am: Add libgnu.a as regex functions required
+	* [r1672] lib/tests/Makefile.am:
+	  Add libgnu.a as regex functions required
 
-2007-04-02 08:32  dermoth
+2007-04-02 07:32  dermoth
 
-	* plugins/check_ntp.c: Fix byte order in verbose logging
+	* [r1671] plugins/check_ntp.c:
+	  Fix byte order in verbose logging
 
-2007-04-02 07:00  dermoth
+2007-04-02 06:00  dermoth
 
-	* plugins/check_ntp.c: Seems like we don't get any jitter
-	  sometimes. While this needs to be fixed we should at least handle
-	  it gracefully.
+	* [r1670] plugins/check_ntp.c:
+	  Seems like we don't get any jitter sometimes. While this needs to
+	  be fixed we should at least handle it gracefully.
 
-2007-04-01 15:21  psychotrahe
+2007-04-01 14:21  psychotrahe
 
-	* plugins/t/check_http.t: check_http.t: - added internet_access
-	  variable to skip tests where internet access is required.
-		 - added host_tcp_http2 variable for a webserver serving
-	  the string 'nagios' in index		      - no tests are
-	  skipped if the new vars are not defined (existing installations)
+	* [r1669] plugins/t/check_http.t:
+	  check_http.t: - added internet_access variable to skip tests
+	  where internet access is required.
+	  - added host_tcp_http2 variable for a webserver serving the
+	  string 'nagios' in index
+	  - no tests are skipped if the new vars are not defined (existing
+	  installations)
 
-2007-04-01 12:17  psychotrahe
+2007-04-01 11:17  psychotrahe
 
-	* lib/utils_disk.c: utils_disk: fixed handling if check_disk -p is
-	  a device (np_set_best_match())
+	* [r1668] lib/utils_disk.c:
+	  utils_disk: fixed handling if check_disk -p is a device
+	  (np_set_best_match())
 
-2007-03-31 19:49  hweiss
+2007-03-31 18:49  hweiss
 
-	* NEWS: Various check_ntp fixes
+	* [r1667] NEWS:
+	  Various check_ntp fixes
 
-2007-03-31 19:48  hweiss
+2007-03-31 18:48  hweiss
 
-	* plugins/check_ntp.c: Fix an out-of-bounds memcpy(3) and add a
-	  realloc(3) error check in jitter_request().
+	* [r1666] plugins/check_ntp.c:
+	  Fix an out-of-bounds memcpy(3) and add a realloc(3) error check
+	  in
+	  jitter_request().
 
-2007-03-31 18:35  hweiss
+2007-03-31 17:35  hweiss
 
-	* plugins/check_ntp.c: Add a warning to the verbose output if
-	  jitter_request() found no synchronization source.
+	* [r1665] plugins/check_ntp.c:
+	  Add a warning to the verbose output if jitter_request() found no
+	  synchronization source.
 
-2007-03-31 18:29  hweiss
+2007-03-31 17:29  hweiss
 
-	* plugins/check_ntp.c: Avoid division by zero.
+	* [r1664] plugins/check_ntp.c:
+	  Avoid division by zero.
 
-2007-03-31 18:25  hweiss
+2007-03-31 17:25  hweiss
 
-	* plugins/check_ntp.c: Remove the '-O' option, as it's ignored.
+	* [r1663] plugins/check_ntp.c:
+	  Remove the '-O' option, as it's ignored.
 
-2007-03-30 16:45  tonvoon
+2007-03-30 15:45  tonvoon
 
-	* m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of
-	  ACX_HELP_STRING
+	* [r1662] m4/np_mysqlclient.m4:
+	  Use AS_HELP_STRING instead of ACX_HELP_STRING
 
-2007-03-30 15:08  tonvoon
+2007-03-30 14:08  tonvoon
 
-	* NEWS, configure.in, m4/np_mysqlclient.m4: Fix AC_CHECK_LIB for
-	  mysql_init - add dependent libraries. mysql detection separated
-	  into external m4 file
+	* [r1661] NEWS, configure.in, m4/np_mysqlclient.m4:
+	  Fix AC_CHECK_LIB for mysql_init - add dependent libraries. mysql
+	  detection
+	  separated into external m4 file
 
-2007-03-30 10:00  psychotrahe
+2007-03-30 09:00  psychotrahe
 
-	* lib/tests/test_disk.c, plugins/t/check_disk.t: Test Cases for
-	  check_disk's -r, -R, -C and -g
+	* [r1660] lib/tests/test_disk.c, plugins/t/check_disk.t:
+	  Test Cases for check_disk's -r, -R, -C and -g
 
-2007-03-30 09:56  psychotrahe
+2007-03-30 08:56  psychotrahe
 
-	* plugins/check_disk.c: check_disk: minor fix for -C if bestmatch
-	  != -p
+	* [r1659] plugins/check_disk.c:
+	  check_disk: minor fix for -C if bestmatch != -p
 
-2007-03-30 09:53  psychotrahe
+2007-03-30 08:53  psychotrahe
 
-	* lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
+	* [r1658] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
 	  check_disk: added regex functionality -r and -R. see np-devel
 	  mail (2007-02-10)
 
-2007-03-30 09:52  psychotrahe
+2007-03-30 08:52  psychotrahe
 
-	* lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
+	* [r1657] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
 	  check_disk: added grouping functionality. see np-devel mail
 	  (2007-02-10)
 
-2007-03-30 09:48  psychotrahe
+2007-03-30 08:48  psychotrahe
 
-	* lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
+	* [r1656] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
 	  check_disk -C is more flexible now. See np-devel post
 	  (2007-02-10)
 
-2007-03-29 18:58  hweiss
+2007-03-29 17:58  hweiss
 
-	* THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix
-	  Frank - 1690697)
+	* [r1655] THANKS.in, plugins/check_mysql.c:
+	  Fix argument processing (Felix Frank - 1690697)
 
-2007-03-29 18:34  hweiss
+2007-03-29 17:34  hweiss
 
-	* plugins-root/Makefile.am: Set the "read" and "execute" bits only
-	  for "user" and "group" in order to not overwrite
-	  "--without-world-permissions" for the root plugins.
+	* [r1654] plugins-root/Makefile.am:
+	  Set the "read" and "execute" bits only for "user" and "group" in
+	  order
+	  to not overwrite "--without-world-permissions" for the root
+	  plugins.
 
-2007-03-29 11:32  tonvoon
+2007-03-29 10:32  tonvoon
 
-	* BUGS, NEWS, configure.in, package.def, ChangeLog: 1.4.7 release
+	* [r1652] BUGS, ChangeLog, NEWS, configure.in, package.def:
+	  1.4.7 release
 
-2007-03-29 11:25  tonvoon
+2007-03-29 10:25  tonvoon
 
-	* plugins/check_ntp.c: Adding help text for jitter flags
+	* [r1651] plugins/check_ntp.c:
+	  Adding help text for jitter flags
 
-2007-03-27 07:53  dermoth
+2007-03-27 06:53  dermoth
 
-	* THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 -
-	  check_icmp fails after some time on FreeBSD
+	* [r1650] THANKS.in, plugins-root/check_icmp.c:
+	  Fix bug #1494629 - check_icmp fails after some time on FreeBSD
 
-2007-03-25 14:55  tonvoon
+2007-03-25 13:55  tonvoon
 
-	* configure.in, NEWS: Reinstate --with-nagios-user/group and new
+	* [r1649] NEWS, configure.in:
+	  Reinstate --with-nagios-user/group and new
 	  --without-group-permissions ./configure options
 
 2007-03-22 17:54  hweiss
 
-	* THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to
-	  8k in order to increase I/O performance (Stefan Meier)
+	* [r1646] THANKS.in, plugins/common.h:
+	  Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/O
+	  performance (Stefan Meier)
 
 2007-03-16 12:11  gonzai
 
-	* plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq (  ||  )'
-	  constructions in check_ifoperstatus.pl.
+	* [r1642] plugins-scripts/check_ifoperstatus.pl:
+	  Fix bogus 'eq ( || )' constructions in check_ifoperstatus.pl.
 
 2007-03-12 10:51  tonvoon
 
-	* NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's
-	  timeout interval is only +1 if ping command has a timeout value.
+	* [r1639] NEWS, plugins/check_ping.c, plugins/t/check_ping.t:
+	  check_ping's timeout interval is only +1 if ping command has a
+	  timeout value.
 	  Tests updated to check for 100% packet loss (always if ping has
-	  timeout), otherwise will check for "timed out" string
+	  timeout), otherwise
+	  will check for "timed out" string
 
 2007-03-11 06:51  dermoth
 
-	* plugins-root/t/check_icmp.t: Add tests for new check_icmp switch
-	  -m
+	* [r1638] plugins-root/t/check_icmp.t:
+	  Add tests for new check_icmp switch -m
 
 2007-03-11 02:27  tonvoon
 
-	* plugins/t/check_ping.t, plugins-root/t/check_icmp.t: Converted
-	  check_ping.t to new-style testcases. Added test case for
-	  check_icmp - requires sudo access
+	* [r1637] plugins-root/t, plugins-root/t/check_icmp.t,
+	  plugins/t/check_ping.t:
+	  Converted check_ping.t to new-style testcases. Added test case
+	  for check_icmp -
+	  requires sudo access
 
 2007-03-11 01:57  tonvoon
 
-	* plugins/check_ping.c: Fixed some help display. Removed -L from
-	  usage as deprecated option
+	* [r1636] plugins/check_ping.c:
+	  Fixed some help display. Removed -L from usage as deprecated
+	  option
 
 2007-03-08 09:09  dermoth
 
-	* NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to
-	  check_icmp to set the minimum required hosts for success.
+	* [r1635] NEWS, THANKS.in, plugins-root/check_icmp.c:
+	  New switch to check_icmp to set the minimum required hosts for
+	  success.
 
 2007-03-08 06:12  dermoth
 
-	* config_test/child_test.c: Ficing C++ style comments
+	* [r1634] config_test/child_test.c:
+	  Ficing C++ style comments
 
 2007-03-08 06:09  dermoth
 
-	* plugins-root/check_icmp.c: Fixed C++ style comments, but I don't
-	  get why those lines were originally commented out.
+	* [r1633] plugins-root/check_icmp.c:
+	  Fixed C++ style comments, but I don't get why those lines were
+	  originally commented out.
 
 2007-03-06 22:45  tonvoon
 
-	* plugins/check_http.c: Fix option handling (Nobuhiro Ban -
-	  1657280)
+	* [r1632] plugins/check_http.c:
+	  Fix option handling (Nobuhiro Ban - 1657280)
 
 2007-03-06 22:29  tonvoon
 
-	* plugins/check_smtp.c: Fixed compile errors in check_smtp.c
+	* [r1631] plugins/check_smtp.c:
+	  Fixed compile errors in check_smtp.c
 
 2007-03-06 22:17  tonvoon
 
-	* NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd
-	  (Enrico Scholz - 1675279)
+	* [r1630] NEWS, THANKS.in, plugins/check_smtp.c:
+	  Fixed broken HELO cmd (Enrico Scholz - 1675279)
 
 2007-03-06 17:29  tonvoon
 
-	* NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on
-	  Solaris in preference to pst3 (problems in 64bit mode)
+	* [r1629] NEWS, configure.in, plugins/check_procs.c:
+	  Use /usr/ucb/ps on Solaris in preference to pst3 (problems in
+	  64bit mode)
 
 2007-03-06 17:26  tonvoon
 
-	* plugins/t/check_disk.t: Test failure if a filesystem which is a
-	  subset of another fails the inode check (Matthias Elbe - 1660953)
+	* [r1628] plugins/t/check_disk.t:
+	  Test failure if a filesystem which is a subset of another fails
+	  the inode
+	  check (Matthias Elbe - 1660953)
 
 2007-03-06 14:18  tonvoon
 
-	* NEWS, configure.in: Detect if check_mysql compile will work at
-	  ./configure time, due to some Redhat systems distributing
-	  mysql_config, but not the include files
+	* [r1627] NEWS, configure.in:
+	  Detect if check_mysql compile will work at ./configure time, due
+	  to some
+	  Redhat systems distributing mysql_config, but not the include
+	  files
 
 2007-03-06 11:03  tonvoon
 
-	* configure.in: Clearer message when --with-nagios-user is used for
-	  ./configure
+	* [r1626] configure.in:
+	  Clearer message when --with-nagios-user is used for ./configure
 
 2007-03-06 10:48  tonvoon
 
-	* FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root
-	  plugins installed with world executable permissions. Removed
-	  references to --with-nagios-user and --with-nagios-group in
-	  README
+	* [r1625] FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am:
+	  Root plugins installed with world executable permissions. Removed
+	  references
+	  to --with-nagios-user and --with-nagios-group in README
 
 2007-03-02 01:38  egalstad
 
-	* plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf
+	* [r1624] plugins/check_mrtgtraf.c:
+	  Fix for broken check_mrtgtraf
 
 2007-02-24 01:03  dermoth
 
-	* doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f'
-	  don't remove directories)
+	* [r1623] doc/makefile:
+	  Fix the makefile ('[[' is bash-specific, 'rm -f' don't remove
+	  directories)
 
 2007-02-14 20:56  tonvoon
 
-	* NEWS, contrib/check_sybase: check_sybase now maintained in
-	  NagiosExchange
+	* [r1622] NEWS, contrib/check_sybase:
+	  check_sybase now maintained in NagiosExchange
 
 2007-02-14 20:52  tonvoon
 
-	* plugins/check_disk.c: Fixed typo in help for -M
+	* [r1621] plugins/check_disk.c:
+	  Fixed typo in help for -M
 
 2007-02-14 10:11  tonvoon
 
-	* plugins/: check_tcp.c, t/check_tcp.t: Documentation fix re:
-	  --escape flag. Fix of ./check_tcp test to webservers to make it
-	  more standards compliant
+	* [r1620] plugins/check_tcp.c, plugins/t/check_tcp.t:
+	  Documentation fix re: --escape flag. Fix of ./check_tcp test to
+	  webservers
+	  to make it more standards compliant
 
 2007-02-09 14:35  tonvoon
 
-	* NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed
-	  MKINSTALLDIRS problem on some systems - Lars Stavholm
+	* [r1619] NEWS, THANKS.in, po, po/.cvsignore, po/Makefile.in.in:
+	  Fixed MKINSTALLDIRS problem on some systems - Lars Stavholm
 
 2007-02-07 14:46  tonvoon
 
-	* lib/: Makefile.config-opts, parse_ini.c,
-	  tests/Makefile.config-opts, tests/config-tiny.ini,
-	  tests/plugin.ini, tests/test_ini.c: Added test files to test the
-	  parse_ini.c routines. Requires libtap
+	* [r1614] lib/Makefile.config-opts, lib/parse_ini.c,
+	  lib/tests/Makefile.config-opts, lib/tests/config-tiny.ini,
+	  lib/tests/plugin.ini, lib/tests/test_ini.c:
+	  Added test files to test the parse_ini.c routines. Requires
+	  libtap
 
 2007-02-07 14:06  hweiss
 
-	* plugins/check_swap.c: Include <sys/param.h> before <sys/swap.h>
-	  in order to fix compilation on OpenBSD (nsturm - 1653934)
+	* [r1613] plugins/check_swap.c:
+	  Include <sys/param.h> before <sys/swap.h> in order to fix
+	  compilation on
+	  OpenBSD (nsturm - 1653934)
 
 2007-02-06 23:30  dermoth
 
-	* plugins/check_tcp.c: Correct vim typo in comment block :P
+	* [r1612] plugins/check_tcp.c:
+	  Correct vim typo in comment block :P
 
 2007-02-06 21:03  opensides
 
-	* plugins/check_disk.c, plugins/check_http.c,
+	* [r1611] plugins/check_disk.c, plugins/check_http.c,
 	  plugins/check_ide_smart.c, plugins/check_mrtg.c,
 	  plugins/check_mrtgtraf.c, plugins/check_overcr.c,
 	  plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po,
@@ -575,103 +1105,117 @@
 
 2007-02-06 19:33  seanius
 
-	* lib/: parse_ini.c, parse_ini.h: initial version of ini file
-	  parsing routines in C
+	* [r1610] lib/parse_ini.c, lib/parse_ini.h:
+	  initial version of ini file parsing routines in C
 
 2007-02-06 18:34  opensides
 
-	* po/Makevars:
+	* [r1609] po/Makevars:
 	  adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:
 
 2007-02-05 13:51  tonvoon
 
-	* AUTHORS, doc/RELEASING: Update list of team members. More notes
-	  on new releases
+	* [r1608] AUTHORS, doc/RELEASING:
+	  Update list of team members. More notes on new releases
 
 2007-02-05 13:13  tonvoon
 
-	* BUGS, NEWS, ChangeLog, configure.in, package.def: For 1.4.6
-	  release
+	* [r1606] BUGS, ChangeLog, NEWS, configure.in, package.def:
+	  For 1.4.6 release
 
 2007-02-02 09:10  dermoth
 
-	* plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs
-	  = TRUE
+	* [r1605] plugins/check_snmp.c:
+	  Fix parsing of multiple OIDs sets needmibs = TRUE
 
 2007-02-01 06:53  dermoth
 
-	* plugins/: check_tcp.c, t/check_jabber.t: Fix progname being
-	  partly set to upper case Change formating of invalid hostname
-	  output
+	* [r1604] plugins/check_tcp.c, plugins/t/check_jabber.t:
+	  Fix progname being partly set to upper case
+	  Change formating of invalid hostname output
 
 2007-02-01 05:37  dermoth
 
-	* NEWS: Adding NEWS entry for check_jabber
+	* [r1603] NEWS:
+	  Adding NEWS entry for check_jabber
 
 2007-02-01 05:33  dermoth
 
-	* plugins-scripts/check_log.sh: Fix bug #1593073 Check_Log problem
-	  with log rotation
+	* [r1602] plugins-scripts/check_log.sh:
+	  Fix bug #1593073 Check_Log problem with log rotation
 
 2007-01-31 22:50  tonvoon
 
-	* plugins/t/check_jabber.t: Converted to new style object and
-	  Test::More testing. Skipped jabber server tests if not defined
+	* [r1601] plugins/t/check_jabber.t:
+	  Converted to new style object and Test::More testing. Skipped
+	  jabber server
+	  tests if not defined
 
 2007-01-31 06:18  dermoth
 
-	* plugins/t/check_jabber.t: Add check_jabber test. Will ask for a
-	  jabber host (default should be OK)
+	* [r1600] plugins/t/check_jabber.t:
+	  Add check_jabber test. Will ask for a jabber host (default should
+	  be OK)
 
 2007-01-31 04:47  dermoth
 
-	* plugins/check_tcp.c: Fix Debian Bug #392610: check_jabber always
-	  return warning
+	* [r1599] plugins/check_tcp.c:
+	  Fix Debian Bug #392610: check_jabber always return warning
 
 2007-01-30 14:24  dermoth
 
-	* plugins/check_tcp.c: Jail does not requires any arguments
+	* [r1598] plugins/check_tcp.c:
+	  Jail does not requires any arguments
 
 2007-01-30 09:56  tonvoon
 
-	* config.rpath: make dist failing without config.rpath in top
-	  level. File copied from build-aux/
+	* [r1597] config.rpath:
+	  make dist failing without config.rpath in top level. File copied
+	  from build-aux/
 
 2007-01-30 05:01  dermoth
 
-	* plugins/: check_tcp.c, t/check_tcp.t: Fix reporting bug using
-	  expect, affecting (not fixing) Debian bug #392610: check_jabber
-	  always return warning
+	* [r1596] plugins/check_tcp.c, plugins/t/check_tcp.t:
+	  Fix reporting bug using expect, affecting (not fixing) Debian bug
+	  #392610: check_jabber always return warning
 
 2007-01-30 02:22  hweiss
 
-	* configure.in: grep(1) "-q" isn't portable (e.g., it won't work on
-	  Solaris 8), redirect output to /dev/null instead.
+	* [r1595] configure.in:
+	  grep(1) "-q" isn't portable (e.g., it won't work on Solaris 8),
+	  redirect
+	  output to /dev/null instead.
 
 2007-01-29 14:14  dermoth
 
-	* plugins/: check_disk.c, t/check_disk.t: Revert 1643463 (reversed
-	  disk thresholds) keeping the thresholds checks.
+	* [r1594] plugins/check_disk.c, plugins/t/check_disk.t:
+	  Revert 1643463 (reversed disk thresholds) keeping the thresholds
+	  checks.
 
 2007-01-29 12:13  hweiss
 
-	* configure.in: Automake 1.10 says: "compiling `test_disk.c' with
-	  per-target flags requires `AM_PROG_CC_C_O' in `configure.in'".
+	* [r1593] configure.in:
+	  Automake 1.10 says: "compiling `test_disk.c' with per-target
+	  flags
+	  requires `AM_PROG_CC_C_O' in `configure.in'".
 
 2007-01-29 10:06  tonvoon
 
-	* config.rpath, build-aux/config.rpath: Move config.rpath into
-	  build-aux for automake 1.10
+	* [r1592] build-aux/config.rpath, config.rpath:
+	  Move config.rpath into build-aux for automake 1.10
 
 2007-01-28 22:00  hweiss
 
-	* INSTALLING: Remove description of deprecated ./configure
-	  --with-nagios-{user,group} options.
+	* [r1591] INSTALLING:
+	  Remove description of deprecated ./configure
+	  --with-nagios-{user,group}
+	  options.
 
 2007-01-28 21:46  hweiss
 
-	* plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dig.c,
-	  plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c,
+	* [r1590] plugins-root/check_dhcp.c, plugins/check_apt.c,
+	  plugins/check_by_ssh.c, plugins/check_dig.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,
@@ -684,70 +1228,82 @@
 	  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/negate.c,
-	  plugins/urlize.c, plugins/utils.c, plugins/utils.h,
-	  plugins-root/check_dhcp.c: Don't try to print `optarg' (which
-	  will be a NULL pointer) if an unknown command line option was
-	  used, as this leads to a segfault on some systems.  The unknown
-	  option will be printed by getopt(3) anyway.  So, simply call
-	  print_usage() and exit UNKNOWN via the new usage5() instead.
+	  plugins/urlize.c, plugins/utils.c, plugins/utils.h:
+	  Don't try to print `optarg' (which will be a NULL pointer) if an
+	  unknown
+	  command line option was used, as this leads to a segfault on some
+	  systems. The unknown option will be printed by getopt(3) anyway.
+	  So,
+	  simply call print_usage() and exit UNKNOWN via the new usage5()
+	  instead.
 
 2007-01-27 21:49  dermoth
 
-	* plugins/: check_disk.c, t/check_disk.t: Fix #1643463:
-	  Miscalculating thresholds check_disk
+	* [r1589] plugins/check_disk.c, plugins/t/check_disk.t:
+	  Fix #1643463: Miscalculating thresholds check_disk
 
 2007-01-27 17:49  hweiss
 
-	* lib/utils_base.c: Change the variable names `true' and `false'
-	  (which are keywords in C99) to `yes' and `no'.  Fixes compilation
-	  when using SGI's MIPSpro c99(1).
+	* [r1588] lib/utils_base.c:
+	  Change the variable names `true' and `false' (which are keywords
+	  in C99)
+	  to `yes' and `no'. Fixes compilation when using SGI's MIPSpro
+	  c99(1).
 
 2007-01-27 17:42  hweiss
 
-	* plugins/common.h: Include GNULib's "dirname.h" in order to pull
-	  in the base_name() prototype, fixes compilation of check_procs
-	  using SGI's MIPSpro C.
+	* [r1587] plugins/common.h:
+	  Include GNULib's "dirname.h" in order to pull in the base_name()
+	  prototype, fixes compilation of check_procs using SGI's MIPSpro
+	  C.
 
 2007-01-27 16:56  hweiss
 
-	* ACKNOWLEDGEMENTS, NEWS: Fix typos.
+	* [r1586] ACKNOWLEDGEMENTS, NEWS:
+	  Fix typos.
 
 2007-01-27 16:51  hweiss
 
-	* NEWS: Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over
-	  to ssh(1) and "-q,--quiet" which tells ssh(1) to suppress
-	  warnings (Gerhard Lausser - 1472491)
+	* [r1585] NEWS:
+	  Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to
+	  ssh(1) and
+	  "-q,--quiet" which tells ssh(1) to suppress warnings (Gerhard
+	  Lausser - 1472491)
 
 2007-01-27 16:37  hweiss
 
-	* plugins-root/check_dhcp.c: Include <sys/param.h> which is a
-	  prerequisite for <sys/sysctl.h> on NetBSD and OpenBSD (at least).
+	* [r1584] plugins-root/check_dhcp.c:
+	  Include <sys/param.h> which is a prerequisite for <sys/sysctl.h>
+	  on
+	  NetBSD and OpenBSD (at least).
 
 2007-01-25 00:58  tonvoon
 
-	* Makefile.am, README, configure.in, doc/RELEASING: Update
-	  references to NEWS instead of CHANGES. Fix compile of libtap test
-	  programs
+	* [r1583] Makefile.am, README, configure.in, doc/RELEASING:
+	  Update references to NEWS instead of CHANGES. Fix compile of
+	  libtap
+	  test programs
 
 2007-01-25 00:26  tonvoon
 
-	* config.guess, config.sub, configure.in, ltmain.sh,
-	  build-aux/.cvsignore, build-aux/ltmain.sh: Use build-aux
-	  directory. Removed unnecessary checks in configure.in.  Keeping
-	  libtool to link to libtap - can't find a suitable replacement
-	  method
+	* [r1582] build-aux, build-aux/.cvsignore, build-aux/ltmain.sh,
+	  config.guess, config.sub, configure.in, ltmain.sh:
+	  Use build-aux directory. Removed unnecessary checks in
+	  configure.in.
+	  Keeping libtool to link to libtap - can't find a suitable
+	  replacement method
 
 2007-01-24 23:18  tonvoon
 
-	* ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, configure.in,
-	  doc/developer-guidelines.sgml, gl/.cvsignore,
+	* [r1581] ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath,
+	  configure.in, doc/developer-guidelines.sgml, gl, gl/.cvsignore,
 	  plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in:
 	  Various cleanups in the syncing with gnulib
 
-2007-01-24 22:46  tonvoon
+2007-01-24 22:47  tonvoon
 
-	* Makefile.am, NEWS, config.rpath, configure.in,
-	  doc/developer-guidelines.sgml, gl/Makefile.am, gl/alloca.c,
+	* [r1580] Makefile.am, NEWS, config.rpath, configure.in,
+	  doc/developer-guidelines.sgml, gl, gl/Makefile.am, gl/alloca.c,
 	  gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c,
 	  gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h,
 	  gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c,
@@ -757,22 +1313,7 @@
 	  gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c,
 	  gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
 	  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/malloc.c,
-	  gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
-	  gl/mountlist.c, gl/mountlist.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/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_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c,
-	  gl/strdup.c, gl/strdup.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/unistd--.h, gl/unistd-safer.h,
-	  gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c,
-	  gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.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,
+	  gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/m4,
 	  gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
 	  gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4,
 	  gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4,
@@ -802,7 +1343,22 @@
 	  gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4,
 	  gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4,
 	  gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4,
-	  gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4,
+	  gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.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/open-safer.c, gl/pipe-safer.c,
+	  gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
+	  gl/printf-parse.h, 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_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c,
+	  gl/strdup.c, gl/strdup.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/unistd--.h, gl/unistd-safer.h,
+	  gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c,
+	  gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.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,
 	  lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c,
 	  lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c,
 	  lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c,
@@ -817,9 +1373,9 @@
 	  lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c,
 	  lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
 	  lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h,
-	  lib/strtod.c, lib/unistd--.h, lib/unistd-safer.h,
-	  lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
-	  lib/xstrdup.c, lib/tests/Makefile.am, m4/Makefile.am.in,
+	  lib/strtod.c, lib/tests/Makefile.am, lib/unistd--.h,
+	  lib/unistd-safer.h, lib/unlocked-io.h, lib/xalloc-die.c,
+	  lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, m4/Makefile.am.in,
 	  m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4,
 	  m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4,
 	  m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4,
@@ -832,803 +1388,911 @@
 	  m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4,
 	  m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4,
 	  m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4,
-	  plugins/Makefile.am, plugins/check_smtp.c, plugins/common.h,
-	  plugins/getaddrinfo.c, plugins/getaddrinfo.h,
-	  plugins/gethostbyname.c, plugins/gethostbyname.h,
-	  plugins/netutils.h, plugins-root/Makefile.am, tools/setup,
-	  tools/update_coreutils: Sync with gnulib - lots of extraneous
-	  code removed in preference to GNU code
+	  plugins-root/Makefile.am, plugins/Makefile.am,
+	  plugins/check_smtp.c, plugins/common.h, plugins/getaddrinfo.c,
+	  plugins/getaddrinfo.h, plugins/gethostbyname.c,
+	  plugins/gethostbyname.h, plugins/netutils.h, tools/setup,
+	  tools/update_coreutils:
+	  Sync with gnulib - lots of extraneous code removed in preference
+	  to GNU code
 
 2007-01-23 18:34  hweiss
 
-	* THANKS.in, plugins/check_ssh.c: Support `check_ssh
-	  --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward
+	* [r1579] THANKS.in, plugins/check_ssh.c:
+	  Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS'
+	  for backward
 	  compatibility) (Ville Mattila - 1642780)
 
 2007-01-23 18:20  hweiss
 
-	* REQUIREMENTS: Location updates
+	* [r1578] REQUIREMENTS:
+	  Location updates
 
 2007-01-23 17:20  hweiss
 
-	* plugins/check_tcp.c: Add missing `break' to the switch-case block
-	  that handles the `-m' option (Nobuhiro Ban - 1642682)
+	* [r1577] plugins/check_tcp.c:
+	  Add missing `break' to the switch-case block that handles the
+	  `-m' option
+	  (Nobuhiro Ban - 1642682)
 
 2007-01-23 16:42  hweiss
 
-	* THANKS.in, plugins/check_radius.c: Initialize `data' to zero,
-	  fixes potential segfault (Nobuhiro Ban - 1642658)
+	* [r1576] THANKS.in, plugins/check_radius.c:
+	  Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban
+	  - 1642658)
 
 2007-01-23 14:39  hweiss
 
-	* lib/mountlist.c: Add support for statvfs(2) which is needed in
-	  order to compile the plugins on NetBSD 3.0 and newer.  The
-	  current coreutils release supports statvfs(2), so this patch
-	  won't be needed anymore when updating the coreutils files.
+	* [r1575] lib/mountlist.c:
+	  Add support for statvfs(2) which is needed in order to compile
+	  the plugins on
+	  NetBSD 3.0 and newer. The current coreutils release supports
+	  statvfs(2), so
+	  this patch won't be needed anymore when updating the coreutils
+	  files.
 
 2007-01-22 04:05  hweiss
 
-	* plugins/check_by_ssh.c: Added "-o,--ssh-option=OPTION" which
-	  hands "-o OPTION" over to ssh(1) and "-q,--quiet" which tells
-	  ssh(1) to suppress warnings (Gerhard Lausser - 1472491)
+	* [r1574] plugins/check_by_ssh.c:
+	  Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to
+	  ssh(1) and
+	  "-q,--quiet" which tells ssh(1) to suppress warnings (Gerhard
+	  Lausser - 1472491)
 
 2007-01-20 20:45  tonvoon
 
-	* doc/developer-guidelines.sgml: Updated policy on contributed
-	  plugins
+	* [r1573] doc/developer-guidelines.sgml:
+	  Updated policy on contributed plugins
 
 2007-01-20 20:06  tonvoon
 
-	* doc/: LEAVERS, NEW_STARTERS, RELEASING: Administrative notes
+	* [r1572] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING:
+	  Administrative notes
 
 2007-01-20 10:59  seanius
 
-	* plugins/check_ntp.c: compilation fixes for check_ntp.c: -
-	  check_ntp.c:290: warning: overflow in implicit constant
-	  conversion   fixed with an explicit cast to int8_t.  -
-	  check_ntp.c:544: warning: pointer of type ‘void *’ used in
-	  arithmetic   fixed by casting to ptrdiff_t before arithmetic and
-	  (void*) afterwards - in TVtoNTP64, cast arithmetic result passed
-	  to R32 as uint64_t.
+	* [r1571] plugins/check_ntp.c:
+	  compilation fixes for check_ntp.c:
+	  - check_ntp.c:290: warning: overflow in implicit constant
+	  conversion
+	  fixed with an explicit cast to int8_t.
+	  - check_ntp.c:544: warning: pointer of type ‘void *’ used in
+	  arithmetic
+	  fixed by casting to ptrdiff_t before arithmetic and (void*)
+	  afterwards
+	  - in TVtoNTP64, cast arithmetic result passed to R32 as uint64_t.
 
 2007-01-20 07:18  dermoth
 
-	* plugins/: check_http.c, check_ldap.c: Fix bug #1632091: printf
-	  format string typos. Add some more cosmetic changes.
+	* [r1570] plugins/check_http.c, plugins/check_ldap.c:
+	  Fix bug #1632091: printf format string typos. Add some more
+	  cosmetic changes.
 
 2007-01-20 06:27  dermoth
 
-	* plugins-root/check_icmp.c: Fix bug #1632078: critical threshold %
-	  incorrectly displayed by check_icmp
+	* [r1569] plugins-root/check_icmp.c:
+	  Fix bug #1632078: critical threshold % incorrectly displayed by
+	  check_icmp
 
 2007-01-20 06:07  dermoth
 
-	* CHANGES, THANKS.in, plugins/netutils.c: Fix bug #1632072 pointer
-	  error in plugins/netutils.c. Add changelog entry for previous
-	  commit.
+	* [r1568] CHANGES, THANKS.in, plugins/netutils.c:
+	  Fix bug #1632072 pointer error in plugins/netutils.c. Add
+	  changelog entry for previous commit.
 
 2007-01-17 05:28  dermoth
 
-	* THANKS.in, plugins/check_procs.c: Fix bug #1630970 Fix for buffer
-	  overflow of check_procs procprog string
+	* [r1566] THANKS.in, plugins/check_procs.c:
+	  Fix bug #1630970 Fix for buffer overflow of check_procs procprog
+	  string
 
 2007-01-08 11:05  tonvoon
 
-	* CHANGES, THANKS.in, plugins/t/check_disk.t: Added notes about
-	  check_disk perf data fix. Added test to check perf data is same
-	  when mount points reversed
+	* [r1565] CHANGES, THANKS.in, plugins/t/check_disk.t:
+	  Added notes about check_disk perf data fix. Added test to check
+	  perf data is
+	  same when mount points reversed
 
 2007-01-07 07:14  dermoth
 
-	* plugins/check_disk.c: Fix bug #1627970: check_disk performance
-	  output for more then one partition
+	* [r1564] plugins/check_disk.c:
+	  Fix bug #1627970: check_disk performance output for more then one
+	  partition
 
 2007-01-06 06:41  dermoth
 
-	* plugins/check_ping.c: Fix bug #1629008: check_ping fails to
-	  handle Packet filtered error
+	* [r1563] plugins/check_ping.c:
+	  Fix bug #1629008: check_ping fails to handle Packet filtered
+	  error
 
 2007-01-06 06:33  dermoth
 
-	* plugins/check_ping.c: Revert last patch: it works but not really
-	  for the reason I though.
+	* [r1562] plugins/check_ping.c:
+	  Revert last patch: it works but not really for the reason I
+	  though.
 
 2007-01-06 04:52  dermoth
 
-	* plugins/check_ping.c: Fix the way check_ping calculate the
-	  maximum run time
+	* [r1561] plugins/check_ping.c:
+	  Fix the way check_ping calculate the maximum run time
 
 2007-01-04 11:51  dermoth
 
-	* plugins/check_real.c: Fix bug #1574863: check_real does not
-	  accept the '-v' option
+	* [r1560] plugins/check_real.c:
+	  Fix bug #1574863: check_real does not accept the '-v' option
 
 2007-01-04 11:35  dermoth
 
-	* plugins/check_ping.c: Fix bug #1592605: check_ping times out
+	* [r1559] plugins/check_ping.c:
+	  Fix bug #1592605: check_ping times out
 
 2007-01-04 11:18  dermoth
 
-	* tools/: README, distclean: Adding my distclean script
+	* [r1558] tools/README, tools/distclean:
+	  Adding my distclean script
 
 2006-12-23 18:59  dermoth
 
-	* plugins/t/check_snmp.t: Regexps in check_snmp tests fails where
-	  they shouldn't.
+	* [r1557] plugins/t/check_snmp.t:
+	  Regexps in check_snmp tests fails where they shouldn't.
 
 2006-12-21 05:25  dermoth
 
-	* NPTest.pm: - Fixing small error (wrong file name) in NPTest.pm
+	* [r1556] NPTest.pm:
+	  - Fixing small error (wrong file name) in NPTest.pm
 	  documentation.
 
 2006-12-20 22:33  tonvoon
 
-	* CHANGES, THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
-	  Removed unused timestamp variable (Matthias Eble) Fixed
-	  redirection test. Added extra tests for funny syntax when
-	  checking certificates, updated help for more common syntax
+	* [r1555] CHANGES, THANKS.in, plugins/check_http.c,
+	  plugins/t/check_http.t:
+	  Removed unused timestamp variable (Matthias Eble)
+	  Fixed redirection test. Added extra tests for funny syntax when
+	  checking
+	  certificates, updated help for more common syntax
 
 2006-12-20 19:25  tonvoon
 
-	* lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c,
-	  plugins/t/check_disk.t: Fixed inode thresholds, regressed from
-	  previous release
+	* [r1554] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c,
+	  plugins/t/check_disk.t:
+	  Fixed inode thresholds, regressed from previous release
 
 2006-12-20 11:32  opensides
 
-	* po/: de.po, fr.po, nagios-plugins.pot:
+	* [r1553] po/de.po, po/fr.po, po/nagios-plugins.pot:
 	  updated the nagios-pulgins.pot files now that localization is
-	  clean first pass at updating the french locale
+	  clean
+	  first pass at updating the french locale
 
 2006-12-12 12:59  tonvoon
 
-	* plugins-scripts/t/utils.t: Enhanced test for single letters in
-	  fqdn
+	* [r1549] plugins-scripts/t/utils.t:
+	  Enhanced test for single letters in fqdn
 
 2006-12-12 08:56  tonvoon
 
-	* plugins-scripts/utils.pm.in: Allow single characters in fqdn
-	  (Dave Alden)
+	* [r1548] plugins-scripts/utils.pm.in:
+	  Allow single characters in fqdn (Dave Alden)
 
 2006-12-07 22:38  tonvoon
 
-	* CHANGES, THANKS.in, configure.in: Fixed HP/UX's swapinfo command
-	  for check_procs (Dick van den Burg - 1573700)
+	* [r1547] CHANGES, THANKS.in, configure.in:
+	  Fixed HP/UX's swapinfo command for check_procs (Dick van den Burg
+	  - 1573700)
 
 2006-12-07 16:07  tonvoon
 
-	* THANKS.in, plugins/check_disk.c, plugins/check_swap.c,
-	  plugins/common.h, plugins/netutils.h: Fix coredump on 64bit
-	  Solaris. Also adds more error conditions and moves swap specific
-	  includes out of common.h (Duncan Ferguson - 1588031)
+	* [r1546] THANKS.in, plugins/check_disk.c, plugins/check_swap.c,
+	  plugins/common.h, plugins/netutils.h:
+	  Fix coredump on 64bit Solaris. Also adds more error conditions
+	  and moves
+	  swap specific includes out of common.h (Duncan Ferguson -
+	  1588031)
 
 2006-12-06 20:34  tonvoon
 
-	* plugins/Makefile.am: Move SSL libs to correct order per plugin
+	* [r1545] plugins/Makefile.am:
+	  Move SSL libs to correct order per plugin
 
 2006-12-06 17:36  tonvoon
 
-	* plugins/Makefile.am: Only include -lssl for plugins that require
-	  it
+	* [r1544] plugins/Makefile.am:
+	  Only include -lssl for plugins that require it
 
 2006-12-06 17:00  tonvoon
 
-	* configure.in: Flag common compile error because of no ar on
-	  Solaris
+	* [r1543] configure.in:
+	  Flag common compile error because of no ar on Solaris
 
 2006-12-06 15:58  tonvoon
 
-	* Makefile.am: Remove CVS files from distribution
+	* [r1542] Makefile.am:
+	  Remove CVS files from distribution
 
 2006-12-06 15:53  tonvoon
 
-	* doc/developer-guidelines.sgml: Add libtool requirement for
-	  development
+	* [r1541] doc/developer-guidelines.sgml:
+	  Add libtool requirement for development
 
 2006-11-09 11:44  tonvoon
 
-	* CHANGES, THANKS.in, plugins/check_ping.c, plugins/netutils.c:
+	* [r1535] CHANGES, THANKS.in, plugins/check_ping.c,
+	  plugins/netutils.c:
 	  Reduced DNS lookups in check_ping and netutils.c in IPv6
-	  configurations (Pawel Malachowski)
+	  configurations
+	  (Pawel Malachowski)
 
 2006-11-03 15:40  tonvoon
 
-	* lib/: Makefile.am, alloca.c, alloca_.h: Add alloca files,
-	  required for *BSD
+	* [r1534] lib/Makefile.am, lib/alloca.c, lib/alloca_.h:
+	  Add alloca files, required for *BSD
 
 2006-11-01 21:15  tonvoon
 
-	* ChangeLog, configure.in, package.def: For 1.4.5 release
+	* [r1532] ChangeLog, configure.in, package.def:
+	  For 1.4.5 release
 
-2006-10-27 16:37  tonvoon
+2006-10-27 15:37  tonvoon
 
-	* plugins-scripts/: utils.pm.in, t/utils.t: More edge testcases.
-	  Allow anything if ends with a . as long as correct characters
+	* [r1531] plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in:
+	  More edge testcases. Allow anything if ends with a . as long as
+	  correct
+	  characters
 
-2006-10-26 22:32  tonvoon
+2006-10-26 21:32  tonvoon
 
-	* NPTest.pm: New test variables default to "none", so no changes
-	  required to tinderbox satelites
+	* [r1530] NPTest.pm:
+	  New test variables default to "none", so no changes required to
+	  tinderbox satelites
 
-2006-10-26 22:10  tonvoon
+2006-10-26 21:10  tonvoon
 
-	* THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if
-	  dba_free_space has no free segments (Florian Gleixner)
+	* [r1529] THANKS.in, plugins-scripts/check_oracle.sh:
+	  Fixed error if dba_free_space has no free segments (Florian
+	  Gleixner)
 
-2006-10-26 22:02  tonvoon
+2006-10-26 21:02  tonvoon
 
-	* plugins-scripts/: Makefile.am, utils.pm.in, t/utils.t: Fixed
-	  regression where hostnames with hyphens were rejected (1581402 -
-	  Holger Weiss)
+	* [r1528] plugins-scripts/Makefile.am, plugins-scripts/t/utils.t,
+	  plugins-scripts/utils.pm.in:
+	  Fixed regression where hostnames with hyphens were rejected
+	  (1581402 - Holger Weiss)
 
-2006-10-26 21:56  tonvoon
+2006-10-26 20:56  tonvoon
 
-	* contrib/tarballs/check_traffic-0.90b.tar.gz: Removing unnecessary
-	  tarball
+	* [r1527] contrib/tarballs/check_traffic-0.90b.tar.gz:
+	  Removing unnecessary tarball
 
-2006-10-26 21:51  tonvoon
+2006-10-26 20:51  tonvoon
 
-	* THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C
-	  style comments (1583467 - Markus Baertschi)
+	* [r1526] THANKS.in, plugins/check_disk.c, plugins/check_http.c:
+	  Remove C style comments (1583467 - Markus Baertschi)
 
-2006-10-24 22:54  opensides
+2006-10-24 21:54  opensides
 
-	* plugins-root/check_icmp.c:
+	* [r1525] plugins-root/check_icmp.c:
 	  more fixes and removal of certain sentences not needed
 
-2006-10-24 22:48  opensides
+2006-10-24 21:48  opensides
 
-	* plugins/check_nt.c, plugins-root/check_icmp.c:
+	* [r1524] plugins-root/check_icmp.c, plugins/check_nt.c:
 	  last localization fixes for core plugins in c
 
-2006-10-24 22:01  opensides
+2006-10-24 21:01  opensides
 
-	* plugins/check_nt.c:
+	* [r1523] plugins/check_nt.c:
 	  next round of localization fixes
 
-2006-10-24 10:48  tonvoon
+2006-10-24 09:48  tonvoon
 
-	* plugins-root/: Makefile.am, check_icmp.c: Fixed compile on
-	  non-glibc platforms
+	* [r1522] plugins-root/Makefile.am, plugins-root/check_icmp.c:
+	  Fixed compile on non-glibc platforms
 
-2006-10-24 09:34  tonvoon
+2006-10-24 08:34  tonvoon
 
-	* plugins/check_http.c: Restored accidently regressed fix
+	* [r1521] plugins/check_http.c:
+	  Restored accidently regressed fix
 
-2006-10-23 22:47  opensides
+2006-10-23 21:47  opensides
 
-	* plugins/check_http.c:
+	* [r1520] plugins/check_http.c:
 	  localization fixes
 
-2006-10-23 01:02  opensides
+2006-10-23 00:02  opensides
 
-	* plugins-root/check_icmp.c:
+	* [r1519] plugins-root/check_icmp.c:
 	  first pass a making check icmp respecting nagiosplugins rules
 
-2006-10-22 23:34  opensides
+2006-10-22 22:34  opensides
 
-	* plugins/check_nt.c:
+	* [r1518] plugins/check_nt.c:
 	  latest localization fixes for tonight ;-)
 
-2006-10-22 23:24  opensides
+2006-10-22 22:24  opensides
 
-	* plugins/check_ldap.c:
-	   localization fixes
+	* [r1517] plugins/check_ldap.c:
+	  localization fixes
 
-2006-10-22 23:14  opensides
+2006-10-22 22:14  opensides
 
-	* plugins-root/check_icmp.c:
+	* [r1516] plugins-root/check_icmp.c:
 	  putting default template for copyright and explanations
 
-2006-10-22 23:07  opensides
+2006-10-22 22:07  opensides
 
-	* plugins-root/check_icmp.c:
+	* [r1515] plugins-root/check_icmp.c:
 	  revert mistake when commiting fixes
 
-2006-10-22 23:03  opensides
+2006-10-22 22:03  opensides
 
-	* plugins/check_apt.c, plugins/check_procs.c,
-	  plugins-root/check_icmp.c:
+	* [r1514] plugins-root/check_icmp.c, plugins/check_apt.c,
+	  plugins/check_procs.c:
 	  more localization fixes
 
-2006-10-20 08:53  tonvoon
+2006-10-20 07:53  tonvoon
 
-	* plugins/check_snmp.c: Reverting back accidently regressed code
+	* [r1513] plugins/check_snmp.c:
+	  Reverting back accidently regressed code
 
-2006-10-20 08:39  opensides
+2006-10-20 07:39  opensides
 
-	* plugins/check_mrtg.c:
+	* [r1512] plugins/check_mrtg.c:
 	  more localization fixes
 
-2006-10-20 07:24  opensides
+2006-10-20 06:24  opensides
 
-	* plugins/check_apt.c, plugins-root/check_dhcp.c:
+	* [r1511] plugins-root/check_dhcp.c, plugins/check_apt.c:
 	  localization updates
 
-2006-10-20 00:56  opensides
+2006-10-19 23:56  opensides
 
-	* plugins/check_snmp.c:
+	* [r1510] plugins/check_snmp.c:
 	  adding missing check_snmp
 
-2006-10-20 00:53  opensides
+2006-10-19 23:53  opensides
 
-	* plugins/: check_radius.c, check_real.c, check_smtp.c,
-	  check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
-	  check_ups.c, check_users.c, negate.c, urlize.c:
+	* [r1509] plugins/check_radius.c, plugins/check_real.c,
+	  plugins/check_smtp.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/negate.c, plugins/urlize.c:
 	  another round of localization cleaning
 
-2006-10-19 21:04  tonvoon
+2006-10-19 20:04  tonvoon
 
-	* BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release
+	* [r1507] BUGS, ChangeLog, configure.in, package.def:
+	  For 1.4.4 release
 
-2006-10-19 20:52  tonvoon
+2006-10-19 19:52  tonvoon
 
-	* CHANGES: Added info re: 1.4.4 in prep for release
+	* [r1506] CHANGES:
+	  Added info re: 1.4.4 in prep for release
 
-2006-10-19 20:36  tonvoon
+2006-10-19 19:36  tonvoon
 
-	* THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora
-	  Core 5 (Henning Schmiedehausen)
+	* [r1505] THANKS.in, plugins/check_snmp.c:
+	  Initialise strings for Fedora Core 5 (Henning Schmiedehausen)
 
-2006-10-19 20:25  tonvoon
+2006-10-19 19:25  tonvoon
 
-	* THANKS.in, plugins/check_snmp.c: Removed asprintf for perf data
-	  (Craig Orsinger, Robby Giffin - 1310495)
+	* [r1504] THANKS.in, plugins/check_snmp.c:
+	  Removed asprintf for perf data (Craig Orsinger, Robby Giffin -
+	  1310495)
 
-2006-10-19 20:13  tonvoon
+2006-10-19 19:13  tonvoon
 
-	* THANKS.in, plugins/check_snmp.c: type variable not cleared in Sol
-	  10 (Kyle Tucker)
+	* [r1503] THANKS.in, plugins/check_snmp.c:
+	  type variable not cleared in Sol 10 (Kyle Tucker)
 
-2006-10-19 19:59  tonvoon
+2006-10-19 18:59  tonvoon
 
-	* THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
+	* [r1502] THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
 	  Redirection error if other headers beginning with L (Aravind
 	  Gottipati - 1562572)
 
-2006-10-19 19:44  tonvoon
+2006-10-19 18:44  tonvoon
 
-	* THANKS.in, plugins-scripts/utils.pm.in: Allow hostnames beginning
-	  with digits (O'Shaughnessy Evans - 1567390)
+	* [r1501] THANKS.in, plugins-scripts/utils.pm.in:
+	  Allow hostnames beginning with digits (O'Shaughnessy Evans -
+	  1567390)
 
-2006-10-19 12:56  tonvoon
+2006-10-19 11:56  tonvoon
 
-	* plugins/t/check_smtp.t: Added tests for SMTP servers without TLS
-	  and with TLS
+	* [r1500] plugins/t/check_smtp.t:
+	  Added tests for SMTP servers without TLS and with TLS
 
-2006-10-19 01:25  opensides
+2006-10-19 00:25  opensides
 
-	* plugins/: check_apt.c, check_by_ssh.c, check_dig.c, check_dns.c,
-	  check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
-	  check_http.c, check_ide_smart.c, check_ldap.c, check_load.c,
-	  check_mrtg.c, check_mrtgtraf.c, check_mysql.c,
-	  check_mysql_query.c, check_nagios.c, check_nt.c, check_ntp.c,
-	  check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
-	  check_procs.c:
-	  first pass at cleaning localization for new release first pass at
-	  making all the headre be the same licence, plugin, etc...
+	* [r1499] plugins/check_apt.c, plugins/check_by_ssh.c,
+	  plugins/check_dig.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_nwstat.c,
+	  plugins/check_overcr.c, plugins/check_pgsql.c,
+	  plugins/check_ping.c, plugins/check_procs.c:
+	  first pass at cleaning localization for new release
+	  first pass at making all the headre be the same licence, plugin,
+	  etc...
 
-2006-10-18 13:12  tonvoon
+2006-10-18 12:12  tonvoon
 
-	* plugins/: check_disk.c, t/check_disk.t: Re-added perf data to
-	  check_disk
+	* [r1498] plugins/check_disk.c, plugins/t/check_disk.t:
+	  Re-added perf data to check_disk
 
-2006-10-18 13:05  tonvoon
+2006-10-18 12:05  tonvoon
 
-	* lib/: utils_disk.h, tests/test_disk.c: Fix tests for exact
-	  matches when searching filesystems
+	* [r1497] lib/tests/test_disk.c, lib/utils_disk.h:
+	  Fix tests for exact matches when searching filesystems
 
-2006-10-18 13:03  tonvoon
+2006-10-18 12:03  tonvoon
 
-	* lib/: utils_base.c, utils_base.h: Cater for different errors when
-	  setting thresholds
+	* [r1496] lib/utils_base.c, lib/utils_base.h:
+	  Cater for different errors when setting thresholds
 
-2006-10-12 21:36  tonvoon
+2006-10-12 20:36  tonvoon
 
-	* plugins/: check_smtp.c, t/check_smtp.t: Resend EHLO after TLS
-	  negotiation as per RFC3207 (Holger Weiss - 1482832)
+	* [r1493] plugins/check_smtp.c, plugins/t/check_smtp.t:
+	  Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss -
+	  1482832)
 
-2006-10-12 15:22  tonvoon
+2006-10-12 14:22  tonvoon
 
-	* plugins/check_ntp.c: Removed extraneous comma in perf data output
+	* [r1492] plugins/check_ntp.c:
+	  Removed extraneous comma in perf data output
 
-2006-10-12 15:14  tonvoon
+2006-10-12 14:14  tonvoon
 
-	* plugins/: check_disk.c, t/check_disk.t: Remove the "- free space"
-	  if status is OK
+	* [r1491] plugins/check_disk.c, plugins/t/check_disk.t:
+	  Remove the "- free space" if status is OK
 
-2006-10-12 14:58  tonvoon
+2006-10-12 13:58  tonvoon
 
-	* NPTest.pm, THANKS.in, plugins/check_disk.c,
-	  plugins/t/check_disk.t: Fixed output from -e in check_disk
-	  (Andreas Behal)
+	* [r1490] NPTest.pm, THANKS.in, plugins/check_disk.c,
+	  plugins/t/check_disk.t:
+	  Fixed output from -e in check_disk (Andreas Behal)
 
-2006-10-02 13:09  tonvoon
+2006-10-02 12:09  tonvoon
 
-	* plugins/t/check_load.t: Fix test failure on poseidon
+	* [r1487] plugins/t/check_load.t:
+	  Fix test failure on poseidon
 
-2006-09-21 11:41  tonvoon
+2006-09-21 10:41  tonvoon
 
-	* THANKS.in, plugins/check_nwstat.c: Added perfdata for most
-	  variables and new parameters: VMU, VMF, VMP, NRMH, NRMP, NRMM,
-	  NRMS, NSS1 to NSS7 (Christian Mies)
+	* [r1480] THANKS.in, plugins/check_nwstat.c:
+	  Added perfdata for most variables and new parameters: VMU, VMF,
+	  VMP, NRMH, NRMP, NRMM, NRMS, NSS1 to NSS7 (Christian Mies)
 
-2006-09-02 21:41  seanius
+2006-09-02 20:41  seanius
 
-	* lib/utils_base.h, plugins/utils.h: - explicitly include
-	  utils_base.h from utils.h - put utils.h inside of an
-	  #ifndef/#endif
+	* [r1474] lib/utils_base.h, plugins/utils.h:
+	  - explicitly include utils_base.h from utils.h
+	  - put utils.h inside of an #ifndef/#endif
 
-2006-09-02 21:32  seanius
+2006-09-02 20:32  seanius
 
-	* plugins/check_tcp.c: - fix for warning/critical timeouts in
-	  check_tcp.c, in which the plugin   would exit with a usage error
-	  if non-int timeouts were passed.  - change
-	  --warning-time/--critical-time to just --warning/--critical,	 as
-	  it's what --help says.
+	* [r1473] plugins/check_tcp.c:
+	  - fix for warning/critical timeouts in check_tcp.c, in which the
+	  plugin
+	  would exit with a usage error if non-int timeouts were passed.
+	  - change --warning-time/--critical-time to just
+	  --warning/--critical,
+	  as it's what --help says.
 
-2006-08-14 10:04  tonvoon
+2006-08-14 09:04  tonvoon
 
-	* THANKS.in, plugins/check_disk.c: Fixed inode percent free output
-	  (Mike Emigh - 1531899)
+	* [r1469] THANKS.in, plugins/check_disk.c:
+	  Fixed inode percent free output (Mike Emigh - 1531899)
 
-2006-08-14 09:42  tonvoon
+2006-08-14 08:42  tonvoon
 
-	* plugins/t/check_ntp.t: Fixed skip of no ntp test
+	* [r1468] plugins/t/check_ntp.t:
+	  Fixed skip of no ntp test
 
-2006-08-11 09:26  tonvoon
+2006-08-11 08:26  tonvoon
 
-	* plugins/: check_ntp.c, t/check_ntp.t: Catch no responses from any
-	  server (1538341 - nmdias)
+	* [r1467] plugins/check_ntp.c, plugins/t/check_ntp.t:
+	  Catch no responses from any server (1538341 - nmdias)
 
-2006-08-03 09:14  tonvoon
+2006-08-03 08:14  tonvoon
 
-	* tools/tinderbox_build: Interpret the snapshot datestamp as GMT
+	* [r1465] tools/tinderbox_build:
+	  Interpret the snapshot datestamp as GMT
 
-2006-07-31 19:55  harpermann
+2006-07-31 18:55  harpermann
 
-	* plugins/check_nt.c: Bug: 694259 fix.	After consulting with the
-	  target service authors, we decided to keep the default port as
-	  1248 and add a note about other services sometimes using this
-	  port and suggesting to change the port.  Closing bug.
+	* [r1464] plugins/check_nt.c:
+	  Bug: 694259 fix. After consulting with the target service
+	  authors, we
+	  decided to keep the default port as 1248 and add a note about
+	  other services
+	  sometimes using this port and suggesting to change the port.
+	  Closing bug.
 
-2006-07-31 15:09  tonvoon
+2006-07-31 14:09  tonvoon
 
-	* doc/developer-guidelines.sgml: M4 requirement for developer
-	  platform
+	* [r1463] doc/developer-guidelines.sgml:
+	  M4 requirement for developer platform
 
-2006-07-29 02:43  tonvoon
+2006-07-29 01:43  tonvoon
 
-	* plugins/common.h, plugins-root/check_dhcp.c: Fix two Solaris
-	  compile problems
+	* [r1462] plugins-root/check_dhcp.c, plugins/common.h:
+	  Fix two Solaris compile problems
 
-2006-07-29 01:04  tonvoon
+2006-07-29 00:04  tonvoon
 
-	* po/POTFILES.in: Remove reference to check_udp.c
+	* [r1461] po/POTFILES.in:
+	  Remove reference to check_udp.c
 
-2006-07-29 00:59  tonvoon
+2006-07-28 23:59  tonvoon
 
-	* configure.in, plugins/Makefile.am, plugins-scripts/Makefile.am:
+	* [r1460] configure.in, plugins-scripts/Makefile.am,
+	  plugins/Makefile.am:
 	  Cleanup references to old check_udp and INSTALL_OPTS. Error if
 	  --with-nagios-user or --with-nagios-group specified for configure
 
-2006-07-28 23:44  tonvoon
+2006-07-28 22:44  tonvoon
 
-	* CHANGES, plugins/Makefile.am, plugins/check_udp.c,
-	  plugins/t/check_udp.t: check_udp.c deprecated and check_udp now
-	  linked to check_tcp. check_udp2 removed
+	* [r1459] CHANGES, plugins/Makefile.am, plugins/check_udp.c,
+	  plugins/t/check_udp.t:
+	  check_udp.c deprecated and check_udp now linked to check_tcp.
+	  check_udp2 removed
 
-2006-07-27 12:29  tonvoon
+2006-07-27 11:29  tonvoon
 
-	* doc/developer-guidelines.sgml: Example ranges (Nathan Vonnahme)
+	* [r1458] doc/developer-guidelines.sgml:
+	  Example ranges (Nathan Vonnahme)
 
-2006-07-20 00:05  tonvoon
+2006-07-19 23:05  tonvoon
 
-	* THANKS.in, configure.in: Stricter autoconf 2.60 rules (Lance
-	  Albertson - 1522900)
+	* [r1457] THANKS.in, configure.in:
+	  Stricter autoconf 2.60 rules (Lance Albertson - 1522900)
 
-2006-07-19 23:56  tonvoon
+2006-07-19 22:56  tonvoon
 
-	* plugins/common.h: Fix to add uintmax_t, for check_disk.c compile
+	* [r1456] plugins/common.h:
+	  Fix to add uintmax_t, for check_disk.c compile
 
-2006-07-19 23:37  tonvoon
+2006-07-19 22:37  tonvoon
 
-	* plugins/common.h: Fix for CHAR_MAX on Solaris 9
+	* [r1455] plugins/common.h:
+	  Fix for CHAR_MAX on Solaris 9
 
-2006-07-14 10:47  tonvoon
+2006-07-14 09:47  tonvoon
 
-	* lib/: Makefile.am, utils_base.c: Missing header files
+	* [r1454] lib/Makefile.am, lib/utils_base.c:
+	  Missing header files
 
-2006-07-14 10:43  tonvoon
+2006-07-14 09:43  tonvoon
 
-	* plugins/check_disk.c: Fix inode percents using coreutils'
-	  percentage calculation technique
+	* [r1453] plugins/check_disk.c:
+	  Fix inode percents using coreutils' percentage calculation
+	  technique
 
-2006-07-14 00:58  tonvoon
+2006-07-13 23:58  tonvoon
 
-	* CHANGES, lib/utils_base.c, lib/utils_base.h, lib/utils_disk.c,
-	  lib/utils_disk.h, lib/tests/test_utils.c, plugins/check_disk.c,
-	  plugins/t/check_disk.t: Major fixes to check_disk. Now should
-	  return same data as df
+	* [r1452] CHANGES, lib/tests/test_utils.c, lib/utils_base.c,
+	  lib/utils_base.h, lib/utils_disk.c, lib/utils_disk.h,
+	  plugins/check_disk.c, plugins/t/check_disk.t:
+	  Major fixes to check_disk. Now should return same data as df
 
-2006-07-13 13:50  tonvoon
+2006-07-13 12:50  tonvoon
 
-	* Makefile.am, configure.in, lib/Makefile.am, lib/tests/.cvsignore,
-	  lib/tests/Makefile.am, lib/tests/README, lib/tests/test_disk.c,
-	  lib/tests/test_disk.t, lib/tests/test_utils.c,
-	  lib/tests/test_utils.t, plugins/Makefile.am,
-	  plugins/check_disk.c, plugins/check_dns.c, plugins/check_mysql.c,
-	  plugins/check_mysql_query.c, plugins/utils.c, plugins/utils.h,
-	  plugins/utils_disk.c, plugins/utils_disk.h,
+	* [r1451] Makefile.am, configure.in, lib/Makefile.am, lib/tests,
+	  lib/tests/.cvsignore, lib/tests/Makefile.am, lib/tests/README,
+	  lib/tests/test_disk.c, lib/tests/test_disk.t,
+	  lib/tests/test_utils.c, lib/tests/test_utils.t,
+	  plugins/Makefile.am, plugins/check_disk.c, plugins/check_dns.c,
+	  plugins/check_mysql.c, plugins/check_mysql_query.c,
 	  plugins/tests/.cvsignore, plugins/tests/Makefile.am,
 	  plugins/tests/README, plugins/tests/test_disk.c,
 	  plugins/tests/test_disk.t, plugins/tests/test_utils.c,
-	  plugins/tests/test_utils.t: Move new util_* functions to lib/
+	  plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h,
+	  plugins/utils_disk.c, plugins/utils_disk.h:
+	  Move new util_* functions to lib/
 
-2006-07-13 09:54  tonvoon
+2006-07-13 08:54  tonvoon
 
-	* configure.in, lib/basename.c, lib/dirname.h, m4/basename.m4,
-	  m4/dos.m4, m4/np_coreutils.m4, plugins/check_procs.c,
-	  plugins/utils.c, plugins/utils.h: Using coreutils' base_name
-	  function because of portability issues with Tru64
+	* [r1450] configure.in, lib/basename.c, lib/dirname.h,
+	  m4/basename.m4, m4/dos.m4, m4/np_coreutils.m4,
+	  plugins/check_procs.c, plugins/utils.c, plugins/utils.h:
+	  Using coreutils' base_name function because of portability issues
+	  with
+	  Tru64
 
-2006-07-12 23:53  tonvoon
+2006-07-12 22:53  tonvoon
 
-	* plugins/: check_disk.c, utils_disk.c, utils_disk.h,
-	  t/check_disk.t: Added -E option for exact match of filesystem.
-	  Restructured main filesystem loop. Added extra tests for possible
-	  duplicate filesystems.
+	* [r1449] plugins/check_disk.c, plugins/t/check_disk.t,
+	  plugins/utils_disk.c, plugins/utils_disk.h:
+	  Added -E option for exact match of filesystem. Restructured main
+	  filesystem
+	  loop. Added extra tests for possible duplicate filesystems.
 
-2006-07-12 20:30  tonvoon
+2006-07-12 19:30  tonvoon
 
-	* plugins/: check_disk.c, utils_disk.c, utils_disk.h,
-	  tests/.cvsignore, tests/test_disk.c: Moving parameter_list into
-	  utils_disk.h. Given list of mount points, can now work out best
-	  match or exact match.
+	* [r1448] plugins/check_disk.c, plugins/tests,
+	  plugins/tests/.cvsignore, plugins/tests/test_disk.c,
+	  plugins/utils_disk.c, plugins/utils_disk.h:
+	  Moving parameter_list into utils_disk.h. Given list of mount
+	  points, can
+	  now work out best match or exact match.
 
-2006-07-12 13:15  tonvoon
+2006-07-12 12:15  tonvoon
 
-	* plugins/: Makefile.am, check_disk.c, utils_disk.c, utils_disk.h,
-	  tests/Makefile.am, tests/test_disk.c, tests/test_disk.t: Moving
-	  check_disk functions into utils_disk.c and testing them
+	* [r1447] plugins/Makefile.am, plugins/check_disk.c,
+	  plugins/tests/Makefile.am, plugins/tests/test_disk.c,
+	  plugins/tests/test_disk.t, plugins/utils_disk.c,
+	  plugins/utils_disk.h:
+	  Moving check_disk functions into utils_disk.c and testing them
 
-2006-07-11 13:38  tonvoon
+2006-07-11 12:38  tonvoon
 
-	* m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4,
-	  lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h,
+	* [r1446] lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h,
 	  lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c,
-	  lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h: Extra files
-	  from coreutils required for getloadavg.c to compile on Tru64
-	  (Ciro Iriarte - 1520331)
+	  lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h,
+	  m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4:
+	  Extra files from coreutils required for getloadavg.c to compile
+	  on Tru64 (Ciro Iriarte - 1520331)
 
-2006-07-10 09:44  tonvoon
+2006-07-10 08:44  tonvoon
 
-	* lib/Makefile.am: Didn't add intprops.h into distribution
-	  correctly
+	* [r1445] lib/Makefile.am:
+	  Didn't add intprops.h into distribution correctly
 
-2006-07-07 07:36  harpermann
+2006-07-07 06:36  harpermann
 
-	* plugins/urlize.c: Added check for two arguments.  Was segfaulting
-	  if no or one arg.  Now returns help.
+	* [r1444] plugins/urlize.c:
+	  Added check for two arguments. Was segfaulting if no or one arg.
+	  Now returns
+	  help.
 
-2006-07-05 14:45  tonvoon
+2006-07-05 13:45  tonvoon
 
-	* plugins-scripts/check_mailq.pl: Fixed checking of return codes
-	  from external mailq programs
+	* [r1443] plugins-scripts/check_mailq.pl:
+	  Fixed checking of return codes from external mailq programs
 
-2006-07-05 09:55  tonvoon
+2006-07-05 08:55  tonvoon
 
-	* tools/tinderbox_build: Add instructions for manually sending
-	  Tinderbox build logs
+	* [r1442] tools/tinderbox_build:
+	  Add instructions for manually sending Tinderbox build logs
 
-2006-07-05 09:26  tonvoon
+2006-07-05 08:26  tonvoon
 
-	* lib/: Makefile.am, intprops.h: Missing intprops.h for Tru64 (Ciro
-	  Iriarte - 1517379)
+	* [r1441] lib/Makefile.am, lib/intprops.h:
+	  Missing intprops.h for Tru64 (Ciro Iriarte - 1517379)
 
-2006-07-04 10:47  tonvoon
+2006-07-04 09:47  tonvoon
 
-	* THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: Added alloca.h check
-	  and fixed locale.h, wchar.h (Ari Pollak - 1516578)
+	* [r1440] THANKS.in, m4/alloca.m4, m4/np_coreutils.m4:
+	  Added alloca.h check and fixed locale.h, wchar.h (Ari Pollak -
+	  1516578)
 
-2006-07-03 09:03  tonvoon
+2006-07-03 08:03  tonvoon
 
-	* plugins/check_dig.c: Fixed -p getopt call (Allan Bennett -
-	  1511650)
+	* [r1439] plugins/check_dig.c:
+	  Fixed -p getopt call (Allan Bennett - 1511650)
 
-2006-07-03 08:55  tonvoon
+2006-07-03 07:55  tonvoon
 
-	* THANKS.in, lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c,
-	  m4/c-strtod.m4, m4/np_coreutils.m4, plugins/Makefile.am: Fixed
-	  compile on Tru64 5.1b (Ciro Iriarte - 1515435)
+	* [r1438] THANKS.in, lib/c-strtod.c, lib/c-strtod.h,
+	  lib/c-strtold.c, m4/c-strtod.m4, m4/np_coreutils.m4,
+	  plugins/Makefile.am:
+	  Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)
 
-2006-06-21 12:05  opensides
+2006-06-21 11:05  opensides
 
-	* plugins/: check_snmp.c, check_ssh.c:
+	* [r1437] plugins/check_snmp.c, plugins/check_ssh.c:
 	  cleaning help and usage
 
-2006-06-21 10:49  opensides
+2006-06-21 09:49  opensides
 
-	* po/LINGUAS:
+	* [r1436] po/LINGUAS:
 	  fixing bug id #1509699
 
-2006-06-20 12:17  opensides
+2006-06-20 11:17  opensides
 
-	* plugins/: check_procs.c, check_radius.c, check_real.c,
-	  check_smtp.c, check_snmp.c, check_ssh.c:
+	* [r1435] plugins/check_procs.c, plugins/check_radius.c,
+	  plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
+	  plugins/check_ssh.c:
 	  cleaning help and usage + license
 
-2006-06-18 20:36  opensides
+2006-06-18 19:36  opensides
 
-	* plugins/: check_disk.c, check_time.c, check_udp.c, check_ups.c,
-	  check_users.c, gethostbyname.c, gethostbyname.h, negate.c,
-	  netutils.c, popen.c, runcmd.c, sslutils.c, urlize.c, utils.c:
+	* [r1434] plugins/check_disk.c, plugins/check_time.c,
+	  plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
+	  plugins/gethostbyname.c, plugins/gethostbyname.h,
+	  plugins/negate.c, plugins/netutils.c, plugins/popen.c,
+	  plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c,
+	  plugins/utils.c:
 	  updating help and usage and license
 
-2006-06-17 13:28  opensides
+2006-06-17 12:28  opensides
 
-	* plugins/: check_hpjd.c, check_nt.c, check_ntp.c, check_nwstat.c,
-	  check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c:
+	* [r1433] plugins/check_hpjd.c, plugins/check_nt.c,
+	  plugins/check_ntp.c, plugins/check_nwstat.c,
+	  plugins/check_overcr.c, plugins/check_pgsql.c,
+	  plugins/check_ping.c, plugins/check_procs.c:
 	  cleaning up help and usage
 
-2006-06-15 13:52  opensides
+2006-06-15 12:52  opensides
 
-	* plugins/: check_ldap.c, check_load.c, check_mrtg.c,
-	  check_mysql.c, check_mysql_query.c, check_nagios.c:
+	* [r1432] plugins/check_ldap.c, plugins/check_load.c,
+	  plugins/check_mrtg.c, plugins/check_mysql.c,
+	  plugins/check_mysql_query.c, plugins/check_nagios.c:
 	  cleaning help and usage
 
-2006-06-15 11:16  opensides
+2006-06-15 10:16  opensides
 
-	* plugins/check_ide_smart.c:
+	* [r1430] plugins/check_ide_smart.c:
 	  cleaning help and usage
 
-2006-06-14 22:27  opensides
+2006-06-14 21:27  opensides
 
-	* plugins/: check_dns.c, check_dummy.c, check_fping.c,
-	  check_game.c:
+	* [r1427] plugins/check_dns.c, plugins/check_dummy.c,
+	  plugins/check_fping.c, plugins/check_game.c:
 	  updating the help and usage for localization
 
-2006-06-14 20:15  tonvoon
+2006-06-14 19:15  tonvoon
 
-	* INSTALLING, doc/developer-guidelines.sgml: Updated requirements
-	  for development platform
+	* [r1426] INSTALLING, doc/developer-guidelines.sgml:
+	  Updated requirements for development platform
 
-2006-06-14 19:48  opensides
+2006-06-14 18:48  opensides
 
-	* plugins/: check_by_ssh.c, check_dig.c, check_disk.c:
+	* [r1425] plugins/check_by_ssh.c, plugins/check_dig.c,
+	  plugins/check_disk.c:
 	  starting the BIG locale update ;-)
 
-2006-06-07 15:28  seanius
+2006-06-07 14:28  seanius
 
-	* contrib/check_linux_raid.pl: some gratuitous whitespace changes,
-	  and a fix to the "recovery =" detection logic in
-	  check_linux_raid.pl
+	* [r1418] contrib/check_linux_raid.pl:
+	  some gratuitous whitespace changes, and a fix to the "recovery ="
+	  detection
+	  logic in check_linux_raid.pl
 
-2006-06-07 15:23  seanius
+2006-06-07 14:23  seanius
 
-	* plugins-scripts/utils.pm.in: removed stale references to
-	  PATH_TO_NTPFOO, as it's no longer used.
+	* [r1417] plugins-scripts/utils.pm.in:
+	  removed stale references to PATH_TO_NTPFOO, as it's no longer
+	  used.
 
-2006-06-07 08:59  tonvoon
+2006-06-07 07:59  tonvoon
 
-	* plugins-root/Makefile.am: Do not install setuid programs unless
-	  run as root
+	* [r1416] plugins-root/Makefile.am:
+	  Do not install setuid programs unless run as root
 
-2006-06-07 08:18  tonvoon
+2006-06-07 07:18  tonvoon
 
-	* tools/setup, plugins-root/Makefile.am: Fixed two build problems
-	  re: libtool and pst3
+	* [r1415] plugins-root/Makefile.am, tools/setup:
+	  Fixed two build problems re: libtool and pst3
 
-2006-06-06 17:48  seanius
+2006-06-06 16:48  seanius
 
-	* plugins/check_pgsql.c: modify the is_pg_dbname() function to
-	  allow databases with '-' in their name.  reference: sf tracker
-	  #1500752
+	* [r1414] plugins/check_pgsql.c:
+	  modify the is_pg_dbname() function to allow databases with '-' in
+	  their name.
+	  reference: sf tracker #1500752
 
-2006-06-04 00:06  seanius
+2006-06-03 23:06  seanius
 
-	* configure.in: removed the -R for openssl, as it should be figured
-	  out automatically by libtool and also controlled via the
-	  --enable-rpath/--disable-rpath configure options.  furthermore
-	  keeping it in forces the rpath option on in spite of what's
-	  passed on the configure line.
+	* [r1413] configure.in:
+	  removed the -R for openssl, as it should be figured out
+	  automatically by
+	  libtool and also controlled via the
+	  --enable-rpath/--disable-rpath configure
+	  options. furthermore keeping it in forces the rpath option on in
+	  spite of
+	  what's passed on the configure line.
 
-2006-06-01 23:30  seanius
+2006-06-01 22:30  seanius
 
-	* contrib/check_linux_raid.pl: gave some TLC to check_linux_raid
+	* [r1412] contrib/check_linux_raid.pl:
+	  gave some TLC to check_linux_raid
 
-2006-05-30 10:55  tonvoon
+2006-05-30 09:55  tonvoon
 
-	* configure.in: Default to search path for mysql_config
+	* [r1411] configure.in:
+	  Default to search path for mysql_config
 
-2006-05-30 10:39  tonvoon
+2006-05-30 09:39  tonvoon
 
-	* THANKS.in: For reporting check_radius compile problem
+	* [r1410] THANKS.in:
+	  For reporting check_radius compile problem
 
-2006-05-30 10:19  tonvoon
+2006-05-30 09:19  tonvoon
 
-	* .cvsignore, config.guess, config.sub, ltmain.sh,
-	  doc/developer-guidelines.sgml: Added libtool files, at version
-	  1.5.22, into CVS
+	* [r1409] ., .cvsignore, config.guess, config.sub,
+	  doc/developer-guidelines.sgml, ltmain.sh:
+	  Added libtool files, at version 1.5.22, into CVS
 
-2006-05-25 18:40  egalstad
+2006-05-25 17:40  egalstad
 
-	* plugins-root/check_dhcp.c: Applied patch for responses from
-	  helpers/relays, cleaned up different coding styles for
-	  consistency
+	* [r1408] plugins-root/check_dhcp.c:
+	  Applied patch for responses from helpers/relays, cleaned up
+	  different coding styles for consistency
 
-2006-05-25 17:59  tonvoon
+2006-05-25 16:59  tonvoon
 
-	* lib/regex.o: Removed unnecessary file
+	* [r1407] lib/regex.o:
+	  Removed unnecessary file
 
-2006-05-25 17:58  tonvoon
+2006-05-25 16:58  tonvoon
 
-	* configure.in, lib/Makefile.am, plugins/common.h: Gettext fixes to
-	  sync with coreutils
+	* [r1406] configure.in, lib/Makefile.am, plugins/common.h:
+	  Gettext fixes to sync with coreutils
 
-2006-05-25 17:53  egalstad
+2006-05-25 16:53  egalstad
 
-	* plugins-root/check_dhcp.c: Fixed short interface name length,
-	  UNKNOWN return code (patches from tracker)
+	* [r1405] plugins-root/check_dhcp.c:
+	  Fixed short interface name length, UNKNOWN return code (patches
+	  from tracker)
 

@@ 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