Age | Commit message (Expand) | Author | Files | Lines |
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-16 | millisecond timimg where supported | Karl DeBisschop | 3 | -47/+47 |
2002-10-16 | use asprintf | Karl DeBisschop | 1 | -36/+30 |
2002-10-16 | use asprintf to construct strscat | Karl DeBisschop | 1 | -19/+2 |
2002-10-16 | timeout interval is extern | Karl DeBisschop | 1 | -1/+1 |
2002-10-16 | start support for gettimeofday and tv_usec | Karl DeBisschop | 2 | -7/+39 |
2002-10-16 | newer snprintf from samba.org | Karl DeBisschop | 1 | -328/+931 |
2002-10-07 | patch for expected IP address | Subhendu Ghosh | 1 | -4/+28 |
2002-10-07 | make sure we do not run past the end of an unterminated string | Karl DeBisschop | 1 | -1/+2 |
2002-10-07 | use asprintf, inhibit splint warning | Karl DeBisschop | 1 | -22/+18 |
2002-10-05 | lets use library instead od inconsistent command line interfaces | Karl DeBisschop | 1 | -0/+1086 |
2002-09-26 | use ssprintf instead of sprintf | Karl DeBisschop | 1 | -7/+7 |
2002-09-25 | incorporate comment on my_recv from Russell Scibetti | Karl DeBisschop | 1 | -0/+1 |
2002-09-25 | incorporate comments from Russell Scibetti | Karl DeBisschop | 1 | -40/+46 |
2002-09-24 | replace remaining occurences of sprintf with snprintf | Karl DeBisschop | 1 | -32/+29 |
2002-09-14 | time data in performance string | Karl DeBisschop | 2 | -20/+21 |
2002-09-12 | negate wrapper | Karl DeBisschop | 1 | -1/+3 |
2002-09-08 | wrapper to invert return status | Karl DeBisschop | 1 | -0/+299 |
2002-09-08 | clears up warnings in splint | Karl DeBisschop | 1 | -7/+9 |
2002-09-02 | new -f option for adding a FROM address for RFC correctness | Subhendu Ghosh | 1 | -10/+38 |
2002-09-01 | Valid MAIL command | Subhendu Ghosh | 1 | -1/+4 |
2002-08-18 | typo in options passed to ssh for ipv6. | Karl DeBisschop | 1 | -10/+6 |
2002-08-14 | added HELO command | Subhendu Ghosh | 1 | -0/+16 |
2002-08-14 | ipv4/ipv6 switch added | Subhendu Ghosh | 1 | -7/+20 |
2002-08-14 | net-snmp v5x fix | Subhendu Ghosh | 1 | -2/+2 |
2002-08-13 | Mod to display current/max number of players in a game (Frank Kannemann) | Ethan Galstad | 1 | -2/+8 |
2002-08-01 | re-patched exit state comparison | Subhendu Ghosh | 1 | -3/+3 |
2002-08-01 | port option added, -c support net-snmpv5, complete response string output | Subhendu Ghosh | 1 | -13/+16 |
2002-06-24 | ignore return status codes if user specified status line check | Subhendu Ghosh | 1 | -89/+111 |
2002-06-24 | printf bug for large numbers - Jeff Murray | Subhendu Ghosh | 1 | -1/+1 |
2002-06-19 | more POSIX return value comparison related code fixes | Subhendu Ghosh | 11 | -24/+96 |
2002-06-19 | fixes for using POSIX return codes | Subhendu Ghosh | 3 | -19/+99 |
2002-06-18 | updated to POSIX return codes | Subhendu Ghosh | 1 | -2/+2 |