summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-02-08use enum instead of defineKarl DeBisschop1-6/+8
2003-02-08submit request with one sendKarl DeBisschop1-102/+48
2003-02-05allow check to proceed using servers from resolv.confKarl DeBisschop1-6/+6
2003-02-05fix segfault due to bad asprintf invocationKarl DeBisschop1-1/+1
2003-02-03Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf)Ton Voon1-0/+2
2003-02-03Patch for Mac OS X compile (652080 - Ton Voon)Ton Voon1-0/+1
2003-02-03added default community [bug-patch #600349 jbaumgartner]Subhendu Ghosh1-20/+13
2003-01-31Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown)Ton Voon1-5/+15
2003-01-31Reapply all asprintf calls. Fix for %% problem with -l flag.Ton Voon1-16/+16
2003-01-31Removed all unnecessary asprintf calls. Replaced with original check_nt.cTon Voon1-16/+16
2003-01-30Added reference to the official NSClient web siteTon Voon1-0/+2
2003-01-30Fixed long --allswap optionTon Voon1-1/+1
2003-01-30Fixed prognameTon Voon1-1/+1
2003-01-29Fixed error and success codes (638656 - Paul Dlug)Ton Voon1-12/+11
2003-01-29Added in check_nt for bug 646516Ton Voon2-1/+596
2003-01-29remove incorrect check_disk() declarationKarl DeBisschop1-1/+0
2003-01-29fix segfault when argc>=2 and the -H or -b options are not suppliedKarl DeBisschop1-25/+33
2003-01-291.8Karl DeBisschop1-2/+2
2003-01-29Better error if server requests client based certificate (609382 - Olaf Greis)Ton Voon1-1/+14
2003-01-29Error when no params passed, better invalid params message (652086 - Ton Voon)Ton Voon1-2/+1
2003-01-29Fixed NULL status in Solaris (644783 - Fabian Pehla)Ton Voon1-8/+6
2003-01-28make sure host_name is set and remove NULL string inits that can lead to segf...Karl DeBisschop1-162/+10
2003-01-28missed argc check on port parameterKarl DeBisschop1-1/+1
2003-01-28remove NULL string inits that can lead to segfaultsKarl DeBisschop1-38/+33
2003-01-27do not pass host if none is providedKarl DeBisschop1-12/+12
2003-01-27we were sending extra CRLFKarl DeBisschop1-12/+14
2003-01-17Counter32 tag parsing addedSubhendu Ghosh1-0/+2
2003-01-16semicolon needed where progname define was replacedKarl DeBisschop2-2/+2
2003-01-16add option to let regex span newlinesKarl DeBisschop1-16/+30
2003-01-16progname and print_usage need to be definedKarl DeBisschop1-0/+6
2003-01-16semicolon needed where praogname define was replcedKarl DeBisschop1-1/+1
2003-01-16semicolon needed where praogname define was replcedKarl DeBisschop1-1/+1
2003-01-16restore max() macroKarl DeBisschop1-0/+2
2003-01-16cleanup progname assignmentKarl DeBisschop1-2/+1
2003-01-16avoid segfault when host is not givenKarl DeBisschop1-2/+7
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop35-239/+234
2003-01-13change exit status to be POSIX compliantKarl DeBisschop1-5/+5
2003-01-13check for a few null strings, change PROGNAME from #define to const *charKarl DeBisschop1-6/+6
2003-01-13add options for excluding devices and for skipping OK devices in summaryKarl DeBisschop1-33/+61
2003-01-03protect against some null strings, make formats more uniformKarl DeBisschop1-32/+52
2002-12-19expect is +OK for SPOP tooKarl DeBisschop1-1/+1
2002-12-19server expect not getting set, expect is +OK for POPKarl DeBisschop1-2/+2
2002-12-19remove spurious CRLFKarl DeBisschop1-1/+1
2002-11-25was segfaulting if no dtat was returnedr1_3_0-beta2Karl DeBisschop1-46/+47
2002-11-22add replace battery condition, replace unchecked strcat calls with asprintf (...Karl DeBisschop1-53/+51
2002-11-22add a few comments, trap a few place where a NULL string might have been handledKarl DeBisschop1-11/+9
2002-11-21fix empty output on errorsKarl DeBisschop1-8/+8
2002-11-20add switch to evaluate each swap individuallyKarl DeBisschop1-30/+85
2002-11-20fix solaris SEGV, still need to print meaningful error textKarl DeBisschop1-14/+9
2002-11-20in short options, t no no argumentKarl DeBisschop1-2/+2