Code

The "--serverip" and "--requestedip" options now accept host names, too.
[nagiosplug.git] / plugins-root / check_dhcp.c
2007-07-26 Holger WeissThe "--serverip" and "--requestedip" options now accept...
2007-07-26 Holger WeissNew "-m, --mac" option which allows for specifying...
2007-07-26 Holger WeissMake sure strncpy(3)d buffers are nul-terminated.
2007-07-26 Holger WeissA few minor fixes/improvements which were included...
2007-07-26 Holger WeissNew "-u, --unicast" option which gives check_dhcp the...
2007-05-27 M. Sean Finneyadded functions to utils_base:
2007-05-13 Matthias Eblecheck_dhcp now adds mandatory end option (Thanks to...
2007-04-20 Holger WeissRemove unused variables.
2007-04-20 Holger WeissUse the 'server identifier' option instead of the ...
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2007-01-27 Holger WeissInclude <sys/param.h> which is a prerequisite for ...
2006-10-20 Benoit Mortierlocalization updates
2006-07-29 Ton VoonFix two Solaris compile problems
2006-05-25 Ethan GalstadApplied patch for responses from helpers/relays, cleane...
2006-05-25 Ethan GalstadFixed short interface name length, UNKNOWN return code...
2006-05-18 Ton VoonSynchronise with coreutils 2.95. Gettext now synced...
2005-09-21 Ton VoonSeparation of root setuid plugins into plugins-root/