aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2003-08-02ifdef so utils.h can be header for utils.cGravatar Karl DeBisschop
2003-08-02markup for translationGravatar Karl DeBisschop
2003-08-02establish "UT_" namespace for usage text in #definesGravatar Karl DeBisschop
2003-08-02markup for translationGravatar Karl DeBisschop
2003-08-01terminate in error_scan() so meaningfull errors can be sentGravatar Karl DeBisschop
2003-08-01mark for transaltionGravatar Karl DeBisschop
2003-08-01do not translate the strings that will be compared to utility output - LC_ALL...Gravatar Karl DeBisschop
2003-08-01set LC_ALL to C in execve environemntGravatar Karl DeBisschop
2003-08-01'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s ...'Gravatar Karl DeBisschop
2003-07-31mark for translation (note problem here - it relies on tranalation in underly...Gravatar Karl DeBisschop
2003-07-31mark for translationGravatar Karl DeBisschop
2003-07-30mark up for translationGravatar Karl DeBisschop
2003-07-30markup for translationGravatar Karl DeBisschop
2003-07-29mark for translationGravatar Karl DeBisschop
2003-07-29some shared text for internationalized help textGravatar Karl DeBisschop
2003-07-29clean up warnings about ill-formed comment and string concatenationGravatar Karl DeBisschop
2003-07-29patch attempt to reference undefined optarg (credit Paul Farrall)Gravatar Karl DeBisschop
2003-07-26mark for translationGravatar Karl DeBisschop
2003-07-26add S_ macor to mark message for both translation and inclusion into docbook ...Gravatar Karl DeBisschop
2003-07-26internationalizationGravatar Karl DeBisschop
2003-07-26checkins for internationalizationGravatar Karl DeBisschop
2003-07-21add stubs to allow markup for translationGravatar Karl DeBisschop
2003-07-21test GNU_SOURCE and include features.h if present to clear warning about aspr...Gravatar Karl DeBisschop
2003-07-04only make links for check_spop and check_simap when SSL is built into check_tcpGravatar Karl DeBisschop
2003-07-03Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander Matey)Gravatar Ton Voon
2003-07-03remove LABELLENGravatar Karl DeBisschop
2003-06-30Added -4 and -6 command line options into check_http, check_ldap andGravatar Jeremy T. Bouse
2003-06-30Corrections to get code to compile on systems without IPv6 supportGravatar Jeremy T. Bouse
2003-06-30Added check_simap & check_spop to check_tcp_programsGravatar Jeremy T. Bouse
2003-06-30Fixed support for "check_disk warn crit [path]" with thresholds at used levelsGravatar Ton Voon
2003-06-29Included patch for check_ldap from Patch #753621 by Ziya SuzenGravatar Jeremy T. Bouse
2003-06-29Changed usage output to show -4 and -6 are mutually exclusive. You can onlyGravatar Jeremy T. Bouse
2003-06-29check_ping is now coded with -4 & -6 options to call PING or PING6 commandGravatar Jeremy T. Bouse
2003-06-29Added address_family extern int variable to netutils to allow for -4 & -6Gravatar Jeremy T. Bouse
2003-06-29Added NLM test (Phil Randal)Gravatar Ton Voon
2003-06-29Corrected reported size for PROC_MEMINFO systemsGravatar Ton Voon
2003-06-27Modified my_connect to include ai_socktype in the hints to be compliant withGravatar Jeremy T. Bouse
2003-06-27Support for swap -s for solaris. Also changes size of swap to MBs throughGravatar Ton Voon
2003-06-26Fixed different thresholds if using exclude listsGravatar Ton Voon
2003-06-25Support for different thresholds for different filesystemsGravatar Ton Voon
2003-06-25Removed -d option and just check against -p parameterGravatar Ton Voon
2003-06-25Report errors if path specified not foundGravatar Ton Voon
2003-06-25Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by specifyingGravatar Ton Voon
2003-06-21soalris 8 needs 'ln -s -f' instead of 'ln -sf'Gravatar Karl DeBisschop
2003-06-21add remaining URI_PATH chars per RFC 2396Gravatar Karl DeBisschop
2003-06-11fix URI_PATH to allow ?&#: (more still should be allowed)Gravatar Karl DeBisschop
2003-06-10add note about shell quote removal to address https://sourceforge.net/tracker...Gravatar Karl DeBisschop
2003-06-07\r\n patch from MathiasGravatar Subhendu Ghosh
2003-06-04Argument to asprintf in wrong orderGravatar Ton Voon
2003-06-02finish recv() loop when stream GT or EQ maxbytes (was GT)Gravatar Karl DeBisschop