summaryrefslogtreecommitdiffstats
path: root/plugins/check_pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-13check_pgsql now builds with postgres lib v8.3 (Jan Wagner #1878972)Matthias Eble1-0/+1
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Thomas Guyot-Sionnest1-24/+21
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-14/+30
2006-06-17cleaning up help and usageBenoit Mortier1-27/+27
2006-06-06modify the is_pg_dbname() function to allow databases with '-' in their name.M. Sean Finney1-2/+2
2004-12-25various fixes for localizationBenoit Mortier1-4/+2
2004-12-10Fixing broken compileMatthew Kent1-4/+4
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-2/+2
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-3/+1
2004-12-03fixes for internationalizationBenoit Mortier1-8/+5
2004-12-03Localization fixesBenoit Mortier1-1/+1
2004-12-03correcting copyright and remaning int result = STATE_UNKNOWN;Benoit Mortier1-1/+2
2004-12-03bump copyright yearBenoit Mortier1-9/+12
2004-12-02More internationalization workBenoit Mortier1-3/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-19/+21
2004-11-24Making messages more consistentTon Voon1-2/+2
2004-03-14use fperfdataKarl DeBisschop1-8/+8
2003-11-17add perfdataKarl DeBisschop1-13/+12
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-101/+110
2003-08-02establish "UT_" namespace for usage text in #definesKarl DeBisschop1-5/+7
2003-07-30markup for translationKarl DeBisschop1-4/+9
2003-07-29mark for translationKarl DeBisschop1-39/+23
2003-07-26mark for translationKarl DeBisschop1-76/+90
2003-03-11Remove getopt_long checksTon Voon1-6/+1
2003-03-07Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functionsJeremy T. Bouse1-1/+0
2003-02-18spurious backslash escapeKarl DeBisschop1-2/+1
2003-02-08use enum instead of defineKarl DeBisschop1-6/+8
2003-01-16semicolon needed where progname define was replacedKarl DeBisschop1-1/+1
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-5/+5
2002-11-09define and use usage3 where second part of message is a an int/charKarl DeBisschop1-3/+3
2002-10-21now we provide long opts if they do not existKarl DeBisschop1-6/+1
2002-02-28Initial revisionEthan Galstad1-0/+440