Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-12 | Change mode on all executable scripts | Stephen Hemminger | |
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it. | |||
2010-07-30 | new API changes | An-Cheng Huang | |
2010-04-14 | For Bug 5625 Not ready for DNSSEC implementation | Mohit Mehta | |
* Increase EDNS max packet size to 4096 as recommended in RFC 5625. Note that this is margin for uncommon case and the previous default of 1280 should be fine in most cases as mentioned on IETF's mailing list | |||
2009-09-11 | Fix Bug 4919 "service dns" branch of configuration file missing ... | Mohit Mehta | |
* modify code to comply with Jenner change in is_dhcp_enabled() | |||
2009-04-22 | Fix Bug 4207 dns forwarding has hardcoded ethernet assumptions | Mohit Mehta | |
incorrect in assuming that nameservers can only be received via dhcp remove check to see if any eth/br interface using dhcp | |||
2009-03-10 | use code from Vyatta::Misc where is_dhcp_enabled() is already defined | Mohit Mehta | |
2008-11-21 | Convert to Vyatta::Config hierarchy | Stephen Hemminger | |
2008-11-05 | change input parameter name from dhclient_script to outside_cli to | Mohit Mehta | |
make it more intuitive for use from other places outside of cli | |||
2008-10-06 | don't poll resolv files for nameserver changes - it messes up statistics | Mohit Mehta | |
we already make sure that nameservers are re-reread when any change from any configured source of nameservers happen | |||
2008-09-17 | Fix Bug 3607 Error setting DNS forwarding to use DHCP | Mohit Mehta | |
2008-08-30 | better worded warning when no name-servers set under 'system name-server' | Mohit Mehta | |
2008-08-30 | released interface should be flagged as a warning rather than a commit failed | Mohit Mehta | |
2008-08-30 | prompt warning for no nameservers if no nameservers set and no interface set ↵ | Mohit Mehta | |
to use dhcp | |||
2008-08-30 | polish up DNS forwarding error messages | Mohit Mehta | |
2008-08-30 | move from a 'ignore-interface' model to a 'listen-on' model for DNS forwarding | Mohit Mehta | |
2008-08-10 | - servers being used for dns forwarding written to dnsmasq.conf with more ↵ | Mohit Mehta | |
info in comments - tighten check for updating resolv.conf for domain-names received from dhcp-server | |||
2008-08-09 | log dnsmasq output to /var/log/dnsmasq.log on start-up and whilst running ↵ | Mohit Mehta | |
(i.e. when sent a signal to log) this will be used to extract information for 'show dns forwarding statistics' command | |||
2008-08-07 | remove earlier added dnsmasq options | Mohit Mehta | |
2008-08-07 | update dns forwarding nameservers on dhcp lease updates | Mohit Mehta | |
2008-08-07 | configure dnsmasq to use dns-servers as specified in CLI | Mohit Mehta | |
2008-08-07 | use config rather than /etc/resolv.conf to get system set nameservers | Mohit Mehta | |
2008-08-06 | code to specify DNS forwarding nameservers (system, dhcp, explicitly ↵ | Mohit Mehta | |
specified) using CLI | |||
2008-08-06 | change 'service dns forward' to 'service dns forwarding' | Mohit Mehta | |
2008-08-05 | change DNS forwarding CLI from 'service dns-forwarding' to 'service dns forward' | Mohit Mehta | |
2008-08-05 | add command for user to enter interfaces on which not to listen for DNS queries | Mohit Mehta | |
2008-08-05 | - add ability to set cache-size for DNS forwarding from CLI | Mohit Mehta | |
- restart dnsmasq when /etc/hosts is modified from CLI to re-read added or deleted hosts | |||
2008-07-25 | First parts of DNS forwarding stuff | Mohit Mehta | |