summaryrefslogtreecommitdiffstats
path: root/plugins/check_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-20Fix bug #1632091: printf format string typos. Add some more cosmetic changes.Thomas Guyot-Sionnest1-4/+4
2006-10-22 localization fixesBenoit Mortier1-17/+16
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-19/+33
2006-06-15cleaning help and usageBenoit Mortier1-3/+3
2004-12-25various fixes for localizationBenoit Mortier1-12/+8
2004-12-10Fixed compile warningTon Voon1-2/+3
2004-12-08patch 1028033Benoit Mortier1-1/+66
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/+2
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-5/+2
2004-12-03internationalization fixes and help fixesBenoit Mortier1-3/+3
2004-12-03Fix typo breaking compile.Matthew Kent1-1/+1
2004-12-03bump copyright yearBenoit Mortier1-2/+4
2004-12-02--disable-nls throws an error on check_dns, check_procs andBenoit Mortier1-1/+8
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-3/+5
2004-11-24Making messages more consistentTon Voon1-3/+3
2004-03-14use fperfdataKarl DeBisschop1-7/+7
2003-09-16milisecond timing and perfdata, fix NULL pointer error in validate_argumentsKarl DeBisschop1-21/+25
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-71/+81
2003-08-04markup for translationKarl DeBisschop1-0/+4
2003-08-03markup for translationKarl DeBisschop1-16/+15
2003-08-03markup for translationKarl DeBisschop1-0/+2
2003-08-03markup for translationKarl DeBisschop1-87/+86
2003-06-30Added -4 and -6 command line options into check_http, check_ldap andJeremy T. Bouse1-6/+24
2003-06-29Included patch for check_ldap from Patch #753621 by Ziya SuzenJeremy T. Bouse1-2/+40
2003-03-12Code clean-upJeremy T. Bouse1-5/+5
2003-03-11Remove getopt_long checksTon Voon1-7/+1
2003-01-29fix segfault when argc>=2 and the -H or -b options are not suppliedKarl DeBisschop1-25/+33
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-8/+8
2002-11-14remove call_getopt and ssprintfKarl DeBisschop1-46/+13
2002-02-28Initial revisionEthan Galstad1-0/+291