]> git.ipfire.org Git - thirdparty/sarg.git/commit
Make a module out of the DNS IP resolving
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Feb 2012 08:19:45 +0000 (09:19 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Feb 2012 08:19:45 +0000 (09:19 +0100)
commit51b166d4eaa0b9966465a9adff1f4bfb2b5c8f42
tree144199dab39823670887d19873296cfebc0eaba2
parent2846a495be480bc00eb31b58df4fe191a4771613
Make a module out of the DNS IP resolving

The code was changed to accommodate module names in resolve_ip instead of
just yes or no. The named modules are tried in sequence until one returns
a positive result.

Currently, only the dns module is available.
CMakeLists.txt
Makefile.in
getconf.c
include/defs.h
include/ip2name.h [new file with mode: 0644]
ip2name.c
ip2name_dns.c [new file with mode: 0644]
log.c
sarg.conf