summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
Commit message (Collapse)AuthorAgeFilesLines
* dnsmasq: - make "name" option in "host" sections optional and append it to ↵Jo-Philipp Wich2009-10-052-5/+21
| | | | | | -G if set, allows specifying hostnames for static leases without resorting to /etc/hosts - implement "domain" sections, allows defining arbitary host names and associated ptr records from uci - bump package revision SVN-Revision: 17897
* update dnsmasq to 2.50 (#5784)Felix Fietkau2009-09-241-2/+2
| | | | SVN-Revision: 17711
* Add default /etc/dnsmasq.confFelix Fietkau2009-09-212-0/+39
| | | | | | | | | | | | | | | | | | | | | dnsmasq allows adding of arbitrary SRV/PTR/TXT/CNAME records. However, those options sometimes can not be passed as command-line arguments due to excess length. This patch tries to solve this problem: 1. Provide /etc/dnsmasq.conf file with comments about adding SRV/PTR/TXT/CNAME records. 2. Add this file to conffiles list so it is preserver during backup/restore or system upgrade. If someone needs a lot of custom records, default configuration file can be edited. Since manual pages and documentation is not installed, provided comments should be enough to figure out option syntax. Signed-off-by: Alexey I. Froloff <raorn@altlinux.org> SVN-Revision: 17663
* dnsmasq startup script update: add notinterface parameterFelix Fietkau2009-09-162-1/+7
| | | | | | | | | | This tiny patch makes the dnsmasq init.d script listen to a parameter called "notinterface", which tells dnsmasq to not listen on a defined set of interfaces. By default dnsmasq *always* listens on the loopback interface, even if you tell it to specifically listen on a certain other interface. Sometimes this is not desirable behaviour, so you might want to turn it off. This is useful when, for example, you want to have your own DNS server listening on the loopback interface. Signed-off-by: Johnny Halfmoon <jhalfmoon at milksnot.com> SVN-Revision: 17599
* Update to version 2.49 Fixes #5331 and #5286Hauke Mehrtens2009-06-134-26/+10
| | | | SVN-Revision: 16436
* dnsmasq: add option to specify dhcp-hostsfile (#5079)Jo-Philipp Wich2009-05-091-0/+3
| | | | SVN-Revision: 15747
* fixed dnsmasq init for "ignore" optionMarkus Wigge2009-05-051-1/+1
| | | | | | | | dnsmasq.init tried to set range options even when ignore was set to "1". Now the functions stops processing after evaluating the "ignore" option when the result is > 0 SVN-Revision: 15618
* changed "option" to "list" for binding interfacesMarkus Wigge2009-05-052-2/+6
| | | | SVN-Revision: 15613
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* dnsmasq: add more options for interface binding (#4900)Jo-Philipp Wich2009-04-093-1/+5
| | | | SVN-Revision: 15172
* make "name" parameter optional in dnsmasq "boot" config sectionsJo-Philipp Wich2009-02-182-3/+2
| | | | SVN-Revision: 14557
* update dnsmasq to 2.47 (#4636, thanks florida)Jo-Philipp Wich2009-02-163-10/+10
| | | | SVN-Revision: 14528
* "-R" will not work as it needs the configured IP on the interface. Thus this ↵Markus Wigge2009-02-041-1/+1
| | | | | | option leads to the warning message: "udhcpc: bind(UDP): Cannot assign requested address" SVN-Revision: 14408
* add dnsmasq config file to the conffiles sectionFlorian Fainelli2009-02-031-0/+4
| | | | SVN-Revision: 14398
* - added "server" option list to delegate specific subdomains to given ↵Markus Wigge2009-01-272-0/+6
| | | | | | upstream servers SVN-Revision: 14232
* package/dnsmasq: bump to v2.46 (#4263)Jo-Philipp Wich2008-11-281-2/+2
| | | | SVN-Revision: 13414
* Ucified PXE-Boot options for dnsmasqSteven Barth2008-10-131-0/+3
| | | | SVN-Revision: 12960
* fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, ↵Felix Fietkau2008-09-231-0/+44
| | | | | | but not used SVN-Revision: 12664
* dnsmasq: Use a more intelligent way of parsing dhcp-options using the new ↵Steven Barth2008-09-071-7/+3
| | | | | | UCI list datatype SVN-Revision: 12547
* restore the /tmp/resolv.conf symlink when stopping dnsmasqFelix Fietkau2008-09-071-0/+5
| | | | SVN-Revision: 12546
* add option to cache local queries, from sn9Travis Kemen2008-09-021-1/+2
| | | | SVN-Revision: 12485
* add section names to dnsmasq configJohn Crispin2008-08-191-2/+2
| | | | SVN-Revision: 12342
* fixes dbus param of dnsmasq, #3818, thanks the.loekiJohn Crispin2008-07-281-1/+1
| | | | SVN-Revision: 11967
* Updated Dnsmasq to 2.45Steven Barth2008-07-202-6/+6
| | | | SVN-Revision: 11888
* Updated Dnsmasq to 2.43Steven Barth2008-07-183-36/+7
| | | | SVN-Revision: 11862
* This adds dhcp-boot support to dnsmasq-init: option name "virt0" option ↵Florian Fainelli2008-07-051-0/+22
| | | | | | | | filename "pxelinux.0" option servername "mainframe0.dev" option serveraddress "9.3.2.1" closes #3529 SVN-Revision: 11663
* backport a fix to suppress warning when loading dnsmasq on >=2.6.25.7. this ↵John Crispin2008-06-281-0/+30
| | | | | | patch can be removed when dnsmasq 2.43 is released SVN-Revision: 11604
* Updated Dnsmasq to 2.42 (#3498)Steven Barth2008-06-033-12/+10
| | | | SVN-Revision: 11339
* only ignore dhcp but still listen for dns closes #3406Travis Kemen2008-05-081-1/+1
| | | | SVN-Revision: 11062
* fix dnsmasq compilation on some systemsFelix Fietkau2008-03-311-0/+1
| | | | SVN-Revision: 10696
* This upgrades dnsmasq-2.40 to dnsmasq-2.41. Signed-off-by: Alexandros C. ↵Travis Kemen2008-03-261-2/+2
| | | | | | Couloumbis <alex at ozo.com> SVN-Revision: 10663
* create the dhcp leasefile if it doesn't existTravis Kemen2008-02-141-0/+3
| | | | SVN-Revision: 10460
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-031-1/+0
| | | | SVN-Revision: 10367
* add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz ↵Travis Kemen2008-01-171-1/+2
| | | | | | Schori <lorenz.schori@gmx.ch> SVN-Revision: 10216
* use instead of closes #2759Travis Kemen2007-11-281-1/+1
| | | | SVN-Revision: 9612
* add option to turn off dynamic dhcp closes #2694Travis Kemen2007-11-281-0/+2
| | | | SVN-Revision: 9608
* Fix missing IP section to properly add static hosts (#2650)Florian Fainelli2007-11-051-0/+2
| | | | SVN-Revision: 9502
* remove unneeded config file section fixes #2594Travis Kemen2007-10-251-4/+0
| | | | SVN-Revision: 9442
* convert the rest of /etc/dnsmasq.conf to uciTravis Kemen2007-10-244-30/+22
| | | | SVN-Revision: 9440
* disable filterwin2k in dnsmasq (see #2566)Felix Fietkau2007-10-241-1/+1
| | | | SVN-Revision: 9432
* update dnsmasq to 2.40, from #2479John Crispin2007-10-083-8/+8
| | | | SVN-Revision: 9200
* include fixes from #2429 Thanks Lubos StanekTravis Kemen2007-09-251-53/+53
| | | | SVN-Revision: 9028
* add fix from ticket #2290Travis Kemen2007-09-101-4/+10
| | | | SVN-Revision: 8732
* Finally fix the usage of limit (#2240)Florian Fainelli2007-09-091-1/+1
| | | | SVN-Revision: 8712
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+4
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* fix incorrect parametersTravis Kemen2007-08-301-3/+3
| | | | SVN-Revision: 8554
* fix typo closes #2289Travis Kemen2007-08-301-1/+1
| | | | SVN-Revision: 8550
* dnsmasq: extend the init script thanks SedkyTravis Kemen2007-08-291-17/+185
| | | | SVN-Revision: 8540
* Use a more explicit variable name for the number of dhcp leases (#2240)Florian Fainelli2007-08-192-4/+4
| | | | SVN-Revision: 8437
* Use the end variable instead of limit (#2142)Florian Fainelli2007-08-011-1/+1
| | | | SVN-Revision: 8307