summaryrefslogtreecommitdiffstats
path: root/plugins/check_dig.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-08check_dig: use +retry instead of +triesrefs/pull/1442/headChristian Kujau1-2/+2
2015-10-15check_dig: expected answer is now incasesensitiverefs/pull/1386/headDaniel Stirnimann1-1/+1
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-07-30check_dig: takes into account the -4 and -6 switchAlexander Wittig1-1/+4
2014-07-30check_dig: Fix to work with dig and drill toolAlexander Wittig1-2/+2
2014-01-30check_dig: Declare variable at the topHolger Weiss1-1/+2
2014-01-30check_dig: stick with integer devisionJan Wagner1-1/+1
2014-01-30check_dig: timeout_interval is a global variableJan Wagner1-2/+0
2014-01-30check_dig: patch to make dig honor -t optionJan Wagner1-2/+9
2014-01-28check_dig: fix wrong IPv6 arguments orderThomas Guyot-Sionnest1-2/+2
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-3/+3
2014-01-21plugins/*.c: Alterations for timeout messages.Spenser 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-05-12plugins: rename runcmd's signal handler.Diego Elio Pettenò1-1/+1
2013-01-23check_dig: query transport selection supportVille Mattila1-3/+16
2012-06-29Die when asprintf failsAnders Kaseorg1-2/+2
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-8/+8
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-06-09Added testcases for check_digMatthias Eble1-3/+8
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-1/+12
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-2/+5
2008-03-20- Fix bug #1920671Thomas Guyot-Sionnest1-8/+9
2008-03-14Added -A/--dig-arguments to check_dig (#1889453/#1874041)Matthias Eble1-3/+13
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Thomas Guyot-Sionnest1-18/+16
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-2/+2
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-18/+31
2006-07-03Fixed -p getopt call (Allan Bennett - 1511650)Ton Voon1-2/+3
2006-06-14starting the BIG locale update ;-)Benoit Mortier1-29/+8
2005-11-14start of the cleaning of the localizationBenoit Mortier1-234/+247
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney1-99/+69
2005-01-26Convert tabs to spaces from dig's answer section (Randy O'Meara - 1107651)Ton Voon1-1/+7
2004-12-25various fixes for localizationBenoit Mortier1-5/+3
2004-12-04internationalization fixesBenoit Mortier1-2/+2
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-3/+3
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-2/+0
2004-12-03internationalization fixes and help fixesBenoit Mortier1-5/+4
2004-12-03Localization fixesBenoit Mortier1-1/+1
2004-12-03bump copyright yearBenoit Mortier1-5/+5
2004-12-02More internationalization workBenoit Mortier1-2/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-13/+8
2004-12-01first pass at standardization of messages for the localizationBenoit Mortier1-9/+7
2004-11-24Making messages more consistentTon Voon1-2/+2
2004-08-18Checks different record types and checks against an expected address (Bill Ku...Ton Voon1-21/+58
2004-03-04use float for time in perf dataKarl DeBisschop1-3/+3
2003-11-12remove overflow checks of strtod - HUGE_VALF requires C99; also remove equali...Karl DeBisschop1-8/+4