summaryrefslogtreecommitdiff
path: root/package/dnsmasq/files
AgeCommit message (Collapse)Author
2007-11-28use instead of closes #2759thepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28add option to turn off dynamic dhcp closes #2694thepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-05Fix missing IP section to properly add static hosts (#2650)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24convert the rest of /etc/dnsmasq.conf to ucithepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9440 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24disable filterwin2k in dnsmasq (see #2566)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9432 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-25include fixes from #2429 Thanks Lubos Stanekthepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9028 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-10add fix from ticket #2290thepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-09Finally fix the usage of limit (#2240)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8712 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-30fix incorrect parametersthepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-30fix typo closes #2289thepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8550 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-29dnsmasq: extend the init script thanks Sedkythepeople
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-19Use a more explicit variable name for the number of dhcp leases (#2240)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-01Use the end variable instead of limit (#2142)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30include the network state in the dnsmasq init script. this makes it possible ↵nbd
to run a dhcp server on dynamically assigned interfaces without hardcoding interface names git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7805 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-22Do not cache negative answersflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-12dnsmasq: speed up the dhcp server detection (one try is enough)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-31allow dhcp sections for dnsmasq to add command line optionsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-17upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, ↵nbd
rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-08Forward port whiterussian resolv.conf changesnbd
/etc/resolv.conf links to /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-13add START=60 to dnsmasq initnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5525 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-20move /usr/lib/parse-config.awk to /lib/config/template.awknbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-04add new rc.common for standardized init scripts, convert existing init scriptsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-04fix missing update for include() api change (#815)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-08fix error if dhcp is disabledmbm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-30only set dhcp_enable if lan proto is set to staticnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-30rewrite of the network scripts and configurationnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-25use 127.0.0.1 as dns server and point dnsmasq to /tmp/resolv.confnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-05large init script cleanup and merge of whiterussian changes, new dnsmasq ↵nbd
config handling git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-11set dhcp lease file in dnsmasq.conf instead of /tmp/dhcp.leasesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-02Fixed ticket #169 thanks to gps !florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-11fix documented syntax for /etc/ethers in dnsmasq.conf (fixes #65)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-17fix dnsmasq init scriptnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2151 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-09-07set dnsmasq except-interface in init script to wan_ifname instead of vlan1nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-07-25sync dnsmasq with whiterussiannbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1556 3c298f89-4303-0410-b956-a3cf2f4a3e73