summaryrefslogtreecommitdiffstats
path: root/plugins/check_by_ssh.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Convert plugins to use the new output functionshw/output/pluginsHolger Weiss1-7/+6
2007-06-12Add "-v" to help/usage output.Holger Weiss1-1/+2
2007-04-18Revert my previous change to "-S/--skip" in favour of the two optionsHolger Weiss1-20/+45
2007-04-14Up to revision 1.35, the "-S" option skipped the specified number ofHolger Weiss1-9/+12
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-22Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) andHolger Weiss1-3/+15
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-18/+31
2006-06-14starting the BIG locale update ;-)Benoit Mortier1-53/+43
2006-03-22Typo (Thomas Guettler - 1433447)Ton Voon1-1/+1
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney1-95/+55
2004-12-25internationalization of check_dhcpBenoit Mortier1-3/+1
2004-12-08patch 1028033Benoit Mortier1-2/+2
2004-12-04various internationalization fixesBenoit Mortier1-2/+2
2004-12-04internationalization fixesBenoit Mortier1-1/+1
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-5/+2
2004-12-03internationalization fixes and help fixesBenoit Mortier1-3/+4
2004-12-03Localization fixesBenoit Mortier1-1/+1
2004-12-03bump copyright yearBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-5/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-9/+8
2004-12-01first pass at standardization of messages for the localizationBenoit Mortier1-11/+2
2004-11-24Making messages more consistentTon Voon1-1/+1
2004-11-23Standardising translation textsTon Voon1-4/+4
2004-04-02add example invocation to helpKarl DeBisschop1-0/+8
2004-02-21add option to ignore a specified number of lines on stderrKarl DeBisschop1-7/+23
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-14/+21
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-4/+4
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-1/+1
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-99/+104
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-4/+4
2003-08-02establish "UT_" namespace for usage text in #definesKarl DeBisschop1-4/+6
2003-07-30mark up for translationKarl DeBisschop1-102/+95
2003-03-19allow to specify -1 and -2 for protocol versionKarl DeBisschop1-3/+11
2003-03-11Remove getopt_long checksTon Voon1-8/+1
2003-01-291.8Karl DeBisschop1-2/+2
2003-01-16avoid segfault when host is not givenKarl DeBisschop1-2/+7
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-10/+8
2002-11-20in short options, t no no argumentKarl DeBisschop1-2/+2
2002-11-09remove call_getoptKarl DeBisschop1-1/+0
2002-11-07remove call_getopt, add [] arougn timeKarl DeBisschop1-97/+72
2002-08-18typo in options passed to ssh for ipv6.Karl DeBisschop1-10/+6
2002-08-14ipv4/ipv6 switch addedSubhendu Ghosh1-7/+20
2002-02-28Initial revisionEthan Galstad1-0/+412