Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-16 | Use val_help: for address nodes | Stephen Hemminger | |
Use common format for address nodes | |||
2010-07-16 | Add syntax validation for bridge STP parameters | Stephen Hemminger | |
The syntax range for bridge STP values was missing or incorrect. Bug 5864 | |||
2010-07-14 | 0.17.67debian/0.17.67 | Bob Gilligan | |
2010-07-14 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspur | Bob Gilligan | |
2010-07-14 | 0.17.66debian/0.17.66 | Stephen Hemminger | |
2010-07-14 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-14 | 0.17.65debian/0.17.65 | Bob Gilligan | |
2010-07-14 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-14 | Bugfix 5845, 5557: Install vyatta-update-grub.pl in /opt/vyatta/sbin. | Bob Gilligan | |
2010-07-14 | Enable putting core files /var/core | Stephen Hemminger | |
For serviceablity put core files in /var/core. But core file will still not be created unless process is running with permission to write there, and has ulimit permission. | |||
2010-07-14 | Bugfix 5557: Properly update initrd symlink. | Bob Gilligan | |
2010-07-14 | 0.17.64debian/0.17.64 | Bob Gilligan | |
2010-07-14 | Select kernel to boot based on current running kernel type. | Bob Gilligan | |
2010-07-13 | Revert "Move vyatta-update-grub.pl to the vyatta-base package." | Bob Gilligan | |
This reverts commit 19cf46d14ba266887278d3f06d0ce791218c9469. | |||
2010-07-13 | Move vyatta-update-grub.pl to the vyatta-base package. | Bob Gilligan | |
This is necessary so that it can be used by full-upgrade. | |||
2010-07-13 | Bugfix 5557: Add script to help update grub after full upgrade. | Bob Gilligan | |
2010-07-08 | 0.17.63debian/0.17.63 | Stephen Hemminger | |
2010-07-08 | Fix install-system if not saving old image config | Stephen Hemminger | |
If old image config is not being saved, the filesystem (/mnt/tmp) which caused next step (mkfs) to fail. | |||
2010-07-06 | 0.17.62debian/0.17.62 | Stephen Hemminger | |
2010-07-06 | Allow incorrect user to be deleted | Stephen Hemminger | |
Avoid password checks on delete. Bug 5418 | |||
2010-07-06 | Change user name validation | Stephen Hemminger | |
Do username validation in perl script. This allows for checking for what is allowed, versus what is recommended. For compatiablity we allow things like upper case user names which but this is not recommended so these names produce a warning. | |||
2010-07-06 | Don't need explict sync in init-floppy | Stephen Hemminger | |
The sync call was added to try and workaround floppy bug, but it didn't do anything so remove it. File is already saved with fsync. | |||
2010-07-06 | 0.17.61debian/0.17.61 | Deepti Kulkarni | |
2010-07-02 | Corrected the fix for bug 5408. | Deepti Kulkarni | |
2010-07-01 | 0.17.60debian/0.17.60 | Mohit Mehta | |
2010-07-01 | Update failover-mechanism sync-group CLI path and add | Mohit Mehta | |
comments to indicate ctsync also calls this script | |||
2010-07-01 | 0.17.59debian/0.17.59 | Stig Thormodsrud | |
2010-07-01 | Fix 5675: clearing vrrp master for an interface group removes sync-group config | Stig Thormodsrud | |
from keepalived.conf | |||
2010-07-01 | 0.17.58debian/0.17.58 | Stephen Hemminger | |
2010-07-01 | Touch file before setting capability | Stephen Hemminger | |
Unionfs should copyup the xattr automatically, but it doesn't so use touch to force a copyup before setting attributes. | |||
2010-07-01 | 0.17.57debian/0.17.57 | Deepti Kulkarni | |
2010-07-01 | fix for bug 5408. | Deepti Kulkarni | |
2010-07-01 | Revert "fix for bug 5408." | Deepti Kulkarni | |
This reverts commit 5110c9f3af7f4d2f4b9f8c14a073a1fd70d852ac. | |||
2010-07-01 | fix for bug 5408. | root | |
2010-06-21 | 0.17.56debian/0.17.56 | Michael Larson | |
2010-06-21 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspur | Michael Larson | |
2010-06-21 | fix for bug 5663 | Michael Larson | |
2010-06-20 | Fix path to ipset | Stephen Hemminger | |
2010-06-18 | Remove sudo from tunnel command | Stephen Hemminger | |
Don't need sudo for ip command anymore. | |||
2010-06-17 | 0.17.55debian/0.17.55 | Robert Bays | |
2010-06-17 | initial support for gre-bridge tunnels. | Robert Bays | |
2010-06-17 | 0.17.54debian/0.17.54 | Stephen Hemminger | |
2010-06-17 | Don't need audit write on vbash | Stephen Hemminger | |
Not using auditing for command logging. | |||
2010-06-16 | Remove capability from ping | Stephen Hemminger | |
Ping is already setuid root. | |||
2010-06-15 | Remove sudo from brctl | Stephen Hemminger | |
Since brctl has cap_net_admin, don't need to use sudo | |||
2010-06-15 | Remove unnecessary :expression: syntax | Stephen Hemminger | |
Several templates can use simplified non-expression syntax | |||
2010-06-15 | Remove sudo from ip command | Stephen Hemminger | |
No longer need sudo on ip because of cap_net_admin | |||
2010-06-09 | 0.17.53debian/0.17.53 | Mohit Mehta | |
2010-06-09 | * perltidy vyatta-keepalived.pl | Mohit Mehta | |
2010-06-09 | * make vrrp work with conntrack-sync | Mohit Mehta | |