summaryrefslogtreecommitdiffstats
path: root/plugins/netutils.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-17check_radius: Replace functions removed in radcliHolger Weiss1-7/+8
2014-07-29Merge remote-tracking branch 'upstream/master'refs/pull/1257/headGreg Cox1-3/+12
2014-07-29netutils.c - A few more changesabrist1-4/+3
2014-07-29This patch will add the IP and port, or socket name, to the error message andDavide Madrisan1-3/+13
2014-05-17Patch against issue 1062gcoxmoz1-3/+1
2014-05-17Update netutils.cgcoxmoz1-4/+8
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-2/+2
2013-09-10Move global variables from .h to .c filesHolger Weiss1-2/+3
2009-03-25Make socket alarm handler customisable (like c459ca07)Thomas Guyot-Sionnest1-4/+3
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-3/+0
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-9/+9
2008-01-31Bump plugins/ to GPLv3 (non-plugind files)Thomas Guyot-Sionnest1-18/+17
2008-01-07Support "[IPv6]" address syntax.Holger Weiss1-2/+13
2007-09-24Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups (noted byHolger Weiss1-0/+4
2007-01-20Fix bug #1632072 pointer error in plugins/netutils.c. Add changelog entry for...Thomas Guyot-Sionnest1-1/+1
2006-11-09Reduced DNS lookups in check_ping and netutils.c in IPv6 configurationsTon Voon1-6/+4
2006-06-18updating help and usage and licenseBenoit Mortier1-6/+6
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyM. Sean Finney1-2/+4
2005-10-25- added code to allow check_tcp (via np_net_connect) work with localM. Sean Finney1-22/+42
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney1-0/+7
2005-10-23- compartmentalized ssl code into seperate sslutils.cM. Sean Finney1-127/+0
2005-10-19all plugins now using centralized ssl functions in netutils.cM. Sean Finney1-0/+78
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}M. Sean Finney1-0/+48
2005-05-25bah, my_connect is taken by mysql. now calling it np_net_connect.M. Sean Finney1-3/+3
2005-05-24optimizations and cleanup from andreasM. Sean Finney1-96/+2
2004-12-25various fixes for localizationBenoit Mortier1-8/+8
2004-12-01standardize localization stringBenoit Mortier1-3/+5
2004-12-011075725: patch to my_connect() to deal with SEGV if connect failsStanley Hopcroft1-3/+4
2004-03-31Set default state (Howard Wilkinson)Ton Voon1-1/+1
2004-03-01check_tcp was returning uninitialized string with user-defined refused outcomeKarl DeBisschop1-7/+16
2004-02-29was making up to 34 separate tcp connections - now we open one and reuseKarl DeBisschop1-39/+64
2004-02-20spell fix "received"Karl DeBisschop1-2/+2
2003-12-05Fix clash of namespace for my_connect with mysql (854339 - Ian Holsman)Ton Voon1-1/+2
2003-08-08cleanups from pedantic complier warningsKarl DeBisschop1-17/+17
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-3/+3
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-1/+1
2003-06-30Corrections to get code to compile on systems without IPv6 supportJeremy T. Bouse1-0/+4
2003-06-29check_ping is now coded with -4 & -6 options to call PING or PING6 commandJeremy T. Bouse1-3/+3
2003-06-29Added address_family extern int variable to netutils to allow for -4 & -6Jeremy T. Bouse1-1/+2
2003-06-27Modified my_connect to include ai_socktype in the hints to be compliant withJeremy T. Bouse1-0/+1
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop1-39/+41
2003-03-18common.h was doubly includedKarl DeBisschop1-0/+1
2003-03-16Applied patch #660973 for tcp refusalsJeremy T. Bouse1-1/+19
2003-03-15Spent the day working on backwards compatability using getaddrinfo()Jeremy T. Bouse1-15/+68
2003-03-08AF indepedent routines introduced.Jeremy T. Bouse1-188/+65
2003-03-07Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functionsJeremy T. Bouse1-2/+0
2002-02-28Initial revisionEthan Galstad1-0/+431