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