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