Age | Commit message (Expand) | Author | Files | Lines |
2024-10-15 | check_dhcp: Declare internal variables static | RincewindsHat | 1 | -62/+62 |
2024-10-15 | check_dhcp: Update copyright | RincewindsHat | 1 | -2/+2 |
2024-10-15 | check_dhcp: clang-format | RincewindsHat | 1 | -601/+548 |
2023-12-29 | check_dhcp: Make implicit conversion explicit to dismiss warning | RincewindsHat | 1 | -1/+1 |
2023-10-16 | Fix for -Wunused-but-set-variable | RincewindsHat | 1 | -3/+1 |
2023-10-03 | Make some booleans nicer | Lorenz Kästle | 1 | -3/+3 |
2023-10-03 | Some code formatting | Lorenz Kästle | 1 | -7/+7 |
2023-10-03 | New variable is actually a boolean | Lorenz Kästle | 1 | -7/+8 |
2023-10-03 | check_dhcp.c merged patch from #752 | Patrick Cervicek | 1 | -10/+34 |
2023-10-01 | Update copyright | RincewindsHat | 1 | -1/+1 |
2023-10-01 | Remove trailing lines | RincewindsHat | 1 | -3/+0 |
2023-10-01 | Comment some endifs to make comprehension easier | RincewindsHat | 1 | -2/+3 |
2023-10-01 | Use real booleans | RincewindsHat | 1 | -17/+14 |
2023-10-01 | Homogenize whitespace usage | RincewindsHat | 1 | -305/+305 |
2023-10-01 | Remove unnecessary type defines | RincewindsHat | 1 | -20/+16 |
2023-06-28 | Merge branch 'master' into compiler_warning_part_2 | waja | 1 | -4/+0 |
2023-04-18 | Fixes for -Wunused-parameters | RincewindsHat | 1 | -6/+6 |
2023-04-18 | Fixes for -Wunused | RincewindsHat | 1 | -4/+0 |
2020-01-21 | Use size_t instead of int when calling sysctl(3). | Vadim Zhukov | 1 | -1/+2 |
2016-12-07 | properly remove MSG_PEEK in check_dhcp.c. Fixes #1450. | Harald Koch | 1 | -1/+1 |
2016-09-16 | check_dhcp: Make xid a bit more random | Holger Weiss | 1 | -3/+2 |
2016-09-14 | check_dhcp: Don't peek before reading response | Holger Weiss | 1 | -7/+1 |
2015-10-08 | Merge branch 'maint' | Holger Weiss | 1 | -31/+12 |
2015-10-04 | use unknown exit code for help/version in plugins-root as well | Sven Nierlein | 1 | -2/+2 |
2015-10-02 | check_dhcp: Fix option parsing | Holger Weiss | 1 | -31/+12 |
2015-10-02 | Fixes segfaults when running via monitoring worker | Jan Wagner | 1 | -1/+1 |
2014-07-06 | check_icmp/check_dhcp: disable check, if we are root | Jan Wagner | 1 | -3/+0 |
2014-06-28 | plugins-root/check_dhcp.c - array out of bounds | Spenser Reinhardt | 1 | -1/+1 |
2014-01-20 | Capitalize "Monitoring" when it's the first word | Holger Weiss | 1 | -1/+1 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -3/+3 |
2013-09-17 | check_dhcp: fix mac address and interface number detection on solaris | Sven Nierlein | 1 | -4/+9 |
2012-06-14 | check_dhcp: Don't misinterpret the "siaddr" field | Holger Weiss | 1 | -9/+4 |
2012-06-13 | check_dhcp: Fix handling of "pad" options | Holger Weiss | 1 | -3/+4 |
2010-04-22 | Add newline after "Usage:" in --help | Thomas Guyot-Sionnest | 1 | -1/+1 |
2010-04-21 | Standardize the extra-opts notes | Thomas Guyot-Sionnest | 1 | -6/+0 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -5/+5 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -6/+2 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -19/+19 |
2008-07-06 | Don't try to set the "SO_BROADCAST" socket option for unicast requests. | Holger Weiss | 1 | -2/+1 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 1 | -0/+10 |
2008-04-29 | --help output cleanup (plus removal of spaces on blank lines) | Thomas Guyot-Sionnest | 1 | -10/+11 |
2008-01-31 | Bump plugins-root/ to GPLv3 | Thomas Guyot-Sionnest | 1 | -28/+23 |
2007-10-25 | Automatically update website with --help output. Cosmetic | Ton Voon | 1 | -3/+3 |
2007-07-26 | The "--serverip" and "--requestedip" options now accept host names, too. | Holger Weiss | 1 | -19/+19 |
2007-07-26 | New "-m, --mac" option which allows for specifying the MAC address to | Holger Weiss | 1 | -12/+58 |
2007-07-26 | Make sure strncpy(3)d buffers are nul-terminated. | Holger Weiss | 1 | -3/+6 |
2007-07-26 | A few minor fixes/improvements which were included with (but unrelated | Holger Weiss | 1 | -6/+13 |
2007-07-26 | New "-u, --unicast" option which gives check_dhcp the ability to mimic a | Holger Weiss | 1 | -10/+74 |
2007-05-27 | added functions to utils_base: | M. Sean Finney | 1 | -1/+4 |
2007-05-13 | check_dhcp now adds mandatory end option (Thanks to Enrico Scholz - #1675306) | Matthias Eble | 1 | -6/+11 |