Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08 | tighten the checks for checking the existence or removal or nameservers | Mohit Mehta | |
2008-08-08 | tighten regex pattern to get dhclient resolv files | Mohit Mehta | |
2008-08-18 | Change udevtrigger to udevadm trigger. | Stig Thormodsrud | |
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 | Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵ | Mohit Mehta | |
islavista | |||
2008-08-11 | Merge branch 'hollywood' into islavista | Rick Balocca | |
Conflicts: scripts/grub-setup | |||
2008-08-11 | Bugfix: 1292 | Bob Gilligan | |
Re-enable the Vyatta logo on boot. | |||
2008-08-07 | More spaces (bugs http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and ↵ | rbalocca | |
http://bugzilla.vyatta.com/show_bug.cgi?id=3552) | |||
2008-08-07 | Fixes for bugs: http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and ↵ | rbalocca | |
http://bugzilla.vyatta.com/show_bug.cgi?id=3552 This fix involves removing multiple spaces between args on the kernel command line. This fixes the symptom, but the root cause is an uninitialized variable in the grub-pc code, so there is absolutely no guarrantee that this problem will not arrise again. The correct fix is either to return to grub (V1) or to have the developers find and fix the unitialized memory. | |||
2008-08-06 | Merge from islavista | Rick Balocca | |
2008-08-06 | Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3520 | Rick Balocca | |
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 | Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵ | Mohit Mehta | |
islavista | |||
2008-08-06 | Merge branch 'islavista' of git:/git/vyatta-cfg-system into islavista | Rick Balocca | |
2008-08-06 | Script cleanup | Rick Balocca | |
2008-08-05 | change DNS forwarding CLI from 'service dns-forwarding' to 'service dns forward' | Mohit Mehta | |
2008-08-05 | Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3542 | rbalocca | |
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-08-03 | Cleanup | Rick Balocca | |
2008-08-03 | Additional fixes for http://bugzilla.vyatta.com/show_bug.cgi?id=3520 | Rick Balocca | |
2008-07-25 | Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵ | Mohit Mehta | |
islavista | |||
2008-08-01 | Fixes for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 ↵ | rbalocca | |
http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?d for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?id=3518 and perhaps others | |||
2008-07-25 | First parts of DNS forwarding stuff | Mohit Mehta | |
2008-07-30 | Bugfix: 3519 | Bob Gilligan | |
Fix some typos in standalone_root_pw_reset. | |||
2008-06-26 | => Modified vyatta_update_resolv.pl to update (i.e. add and remove) ↵ | Mohit Mehta | |
'name-server' and 'domain-name-server' options in /etc/resolv.conf received by a dhcp client for an interface => Modified name-server/node.def so as to have the name-server set by our CLI on the top of /etc/resolv.conf to take priority over name-servers received from dhcp client | |||
2008-07-07 | Don't add ide=nodma twice | Stephen Hemminger | |
Since the drive sizing can be called twice, don't add duplicate entry to GRUB OPTIONS | |||
2008-07-07 | fix for bug 3095 | Robert Bays | |
2008-07-03 | fix for bug 3417: use UUID in grub config file | An-Cheng Huang | |
2008-07-03 | Fix problem if install-system run twice | Stephen Hemminger | |
If install-system is run twice and the first pass copied the old configuration file; then the second time the leftover file from previous attempt needs to be cleaned up. Otherwise, the old configuration file will be copied even if the user doesn't want it! | |||
2008-07-03 | Bugfix: 1592 | Bob Gilligan | |
Fix the boot command syntax for password recovery on serial console. | |||
2008-07-01 | Can't use logger in standalone | Stephen Hemminger | |
logger depends on syslogd which isn't running in standalone mode. So just format message directly to messages and auth.log | |||
2008-06-30 | Use logger to write system log | Stephen Hemminger | |
Use the logger program to get the proper logging format and message priorities (rather than blindly echoing to /var/log/messages) | |||
2008-06-30 | Make standalone password reset work | Stephen Hemminger | |
Address the problems in bugs 3398 and 3399 as well as some left over stuff from VC 3.0. | |||
2008-06-30 | Handle multiple slashes in passwd | Stephen Hemminger | |
mkpasswd can generate passwd with multiple slashes that need to be escaped. | |||
2008-06-24 | Bugfix: 1292 | Bob Gilligan | |
Enable VGA display so that logo can be displayed when booting on a VGA console. | |||
2008-06-24 | translate slash in password | Stephen Hemminger | |
If mkpasswd returns password with slash then it needs to be escaped. | |||
2008-06-23 | Spellin fixes | Stephen Hemminger | |
Fix some of my creative spelling in messages | |||
2008-06-20 | Bugfix: 3259 | Bob Gilligan | |
Add code to patch up the /etc/pam.d/login config file so that login prompts for password for non-existant users. | |||
2008-06-19 | Fix 2030: Enhancement: VRRP preemption hold down timer | Stig Thormodsrud | |
2008-06-18 | Prompt for vyatta and root password | Stephen Hemminger | |
Bugfix: 2900 During install give user option of setting root and vyatta password. Don't leave systems open to attack. | |||
2008-06-17 | Use tr command rather than awk | Stephen Hemminger | |
For consistency, use tr for all case conversion in get_response | |||
2008-06-17 | Use UUID to find root filesystem | Stephen Hemminger | |
Use UUID to find root filesystem in grub. This allows device to move between controllers. | |||
2008-06-17 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood |