Changelog 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. **************
  2. NRPE Changelog
  3. **************
  4. 2.16 = xx/xx/xxxx
  5. -----------------
  6. ENHANCEMENTS
  7. - Added listen_queue_size as configuration option (Vadim Antipov, Kaspersky Lab)
  8. FIXES
  9. - Added ifdefs for complete_SSL_shutdown to compile without SSL. (Matthew L. Daniel)
  10. - Renamed configure.in to configure.ac and added check for sigaction (John Frickson)
  11. - Replaced all instances of signal() with sigaction() + blocking (John Frickson)
  12. - check_nrpe does not parse passed arguments correctly (John Frickson)
  13. - NRPE should not start if cannot write pid file (John Frickson)
  14. 2.15 - 09/06/2013
  15. -----------------
  16. - Now compiles on HP-UX (Grant Byers)
  17. - Added support for IPv6 (Leo Baltus, Eric Stanley)
  18. 2.14 - 12/21/2012
  19. -----------------
  20. - Added configure option to allow bash command substitutions, disabled by default [bug #400] (Eric Stanley)
  21. - Patched to shutdown SSL connection completely (Jari Takkala)
  22. - Added SRC support on AIX (Thierry Bertaud)
  23. - Updated RPM SPEC file to support creating RPMs on AIX (Eric Stanley)
  24. - Updated logging to support compiling on AIX (Eric Stanley)
  25. 2.13 - 11/11/2011
  26. -----------------
  27. - Applied Kaspersky Labs supplied patch for extending allowed_hosts (Konstantin Malov)
  28. - Fixed bug in allowed_hosts parsing (Eric Stanley)
  29. - Updated to support compiling on Solaris 10 (thanks to Kevin Pendleton)
  30. 2.12 - 03/10/2008
  31. -----------------
  32. - Fix for unterminated multiline plugin (garbage) output (Krzysztof Oledzki)
  33. 2.11 - 12/26/2007
  34. -----------------
  35. - Added lib64 library paths to configure script for 64-bit systems (John Maag)
  36. - Added --with-ssl-lib configure script option
  37. - Added --with-log-facility option to control syslog logging (Ryan Ordway and Brian Seklecki)
  38. 2.10 - 10/19/2007
  39. -----------------
  40. - Moved PDF docs to docs/ subdirectory, added OpenOffice source document
  41. - A critical result is now returned for child processed that die due to a signal (Klas Lindfors)
  42. 2.9 - 08/13/2007
  43. ----------------
  44. - Fixed bug with --with-nrpe-group configure script option (Graham Collinson)
  45. - Fixed bug with check_disk thresholds in sample config file (Patric Wust)
  46. - Added NRPE_PROGRAMVERSION and NRPE_MULTILINESUPPORT environment variables
  47. for scripts that need to detect NRPE version and capabilities (Gerhard Lausser)
  48. - Added asprintf() support for systems that are missing it (Samba team)
  49. 2.8.1 - 05/10/2007
  50. -----------------
  51. - Fixed configure script error with user-specified NRPE group
  52. 2.8 - 05/08/2007
  53. ---------------
  54. - Added support for multiline plugin output (limited to 1KB at the moment) (Matthias Flacke)
  55. 2.8b1 - 03/14/2007
  56. -----------------
  57. - Changes to sample config files
  58. - Added ';' as an additional prohibited metachar for command arguments
  59. - Updated documentation and added easier installation commands
  60. 2.7.1 - 03/08/2007
  61. ------------------
  62. - Changed C++ style comment to C style to fix compilation errors on AIX (Ryan McGarry)
  63. 2.7 - 02/18/2007
  64. ----------------
  65. - Patches for detection SSL header and library locations (Andrew Boyce-Lewis)
  66. - NRPE daemon will now partially ignore non-fatal configuration file errors and attempt to startup (Andrew Boyce-Lewis)
  67. 2.6 - 12/11/2006
  68. ----------------
  69. - Added -u option to check_nrpe to return UNKNOWN states on socket timeouts (Bjoern Beutel)
  70. - Added connection_timeout variable to NRPE daemon to catch dead client connections (Ton Voon)
  71. - Added graceful timeout to check_nrpe to ensure connection to NRPE daemon is properly closed (Mark Plaksin)
  72. 2.5.2 - 06/30/2006
  73. ------------------
  74. - Fixed incorrect service name in sample xinetd config file
  75. - Added note on how to restart inetd for OpenBSD users (Robert Peaslee)
  76. - Fix for nonblocking accept()s on systems that define EAGAIN differently than EWOULDBLOCK (Gerhard Lausser)
  77. - Fix to (re)allow week random seed (Gerhard Lausser)
  78. 2.5.1 - 04/09/2006
  79. ------------------
  80. - Patch to fix segfault if --no-ssl option is used (Sean Finney/Peter Palfrader)
  81. 2.5 - 04/06/2006
  82. ----------------
  83. - (Re)added allowed_hosts option for systems that don't support TCP wrappers
  84. - Fix for SSL errors under Solaris 8 (Niels Endres)
  85. - Fix for config file directory inclusion on ReiserFS (Gerhard Lausser)
  86. 2.4 - 02/22/2006
  87. ----------------
  88. - Added option to allow week random seed (Gerhard Lausser)
  89. - Added optional command line prefix (Sean Finney)
  90. - Added ability to reload config file with SIGHUP
  91. - Fixed bug with location of dh.h include file
  92. - Fixed bug with disconnect message in debug mode
  93. 2.3 - 01/23/2006
  94. ----------------
  95. - Spec file fixes
  96. - Removed errant PID file debugging code
  97. - Fixed problem with trimming command definitions
  98. 2.2 - 01/22/2006
  99. ----------------
  100. - Spec file fix
  101. - Patch to add Tru64 and IRIX support (Ton Voon)
  102. - Updated config.sub and config.guess
  103. - Fixed bug with config file lines with only whitespace
  104. - Fixed bug with missing getopt() command line option for -V
  105. - Removed sample FreeBSD init script (now maintained by FreeBSD port)
  106. - Added config file option for writing a PID file
  107. 2.1 - 01/19/2004
  108. ----------------
  109. - Replaced host access list with TCP wrapper support
  110. - Removed length restrictions for command names and command lines
  111. - Configure script patch for getopt_long on Solaris
  112. - Bug fixes for accept() on HP-UX 11.0
  113. - Init script for SUSE Linux (Subhendu Ghosh)
  114. - SSL protocol used is now limited to TLSv1
  115. - Any output from plugins after first line is now ignored before
  116. plugin process is closed
  117. 2.0 - 09/08/2003
  118. ----------------
  119. - Added support for passing arguments to command
  120. - NRPE daemon can no longer be run as root user/group
  121. - Added getopt support
  122. - Added 'include' variable to config file to allow inclusion
  123. of external config files
  124. - Added 'include_dir' variable to allow inclusion of external
  125. config files in directories (with recursion)
  126. - Added native SSL support (Derrick Bennett)
  127. - Added my_strsep(), as Solaris doesn't have strsep()
  128. - Added license exemption for use with OpenSSL
  129. 1.8 - 01/16/2003
  130. ----------------
  131. - Daemon now closes stdio/out/err properly (James Peterson)
  132. - Makefile changes (James Peterson)
  133. - Mode command line option bug fix in daemon
  134. - Fixed incorrect command line options in check_nrpe plugin
  135. 1.7 - 01/08/2003
  136. ----------------
  137. - Spec file updates and minor bug fixes (James Peterson)
  138. - Bug fix with default nrpe port definition
  139. - Added sample xinetd config file (nrpe.xinetd)
  140. - Bug fix for command_timeout variable (James Peterson)
  141. 1.6 - 12/30/2002
  142. ----------------
  143. - Updated sample commands to match new plugin argument format
  144. - Added sample init scripts for FreeBSD and Debian (Andrew Ryder)
  145. - Syntax changes (-H option specifies host name in check_nrpe,
  146. -c option specifies config file in nrpe)
  147. - Added command_timeout directive to config file to allow user
  148. to specify timeout for executing plugins
  149. - Added spec file and misc patches for building RPMs (James Peterson)
  150. - Added --with-nrpe-port config directive (James Peterson)
  151. 1.5 - 06/03/2002
  152. ----------------
  153. - Added setuid/setgid option to config file (suggested by Marek Cervenka)
  154. 1.4 - 06/01/2002
  155. ----------------
  156. - Changed STATE_UNKNOWN to value of 3 instead of -1 (old style)
  157. - Minor doc and sample config file changes
  158. 1.3 - 02/21/2002
  159. ----------------
  160. - Name and version change
  161. - Ignore SIGHUP, minor cleanup (Jon Andrews)
  162. 1.2.5 - 12/22/2001
  163. ------------------
  164. - Implemented Beej's sendall() to handle partial send()s
  165. - Added instructions on running under xinetd to README
  166. - Removed some old crud
  167. 1.2.4 - 02/22/2001
  168. ------------------
  169. - I forgot what changes I made. Go figure...
  170. 1.2.3 - 12/21/2000
  171. ------------------
  172. - A bit more documentation on configuring command definitions for the plugin
  173. 1.2.2 - 06/05/2000
  174. ------------------
  175. - Fixed error in docs for running under inetd using TCP wrappers
  176. - Replaced old email address in src/netutils.h with new one
  177. 1.2.1 - 05/07/2000
  178. ------------------
  179. - Removed trapping of SIGCHLD
  180. - Changed wait4() to waitpid() to allow compilation on HP-UX and AIX
  181. 1.2.0 - 04/18/2000
  182. ------------------
  183. - Server forks twice after accepting a client connection, so as to prevent the
  184. creation of zombies
  185. 1.1.5 - 04/07/2000
  186. ------------------
  187. - Fixed a small bug where one debug message was not getting logged properly
  188. 1.1.4 - 03/30/2000
  189. ------------------
  190. - Added option to disable/enable debug messages using the debug option in the
  191. config file
  192. 1.1.3 - 03/11/2000
  193. ------------------
  194. - Changed config file to use an absolute path
  195. - Changed all debug output to use syslog (Rene Klootwijk)
  196. - No convert all data to network order before sending it and convert it back to
  197. host order when receiving it. This makes it possible to mix Solaris and Linux,
  198. e.g. running check_nrpe on Linux and nrpe on Solaris. (Rene Klootwijk)
  199. 1.1.2 - 03/07/2000
  200. ------------------
  201. - Removed unnecessary code in signal handler routine
  202. - Unused signals are no longer trapper
  203. 1.1.1 - 02/28/2000 - RKL
  204. ---------------------------
  205. - Modified syslog code to include string describing the error code.
  206. - Changed hardcoded number in signal handler to its name. This prevented nrpe
  207. to run on Solaris.
  208. - Fixed race condition in accept loop. The result of accept should also be
  209. checked for EINTR.
  210. - Modified recv and send function calls to compile without warnings on Solaris.
  211. - Modified configure.in,configure and Makefile.in to include nsl and socket libs
  212. for Solaris.
  213. - Modified the signal handler to reestablish itself after being called.
  214. 1.1 - 02/24/2000 - Rene Klootwijk <rene@klootwijk.org>
  215. -----------------
  216. - Added ability to bind nrpe to a specific interface by specifying the address
  217. of this interface in the nrpe.cfg file (e.g. server_address=192.168.2.3)
  218. 1.0 - 02/16/2000
  219. ------------------
  220. - Added ability to run as a service under inetd
  221. 1.0b6 - 02/01/2000
  222. ------------------
  223. - Added configure script
  224. - Netutils functions from the NetSaint plugins is now used
  225. - Reset SIGCHLD to default behavior before calling popen() to
  226. prevent race condition with pclose() (Reported by Rene Klootwijk)
  227. - Cleaned up code
  228. 1.0b5 - 01/10/2000
  229. ------------------
  230. - Added init script contributed by Jacob L
  231. - Incorporated syslog code and other patches contributed by Jacob L
  232. 1.0b4 - 11/04/1999
  233. ------------------
  234. - Changed 'allowed_ip' option in configuration file to
  235. 'allowed_hosts' and added support for multiple hosts
  236. - Minor buffer overflow protection fixes
  237. - main() returned STATE_UNKNOWN on successful launch, changed to STATE_OK (jaclu@grm.se)
  238. - Added syslog support (jaclu@grm.se)