Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/dnsmasq: bump release number (missed from r21400) | Nicolas Thill | 2010-05-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 21523 | ||||
* | Add support for SRV records to dnsmasq config parsing | Peter Denison | 2010-05-08 | 1 | -0/+18 |
| | | | | SVN-Revision: 21400 | ||||
* | dnsmasq: - when processing domain entries, append searchdomain to host ↵ | Jo-Philipp Wich | 2010-04-23 | 2 | -4/+12 |
| | | | | | | entries if they are not fully qualified - create only one reverse record for address entries with multiple names SVN-Revision: 21109 | ||||
* | dnsmasq: don't append search domain to custom host entries | Jo-Philipp Wich | 2010-04-16 | 2 | -3/+3 |
| | | | | SVN-Revision: 20935 | ||||
* | dnsmasq: allow multiple hostnames per domain section | Jo-Philipp Wich | 2010-04-02 | 2 | -5/+11 |
| | | | | SVN-Revision: 20656 | ||||
* | fix limit | Travis Kemen | 2010-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 20275 | ||||
* | remove +1 as it isn't needed since 16619 | Travis Kemen | 2010-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 20259 | ||||
* | if readethers is set to true make sure /etc/ethers exists, closes #6740 | Travis Kemen | 2010-03-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 20220 | ||||
* | dnsmasq: remove redundant code introduced with r20074 | Jo-Philipp Wich | 2010-03-09 | 1 | -3/+0 |
| | | | | SVN-Revision: 20079 | ||||
* | dnsmasq: allow multiple macs per static lease address (#6205) | Jo-Philipp Wich | 2010-03-08 | 1 | -3/+8 |
| | | | | SVN-Revision: 20074 | ||||
* | dnsmasq: prevent bad command line error when a dhcp pool has ignore set and ↵ | Jo-Philipp Wich | 2010-03-08 | 1 | -1/+1 |
| | | | | | | the corresponding iface has only whitespace as value SVN-Revision: 20048 | ||||
* | dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757) | Vasilis Tsiligiannis | 2010-03-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 19942 | ||||
* | Update to version 2.52 | Hauke Mehrtens | 2010-01-29 | 3 | -58/+8 |
| | | | | | | | | | Patch 103-ipv6_fix.patch is removed, because the problem the patch was fixing is now fixed in mainline. Thank you Raphaël HUCK for your patch. This fixes #6568. SVN-Revision: 19392 | ||||
* | dnsmasq: only write search directive if domain is actually set | Jo-Philipp Wich | 2010-01-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 19090 | ||||
* | dnsmasq: add local domain as search directive to /tmp/resolv.conf | Jo-Philipp Wich | 2010-01-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 19086 | ||||
* | dnsmasq: Fix setting the network-id for config host sections This renames ↵ | Jo-Philipp Wich | 2010-01-08 | 2 | -36/+38 |
| | | | | | | name to networkid where applicable, and re-adds the name option for hosts. Signed-off-by: Stefan Bethke <stb@lassitu.de> SVN-Revision: 19069 | ||||
* | dnsmasq: While trying to document the dhcp UCI config, I noticed that the ↵ | Jo-Philipp Wich | 2009-12-26 | 2 | -2/+2 |
| | | | | | | name config option is applied wrongly when adding static addresses. Cf. the dnsmasq man page. Signed-off-by: Stefan Bethke <stb@lassitu.de> SVN-Revision: 18934 | ||||
* | new upstream release 2.51 with some fixes, see ↵ | Markus Wigge | 2009-11-26 | 3 | -11/+17 |
| | | | | | | http://www.thekelleys.org.uk/dnsmasq/CHANGELOG refreshed patches for new release SVN-Revision: 18541 | ||||
* | dnsmasq: Set a list of addnhosts files. e.g. list 'addnhosts' ↵ | Jo-Philipp Wich | 2009-11-22 | 2 | -2/+6 |
| | | | | | | '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm <patrick@lunatiki.de> SVN-Revision: 18470 | ||||
* | dnsmasq: - make "name" option in "host" sections optional and append it to ↵ | Jo-Philipp Wich | 2009-10-05 | 2 | -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 Fietkau | 2009-09-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 17711 | ||||
* | Add default /etc/dnsmasq.conf | Felix Fietkau | 2009-09-21 | 2 | -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 parameter | Felix Fietkau | 2009-09-16 | 2 | -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 #5286 | Hauke Mehrtens | 2009-06-13 | 4 | -26/+10 |
| | | | | SVN-Revision: 16436 | ||||
* | dnsmasq: add option to specify dhcp-hostsfile (#5079) | Jo-Philipp Wich | 2009-05-09 | 1 | -0/+3 |
| | | | | SVN-Revision: 15747 | ||||
* | fixed dnsmasq init for "ignore" option | Markus Wigge | 2009-05-05 | 1 | -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 interfaces | Markus Wigge | 2009-05-05 | 2 | -2/+6 |
| | | | | SVN-Revision: 15613 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | dnsmasq: add more options for interface binding (#4900) | Jo-Philipp Wich | 2009-04-09 | 3 | -1/+5 |
| | | | | SVN-Revision: 15172 | ||||
* | make "name" parameter optional in dnsmasq "boot" config sections | Jo-Philipp Wich | 2009-02-18 | 2 | -3/+2 |
| | | | | SVN-Revision: 14557 | ||||
* | update dnsmasq to 2.47 (#4636, thanks florida) | Jo-Philipp Wich | 2009-02-16 | 3 | -10/+10 |
| | | | | SVN-Revision: 14528 | ||||
* | "-R" will not work as it needs the configured IP on the interface. Thus this ↵ | Markus Wigge | 2009-02-04 | 1 | -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 section | Florian Fainelli | 2009-02-03 | 1 | -0/+4 |
| | | | | SVN-Revision: 14398 | ||||
* | - added "server" option list to delegate specific subdomains to given ↵ | Markus Wigge | 2009-01-27 | 2 | -0/+6 |
| | | | | | | upstream servers SVN-Revision: 14232 | ||||
* | package/dnsmasq: bump to v2.46 (#4263) | Jo-Philipp Wich | 2008-11-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 13414 | ||||
* | Ucified PXE-Boot options for dnsmasq | Steven Barth | 2008-10-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 12960 | ||||
* | fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, ↵ | Felix Fietkau | 2008-09-23 | 1 | -0/+44 |
| | | | | | | but not used SVN-Revision: 12664 | ||||
* | dnsmasq: Use a more intelligent way of parsing dhcp-options using the new ↵ | Steven Barth | 2008-09-07 | 1 | -7/+3 |
| | | | | | | UCI list datatype SVN-Revision: 12547 | ||||
* | restore the /tmp/resolv.conf symlink when stopping dnsmasq | Felix Fietkau | 2008-09-07 | 1 | -0/+5 |
| | | | | SVN-Revision: 12546 | ||||
* | add option to cache local queries, from sn9 | Travis Kemen | 2008-09-02 | 1 | -1/+2 |
| | | | | SVN-Revision: 12485 | ||||
* | add section names to dnsmasq config | John Crispin | 2008-08-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 12342 | ||||
* | fixes dbus param of dnsmasq, #3818, thanks the.loeki | John Crispin | 2008-07-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 11967 | ||||
* | Updated Dnsmasq to 2.45 | Steven Barth | 2008-07-20 | 2 | -6/+6 |
| | | | | SVN-Revision: 11888 | ||||
* | Updated Dnsmasq to 2.43 | Steven Barth | 2008-07-18 | 3 | -36/+7 |
| | | | | SVN-Revision: 11862 | ||||
* | This adds dhcp-boot support to dnsmasq-init: option name "virt0" option ↵ | Florian Fainelli | 2008-07-05 | 1 | -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 Crispin | 2008-06-28 | 1 | -0/+30 |
| | | | | | | patch can be removed when dnsmasq 2.43 is released SVN-Revision: 11604 | ||||
* | Updated Dnsmasq to 2.42 (#3498) | Steven Barth | 2008-06-03 | 3 | -12/+10 |
| | | | | SVN-Revision: 11339 | ||||
* | only ignore dhcp but still listen for dns closes #3406 | Travis Kemen | 2008-05-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 11062 | ||||
* | fix dnsmasq compilation on some systems | Felix Fietkau | 2008-03-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 10696 | ||||
* | This upgrades dnsmasq-2.40 to dnsmasq-2.41. Signed-off-by: Alexandros C. ↵ | Travis Kemen | 2008-03-26 | 1 | -2/+2 |
| | | | | | | Couloumbis <alex at ozo.com> SVN-Revision: 10663 |