mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-07 10:05:11 -04:00
- added old style 'redir' function and options along to a new libcurl internal 'follow' parameter 'curl' - moved picohttpparser to it's own subdirectory - added uriparser to be used instead of the home-grown parser in 'redir'
46 lines
1.7 KiB
Text
46 lines
1.7 KiB
Text
This file contains the origin of code copied verbatim into some or all of the Monitoring Plugins.
|
|
|
|
The Monitoring Plugins team thanks the original authors.
|
|
|
|
Copied code is cited in the source by indented comments of the form
|
|
|
|
.. indent level .. /* Author YYYY sub-citation see ACKNOWLEDGEMENTS */
|
|
|
|
.. copied code
|
|
/* Author YYYY sub-citation */
|
|
|
|
King, Alecs 2004
|
|
getmac.c posted at http://lists.freebsd.org/pipermail/freebsd-hackers/2004-June/007415.html
|
|
The sysctl interface to the *BSD kernel is used to get the host MAC address in check_dhcp.c
|
|
|
|
Kompf, Martin 200-2003 Copyright the author
|
|
http://cplus.kompf.de/macaddr.html
|
|
Using the DLPI support on SysV systems to get the host MAC address in check_dhcp.c
|
|
|
|
Stenberg, Daniel
|
|
Copyright (c) 1996 - 2004, Daniel Stenberg, <daniel@haxx.se>
|
|
http://curl.haxx.se/
|
|
Use of duplication of macros in m4/np_curl.m4
|
|
|
|
Coreutils team
|
|
Copyright (C) 91, 1995-2004 Free Software Foundation, Inc.
|
|
http://www.gnu.org/software/coreutils/
|
|
Use of macros and lib files in m4/np_coreutils.m4 and lib/. Setuid installs in plugins-root
|
|
|
|
Gnulib team
|
|
Copyright (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc
|
|
http://www.gnu.org/software/gnulib/
|
|
Use of lib files that originally were used from coreutils
|
|
|
|
Copyright (c) 2009-2014 Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase,
|
|
Shigeo Mitsunari
|
|
picohttpparser
|
|
https://github.com/h2o/picohttpparser
|
|
Use of the library for HTTP header parsing in check_curl.
|
|
|
|
Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
|
|
Copyright (C) 2007, Sebastian Pipping <webmaster@hartwork.org>
|
|
All rights reserved.
|
|
uriparser - RFC 3986 URI parsing library
|
|
http://uriparser.sourceforge.net/
|
|
Use of the library for URL parsing in check_curl.
|