Age | Commit message (Expand) | Author | Files | Lines |
2003-02-12 | Remove unnecessary \ - complaints from Tru64's cc compiler | Ton Voon | 1 | -1/+1 |
2003-02-11 | Patch by Dave Viner for seg fault on RH 7.3 (655903) | Ton Voon | 1 | -18/+19 |
2003-02-10 | Removing getopt files - now in new lib directory | Ton Voon | 3 | -1029/+0 |
2003-02-10 | Added in a define for HAVE_GETOPT_H for backwards compatibility | Ton Voon | 1 | -2/+2 |
2003-02-10 | Remove unnecessary getopt references and link in lib directory | Ton Voon | 1 | -14/+4 |
2003-02-10 | Added argc checks before attempting to access argv[] | Jeremy T. Bouse | 1 | -5/+6 |
2003-02-10 | Revised code to use resolving and connection code in utils.c and | Jeremy T. Bouse | 1 | -46/+16 |
2003-02-08 | use enum instead of define | Karl DeBisschop | 1 | -6/+8 |
2003-02-08 | submit request with one send | Karl DeBisschop | 1 | -102/+48 |
2003-02-05 | allow check to proceed using servers from resolv.conf | Karl DeBisschop | 1 | -6/+6 |
2003-02-05 | fix segfault due to bad asprintf invocation | Karl DeBisschop | 1 | -1/+1 |
2003-02-03 | Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf) | Ton Voon | 1 | -0/+2 |
2003-02-03 | Patch for Mac OS X compile (652080 - Ton Voon) | Ton Voon | 1 | -0/+1 |
2003-02-03 | added default community [bug-patch #600349 jbaumgartner] | Subhendu Ghosh | 1 | -20/+13 |
2003-01-31 | Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown) | Ton Voon | 1 | -5/+15 |
2003-01-31 | Reapply all asprintf calls. Fix for %% problem with -l flag. | Ton Voon | 1 | -16/+16 |
2003-01-31 | Removed all unnecessary asprintf calls. Replaced with original check_nt.c | Ton Voon | 1 | -16/+16 |
2003-01-30 | Added reference to the official NSClient web site | Ton Voon | 1 | -0/+2 |
2003-01-30 | Fixed long --allswap option | Ton Voon | 1 | -1/+1 |
2003-01-30 | Fixed progname | Ton Voon | 1 | -1/+1 |
2003-01-29 | Fixed error and success codes (638656 - Paul Dlug) | Ton Voon | 1 | -12/+11 |
2003-01-29 | Added in check_nt for bug 646516 | Ton Voon | 2 | -1/+596 |
2003-01-29 | remove incorrect check_disk() declaration | Karl DeBisschop | 1 | -1/+0 |
2003-01-29 | fix segfault when argc>=2 and the -H or -b options are not supplied | Karl DeBisschop | 1 | -25/+33 |
2003-01-29 | 1.8 | Karl DeBisschop | 1 | -2/+2 |
2003-01-29 | Better error if server requests client based certificate (609382 - Olaf Greis) | Ton Voon | 1 | -1/+14 |
2003-01-29 | Error when no params passed, better invalid params message (652086 - Ton Voon) | Ton Voon | 1 | -2/+1 |
2003-01-29 | Fixed NULL status in Solaris (644783 - Fabian Pehla) | Ton Voon | 1 | -8/+6 |
2003-01-28 | make sure host_name is set and remove NULL string inits that can lead to segf... | Karl DeBisschop | 1 | -162/+10 |
2003-01-28 | missed argc check on port parameter | Karl DeBisschop | 1 | -1/+1 |
2003-01-28 | remove NULL string inits that can lead to segfaults | Karl DeBisschop | 1 | -38/+33 |
2003-01-27 | do not pass host if none is provided | Karl DeBisschop | 1 | -12/+12 |
2003-01-27 | we were sending extra CRLF | Karl DeBisschop | 1 | -12/+14 |
2003-01-17 | Counter32 tag parsing added | Subhendu Ghosh | 1 | -0/+2 |
2003-01-16 | semicolon needed where progname define was replaced | Karl DeBisschop | 2 | -2/+2 |
2003-01-16 | add option to let regex span newlines | Karl DeBisschop | 1 | -16/+30 |
2003-01-16 | progname and print_usage need to be defined | Karl DeBisschop | 1 | -0/+6 |
2003-01-16 | semicolon needed where praogname define was replced | Karl DeBisschop | 1 | -1/+1 |
2003-01-16 | semicolon needed where praogname define was replced | Karl DeBisschop | 1 | -1/+1 |
2003-01-16 | restore max() macro | Karl DeBisschop | 1 | -0/+2 |
2003-01-16 | cleanup progname assignment | Karl DeBisschop | 1 | -2/+1 |
2003-01-16 | avoid segfault when host is not given | Karl DeBisschop | 1 | -2/+7 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 35 | -239/+234 |
2003-01-13 | change exit status to be POSIX compliant | Karl DeBisschop | 1 | -5/+5 |
2003-01-13 | check for a few null strings, change PROGNAME from #define to const *char | Karl DeBisschop | 1 | -6/+6 |
2003-01-13 | add options for excluding devices and for skipping OK devices in summary | Karl DeBisschop | 1 | -33/+61 |
2003-01-03 | protect against some null strings, make formats more uniform | Karl DeBisschop | 1 | -32/+52 |
2002-12-19 | expect is +OK for SPOP too | Karl DeBisschop | 1 | -1/+1 |
2002-12-19 | server expect not getting set, expect is +OK for POP | Karl DeBisschop | 1 | -2/+2 |
2002-12-19 | remove spurious CRLF | Karl DeBisschop | 1 | -1/+1 |