summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-080.17.63debian/0.17.63Stephen Hemminger
2010-07-08Fix install-system if not saving old image configStephen Hemminger
If old image config is not being saved, the filesystem (/mnt/tmp) which caused next step (mkfs) to fail.
2010-07-060.17.62debian/0.17.62Stephen Hemminger
2010-07-06Allow incorrect user to be deletedStephen Hemminger
Avoid password checks on delete. Bug 5418
2010-07-06Change user name validationStephen 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-06Don't need explict sync in init-floppyStephen 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-060.17.61debian/0.17.61Deepti Kulkarni
2010-07-02Corrected the fix for bug 5408.Deepti Kulkarni
2010-07-010.17.60debian/0.17.60Mohit Mehta
2010-07-01Update failover-mechanism sync-group CLI path and addMohit Mehta
comments to indicate ctsync also calls this script
2010-07-010.17.59debian/0.17.59Stig Thormodsrud
2010-07-01Fix 5675: clearing vrrp master for an interface group removes sync-group configStig Thormodsrud
from keepalived.conf
2010-07-010.17.58debian/0.17.58Stephen Hemminger
2010-07-01Touch file before setting capabilityStephen Hemminger
Unionfs should copyup the xattr automatically, but it doesn't so use touch to force a copyup before setting attributes.
2010-07-010.17.57debian/0.17.57Deepti Kulkarni
2010-07-01fix for bug 5408.Deepti Kulkarni
2010-07-01Revert "fix for bug 5408."Deepti Kulkarni
This reverts commit 5110c9f3af7f4d2f4b9f8c14a073a1fd70d852ac.
2010-07-01fix for bug 5408.root
2010-06-210.17.56debian/0.17.56Michael Larson
2010-06-21Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspurMichael Larson
2010-06-21fix for bug 5663Michael Larson
2010-06-20Fix path to ipsetStephen Hemminger
2010-06-18Remove sudo from tunnel commandStephen Hemminger
Don't need sudo for ip command anymore.
2010-06-170.17.55debian/0.17.55Robert Bays
2010-06-17initial support for gre-bridge tunnels.Robert Bays
2010-06-170.17.54debian/0.17.54Stephen Hemminger
2010-06-17Don't need audit write on vbashStephen Hemminger
Not using auditing for command logging.
2010-06-16Remove capability from pingStephen Hemminger
Ping is already setuid root.
2010-06-15Remove sudo from brctlStephen Hemminger
Since brctl has cap_net_admin, don't need to use sudo
2010-06-15Remove unnecessary :expression: syntaxStephen Hemminger
Several templates can use simplified non-expression syntax
2010-06-15Remove sudo from ip commandStephen Hemminger
No longer need sudo on ip because of cap_net_admin
2010-06-090.17.53debian/0.17.53Mohit Mehta
2010-06-09* perltidy vyatta-keepalived.plMohit Mehta
2010-06-09* make vrrp work with conntrack-syncMohit Mehta
2010-06-070.17.52debian/0.17.52Stephen Hemminger
2010-06-07Add skip option to vyatta-interfacesStephen Hemminger
Used to skip the existing interface name when doing mirror/redirect
2010-05-300.17.51debian/0.17.51Bob Gilligan
2010-05-30Using "send dhcp6.oro" is no longer required in config file.Bob Gilligan
2010-06-040.17.50debian/0.17.50Stephen Hemminger
2010-06-04Add pam_cap capability configurationStephen Hemminger
2010-06-04Set file capability attributesStephen Hemminger
This sets file capability attributes during package installation (and build) to allow better security models.
2010-06-04Fix use of bareword file handlesStephen Hemminger
Rather than using BAREWORD file handles, use 3 arg open and local variable.
2010-06-030.17.49debian/0.17.49Mohit Mehta
2010-06-03move list functions to vrrp perl module so other scripts can use it as wellMohit Mehta
2010-06-030.17.48debian/0.17.48An-Cheng Huang
2010-06-03fix for bug 5656An-Cheng Huang
* add package dependency for apt https access.
2010-06-010.17.47debian/0.17.47Stig Thormodsrud
2010-05-29Fix 5521: Cannot Delete vif with vrrp configured.Stig Thormodsrud
2010-05-260.17.46debian/0.17.46Bob Gilligan
2010-05-26Move DHCPv6 client configuration to this package and restructre parameters.Bob Gilligan