summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-05-240.17.45debian/0.17.45Stephen Hemminger
2010-05-24Don't enable PAM Radius by defaultStephen Hemminger
The pam-config mechanism will insert Radius pam module if it is in /usr/share/pam-configs. Therefore hold off installing file until Radius really needed.
2010-05-200.17.44debian/0.17.44Mohit Mehta
2010-05-20don't start conntrackd itselfMohit Mehta
2010-05-190.17.43debian/0.17.43Stig Thormodsrud
2010-05-19Add enable-proxy-arp to vif interface.Stig Thormodsrud
2010-05-140.17.42debian/0.17.42Stephen Hemminger
2010-05-14Fix syntax of default listen addressStephen Hemminger
Despite documentation, udp6: is not a valid listen address, need to use udp6:161
2010-05-14Change SNMP community handlingStephen Hemminger
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf
2010-05-120.17.41debian/0.17.41Stephen Hemminger
2010-05-12Allow configuring/restricting SNMP listen addressStephen Hemminger
Add: service snmp listen-address AAAA [port NNN]
2010-05-12Better version of SNMP IPv6 supportStephen Hemminger
Need to use different syntax for community values on IPv6 versus IPv4
2010-05-12Revert "Snmp Ipv6 support"Stephen Hemminger
This reverts commit 5aafb72b269d409500258f0b65f3e635d99712b7.
2010-05-120.17.40debian/0.17.40Stephen Hemminger
2010-05-12Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-12Show progress bar when copying filesystemStephen Hemminger
Better to show real progress than simple spinning wheel.
2010-05-11Snmp Ipv6 supportStephen Hemminger
Simple change to allow ipv6 or ipv4 address in configuration.
2010-05-070.17.39debian/0.17.39Stephen Hemminger
2010-05-07Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-07Preserve file attributes of root filesStephen Hemminger
Want to preserve labels and other attributes
2010-05-07Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-07Preserve file capablities and attributes during install-systemStephen Hemminger
2010-05-030.17.38debian/0.17.38Bob Gilligan
2010-05-03Add code to check digital signature of image files.Bob Gilligan
In URL mode, we now check for a digital signature file. If one exists, we'll try to download it and check the signature.
2010-04-300.17.37debian/0.17.37Bob Gilligan
2010-04-30Allow user to name system images when installing them.Bob Gilligan
Now we ask the user what they would like to name an image when they are installing. The default answer is the same string used previously: The Vyatta version string.
2010-04-270.17.36debian/0.17.36Stephen Hemminger