summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-250.20.43+vyos1+helium31debian/0.20.43+vyos1+helium31Daniil Baturin
2015-03-25vyatta-cfg-system: adjust mtu node priority to set mtu after parentAlex Harpin
Adjusting the mtu node prority from 381 to 382 so child interfaces set their MTU after the parent interface. This was reported for multiple vifs when setting the MTU to 9000 for jumbo frames, although it only exhibited it when more than one vif was configured. Bug #473 http://bugzilla.vyos.net/show_bug.cgi?id=473
2015-03-240.20.43+vyos1+helium30debian/0.20.43+vyos1+helium30Daniil Baturin
2015-03-24Set correct dhclient configuration filename (#508)kouak
2015-03-090.20.43+vyos1+helium29debian/0.20.43+vyos1+helium29Daniil Baturin
2015-02-27Fix Bug#382. (Another fix).Hiroyuki Sato
If radvd is not running, the pgrep command returns an empty string, not zero. Reported-by Carl Byington <vyos-bug@five-ten-sg.com>
2015-02-27Fix Bug#382 Removing system ipv6 forwarding causes script error.Hiroyuki Sato
2015-02-250.20.43+vyos1+helium28debian/0.20.43+vyos1+helium28Daniil Baturin
2015-02-25Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into heliumDaniil Baturin
2015-02-25Bug #498: dirty hack to disallow remote command execution for operator level ↵Daniil Baturin
users.
2015-02-250.20.43+vyos1+helium27debian/0.20.43+vyos1+helium27Alex Harpin
2015-02-24vyatta-cfg-system: invalid resolv.conf format causing extra DNS requestAlex Harpin
The resolv.conf file contains comments at the end of the search and domain entries which cause unexpected behaviour on lookups. Moving these to the line above in each case fixes the issue. Bug #468 http://bugzilla.vyos.net/show_bug.cgi?id=468
2015-02-24Revert "vyatta-cfg-system: multiple servers for dns forwarding domain override"Alex Harpin
This reverts commit 733259a85b0791b9779e4a03fa65158770c48637.
2015-02-24vyatta-cfg-system: multiple servers for dns forwarding domain overrideAlex Harpin
When configuring DNS fowarding, allow multiple servers to be specified when setting domain overrides, in order to allow Dnsmasq to gracefully handle unavailable nameservers. Bug #408 http://bugzilla.vyos.net/show_bug.cgi?id=408
2015-02-200.20.43+vyos1+helium26debian/0.20.43+vyos1+helium26Daniil Baturin
2015-02-20Bug #492: fail commit in case of DHCPv6 configuration errors.Daniil Baturin
2015-02-20Bug #491: don't allow temporary and parameters-onlyDaniil Baturin
DHCPv6 options to be configured at the same time.
2015-02-20Bug #490: remove priority inversion in dhcpv6-options.Daniil Baturin
Seems to work with 319.
2015-02-20Bug #490: use command line options for parameters-only and temporaryDaniil Baturin
in the DHCPv6 client script instead of fetching them from the config.
2014-12-200.20.43+vyos1+helium25debian/0.20.43+vyos1+helium25Alex Harpin
2014-12-18Merge pull request #36 from jrb/heliumDaniil Baturin
Adding support for spaces in the key comment field. Bug 411
2014-12-17Adding support for spaces in the key comment field. Bug 411Jared R. Baldridge
2014-10-30Merge pull request #29 from zinrai/heliumDaniil Baturin
Bug #381: fix for unusable "link" option
2014-10-30vyatta-cfg-system: fix for unusable "link" optionHiroshi Umehara
In the inital state, the "link" option was not usable, so I moved the "link" directory under "node.tag". Aftewards, the "link" option became usable.
2014-10-240.20.43+vyos1+helium24debian/0.20.43+vyos1+helium24Alex Harpin
2014-10-240.20.43+vyos1+helium24Alex Harpin
2014-10-18vyatta-cfg-system: comment change in the plaintext-password nodeAlex Harpin
Remove the comment from the plaintext-password node regarding empty encrypted password values as you can't set them as empty.
2014-10-18vyatta-cfg-system: fix for deleting encrypted password breaks configAlex Harpin
You can't create a user without a password, but once this user is created, you can then delete the encrypted password. However, deleting the encrypted password from the config doesn't actually remove the password on the system and in addition breaks the config on reboot, resulting in the system login node being entirely absent. This fix ensures that the encrypted password is set to "!" when the config node is deleted, removing the password login capability for this account but still allowing SSH RSA key login. Bug #336 http://bugzilla.vyos.net/show_bug.cgi?id=336
2014-10-16vyatta-cfg-system: allow password reset for users other than vyosAlex Harpin
The password reset option only allows resetting the password for the default admin (vyos) user. This now allows the user to be specified for the password reset, defaulting to the 'vyos' user with a password of 'vyos'. Bug #342 http://bugzilla.vyos.net/show_bug.cgi?id=342
2014-10-16vyatta-cfg-system: set default vyos password hash to sha-512 when resetAlex Harpin
In line with Bug #318, set the default vyos user password hash to use SHA-512 instead of MD5 when recreating the user during a password reset Bug #355 http://bugzilla.vyos.net/show_bug.cgi?id=355
2014-10-16vyatta-cfg-system: add complete user config entry on password resetAlex Harpin
Add the default plaintext-password entry to the default vyos user created during password reset. Bug #342 http://bugzilla.vyos.net/show_bug.cgi?id=342
2014-10-16vyatta-cfg-system: fix for 'user vyos doesn't exist' on password resetAlex Harpin
If you delete the vyos user from the system and then go into password reset mode on reboot, the configuration entry for the vyos user is recreated but the command returns 'usermod: user 'vyos' does not exist'. Despite this message the user is created correctly on a full reboot, just not at the point the command is run. Bug #342 http://bugzilla.vyos.net/show_bug.cgi?id=342
2014-10-090.20.43+vyos1+helium23debian/0.20.43+vyos1+helium23Daniil Baturin
2014-10-10Merge pull request #26 from cyclops8456/heliumDaniil Baturin
vyatta-cfg-system: allow dhcp and dhcpv6 addresses to be deleted
2014-10-09vyatta-cfg-system: allow dhcp and dhcpv6 addresses to be deletedAlex Harpin
Allow interfaces with either dhcp or dhcpv6 addresses to be deleted. Expand on the previous patch for Bug #305 to now take dhcpv6 addresses into account, as well as an update to the original dhcp logic. Bug #341 http://bugzilla.vyos.net/show_bug.cgi?id=341
2014-10-090.20.43+vyos1+helium22debian/0.20.43+vyos1+helium22Daniil Baturin
2014-10-09Make EC2 key fetcher start on boot.Daniil Baturin
2014-10-090.20.43+vyos1+helium21debian/0.20.43+vyos1+helium21Daniil Baturin
2014-10-09Use returnEffectiveValues in intfwatchd so it works outside of config session.Daniil Baturin
2014-10-080.20.43+vyos1+helium20debian/0.20.43+vyos1+helium20Daniil Baturin
2014-10-08Even more specific regex.Daniil Baturin
2014-10-08Fix regular expression so it works with any (I hope!) interface types.Daniil Baturin
Minor cleanup.
2014-10-080.20.43+vyos1+helium19debian/0.20.43+vyos1+helium19Daniil Baturin
2014-10-08Add ex2-check script.Daniil Baturin
2014-10-080.20.43+vyos1+helium18debian/0.20.43+vyos1+helium18Daniil Baturin
2014-10-08Bug #335, run the EC2 key fetching script as vyattacfg.Daniil Baturin
2014-10-08If not running on AWS (system UUID and serial do not start with EC2), don't ↵Daniil Baturin
do AWS-specific things.
2014-10-070.20.43+vyos1+helium17debian/0.20.43+vyos1+helium17Daniil Baturin
2014-10-07Fix a typo in help string.Daniil Baturin
2014-09-25Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into heliumDaniil Baturin