Changelog 6.5 KB

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