Age | Commit message (Expand) | Author | Files | Lines |
2014-07-29 | netutils.c - A few more changes | abrist | 1 | -4/+3 |
2014-07-29 | This patch will add the IP and port, or socket name, to the error message and | Davide Madrisan | 1 | -3/+13 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -2/+2 |
2013-09-10 | Move global variables from .h to .c files | Holger Weiss | 1 | -2/+3 |
2009-03-24 | Make socket alarm handler customisable (like c459ca07) | Thomas Guyot-Sionnest | 1 | -4/+3 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -3/+0 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -9/+9 |
2008-01-31 | Bump plugins/ to GPLv3 (non-plugind files) | Thomas Guyot-Sionnest | 1 | -18/+17 |
2008-01-07 | Support "[IPv6]" address syntax. | Holger Weiss | 1 | -2/+13 |
2007-09-24 | Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups (noted by | Holger Weiss | 1 | -0/+4 |
2007-01-20 | Fix bug #1632072 pointer error in plugins/netutils.c. Add changelog entry for... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2006-11-09 | Reduced DNS lookups in check_ping and netutils.c in IPv6 configurations | Ton Voon | 1 | -6/+4 |
2006-06-18 | updating help and usage and license | Benoit Mortier | 1 | -6/+6 |
2005-10-31 | code cleanups, largely resulting from turning on -Wall. mostly | M. Sean Finney | 1 | -2/+4 |
2005-10-25 | - added code to allow check_tcp (via np_net_connect) work with local | M. Sean Finney | 1 | -22/+42 |
2005-10-24 | initial merging of ae's np_runcmd code into selected plugins. | M. Sean Finney | 1 | -0/+7 |
2005-10-23 | - compartmentalized ssl code into seperate sslutils.c | M. Sean Finney | 1 | -127/+0 |
2005-10-19 | all plugins now using centralized ssl functions in netutils.c | M. Sean Finney | 1 | -0/+78 |
2005-10-19 | - initial attempt at consolidating ssl-related code into netutils.{c,h} | M. Sean Finney | 1 | -0/+48 |
2005-05-25 | bah, my_connect is taken by mysql. now calling it np_net_connect. | M. Sean Finney | 1 | -3/+3 |
2005-05-24 | optimizations and cleanup from andreas | M. Sean Finney | 1 | -96/+2 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -8/+8 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -3/+5 |
2004-12-01 | 1075725: patch to my_connect() to deal with SEGV if connect fails | Stanley Hopcroft | 1 | -3/+4 |
2004-03-31 | Set default state (Howard Wilkinson) | Ton Voon | 1 | -1/+1 |
2004-03-01 | check_tcp was returning uninitialized string with user-defined refused outcome | Karl DeBisschop | 1 | -7/+16 |
2004-02-29 | was making up to 34 separate tcp connections - now we open one and reuse | Karl DeBisschop | 1 | -39/+64 |
2004-02-20 | spell fix "received" | Karl DeBisschop | 1 | -2/+2 |
2003-12-05 | Fix clash of namespace for my_connect with mysql (854339 - Ian Holsman) | Ton Voon | 1 | -1/+2 |
2003-08-08 | cleanups from pedantic complier warnings | Karl DeBisschop | 1 | -17/+17 |
2003-08-08 | fix a variety of compiler warnings about qualifier discards and other pedanti... | Karl DeBisschop | 1 | -3/+3 |
2003-08-07 | replace "terminate" with "die" for shorter name and better readability | Karl DeBisschop | 1 | -1/+1 |
2003-06-30 | Corrections to get code to compile on systems without IPv6 support | Jeremy T. Bouse | 1 | -0/+4 |
2003-06-29 | check_ping is now coded with -4 & -6 options to call PING or PING6 command | Jeremy T. Bouse | 1 | -3/+3 |
2003-06-29 | Added address_family extern int variable to netutils to allow for -4 & -6 | Jeremy T. Bouse | 1 | -1/+2 |
2003-06-27 | Modified my_connect to include ai_socktype in the hints to be compliant with | Jeremy T. Bouse | 1 | -0/+1 |
2003-04-17 | code cleanup to clear strict compiler warnings | Karl DeBisschop | 1 | -39/+41 |
2003-03-18 | common.h was doubly included | Karl DeBisschop | 1 | -0/+1 |
2003-03-16 | Applied patch #660973 for tcp refusals | Jeremy T. Bouse | 1 | -1/+19 |
2003-03-15 | Spent the day working on backwards compatability using getaddrinfo() | Jeremy T. Bouse | 1 | -15/+68 |
2003-03-08 | AF indepedent routines introduced. | Jeremy T. Bouse | 1 | -188/+65 |
2003-03-07 | Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functions | Jeremy T. Bouse | 1 | -2/+0 |
2002-02-28 | Initial revision | Ethan Galstad | 1 | -0/+431 |