Add an asynchronous resolver library.
authorMichael Poole <mdpoole@troilus.org>
Mon, 19 Mar 2007 03:05:55 +0000 (23:05 -0400)
committerMichael Poole <mdpoole@troilus.org>
Mon, 19 Mar 2007 03:05:55 +0000 (23:05 -0400)
commit94ff95155752d6dafa5628bb973ebae8df3558fc
tree49de97691d1c8925116deac3793337b6b85acbdc
parentfd97d015df8937cfc28e45709af65b2a8a7fa6be
Add an asynchronous resolver library.

src/Makefile.am: Add sar.* to the build.
src/main.c: Call sar_init().
src/sar.*: The srvx asynchronous resolver.
src/mod-blacklist.c: Use it to add DNSBL support.
srvx.conf.eaxmple: Document the DNSBL support and sar options.
src/Makefile.am
src/main.c
src/mod-blacklist.c
src/sar.c [new file with mode: 0644]
src/sar.h [new file with mode: 0644]
srvx.conf.example