Code

check_host: Allocate a large-enough buffer for the host table.
[nagiosplug.git] / plugins / netutils.c
2009-03-25 Thomas Guyot-SionnestMake socket alarm handler customisable (like c459ca07)
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-01-31 Thomas Guyot-SionnestBump plugins/ to GPLv3 (non-plugind files)
2008-01-07 Holger WeissSupport "[IPv6]" address syntax.
2007-09-24 Holger WeissLet ./configure --without-ipv6 suppress non-IPv4 DNS...
2007-01-20 Thomas Guyot-SionnestFix bug #1632072 pointer error in plugins/netutils...
2006-11-09 Ton VoonReduced DNS lookups in check_ping and netutils.c in...
2006-06-18 Benoit Mortierupdating help and usage and license
2005-10-31 M. Sean Finneycode cleanups, largely resulting from turning on -Wall...
2005-10-25 M. Sean Finney- added code to allow check_tcp (via np_net_connect...
2005-10-24 M. Sean Finneyinitial merging of ae's np_runcmd code into selected...
2005-10-23 M. Sean Finney- compartmentalized ssl code into seperate sslutils.c
2005-10-19 M. Sean Finneyall plugins now using centralized ssl functions in...
2005-10-19 M. Sean Finney- initial attempt at consolidating ssl-related code...
2005-05-25 M. Sean Finneybah, my_connect is taken by mysql. now calling it...
2005-05-24 M. Sean Finneyoptimizations and cleanup from andreas
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-01 Benoit Mortierstandardize localization string
2004-12-01 Stanley Hopcroft1075725: patch to my_connect() to deal with SEGV if...
2004-03-31 Ton VoonSet default state (Howard Wilkinson)
2004-03-01 Karl DeBisschopcheck_tcp was returning uninitialized string with user...
2004-02-29 Karl DeBisschopwas making up to 34 separate tcp connections - now...
2004-02-20 Karl DeBisschopspell fix "received"
2003-12-05 Ton VoonFix clash of namespace for my_connect with mysql (85433...
2003-08-08 Karl DeBisschopcleanups from pedantic complier warnings
2003-08-08 Karl DeBisschopfix a variety of compiler warnings about qualifier...
2003-08-07 Karl DeBisschopreplace "terminate" with "die" for shorter name and...
2003-06-30 Jeremy T. BouseCorrections to get code to compile on systems without...
2003-06-29 Jeremy T. Bousecheck_ping is now coded with -4 & -6 options to call...
2003-06-29 Jeremy T. BouseAdded address_family extern int variable to netutils...
2003-06-27 Jeremy T. BouseModified my_connect to include ai_socktype in the hints...
2003-04-17 Karl DeBisschopcode cleanup to clear strict compiler warnings
2003-03-18 Karl DeBisschopcommon.h was doubly included
2003-03-16 Jeremy T. BouseApplied patch #660973 for tcp refusals
2003-03-15 Jeremy T. BouseSpent the day working on backwards compatability using...
2003-03-08 Jeremy T. BouseAF indepedent routines introduced.
2003-03-07 Jeremy T. BouseAdded getaddrinfo.[ch] & gethostbyname.[ch] to provide...
2002-02-28 Ethan GalstadInitial revision