summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_dhcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-28check_dhcp: Make implicit conversion explicit to dismiss warningrefs/pull/1980/headRincewindsHat1-1/+1
2023-10-15Fix for -Wunused-but-set-variablerefs/pull/1940/headRincewindsHat1-3/+1
2023-10-03Make some booleans nicerLorenz Kästle1-3/+3
2023-10-03Some code formattingLorenz Kästle1-7/+7
2023-10-03New variable is actually a booleanLorenz Kästle1-7/+8
2023-10-03check_dhcp.c merged patch from #752Patrick Cervicek1-10/+34
2023-10-01Update copyrightrefs/pull/1930/headRincewindsHat1-1/+1
2023-10-01Remove trailing linesRincewindsHat1-3/+0
2023-10-01Comment some endifs to make comprehension easierRincewindsHat1-2/+3
2023-10-01Use real booleansRincewindsHat1-17/+14
2023-10-01Homogenize whitespace usageRincewindsHat1-305/+305
2023-10-01Remove unnecessary type definesRincewindsHat1-20/+16
2023-06-28Merge branch 'master' into compiler_warning_part_2refs/pull/1867/headwaja1-4/+0
2023-04-17Fixes for -Wunused-parametersRincewindsHat1-6/+6
2023-04-17Fixes for -Wunusedrefs/pull/1866/headRincewindsHat1-4/+0
2020-01-21Use size_t instead of int when calling sysctl(3).Vadim Zhukov1-1/+2
2016-12-07properly remove MSG_PEEK in check_dhcp.c. Fixes #1450.refs/pull/1454/headHarald Koch1-1/+1
2016-09-16check_dhcp: Make xid a bit more randomHolger Weiss1-3/+2
2016-09-14check_dhcp: Don't peek before reading responseHolger Weiss1-7/+1
2015-10-08Merge branch 'maint'Holger Weiss1-31/+12
2015-10-04use unknown exit code for help/version in plugins-root as wellrefs/pull/1363/headSven Nierlein1-2/+2
2015-10-02check_dhcp: Fix option parsingHolger Weiss1-31/+12
2015-10-02Fixes segfaults when running via monitoring workerJan Wagner1-1/+1
2014-07-06check_icmp/check_dhcp: disable check, if we are rootJan Wagner1-3/+0
2014-06-28plugins-root/check_dhcp.c - array out of boundsSpenser Reinhardt1-1/+1
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2013-09-17check_dhcp: fix mac address and interface number detection on solarisSven Nierlein1-4/+9
2012-06-13check_dhcp: Don't misinterpret the "siaddr" fieldHolger Weiss1-9/+4
2012-06-13check_dhcp: Fix handling of "pad" optionsHolger Weiss1-3/+4
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-6/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-5/+5
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-19/+19
2008-07-06Don't try to set the "SO_BROADCAST" socket option for unicast requests.Holger Weiss1-2/+1
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+10
2008-04-29--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-10/+11
2008-01-31Bump plugins-root/ to GPLv3Thomas Guyot-Sionnest1-28/+23
2007-10-25Automatically update website with --help output. CosmeticTon Voon1-3/+3
2007-07-26The "--serverip" and "--requestedip" options now accept host names, too.Holger Weiss1-19/+19
2007-07-26New "-m, --mac" option which allows for specifying the MAC address toHolger Weiss1-12/+58
2007-07-26Make sure strncpy(3)d buffers are nul-terminated.Holger Weiss1-3/+6
2007-07-26A few minor fixes/improvements which were included with (but unrelatedHolger Weiss1-6/+13
2007-07-26New "-u, --unicast" option which gives check_dhcp the ability to mimic aHolger Weiss1-10/+74
2007-05-27added functions to utils_base:M. Sean Finney1-1/+4
2007-05-13check_dhcp now adds mandatory end option (Thanks to Enrico Scholz - #1675306)Matthias Eble1-6/+11
2007-04-20Remove unused variables.Holger Weiss1-2/+0
2007-04-20Use the 'server identifier' option instead of the 'siaddr' field as theHolger Weiss1-10/+28
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1