]> git.ipfire.org Git - people/ms/dnsmasq.git/commit
Initial code to do authoritative DNS.
authorSimon Kelley <simon@thekelleys.org.uk>
Wed, 28 Nov 2012 21:27:02 +0000 (21:27 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Wed, 28 Nov 2012 21:27:02 +0000 (21:27 +0000)
commit4f7b304f5358e3634564b7038b7ab284c18294d3
treea5951d3628e524b610d59778282c331278a1ddca
parent8e4b87918fab1788438463e3f54dac2472318c34
Initial code to do authoritative DNS.
15 files changed:
Makefile
bld/Android.mk
src/auth.c [new file with mode: 0644]
src/cache.c
src/config.h
src/dhcp-common.c
src/dhcp.c
src/dnsmasq.c
src/dnsmasq.h
src/forward.c
src/network.c
src/option.c
src/radv.c
src/rfc1035.c
src/tftp.c