# # ChangeLog for /src/noit_check_tools.c # # Generated by Trac 0.10.3 # 05/23/13 11:07:06 # 07/09/08 16:47:24 Theo Schlossnagle <jesus@omniti.com> [5a9b91bc0a14543e0995eba973fbeacc05aaee8b] * LICENSE (added) * configure.in (modified) * src/Makefile.in (modified) * src/modules/Makefile.in (modified) * src/modules/dns.c (added) * src/noit_check_tools.c (modified) * src/noit_check_tools.h (modified) * src/noit_config.h.in (modified) * src/noit_defines.h (modified) * src/udns/.cvsignore (added) * src/udns/COPYING.LGPL (added) * src/udns/Makefile.in (added) * src/udns/NEWS (added) * src/udns/NOTES (added) * src/udns/TODO (added) * src/udns/dnsget.1 (added) * src/udns/dnsget.c (added) * src/udns/ex-rdns.c (added) * src/udns/getopt.c (added) * src/udns/inet_XtoX.c (added) * src/udns/rblcheck.1 (added) * src/udns/rblcheck.c (added) * src/udns/udns.3 (added) * src/udns/udns.h (added) * src/udns/udns_XtoX.c (added) * src/udns/udns_bl.c (added) * src/udns/udns_config.h (added) * src/udns/udns_dn.c (added) * src/udns/udns_dntosp.c (added) * src/udns/udns_init.c (added) * src/udns/udns_misc.c (added) * src/udns/udns_parse.c (added) * src/udns/udns_resolver.c (added) * src/udns/udns_rr_a.c (added) * src/udns/udns_rr_mx.c (added) * src/udns/udns_rr_naptr.c (added) * src/udns/udns_rr_ptr.c (added) * src/udns/udns_rr_srv.c (added) * src/udns/udns_rr_txt.c (added) svn merge -r 327:330 https://labs.omniti.com/reconnoiter/branches/dev/udns . closes #38 03/17/08 16:46:34 Theo Schlossnagle <jesus@omniti.com> [d993405266c4d7b865974b099bf0ec3cbbb1ed5f] * src/noit_check_tools.c (modified) this reorg wasn't complete 03/17/08 04:06:17 Theo Schlossnagle <jesus@omniti.com> [4b96846179a35015ac0b22d5fe9e9f92480f06a5] * configure.in (modified) * src/eventer/eventer.h (modified) * src/eventer/eventer_impl.c (modified) * src/eventer/eventer_kqueue_impl.c (modified) * src/modules/Makefile.in (modified) * src/modules/http.c (modified) * src/modules/ping_icmp.c (modified) * src/modules/postgres.c (added) * src/modules/snmp.c (modified) * src/modules/ssh2.c (modified) * src/noit.conf (modified) * src/noit_check.c (modified) * src/noit_check_tools.c (modified) * src/noit_check_tools.h (modified) check code consolidation. allow modules to be more terse and add convenience functions to make writing completely asynch checkers much easier. (add a postgres proof-of-concept asynch checker 03/04/08 18:13:56 Theo Schlossnagle <jesus@omniti.com> [9a6060c147e3f375f75141efe7884a911021d87e] * configure.in (modified) * src/Makefile.in (modified) * src/modules/Makefile.in (modified) * src/modules/http.c (modified) * src/modules/ping_icmp.c (modified) * src/modules/snmp.c (modified) * src/noit_check_tools.c (modified) * src/noit_check_tools.h (modified) refactor shared code, add module dependency detection and start splitting out libs in configure 02/24/08 02:43:56 Theo Schlossnagle <jesus@omniti.com> [ce72dc2cb9539d80628ed5642eaabe6e8bac9f0d] * src/Makefile.in (modified) * src/noit_check_tools.c (added) * src/noit_check_tools.h (added) add an intperpolation tool, to helping SNMP checks -- when they get here