Changelog 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. **************
  2. NRPE Changelog
  3. **************
  4. 2.8b1 - 03/??/2007
  5. -----------------
  6. - Changes to sample config files
  7. - Added ';' as an additional prohibited metachar for command arguments
  8. - Updated documentation and added easier installation commands
  9. 2.7.1 - 03/08/2007
  10. ------------------
  11. - Changed C++ style comment to C style to fix compilation errors on AIX (Ryan McGarry)
  12. 2.7 - 02/18/2007
  13. ----------------
  14. - Patches for detection SSL header and library locations (Andrew Boyce-Lewis)
  15. - NRPE daemon will now partially ignore non-fatal configuration file errors and attempt to startup (Andrew Boyce-Lewis)
  16. 2.6 - 12/11/2006
  17. ----------------
  18. - Added -u option to check_nrpe to return UNKNOWN states on socket timeouts (Bjoern Beutel)
  19. - Added connection_timeout variable to NRPE daemon to catch dead client connections (Ton Voon)
  20. - Added graceful timeout to check_nrpe to ensure connection to NRPE daemon is properly closed (Mark Plaksin)
  21. 2.5.2 - 06/30/2006
  22. ------------------
  23. - Fixed incorrect service name in sample xinetd config file
  24. - Added note on how to restart inetd for OpenBSD users (Robert Peaslee)
  25. - Fix for nonblocking accept()s on systems that define EAGAIN differently than EWOULDBLOCK (Gerhard Lausser)
  26. - Fix to (re)allow week random seed (Gerhard Lausser)
  27. 2.5.1 - 04/09/2006
  28. ------------------
  29. - Patch to fix segfault if --no-ssl option is used (Sean Finney/Peter Palfrader)
  30. 2.5 - 04/06/2006
  31. ----------------
  32. - (Re)added allowed_hosts option for systems that don't support TCP wrappers
  33. - Fix for SSL errors under Solaris 8 (Niels Endres)
  34. - Fix for config file directory inclusion on ReiserFS (Gerhard Lausser)
  35. 2.4 - 02/22/2006
  36. ----------------
  37. - Added option to allow week random seed (Gerhard Lausser)
  38. - Added optional command line prefix (Sean Finney)
  39. - Added ability to reload config file with SIGHUP
  40. - Fixed bug with location of dh.h include file
  41. - Fixed bug with disconnect message in debug mode
  42. 2.3 - 01/23/2006
  43. ----------------
  44. - Spec file fixes
  45. - Removed errant PID file debugging code
  46. - Fixed problem with trimming command definitions
  47. 2.2 - 01/22/2006
  48. ----------------
  49. - Spec file fix
  50. - Patch to add Tru64 and IRIX support (Ton Voon)
  51. - Updated config.sub and config.guess
  52. - Fixed bug with config file lines with only whitespace
  53. - Fixed bug with missing getopt() command line option for -V
  54. - Removed sample FreeBSD init script (now maintained by FreeBSD port)
  55. - Added config file option for writing a PID file
  56. 2.1 - 01/19/2004
  57. ----------------
  58. - Replaced host access list with TCP wrapper support
  59. - Removed length restrictions for command names and command lines
  60. - Configure script patch for getopt_long on Solaris
  61. - Bug fixes for accept() on HP-UX 11.0
  62. - Init script for SUSE Linux (Subhendu Ghosh)
  63. - SSL protocol used is now limited to TLSv1
  64. - Any output from plugins after first line is now ignored before
  65. plugin process is closed
  66. 2.0 - 09/08/2003
  67. ----------------
  68. - Added support for passing arguments to command
  69. - NRPE daemon can no longer be run as root user/group
  70. - Added getopt support
  71. - Added 'include' variable to config file to allow inclusion
  72. of external config files
  73. - Added 'include_dir' variable to allow inclusion of external
  74. config files in directories (with recursion)
  75. - Added native SSL support (Derrick Bennett)
  76. - Added my_strsep(), as Solaris doesn't have strsep()
  77. - Added license exemption for use with OpenSSL
  78. 1.8 - 01/16/2003
  79. ----------------
  80. - Daemon now closes stdio/out/err properly (James Peterson)
  81. - Makefile changes (James Peterson)
  82. - Mode command line option bug fix in daemon
  83. - Fixed incorrect command line options in check_nrpe plugin
  84. 1.7 - 01/08/2003
  85. ----------------
  86. - Spec file updates and minor bug fixes (James Peterson)
  87. - Bug fix with default nrpe port definition
  88. - Added sample xinetd config file (nrpe.xinetd)
  89. - Bug fix for command_timeout variable (James Peterson)
  90. 1.6 - 12/30/2002
  91. ----------------
  92. - Updated sample commands to match new plugin argument format
  93. - Added sample init scripts for FreeBSD and Debian (Andrew Ryder)
  94. - Syntax changes (-H option specifies host name in check_nrpe,
  95. -c option specifies config file in nrpe)
  96. - Added command_timeout directive to config file to allow user
  97. to specify timeout for executing plugins
  98. - Added spec file and misc patches for building RPMs (James Peterson)
  99. - Added --with-nrpe-port config directive (James Peterson)
  100. 1.5 - 06/03/2002
  101. ----------------
  102. - Added setuid/setgid option to config file (suggested by Marek Cervenka)
  103. 1.4 - 06/01/2002
  104. ----------------
  105. - Changed STATE_UNKNOWN to value of 3 instead of -1 (old style)
  106. - Minor doc and sample config file changes
  107. 1.3 - 02/21/2002
  108. ----------------
  109. - Name and version change
  110. - Ignore SIGHUP, minor cleanup (Jon Andrews)
  111. 1.2.5 - 12/22/2001
  112. ------------------
  113. - Implemented Beej's sendall() to handle partial send()s
  114. - Added instructions on running under xinetd to README
  115. - Removed some old crud
  116. 1.2.4 - 02/22/2001
  117. ------------------
  118. - I forgot what changes I made. Go figure...
  119. 1.2.3 - 12/21/2000
  120. ------------------
  121. - A bit more documentation on configuring command definitions for the plugin
  122. 1.2.2 - 06/05/2000
  123. ------------------
  124. - Fixed error in docs for running under inetd using TCP wrappers
  125. - Replaced old email address in src/netutils.h with new one
  126. 1.2.1 - 05/07/2000
  127. ------------------
  128. - Removed trapping of SIGCHLD
  129. - Changed wait4() to waitpid() to allow compilation on HP-UX and AIX
  130. 1.2.0 - 04/18/2000
  131. ------------------
  132. - Server forks twice after accepting a client connection, so as to prevent the
  133. creation of zombies
  134. 1.1.5 - 04/07/2000
  135. ------------------
  136. - Fixed a small bug where one debug message was not getting logged properly
  137. 1.1.4 - 03/30/2000
  138. ------------------
  139. - Added option to disable/enable debug messages using the debug option in the
  140. config file
  141. 1.1.3 - 03/11/2000
  142. ------------------
  143. - Changed config file to use an absolute path
  144. - Changed all debug output to use syslog (Rene Klootwijk)
  145. - No convert all data to network order before sending it and convert it back to
  146. host order when receiving it. This makes it possible to mix Solaris and Linux,
  147. e.g. running check_nrpe on Linux and nrpe on Solaris. (Rene Klootwijk)
  148. 1.1.2 - 03/07/2000
  149. ------------------
  150. - Removed unnecessary code in signal handler routine
  151. - Unused signals are no longer trapper
  152. 1.1.1 - 02/28/2000 - RKL
  153. ---------------------------
  154. - Modified syslog code to include string describing the error code.
  155. - Changed hardcoded number in signal handler to its name. This prevented nrpe
  156. to run on Solaris.
  157. - Fixed race condition in accept loop. The result of accept should also be
  158. checked for EINTR.
  159. - Modified recv and send function calls to compile without warnings on Solaris.
  160. - Modified configure.in,configure and Makefile.in to include nsl and socket libs
  161. for Solaris.
  162. - Modified the signal handler to reestablish itself after being called.
  163. 1.1 - 02/24/2000 - Rene Klootwijk <rene@klootwijk.org>
  164. -----------------
  165. - Added ability to bind nrpe to a specific interface by specifying the address
  166. of this interface in the nrpe.cfg file (e.g. server_address=192.168.2.3)
  167. 1.0 - 02/16/2000
  168. ------------------
  169. - Added ability to run as a service under inetd
  170. 1.0b6 - 02/01/2000
  171. ------------------
  172. - Added configure script
  173. - Netutils functions from the NetSaint plugins is now used
  174. - Reset SIGCHLD to default behavior before calling popen() to
  175. prevent race condition with pclose() (Reported by Rene Klootwijk)
  176. - Cleaned up code
  177. 1.0b5 - 01/10/2000
  178. ------------------
  179. - Added init script contributed by Jacob L
  180. - Incorporated syslog code and other patches contributed by Jacob L
  181. 1.0b4 - 11/04/1999
  182. ------------------
  183. - Changed 'allowed_ip' option in configuration file to
  184. 'allowed_hosts' and added support for multiple hosts
  185. - Minor buffer overflow protection fixes
  186. - main() returned STATE_UNKNOWN on successful launch, changed to STATE_OK (jaclu@grm.se)
  187. - Added syslog support (jaclu@grm.se)