summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_dhcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-27Include <sys/param.h> which is a prerequisite for <sys/sysctl.h> onHolger Weiss1-0/+1
2006-10-20localization updatesBenoit Mortier1-16/+27
2006-07-29Fix two Solaris compile problemsTon Voon1-1/+1
2006-05-25Applied patch for responses from helpers/relays, cleaned up different coding ...Ethan Galstad1-181/+206
2006-05-25Fixed short interface name length, UNKNOWN return code (patches from tracker)Ethan Galstad1-20/+19
2006-05-18Synchronise with coreutils 2.95. Gettext now synced with coreutils,Ton Voon1-7/+0
2005-09-21Separation of root setuid plugins into plugins-root/Ton Voon1-0/+1261