Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Package dnsmasq init-file If an already running DHCP-server is found on the ↵ | Jo-Philipp Wich | 2010-11-21 | 1 | -1/+1 |
| | | | | | | | | configured interface, the init-script refuses to start, but does not give a hint why. It took us some days to track down this behavior in our MANET, where every wifi/adhoc-node runs it own DHCP-server. Now syslog is more verbose on this. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 24051 | ||||
* | dnsmasq: allow 127.0.0.1/8 upstream DNS responses by default, resolves ↵ | Jo-Philipp Wich | 2010-10-06 | 1 | -1/+1 |
| | | | | | | issues with Netflix and other services SVN-Revision: 23270 | ||||
* | package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), ↵ | Nicolas Thill | 2010-08-11 | 1 | -1/+1 |
| | | | | | | bump release number SVN-Revision: 22592 | ||||
* | dnsmasq: initscript: fix bool options handling, bump release number | Nicolas Thill | 2010-07-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 22251 | ||||
* | dnsmasq: add and enable DNS rebind protections | Jo-Philipp Wich | 2010-07-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 22222 | ||||
* | package/dnsmasq: update dnsmasq to 2.55 | Alexandros C. Couloumbis | 2010-06-22 | 1 | -3/+3 |
| | | | | SVN-Revision: 21871 | ||||
* | package/dnsmasq: bump release number (missed from r21400) | Nicolas Thill | 2010-05-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 21523 | ||||
* | dnsmasq: - when processing domain entries, append searchdomain to host ↵ | Jo-Philipp Wich | 2010-04-23 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | SVN-Revision: 20935 | ||||
* | dnsmasq: allow multiple hostnames per domain section | Jo-Philipp Wich | 2010-04-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 20656 | ||||
* | 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 | 1 | -4/+4 |
| | | | | | | | | | 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: Fix setting the network-id for config host sections This renames ↵ | Jo-Philipp Wich | 2010-01-08 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -3/+3 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | | | '/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 | 1 | -1/+1 |
| | | | | | | -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 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Update to version 2.49 Fixes #5331 and #5286 | Hauke Mehrtens | 2009-06-13 | 1 | -3/+3 |
| | | | | SVN-Revision: 16436 | ||||
* | 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 | 1 | -1/+1 |
| | | | | SVN-Revision: 15172 | ||||
* | make "name" parameter optional in dnsmasq "boot" config sections | Jo-Philipp Wich | 2009-02-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 14557 | ||||
* | update dnsmasq to 2.47 (#4636, thanks florida) | Jo-Philipp Wich | 2009-02-16 | 1 | -3/+3 |
| | | | | SVN-Revision: 14528 | ||||
* | add dnsmasq config file to the conffiles section | Florian Fainelli | 2009-02-03 | 1 | -0/+4 |
| | | | | SVN-Revision: 14398 | ||||
* | package/dnsmasq: bump to v2.46 (#4263) | Jo-Philipp Wich | 2008-11-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 13414 | ||||
* | Updated Dnsmasq to 2.45 | Steven Barth | 2008-07-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 11888 | ||||
* | Updated Dnsmasq to 2.43 | Steven Barth | 2008-07-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 11862 | ||||
* | Updated Dnsmasq to 2.42 (#3498) | Steven Barth | 2008-06-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 11339 | ||||
* | 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 | ||||
* | remove unneeded config file section fixes #2594 | Travis Kemen | 2007-10-25 | 1 | -4/+0 |
| | | | | SVN-Revision: 9442 | ||||
* | convert the rest of /etc/dnsmasq.conf to uci | Travis Kemen | 2007-10-24 | 1 | -1/+0 |
| | | | | SVN-Revision: 9440 | ||||
* | update dnsmasq to 2.40, from #2479 | John Crispin | 2007-10-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 9200 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 1 | -2/+4 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | upgrade dnsmasq (#1975) | Felix Fietkau | 2007-07-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 7944 | ||||
* | upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, ↵ | Felix Fietkau | 2007-03-17 | 1 | -3/+4 |
| | | | | | | rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) SVN-Revision: 6595 | ||||
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵ | Felix Fietkau | 2007-03-16 | 1 | -1/+0 |
| | | | | | | lots of places SVN-Revision: 6582 | ||||
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵ | Felix Fietkau | 2007-03-16 | 1 | -2/+0 |
| | | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580 | ||||
* | replace lots of manual install commands with INSTALL_* variables | Felix Fietkau | 2006-11-23 | 1 | -6/+6 |
| | | | | SVN-Revision: 5624 | ||||
* | upgrade dnsmasq, fixes a few bugs including #943 | Felix Fietkau | 2006-11-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 5528 | ||||
* | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 | 1 | -1/+0 |
| | | | | SVN-Revision: 5512 | ||||
* | init script cleanup, use /etc/rc.d/ for enabled scripts, ↵ | Felix Fietkau | 2006-10-15 | 1 | -1/+1 |
| | | | | | | /etc/init.d/<pkgname> (enable|disable) manages symlinks SVN-Revision: 5128 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+55 |