Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | Allow fine grain disabling of vyatta during boot | Stephen Hemminger | |
Can skip system config or firewall portions individually. Can use: novyatta-configure novyatta-migrate novyatta-rl-system ... | |||
2010-02-03 | Remove dead function | Stephen Hemminger | |
unused | |||
2010-02-03 | Move modprobe.d/no-copybreak to vyatta-cfg-system package | Stephen Hemminger | |
It is really part of interfaces not vyatta-cfg | |||
2010-02-03 | Rename vyatta-ofr to vyatta-router | Stephen Hemminger | |
Bug 4386 vyatta-ofr is out of date product name. | |||
2010-02-03 | Allow disabling vyatta config on kernel boot | Stephen Hemminger | |
Bug 4604 Add grub option to allow disabling all configuration on boot. This is useful for debugging and recovery of trashed system. | |||
2009-12-22 | Revert "Workaround issues with floppy formatting on some VM and hardware" | Stephen Hemminger | |
This reverts commit ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9. Conflicts: Makefile.am | |||
2009-12-21 | Workaround issues with floppy formatting on some VM and hardware | Stephen Hemminger | |
This is a known upstream kernel bug, but turning off DMA should solve majority of problem. | |||
2009-12-21 | Fix lintian warning about vyatta-ofr not providing itself | Stephen Hemminger | |
The init script was not technically LSB compliant | |||
2009-12-21 | Move no copy break modprobe file to handle Debian Lintian warning | Stephen Hemminger | |
Future versions of modutils ignore files not named .conf, and latest Debian tools warn about that. Fix it before the bug happens. | |||
2009-12-04 | Add alias wrapper for vyatta-load-user-key | Stephen Hemminger | |
Similar to existing load config. | |||
2009-11-12 | Change options to floppy mount | Stephen Hemminger | |
Try and update floppy synchronously for super block updates. This attempts to address issues where floppy is ejected without unmounting; which is not completely safe. | |||
2009-10-29 | Change how floppy is mounted | Stephen Hemminger | |
This fixes several problems: 1) Only try mounting once which avoids several I/O errors 2) Mount floppy with safer options for security 3) Use more optimum methods to reduce boot time This should really be done by better udev support. But the root of the problem lies in the Debian upstream package maintainer. He is hostile to later advancements, and still maintains a static /dev infrastructure as well as devfs compatiablity! Ubuntu, SUSE, and Redhat have all migrated to creating devices via udev; this would allow floppy device to only exist if floppy is present. And then inserting a floppy could cause udev add event to mount /media/floppy... | |||
2009-10-28 | Avoid updating config.boot unless necessary | Stephen Hemminger | |
On normal boot, no changes to config.boot or modes are needed. | |||
2009-10-28 | Add copybreak option to all ether drivers | Stephen Hemminger | |
Rest of Bug 4428 | |||
2009-10-19 | add sudo back to save command, and add check to save script that validates ↵ | slioch | |
vyatta config token at end of file. this will prevent the accidental overwrite of non vyatta config files. check on prevent existing files that don't contain ' === vyatta-config-version:' from being saved to. | |||
2009-10-15 | modify group ownership on save command | slioch | |
2009-08-28 | Bugfix 4793: Narrow the set of platforms on which module is loaded. | Bob Gilligan | |
(cherry picked from commit 97cd67eda018db24517ad644d2ad1547fdb52231) | |||
2009-08-28 | Bugfix 4793: Load the acpi_cpufreq module on certain processors. | Bob Gilligan | |
(cherry picked from commit 6202e7c5f0e8e0657c49e9d8422b6ef45b9ff84b) | |||
2009-08-27 | add no copybreak for more drivers | Stephen Hemminger | |
2009-06-05 | fix for bug 4505 merge is now called merge. | slioch | |
2009-06-04 | Bugfix 4235: Improve help text. | Bob Gilligan | |
2009-05-29 | Bugfix 4235: Code cleanup. | Bob Gilligan | |
2009-05-29 | Bugfix 4235: Add help for "copy" and "rename" commands. | Bob Gilligan | |
2009-05-28 | Bugfix 4235: Add help text for "load" and "save" commands in config mode. | Bob Gilligan | |
2009-05-26 | Bugfix 4428: Disable copybreak in selected drivers to improve performance. | Bob Gilligan | |
2009-05-21 | added load-merge command to configuration mode | slioch | |
2009-03-09 | Block shutdown in configure mode | Stephen Hemminger | |
2009-02-18 | fix for bug 4138: reset *glob after completion | An-Cheng Huang | |
2009-02-09 | Fix Bug 3385 in completion script, thus, also fixing Bug 4120 | Mohit Mehta | |
2008-11-17 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-17 | Merge branch 'islavista' of git.vyatta.com:/git/vyatta-cfg into islavista | An-Cheng Huang | |
2008-11-17 | fix for bug 3922: disable "vpn" command for operators. | An-Cheng Huang | |
2008-11-14 | Fix 3919: Operator level users cannot issue ping6 command | Stig Thormodsrud | |
2008-11-07 | Avoid overhead of modprobe | Stephen Hemminger | |
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems | |||
2008-10-30 | Set history timestamp at start of shell | Stephen Hemminger | |
For Bug 250, need to get timestamp from start of shell. Otherwise, all commands show up as now | |||
2008-10-24 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavista | Stephen Hemminger | |
2008-10-24 | Expand shell history | Stephen Hemminger | |
Bugfix 250 Collect more shell history and force append Note: this overrides default setting of HISTCONTROL in .bashrc | |||
2008-10-17 | Bugfix: 3655 | Bob Gilligan | |
Unload unused RAID modules. | |||
2008-10-10 | reboot not allowed from operator level | Stephen Hemminger | |
This change prevents operator from seeing the reboot command in completion. | |||
2008-10-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2138 | rbalocca | |
2008-09-26 | Simplify the code | rbalocca | |
2008-09-26 | Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3680 (floppy config not ↵ | rbalocca | |
loaded) | |||
2008-09-10 | Allow operator user to execute top level "update" node. | Stig Thormodsrud | |
2008-08-28 | Allow use of aufs | Stephen Hemminger | |
Use $UNIONFS environment variable | |||
2008-08-21 | fix for bug 3280: ignore password etc. in history | An-Cheng Huang | |
2008-07-30 | mark vyatta-cfg as bash not sh script | Stephen Hemminger | |
This gets rid of a build error from lintian | |||
2008-07-23 | Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417 | Rick Balocca | |
2008-07-07 | Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3427 | rbalocca | |
2008-06-30 | add help string for "copy" and "rename" | An-Cheng Huang | |
2008-06-30 | fix for bug 3400. user vyatta needed modification to discard command. | Michael Larson | |