Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | create the dhcp leasefile if it doesn't exist | Travis Kemen | 2008-02-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 10460 | ||||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 1 | -1/+0 |
| | | | | SVN-Revision: 10367 | ||||
* | add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz ↵ | Travis Kemen | 2008-01-17 | 1 | -1/+2 |
| | | | | | | Schori <lorenz.schori@gmx.ch> SVN-Revision: 10216 | ||||
* | use instead of closes #2759 | Travis Kemen | 2007-11-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 9612 | ||||
* | add option to turn off dynamic dhcp closes #2694 | Travis Kemen | 2007-11-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 9608 | ||||
* | Fix missing IP section to properly add static hosts (#2650) | Florian Fainelli | 2007-11-05 | 1 | -0/+2 |
| | | | | SVN-Revision: 9502 | ||||
* | 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 | 4 | -30/+22 |
| | | | | SVN-Revision: 9440 | ||||
* | disable filterwin2k in dnsmasq (see #2566) | Felix Fietkau | 2007-10-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 9432 | ||||
* | update dnsmasq to 2.40, from #2479 | John Crispin | 2007-10-08 | 3 | -8/+8 |
| | | | | SVN-Revision: 9200 | ||||
* | include fixes from #2429 Thanks Lubos Stanek | Travis Kemen | 2007-09-25 | 1 | -53/+53 |
| | | | | SVN-Revision: 9028 | ||||
* | add fix from ticket #2290 | Travis Kemen | 2007-09-10 | 1 | -4/+10 |
| | | | | SVN-Revision: 8732 | ||||
* | Finally fix the usage of limit (#2240) | Florian Fainelli | 2007-09-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 8712 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 1 | -2/+4 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | fix incorrect parameters | Travis Kemen | 2007-08-30 | 1 | -3/+3 |
| | | | | SVN-Revision: 8554 | ||||
* | fix typo closes #2289 | Travis Kemen | 2007-08-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 8550 | ||||
* | dnsmasq: extend the init script thanks Sedky | Travis Kemen | 2007-08-29 | 1 | -17/+185 |
| | | | | SVN-Revision: 8540 | ||||
* | Use a more explicit variable name for the number of dhcp leases (#2240) | Florian Fainelli | 2007-08-19 | 2 | -4/+4 |
| | | | | SVN-Revision: 8437 | ||||
* | Use the end variable instead of limit (#2142) | Florian Fainelli | 2007-08-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 8307 | ||||
* | upgrade dnsmasq (#1975) | Felix Fietkau | 2007-07-12 | 4 | -26/+9 |
| | | | | SVN-Revision: 7944 | ||||
* | include the network state in the dnsmasq init script. this makes it possible ↵ | Felix Fietkau | 2007-06-30 | 1 | -0/+1 |
| | | | | | | to run a dhcp server on dynamically assigned interfaces without hardcoding interface names SVN-Revision: 7805 | ||||
* | Do not cache negative answers | Florian Fainelli | 2007-06-22 | 1 | -0/+1 |
| | | | | SVN-Revision: 7707 | ||||
* | refresh all package patches in the buildroot using quilt | Felix Fietkau | 2007-06-04 | 3 | -10/+16 |
| | | | | SVN-Revision: 7490 |