Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-03 | Adding initial support for loading a config from AWS EC2 user-data | jrb | |
2014-11-25 | Merge pull request #33 from paulgear/lithium | Daniil Baturin | |
Omit "Vyatta" from sysDescr | |||
2014-11-25 | Merge pull request #34 from jhendryUK/rsyslog_log_everything | Daniil Baturin | |
Bug #391: Expose rsyslog log level 'all' in CLI | |||
2014-11-24 | Expose rsyslog log level 'all' in CLI | Jason Hendry | |
2014-11-22 | Omit "Vyatta" from sysDescr | Paul Gear | |
EdgeOS does this as well, not sure if VyOS should; feel free to ignore this PR if you feel otherwise. I'm setting up LibreNMS' detection of VyOS to allow for both. | |||
2014-11-09 | Merge pull request #31 from hiroyuki-sato/patch-for-lithium | Daniil Baturin | |
Fix Bug#382 Removing system ipv6 forwarding causes script error. | |||
2014-11-06 | Fix Bug#382 Removing system ipv6 forwarding causes script error. | Hiroyuki Sato | |
2014-11-05 | Merge pull request #30 from jhendryUK/manage_sysctl_options | Daniil Baturin | |
Manage sysctl options | |||
2014-11-01 | Removing sysctl all node, adding net.ipv4.igmp_max_memberships | Jason Hendry | |
2014-11-01 | Adding all + custom sysctl option nodes | Jason Hendry | |
2014-10-31 | Creating template for net.ipv4.ipfrag_time sysctl | Jason Hendry | |
2014-10-31 | Initial import fo vyatta_update_sysctl.pl | Jason Hendry | |
2014-10-30 | Merge pull request #28 from jhendryUK/ethernet_tso_options | Daniil Baturin | |
Bug #365: Ethernet tso options | |||
2014-10-29 | 0.20.44+vyos2+lithium2debian/0.20.44+vyos2+lithium2 | Daniil Baturin | |
2014-10-29 | Force release | Daniil Baturin | |
2014-10-29 | Removing unsed variable from declaration | Jason Hendry | |
2014-10-29 | Correcting udp offload option name form segmentation to fragmentation | Jason Hendry | |
2014-10-29 | Cleaning up ethtool execution code | Jason Hendry | |
2014-10-29 | Removing default settings offload values | Jason Hendry | |
2014-10-29 | Updating comments so they make a bit more sense | Jason Hendry | |
2014-10-29 | Making offload setting changes change on a single option | Jason Hendry | |
2014-10-29 | Adding templates for tso options. fixing logic in vyatta-interfaces for tso ↵ | Jason Hendry | |
options | |||
2014-10-28 | Adding offload setting management to vyatta-interfaces.pl | Jason Hendry | |
2014-10-24 | 0.20.43+vyos1+helium24debian/0.20.43+vyos1+helium24 | Alex Harpin | |
2014-10-24 | 0.20.43+vyos1+helium24 | Alex Harpin | |
2014-10-18 | vyatta-cfg-system: comment change in the plaintext-password node | Alex Harpin | |
Remove the comment from the plaintext-password node regarding empty encrypted password values as you can't set them as empty. | |||
2014-10-18 | vyatta-cfg-system: fix for deleting encrypted password breaks config | Alex 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-16 | vyatta-cfg-system: allow password reset for users other than vyos | Alex 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-16 | vyatta-cfg-system: set default vyos password hash to sha-512 when reset | Alex 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-16 | vyatta-cfg-system: add complete user config entry on password reset | Alex 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-16 | vyatta-cfg-system: fix for 'user vyos doesn't exist' on password reset | Alex 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-09 | 0.20.43+vyos1+helium23debian/0.20.43+vyos1+helium23 | Daniil Baturin | |
2014-10-10 | Merge pull request #26 from cyclops8456/helium | Daniil Baturin | |
vyatta-cfg-system: allow dhcp and dhcpv6 addresses to be deleted | |||
2014-10-09 | vyatta-cfg-system: allow dhcp and dhcpv6 addresses to be deleted | Alex 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-09 | 0.20.43+vyos1+helium22debian/0.20.43+vyos1+helium22 | Daniil Baturin | |
2014-10-09 | Make EC2 key fetcher start on boot. | Daniil Baturin | |
2014-10-09 | 0.20.43+vyos1+helium21debian/0.20.43+vyos1+helium21 | Daniil Baturin | |
2014-10-09 | Use returnEffectiveValues in intfwatchd so it works outside of config session. | Daniil Baturin | |
2014-10-08 | 0.20.43+vyos1+helium20debian/0.20.43+vyos1+helium20 | Daniil Baturin | |
2014-10-08 | Even more specific regex. | Daniil Baturin | |
2014-10-08 | Fix regular expression so it works with any (I hope!) interface types. | Daniil Baturin | |
Minor cleanup. | |||
2014-10-08 | 0.20.43+vyos1+helium19debian/0.20.43+vyos1+helium19 | Daniil Baturin | |
2014-10-08 | Add ex2-check script. | Daniil Baturin | |
2014-10-08 | 0.20.43+vyos1+helium18debian/0.20.43+vyos1+helium18 | Daniil Baturin | |
2014-10-08 | Bug #335, run the EC2 key fetching script as vyattacfg. | Daniil Baturin | |
2014-10-08 | If not running on AWS (system UUID and serial do not start with EC2), don't ↵ | Daniil Baturin | |
do AWS-specific things. | |||
2014-10-07 | 0.20.43+vyos1+helium17debian/0.20.43+vyos1+helium17 | Daniil Baturin | |
2014-10-07 | Fix a typo in help string. | Daniil Baturin | |
2014-09-25 | Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into helium | Daniil Baturin | |
2014-09-25 | Rename "dev" to "link" under VXLAN for consistency with peth | Daniil Baturin | |
and whatever else we have. |