summaryrefslogtreecommitdiffstats
path: root/plugins/check_dig.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Convert plugins to use the new output functionshw/output/pluginsHolger Weiss1-14/+11
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
2003-09-03allow warn/crit times to be floating pointKarl DeBisschop1-31/+26
2003-08-26print perfdataKarl DeBisschop1-20/+26
2003-08-23- fix various format errors with newly added perf dataKarl DeBisschop1-6/+6
2003-08-22- forgot to declare struct timeval tv for hires timingKarl DeBisschop1-0/+1
2003-08-22- add perf data for timeKarl DeBisschop1-9/+26
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-5/+5
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-4/+4
2003-08-09more pedantic compiler warnsKarl DeBisschop1-2/+2
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-62/+79
2003-08-02establish "UT_" namespace for usage text in #definesKarl DeBisschop1-4/+6
2003-07-30markup for translationKarl DeBisschop1-78/+105
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-7/+10
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-49/+48
2003-03-12Code clean-upJeremy T. Bouse1-1/+1
2003-03-11Remove getopt_long checksTon Voon1-6/+0
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4
2002-11-21fix empty output on errorsKarl DeBisschop1-8/+8
2002-11-20fix solaris SEGV, still need to print meaningful error textKarl DeBisschop1-14/+9
2002-11-20replace some strcpy with strscpyKarl DeBisschop1-5/+5
2002-11-12cleanup asprintf, old function declsKarl DeBisschop1-5/+1
2002-11-09remove call_getoptKarl DeBisschop1-63/+52
2002-06-19more POSIX return value comparison related code fixesSubhendu Ghosh1-2/+2
2002-02-28Initial revisionEthan Galstad1-0/+296