aboutsummaryrefslogtreecommitdiff
path: root/plugins-root/check_dhcp.c
AgeCommit message (Expand)Author
2020-01-21Use size_t instead of int when calling sysctl(3).Gravatar Vadim Zhukov
2016-12-07properly remove MSG_PEEK in check_dhcp.c. Fixes #1450.Gravatar Harald Koch
2016-09-16check_dhcp: Make xid a bit more randomGravatar Holger Weiss
2016-09-14check_dhcp: Don't peek before reading responseGravatar Holger Weiss
2015-10-08Merge branch 'maint'Gravatar Holger Weiss
2015-10-04use unknown exit code for help/version in plugins-root as wellGravatar Sven Nierlein
2015-10-02check_dhcp: Fix option parsingGravatar Holger Weiss
2015-10-02Fixes segfaults when running via monitoring workerGravatar Jan Wagner
2014-07-06check_icmp/check_dhcp: disable check, if we are rootGravatar Jan Wagner
2014-06-28plugins-root/check_dhcp.c - array out of boundsGravatar Spenser Reinhardt
2014-01-20Capitalize "Monitoring" when it's the first wordGravatar Holger Weiss
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2013-09-17check_dhcp: fix mac address and interface number detection on solarisGravatar Sven Nierlein
2012-06-14check_dhcp: Don't misinterpret the "siaddr" fieldGravatar Holger Weiss
2012-06-13check_dhcp: Fix handling of "pad" optionsGravatar Holger Weiss
2010-04-22Add newline after "Usage:" in --helpGravatar Thomas Guyot-Sionnest
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-07-06Don't try to set the "SO_BROADCAST" socket option for unicast requests.Gravatar Holger Weiss
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-04-29--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2008-01-31Bump plugins-root/ to GPLv3Gravatar Thomas Guyot-Sionnest
2007-10-25Automatically update website with --help output. CosmeticGravatar Ton Voon
2007-07-26The "--serverip" and "--requestedip" options now accept host names, too.Gravatar Holger Weiss
2007-07-26New "-m, --mac" option which allows for specifying the MAC address toGravatar Holger Weiss
2007-07-26Make sure strncpy(3)d buffers are nul-terminated.Gravatar Holger Weiss
2007-07-26A few minor fixes/improvements which were included with (but unrelatedGravatar Holger Weiss
2007-07-26New "-u, --unicast" option which gives check_dhcp the ability to mimic aGravatar Holger Weiss
2007-05-27added functions to utils_base:Gravatar M. Sean Finney
2007-05-13check_dhcp now adds mandatory end option (Thanks to Enrico Scholz - #1675306)Gravatar Matthias Eble
2007-04-20Remove unused variables.Gravatar Holger Weiss
2007-04-20Use the 'server identifier' option instead of the 'siaddr' field as theGravatar Holger Weiss
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2007-01-27Include <sys/param.h> which is a prerequisite for <sys/sysctl.h> onGravatar Holger Weiss
2006-10-20localization updatesGravatar Benoit Mortier
2006-07-29Fix two Solaris compile problemsGravatar Ton Voon
2006-05-25Applied patch for responses from helpers/relays, cleaned up different coding ...Gravatar Ethan Galstad
2006-05-25Fixed short interface name length, UNKNOWN return code (patches from tracker)Gravatar Ethan Galstad
2006-05-18Synchronise with coreutils 2.95. Gettext now synced with coreutils,Gravatar Ton Voon
2005-09-21Separation of root setuid plugins into plugins-root/Gravatar Ton Voon