Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-05 | Merge branch 'hollywood' into islavista | Rick Balocca | |
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-25 | Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵ | Mohit Mehta | |
islavista | |||
2008-07-30 | Add IPv6 address to comp_help for bridge/tunnel | Stig Thormodsrud | |
2008-07-30 | Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Stig Thormodsrud | |
islavista | |||
2008-07-30 | Enable IPv6 forwarding. | Stig Thormodsrud | |
2008-07-30 | Get rid of debian build warning | Stephen Hemminger | |
Line too long | |||
2008-07-30 | Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3225 | Rick Balocca | |
2008-07-30 | Partial fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3225 | Rick Balocca | |
2008-07-30 | Bugfix: 3519 | Bob Gilligan | |
Fix some typos in standalone_root_pw_reset. | |||
2008-07-28 | Since this packages changes the bash-completion conf file, it must be ↵ | rbalocca | |
installed after bash-completion | |||
2008-07-25 | add dnsmasq package to be included in the build | Mohit Mehta | |
2008-07-23 | 3.1.2vyatta/3.1.2debian/0.12 | Mark O'Brien | |
2008-07-22 | The postinst was printing a '?' | rbalocca | |
2008-07-16 | Merge branch 'islavista' of git://git.vyatta.com/vyatta-cfg-system into ↵ | Rick Balocca | |
islavista | |||
2008-07-16 | Merge branch 'hollywood' into islavista | rbalocca | |
2008-07-15 | Merge branch 'hollywood' into islavista | Rick Balocca | |
2008-07-14 | Fix 3359: changing telnet setting drops other telnet sessions. | root | |
2008-07-13 | Fix 3460: vrrp authentication error msg is wrong | Stig Thormodsrud | |
2008-07-12 | fix for bug 3459: make bash-completion use "builtin set". | An-Cheng Huang | |
2008-07-09 | Merge branch 'hollywood' of git:/git/vyatta-cfg-system into hollywood | Mark O'Brien | |
2008-07-07 | purge any old entries from sudoers | Stephen Hemminger | |
Make sure to cleanup any leftover vyatta entries | |||
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 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood | |||
2008-07-07 | Remove debugging | rbalocca | |
2008-07-07 | Merge branch 'hollywood' of git:/git/vyatta-cfg-system into hollywood | rbalocca | |
2008-07-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2807 | rbalocca | |
2008-07-07 | fix for bug 3095 | Robert Bays | |
2008-07-04 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
hollywood | |||
2008-07-04 | Modify upgrade procedure for /etc/sudoers | Stephen Hemminger | |
Bugfix 3429 0) make backup of file 1) remove old glendale entries 2) put all vyatta entries in one block 3) remove vyatta entries on package removal | |||
2008-07-04 | Modify upgrade procedure for /etc/sudoers | Stephen Hemminger | |
0) make backup of file 1) remove old glendale entries 2) put all vyatta entries in one block 3) remove vyatta entries on package removal | |||
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 | Missing -e causes sudoers problem | Stephen Hemminger | |
Missing -e on echo causes unparsable sudoers | |||
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-07-01 | get rid of extra fi from last commit | Stephen Hemminger | |
mismatch | |||
2008-06-30 | Change syslogging of authorization related commands | Stephen Hemminger | |
For sucessful sudo, just log it at info level. Capture any security failures/changes into /var/log/auth.log but skip normal CLI commands Turn off the builtin sync after each write to /var/log/messages by putting - before file name; the sync causes a disk write each time and therefore can be a performance hit during boot. | |||
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-28 | 3.1.1vyatta/3.1.1debian/0.11 | Mark O'Brien | |
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-06-25 | Fix 3379: tunnel interfaces are artificially limited to tun0-tun9 | Stig Thormodsrud | |
2008-06-25 | Add cli to enable proxy arp on a interface. | Stig Thormodsrud | |