Changelog 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. **************
  2. NRPE Changelog
  3. **************
  4. x.x.x - xxxx-xx-xx
  5. ------------------
  6. FIXES
  7. - The '--log-file=' or '-g' option is missing from the help (John Frickson)
  8. - check_nrpe = segfault when specifying a config file (John Frickson)
  9. - Alternate log file not being used soon enough (John Frickson)
  10. - Unable to compile v3.1.0rc1 with new SSL checks on rh5 (John Frickson)
  11. - Unable to compile nrpe-3.1.0 - undefined references to va_start, va_end (John Frickson)
  12. - Can't build on Debian Stretch, openssl 1.1.0c (John Frickson)
  13. - Fix build failure with -Werror=format-security (Bas Couwenberg)
  14. - Fixed a typo in `nrpe.spec.in` (John Frickson)
  15. 3.1.0 - 2017-04-17
  16. ------------------
  17. ENHANCEMENTS
  18. - Added option to nrpe.cfg.in that can override hard-coded NASTY_METACHARS (John Frickson)
  19. - While processing 'include_dir' statement, sort the files (Philippe Kueck / John Frickson)
  20. - nrpe can now write to a log file using 'log_file=' in nrpe.cfg (John Frickson)
  21. - check_nrpe can now write to a log file using '--log-file=' or '-g' options (John Frickson)
  22. FIXES
  23. - Added missing debugging syslog entries, and changed printf()'s to syslog()'s. (Jobst Schmalenbach)
  24. - Fix help output for ssl option (configure) (Ruben Kerkhof)
  25. - Fixes to README.SSL.md and SECURITY.md (Elan Ruusamäe)
  26. - Changed the 'check_load' command in nrpe.cfg.in (minusdavid)
  27. - Cleanup of config.h.in suggested by Ruben Kerkhof
  28. - Minor change to logging in check_nrpe (John Frickson)
  29. - Solaris 11 detection is broken in configure (John Frickson)
  30. - Removed function `b64_decode` which wasn't being used (John Frickson)
  31. - check_nrpe ignores -a option when -f option is specified (John Frickson)
  32. - Added missing LICENSE file (John Frickson)
  33. - Off-by-one BO in my_system() (John Frickson)
  34. - Got rid of some compiler warnings (Stefan Krüger / John Frickson)
  35. - Add SOURCE_DATE_EPOCH specification support for reproducible builds. (Bas Couwenberg)
  36. - nrpe 3.0.1 allows TLSv1 and TLSv1.1 when I configure for TLSv1.2+ (John Frickson)
  37. - "Remote %s accepted a Version %s Packet", please add to debug (John Frickson)
  38. - nrpe 3.0.1 segfaults when key and/or cert are broken symlinks (John Frickson)
  39. - Fixed a couple of typos in docs/NRPE.* files (Ludmil Meltchev)
  40. - Changed release date to ISO format (yyyy-mm-dd) (John Frickson)
  41. - Fix systemd unit description (Bas Couwenberg)
  42. - Add reload command to systemd service file (Bas Couwenberg)
  43. - fix file not found error when updating version (Sven Nierlein)
  44. - Spelling fixes (Josh Soref)
  45. - Return UNKNOWN when check_nrpe cannot communicate with nrpe and -u set (John Frickson)
  46. - xinetd.d parameter causes many messages in log file (John Frickson)
  47. - Fixes for openssl 1.1.x (Stephen Smoogen / John Frickson)
  48. - PATH and other environment variables not set with numeric nrpe_user (John Frickson)
  49. - rpmbuild -ta nrpe-3.0.1.tar.gz failed File not found: /etc/init.d/nrpe (bvandi / John Frickson)
  50. 3.0.1 - 2016-09-08
  51. ------------------
  52. FIXES
  53. - _set_rc: command not found reported by init script (John Frickson)
  54. - Version string contains name (John Frickson)
  55. - Changes to get 'rpmbuild' to work - nrpe.spec file outdated (John Frickson)
  56. - typo in startup/default-xinetd.in (Philippe Kueck)
  57. - debug output missing command name (Philippe Kueck)
  58. - /usr/lib/tmpfiles.d/ndo2db.conf should have 'd' type, not 'D' (John Frickson)
  59. - Fixes in parse_allowed_hosts() and called functions (Jobst Schmalenbach / John Frickson)
  60. - nrpe.cfg: 'debug' statement needs to be first in file (Jobst Schmalenbach / John Frickson)
  61. 3.0 - 2016-08-01
  62. -----------------
  63. SECURITY
  64. - Fix for CVE-2014-2913
  65. - Added function to clean the environment before forking. (John Frickson)
  66. ENHANCEMENTS
  67. - Added support for optional config file to check_nrpe. With the new SSL
  68. parameters, the line was getting long. The config file is specified with
  69. --config-file=<path> or -f <path> parameters. The config file must look
  70. like command line options, but the options can be on separate lines. It
  71. MUST NOT include --config-file (-f), --command (-c) or --args (-a). If any
  72. options are in both the config file and on the command line, the command line
  73. options are used.
  74. - make can now add users and groups using "make install-groups-users" (John Frickson)
  75. - Added "nrpe-uninstall" script to the same directory nrpe get installed to (John Frickson)
  76. - Updated code so configure && make will work on AIX, HP-UX, Solaris, OS X.
  77. There should be no errors or warnings. Let me know if any errors or
  78. warning appear (John Frickson)
  79. - Added command-line option to prevent forking, since some of the init
  80. replacements (such as systemd, etc.) don't want daemons to fork (John Frickson)
  81. - Added autoconf macros and additional files to better support multi-platform
  82. config and compile. The default will still set up to install to
  83. /usr/local/nagios but I added a new configure option:
  84. '--enable-install-method=<method>'. If <method> is 'opt', everything will
  85. install to '/opt/nagios'. If <method> is 'os', installation will be to O/S-
  86. and distribution-specific locations, such as /usr/sbin, /usr/lib/nagios,
  87. /etc/nagios, and so on.
  88. - Added additional init and inetd config files to support more systems,
  89. including SuSE, Debian, Slackware, Gentoo, *BSD, AIX, HP-UX, Solaris, OS X.
  90. - Added listen_queue_size as configuration option (Vadim Antipov, Kaspersky Lab)
  91. - Reworked SSL/TLS. See the README.SSL.md file for full info. (John Frickson)
  92. - Added support for version 3 variable sized packets up to 64KB. nrpe will
  93. accept either version from check_nrpe. check_nrpe will try to send a
  94. version 3 packet first, and fall back to version 2. check_nrpe can be forced
  95. to only send version 2 packets if the switch `-2` is used. (John Frickson)
  96. - Added extended timeout syntax in the -t <secs>:<status> format. (ABrist)
  97. FIXES
  98. - Fixed configure to check more places for SSL headers/libs. (John Frickson)
  99. - Added ifdefs for complete_SSL_shutdown to compile without SSL. (Matthew L. Daniel)
  100. - Renamed configure.in to configure.ac and added check for sigaction (John Frickson)
  101. - Replaced all instances of signal() with sigaction() + blocking (John Frickson)
  102. - check_nrpe does not parse passed arguments correctly (John Frickson)
  103. - NRPE should not start if cannot write pid file (John Frickson)
  104. - Fixed out-of-bounds error (return code 255) for some failures (John Frickson)
  105. - Connection Timeout and Connection Refused messages need a new line (Andrew Widdersheim)
  106. - allowed_hosts doesn't work, if one of the hostnames can't be resolved by dns (John Frickson)
  107. - allowed_hosts doesn't work with a hostname resolving to an IPv6 address (John Frickson)
  108. - Return UNKNOWN when issues occur (Andrew Widdersheim)
  109. - NRPE returns OK if check can't be executed (Andrew Widdersheim)
  110. - nrpe 2.15 [regression in Added SRC support on AIX - 2.14] (frphoebus)
  111. - compile nrpe - Solaris 9 doesn't have isblank() (lilo, John Frickson)
  112. - sample configuration for check_load has crazy sample load avg (ernestoongaro)
  113. 2.15 - 09/06/2013
  114. -----------------
  115. - Now compiles on HP-UX (Grant Byers)
  116. - Added support for IPv6 (Leo Baltus, Eric Stanley)
  117. 2.14 - 12/21/2012
  118. -----------------
  119. - Added configure option to allow bash command substitutions, disabled by default [bug #400] (Eric Stanley)
  120. - Patched to shutdown SSL connection completely (Jari Takkala)
  121. - Added SRC support on AIX (Thierry Bertaud)
  122. - Updated RPM SPEC file to support creating RPMs on AIX (Eric Stanley)
  123. - Updated logging to support compiling on AIX (Eric Stanley)
  124. 2.13 - 11/11/2011
  125. -----------------
  126. - Applied Kaspersky Labs supplied patch for extending allowed_hosts (Konstantin Malov)
  127. - Fixed bug in allowed_hosts parsing (Eric Stanley)
  128. - Updated to support compiling on Solaris 10 (thanks to Kevin Pendleton)
  129. 2.12 - 03/10/2008
  130. -----------------
  131. - Fix for unterminated multiline plugin (garbage) output (Krzysztof Oledzki)
  132. 2.11 - 12/26/2007
  133. -----------------
  134. - Added lib64 library paths to configure script for 64-bit systems (John Maag)
  135. - Added --with-ssl-lib configure script option
  136. - Added --with-log-facility option to control syslog logging (Ryan Ordway and Brian Seklecki)
  137. 2.10 - 10/19/2007
  138. -----------------
  139. - Moved PDF docs to docs/ subdirectory, added OpenOffice source document
  140. - A critical result is now returned for child processed that die due to a signal (Klas Lindfors)
  141. 2.9 - 08/13/2007
  142. ----------------
  143. - Fixed bug with --with-nrpe-group configure script option (Graham Collinson)
  144. - Fixed bug with check_disk thresholds in sample config file (Patric Wust)
  145. - Added NRPE_PROGRAMVERSION and NRPE_MULTILINESUPPORT environment variables
  146. for scripts that need to detect NRPE version and capabilities (Gerhard Lausser)
  147. - Added asprintf() support for systems that are missing it (Samba team)
  148. 2.8.1 - 05/10/2007
  149. -----------------
  150. - Fixed configure script error with user-specified NRPE group
  151. 2.8 - 05/08/2007
  152. ---------------
  153. - Added support for multiline plugin output (limited to 1KB at the moment) (Matthias Flacke)
  154. 2.8b1 - 03/14/2007
  155. -----------------
  156. - Changes to sample config files
  157. - Added ';' as an additional prohibited metachar for command arguments
  158. - Updated documentation and added easier installation commands
  159. 2.7.1 - 03/08/2007
  160. ------------------
  161. - Changed C++ style comment to C style to fix compilation errors on AIX (Ryan McGarry)
  162. 2.7 - 02/18/2007
  163. ----------------
  164. - Patches for detection SSL header and library locations (Andrew Boyce-Lewis)
  165. - NRPE daemon will now partially ignore non-fatal configuration file errors and attempt to startup (Andrew Boyce-Lewis)
  166. 2.6 - 12/11/2006
  167. ----------------
  168. - Added -u option to check_nrpe to return UNKNOWN states on socket timeouts (Bjoern Beutel)
  169. - Added connection_timeout variable to NRPE daemon to catch dead client connections (Ton Voon)
  170. - Added graceful timeout to check_nrpe to ensure connection to NRPE daemon is properly closed (Mark Plaksin)
  171. 2.5.2 - 06/30/2006
  172. ------------------
  173. - Fixed incorrect service name in sample xinetd config file
  174. - Added note on how to restart inetd for OpenBSD users (Robert Peaslee)
  175. - Fix for nonblocking accept()s on systems that define EAGAIN differently than EWOULDBLOCK (Gerhard Lausser)
  176. - Fix to (re)allow week random seed (Gerhard Lausser)
  177. 2.5.1 - 04/09/2006
  178. ------------------
  179. - Patch to fix segfault if --no-ssl option is used (Sean Finney/Peter Palfrader)
  180. 2.5 - 04/06/2006
  181. ----------------
  182. - (Re)added allowed_hosts option for systems that don't support TCP wrappers
  183. - Fix for SSL errors under Solaris 8 (Niels Endres)
  184. - Fix for config file directory inclusion on ReiserFS (Gerhard Lausser)
  185. 2.4 - 02/22/2006
  186. ----------------
  187. - Added option to allow week random seed (Gerhard Lausser)
  188. - Added optional command line prefix (Sean Finney)
  189. - Added ability to reload config file with SIGHUP
  190. - Fixed bug with location of dh.h include file
  191. - Fixed bug with disconnect message in debug mode
  192. 2.3 - 01/23/2006
  193. ----------------
  194. - Spec file fixes
  195. - Removed errant PID file debugging code
  196. - Fixed problem with trimming command definitions
  197. 2.2 - 01/22/2006
  198. ----------------
  199. - Spec file fix
  200. - Patch to add Tru64 and IRIX support (Ton Voon)
  201. - Updated config.sub and config.guess
  202. - Fixed bug with config file lines with only whitespace
  203. - Fixed bug with missing getopt() command line option for -V
  204. - Removed sample FreeBSD init script (now maintained by FreeBSD port)
  205. - Added config file option for writing a PID file
  206. 2.1 - 01/19/2004
  207. ----------------
  208. - Replaced host access list with TCP wrapper support
  209. - Removed length restrictions for command names and command lines
  210. - Configure script patch for getopt_long on Solaris
  211. - Bug fixes for accept() on HP-UX 11.0
  212. - Init script for SUSE Linux (Subhendu Ghosh)
  213. - SSL protocol used is now limited to TLSv1
  214. - Any output from plugins after first line is now ignored before
  215. plugin process is closed
  216. 2.0 - 09/08/2003
  217. ----------------
  218. - Added support for passing arguments to command
  219. - NRPE daemon can no longer be run as root user/group
  220. - Added getopt support
  221. - Added 'include' variable to config file to allow inclusion
  222. of external config files
  223. - Added 'include_dir' variable to allow inclusion of external
  224. config files in directories (with recursion)
  225. - Added native SSL support (Derrick Bennett)
  226. - Added my_strsep(), as Solaris doesn't have strsep()
  227. - Added license exemption for use with OpenSSL
  228. 1.8 - 01/16/2003
  229. ----------------
  230. - Daemon now closes stdio/out/err properly (James Peterson)
  231. - Makefile changes (James Peterson)
  232. - Mode command line option bug fix in daemon
  233. - Fixed incorrect command line options in check_nrpe plugin
  234. 1.7 - 01/08/2003
  235. ----------------
  236. - Spec file updates and minor bug fixes (James Peterson)
  237. - Bug fix with default nrpe port definition
  238. - Added sample xinetd config file (nrpe.xinetd)
  239. - Bug fix for command_timeout variable (James Peterson)
  240. 1.6 - 12/30/2002
  241. ----------------
  242. - Updated sample commands to match new plugin argument format
  243. - Added sample init scripts for FreeBSD and Debian (Andrew Ryder)
  244. - Syntax changes (-H option specifies host name in check_nrpe,
  245. -c option specifies config file in nrpe)
  246. - Added command_timeout directive to config file to allow user
  247. to specify timeout for executing plugins
  248. - Added spec file and misc patches for building RPMs (James Peterson)
  249. - Added --with-nrpe-port config directive (James Peterson)
  250. 1.5 - 06/03/2002
  251. ----------------
  252. - Added setuid/setgid option to config file (suggested by Marek Cervenka)
  253. 1.4 - 06/01/2002
  254. ----------------
  255. - Changed STATE_UNKNOWN to value of 3 instead of -1 (old style)
  256. - Minor doc and sample config file changes
  257. 1.3 - 02/21/2002
  258. ----------------
  259. - Name and version change
  260. - Ignore SIGHUP, minor cleanup (Jon Andrews)
  261. 1.2.5 - 12/22/2001
  262. ------------------
  263. - Implemented Beej's sendall() to handle partial send()s
  264. - Added instructions on running under xinetd to README
  265. - Removed some old crud
  266. 1.2.4 - 02/22/2001
  267. ------------------
  268. - I forgot what changes I made. Go figure...
  269. 1.2.3 - 12/21/2000
  270. ------------------
  271. - A bit more documentation on configuring command definitions for the plugin
  272. 1.2.2 - 06/05/2000
  273. ------------------
  274. - Fixed error in docs for running under inetd using TCP wrappers
  275. - Replaced old email address in src/netutils.h with new one
  276. 1.2.1 - 05/07/2000
  277. ------------------
  278. - Removed trapping of SIGCHLD
  279. - Changed wait4() to waitpid() to allow compilation on HP-UX and AIX
  280. 1.2.0 - 04/18/2000
  281. ------------------
  282. - Server forks twice after accepting a client connection, so as to prevent the
  283. creation of zombies
  284. 1.1.5 - 04/07/2000
  285. ------------------
  286. - Fixed a small bug where one debug message was not getting logged properly
  287. 1.1.4 - 03/30/2000
  288. ------------------
  289. - Added option to disable/enable debug messages using the debug option in the
  290. config file
  291. 1.1.3 - 03/11/2000
  292. ------------------
  293. - Changed config file to use an absolute path
  294. - Changed all debug output to use syslog (Rene Klootwijk)
  295. - No convert all data to network order before sending it and convert it back to
  296. host order when receiving it. This makes it possible to mix Solaris and Linux,
  297. e.g. running check_nrpe on Linux and nrpe on Solaris. (Rene Klootwijk)
  298. 1.1.2 - 03/07/2000
  299. ------------------
  300. - Removed unnecessary code in signal handler routine
  301. - Unused signals are no longer trapper
  302. 1.1.1 - 02/28/2000 - RKL
  303. ---------------------------
  304. - Modified syslog code to include string describing the error code.
  305. - Changed hardcoded number in signal handler to its name. This prevented nrpe
  306. to run on Solaris.
  307. - Fixed race condition in accept loop. The result of accept should also be
  308. checked for EINTR.
  309. - Modified recv and send function calls to compile without warnings on Solaris.
  310. - Modified configure.in,configure and Makefile.in to include nsl and socket libs
  311. for Solaris.
  312. - Modified the signal handler to reestablish itself after being called.
  313. 1.1 - 02/24/2000 - Rene Klootwijk <rene@klootwijk.org>
  314. -----------------
  315. - Added ability to bind nrpe to a specific interface by specifying the address
  316. of this interface in the nrpe.cfg file (e.g. server_address=192.168.2.3)
  317. 1.0 - 02/16/2000
  318. ------------------
  319. - Added ability to run as a service under inetd
  320. 1.0b6 - 02/01/2000
  321. ------------------
  322. - Added configure script
  323. - Netutils functions from the NetSaint plugins is now used
  324. - Reset SIGCHLD to default behavior before calling popen() to
  325. prevent race condition with pclose() (Reported by Rene Klootwijk)
  326. - Cleaned up code
  327. 1.0b5 - 01/10/2000
  328. ------------------
  329. - Added init script contributed by Jacob L
  330. - Incorporated syslog code and other patches contributed by Jacob L
  331. 1.0b4 - 11/04/1999
  332. ------------------
  333. - Changed 'allowed_ip' option in configuration file to
  334. 'allowed_hosts' and added support for multiple hosts
  335. - Minor buffer overflow protection fixes
  336. - main() returned STATE_UNKNOWN on successful launch, changed to STATE_OK (jaclu@grm.se)
  337. - Added syslog support (jaclu@grm.se)