Age | Commit message (Expand) | Author | Files | Lines |
2002-11-07 | test snprintf function family for ifdefs in snprintf.c | Karl DeBisschop | 1 | -1/+25 |
2002-10-30 | replace fixed-lentgh buffer with asprintf | Karl DeBisschop | 1 | -8/+6 |
2002-10-30 | forgot to remove call_getopt | Karl DeBisschop | 1 | -67/+26 |
2002-10-30 | forgot to remove call_getopt declaration | Karl DeBisschop | 2 | -2/+0 |
2002-10-30 | remove call_getopt, fix several buffer overruns possible due to use of fixed ... | Karl DeBisschop | 1 | -92/+55 |
2002-10-30 | debian builds not actively maintained, so suppress error in setup script | Karl DeBisschop | 1 | -1/+3 |
2002-10-30 | monitor mailq | Subhendu Ghosh | 5 | -2/+195 |
2002-10-28 | remove pspace in shebang since no sequent users replied | Karl DeBisschop | 8 | -8/+8 |
2002-10-26 | release should not be in tarball name | Karl DeBisschop | 1 | -1/+1 |
2002-10-25 | tweak source macro | Karl DeBisschop | 1 | -3/+3 |
2002-10-25 | remove check_nt | Karl DeBisschop | 1 | -3/+1 |
2002-10-25 | include getloadavg sources, add some Solaris pkg build support | Karl DeBisschop | 2 | -2/+33 |
2002-10-22 | remove call_getopt, replace ssprintf with asprintf,better server version repo... | Karl DeBisschop | 1 | -58/+31 |
2002-10-22 | add check_spop | Karl DeBisschop | 1 | -2/+12 |
2002-10-22 | remove call_getopt, replace ssprintf with asprintf | Karl DeBisschop | 1 | -108/+76 |
2002-10-22 | From: Jerome Tytgat - checks to see if named process is running | Subhendu Ghosh | 1 | -0/+147 |
2002-10-22 | check_nt is downloadable from nsclient.ready2run.nl | Subhendu Ghosh | 2 | -549/+4 |
2002-10-21 | use asprintf instead of ssprintf | Karl DeBisschop | 1 | -10/+6 |
2002-10-21 | need to define SOURCES for check_tcp to also build as check_ftp,check_imap,ch... | Karl DeBisschop | 1 | -20/+24 |
2002-10-21 | use asprintf to do strscpy | Karl DeBisschop | 1 | -17/+3 |
2002-10-21 | roll check_ftp, check_imap, check_pop, and check_nntp into check_tcp | Karl DeBisschop | 1 | -22/+25 |
2002-10-21 | these are all combined into check_tcp now | Karl DeBisschop | 4 | -1459/+0 |
2002-10-21 | remove broken call_getopt | Karl DeBisschop | 1 | -12/+24 |
2002-10-21 | cleanup process_arguments, print_help, and print_usage | Karl DeBisschop | 1 | -115/+174 |
2002-10-21 | now we provide long opts if they do not exist | Karl DeBisschop | 1 | -6/+1 |
2002-10-20 | fixed scanning for multiple OIDs, which was not working | Karl DeBisschop | 1 | -89/+62 |
2002-10-20 | change ssprintf to asprintf | Karl DeBisschop | 1 | -11/+8 |
2002-10-18 | remove old call_getopt | Karl DeBisschop | 1 | -39/+26 |
2002-10-18 | remove old call_getopt code, fix bug taking single float, allow colon as sepa... | Karl DeBisschop | 1 | -67/+58 |
2002-10-18 | handle null src in strscat | Karl DeBisschop | 1 | -0/+2 |
2002-10-18 | millisecond timing | Karl DeBisschop | 1 | -15/+17 |
2002-10-18 | refine STD_LONG_OPTS | Karl DeBisschop | 1 | -4/+2 |
2002-10-18 | provide on more decimal point printing time | Karl DeBisschop | 1 | -13/+12 |
2002-10-18 | remove broken call_getopt stuff | Karl DeBisschop | 1 | -108/+96 |
2002-10-17 | using asprintf | Karl DeBisschop | 1 | -4/+7 |
2002-10-17 | revise now that aclocal is remved from CVS | Karl DeBisschop | 3 | -2/+7 |
2002-10-16 | need some quoting on ifdef | Karl DeBisschop | 1 | -1/+1 |
2002-10-16 | finally a working fix for AM/AC_FUNC_STRTOD nightmare | Karl DeBisschop | 2 | -2/+1 |
2002-10-16 | mismatched quote | Karl DeBisschop | 1 | -2/+2 |
2002-10-16 | mismatched quote | Karl DeBisschop | 1 | -1/+1 |
2002-10-16 | missing commas | Karl DeBisschop | 1 | -6/+6 |
2002-10-16 | complains on paren in comment | Karl DeBisschop | 1 | -1/+1 |
2002-10-16 | lost a paren | Karl DeBisschop | 1 | -1/+1 |
2002-10-16 | old auto???? has AM_FUNC_STRTOD, now renamed AC_FUNC_STRTOD | Karl DeBisschop | 1 | -0/+1 |
2002-10-16 | millisecond timimg where supported | Karl DeBisschop | 3 | -47/+47 |
2002-10-16 | build cleanly on RedHat 8.0 | Karl DeBisschop | 2 | -199/+319 |
2002-10-16 | ignore aclocal.m4 | Karl DeBisschop | 1 | -0/+1 |
2002-10-16 | AM_STRTOD was a typo | Karl DeBisschop | 1 | -1/+1 |
2002-10-16 | automake invokes acloacl on each run - it cannot be right to include this | Karl DeBisschop | 1 | -836/+0 |
2002-10-16 | better checks for vsnprintf stuff | Karl DeBisschop | 1 | -0/+4 |