Ethan Galstad 22 vuotta sitten
vanhempi
commit
90cf13511e
8 muutettua tiedostoa jossa 16 lisäystä ja 16 poistoa
  1. 1 1
      Changelog
  2. 2 2
      common/common.h
  3. 2 2
      configure
  4. 2 2
      configure.in
  5. 1 1
      nrpe.spec
  6. 1 1
      src/check_nrpe.c
  7. 6 6
      src/dh.h
  8. 1 1
      src/nrpe.c

+ 1 - 1
Changelog

@@ -3,7 +3,7 @@ NRPE Changelog
 **************
 
 
-2.0 - ??/??/2003
+2.0 - 09/08/2003
 ----------------
 - Added support for passing arguments to command
 - NRPE daemon can no longer be run as root user/group

+ 2 - 2
common/common.h

@@ -23,8 +23,8 @@
 
 #include "config.h"
 
-#define PROGRAM_VERSION "2.0b5"
-#define MODIFICATION_DATE "07-22-2003"
+#define PROGRAM_VERSION "2.0"
+#define MODIFICATION_DATE "09-08-2003"
 
 #define OK		0
 #define ERROR		-1

+ 2 - 2
configure

@@ -535,9 +535,9 @@ fi
 
 
 PKG_NAME=nrpe
-PKG_VERSION="2.0b5"
+PKG_VERSION="2.0"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="07-22-2003"
+PKG_REL_DATE="09-08-2003"
 
 
 ac_aux_dir=

+ 2 - 2
configure.in

@@ -9,9 +9,9 @@ AC_CONFIG_HEADER(common/config.h)
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 PKG_NAME=nrpe
-PKG_VERSION="2.0b5"
+PKG_VERSION="2.0"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="07-22-2003"
+PKG_REL_DATE="09-08-2003"
 
 dnl Figure out how to invoke "install" and what install options to use.
 

+ 1 - 1
nrpe.spec

@@ -1,5 +1,5 @@
 %define name nrpe
-%define version 2.0b5
+%define version 2.0
 %define release 1
 %define nsusr nagios
 %define nsgrp nagios

+ 1 - 1
src/check_nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 07-22-2003
+ * Last Modified: 09-08-2003
  *
  * Command line: CHECK_NRPE -H <host_address> [-p port] [-c command] [-to to_sec]
  *

+ 6 - 6
src/dh.h

@@ -4,12 +4,12 @@
 DH *get_dh512()
 	{
 	static unsigned char dh512_p[]={
-		0xC1,0xDB,0xAE,0x8E,0x37,0xB8,0xC3,0xB7,0xD4,0x7F,0x46,0xEA,
-		0xF0,0x52,0x7E,0xDB,0x98,0x48,0xD8,0x5C,0x3B,0xD3,0xB0,0xC3,
-		0x3F,0xB7,0x16,0x17,0x4A,0x99,0x65,0x2D,0xB9,0x45,0x93,0x4D,
-		0xE2,0x2C,0xB5,0x02,0x94,0x5A,0xBD,0x09,0x25,0x41,0xCB,0xE1,
-		0x7A,0x98,0x48,0x8B,0x36,0x77,0xD3,0x18,0xAB,0xE1,0xFC,0x70,
-		0x12,0x1F,0xE1,0xFB,
+		0xD7,0x32,0x39,0xB3,0x1F,0x55,0x31,0xD2,0x44,0x1D,0x5D,0xBC,
+		0xF1,0x3B,0x5B,0x70,0xFD,0x2B,0xCF,0x97,0xD8,0xAD,0xA4,0xE2,
+		0x80,0xE4,0x9F,0x5A,0x2B,0xF9,0x63,0xA6,0x0A,0xAE,0xF9,0x64,
+		0xF2,0x89,0xE3,0xC5,0xCD,0x6D,0x37,0xC8,0x94,0xBF,0xE7,0x26,
+		0x9B,0x33,0xCF,0x06,0xA3,0xC4,0x66,0xCE,0x38,0x7B,0x75,0xCA,
+		0x0C,0x34,0x47,0xEB,
 		};
 	static unsigned char dh512_g[]={
 		0x02,

+ 1 - 1
src/nrpe.c

@@ -4,7 +4,7 @@
  * Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org)
  * License: GPL
  *
- * Last Modified: 07-22-2003
+ * Last Modified: 09-08-2003
  *
  * Command line: nrpe -c <config_file> [--inetd | --daemon]
  *