Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | console: T2569: migrate to vyos-1x | Christian Poessinger | |
2020-02-10 | banner: T2024: migrate "system login banner" to XML/Python representation | Christian Poessinger | |
2020-02-05 | login: T1990: Migrate "system login" to XML/Python representation | Christian Poessinger | |
2019-12-30 | T1919: migrate 'system options' to XML/Python representation | Christian Poessinger | |
2019-12-28 | T1912: migrate 'system ip(v6)' subsystem to XML/Python | Christian Poessinger | |
2019-12-26 | time-zone: T1906: migrate to XML/Python | Christian Poessinger | |
2019-12-20 | console: remove "Freescale i.MX" completion helper | Christian Poessinger | |
2019-08-12 | [powersave] T1577 Fixing console powersave | DmitriyEshenko | |
2019-07-05 | T1499: Allow for usage of systemd interface mappings (#103) | runborg | |
* T1499: Allow for usage of systemd interface mappings * T1499: Fix not working regex in ethernet interface parsing | |||
2019-04-23 | T1327: Set the serial console speed to 115200 by default | John Estabrook | |
Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts. | |||
2019-04-20 | T1344: commit fix for new RADIUS 'key' attribute | Christian Poessinger | |
Commit 0a19e53f868 ("T1344: rename RADIUS 'secret' attribute to 'key'") missed a consistency check in the node.def file | |||
2019-04-19 | T1345: specify RADIUS source IP for system login command | Christian Poessinger | |
2019-04-19 | T1344: rename RADIUS 'secret' attribute to 'key' | Christian Poessinger | |
'key' is also used for L2TP and PPTP RADIUS configurations. | |||
2019-04-18 | T1344: rename RADIUS 'system login' nodes | Christian Poessinger | |
In order to prepare for adding a RADIUS source IP address and synchronize the syntax with L2TP/PPTP the nodes have been renamed from: set system login radius-server x.x.x.x to set system login radius server x.x.x.x | |||
2019-04-04 | T1323 - remove the option to setup an operator account | hagbard | |
2019-02-21 | Fixes: T1257: implement 'set system static-host-mapping' in host_name.py | hagbard | |
2019-02-14 | T1174: migrate local hostname/DNS handling to vyos-1x | Christian Poessinger | |
2019-01-23 | T980 and T969 update serial console baud on the fly | Kim | |
* update serial console baud on the fly * Update help of console speed, a reboot is not required anymore to set the correct baud rate. | |||
2018-11-25 | banner/post-login: replace Vyatta with VyOS | Christian Poessinger | |
2018-11-18 | T992: add commands for ECMP options. | Daniil Baturin | |
2018-10-29 | T720: allow dots in user names as per POSIX 2008 portable character set. | Daniil Baturin | |
2018-10-28 | T720: restrict usernames to the format useradd will accept. | Daniil Baturin | |
This reintroduces hagbard's change that has somehow gone missing. | |||
2018-09-02 | T825: remove deprecated 'set system package' | Christian Poessinger | |
2018-08-24 | T441: adjust user groups to work with FRR instead of quagga. | Daniil Baturin | |
2018-07-23 | T736: syslog templates removed | hagbard | |
2018-06-13 | dnsmasq is gone, restart the correct process | Shafer Stockton | |
also prevents additions from failing at commit | |||
2018-06-10 | T313: Typo fix in 'set system sysctl custom' | Christian Poessinger | |
2018-05-16 | T574: remove the old system host-name/domain-name commands, moving to vyos-1x. | Daniil Baturin | |
2018-05-07 | T623: Rewrite NTP subsystem in new XML style interface definition | Christian Poessinger | |
2018-04-05 | Add help for baud rate. | Kim | |
2018-02-20 | Rename the "client" NTP option to "allow-clients" to make it more clear what ↵ | Daniil Baturin | |
it does (fixes T553). | |||
2018-01-03 | Merge pull request #62 from phoenix0984/ecc | Kim | |
Add ecc support to openssh | |||
2017-11-02 | T438: Remove long broken popularity contest | Christian Poessinger | |
2017-11-02 | T437: Fixed system option "Ctrl-Alt-Delete action" broken | Christian Poessinger | |
2017-10-18 | Add ecc support to openssh | Marcel Gisselmann | |
2015-07-27 | Add templates and scripts for the popularity contest. | Daniil Baturin | |
2015-06-22 | Revert "vyatta-cfg-system: prevent deletion of all user authentication" | Alex Harpin | |
This reverts commit 593899accdff03af23e6bb6c7189ad4ed05a4d8e. This commit reintroduced the inability to delete a user configured on the system, which was resolved in bug #557. Reverting this for the time being until a better fix can be implemented. | |||
2015-06-13 | vyatta-cfg-system: prevent deletion of all authentication for user | Alex Harpin | |
Prevent the deletion of both the encrypted-password and public-keys nodes for a user, ensuring that at least one of the methods is available. Also prevent the deletion of the public keys for a user if the encrypted password is set to "!". Bug #574 http://bugzilla.vyos.net/show_bug.cgi?id=574 | |||
2015-06-13 | vyatta-cfg-system: missing encrypted-password breaks user config node | Alex Harpin | |
The fix for bug #557 now allows the encrypted-password Authentication node to be deleted again, but this causes the config to fail on reboot, leaving the user login node empty. This fix checks for an empty / missing encrypted-password node on reboot / config reload, either creating a new node or replacing the existing one and assigning it the value of "!". This has the same effect as the fix for bug #336, allowing the user to be set as only using RSA based logins. Bug #573 http://bugzilla.vyos.net/show_bug.cgi?id=573 | |||
2015-06-13 | vyatta-cfg-system: 'delete system login user' doesn't remove the user | Alex Harpin | |
Following the fix for bug #336 that prevents the deletion of the encrypted password, which resulted in a broken config node on reboot, it was no longer possible to delete users. This reverts the fix for that bug. Bug #557 http://bugzilla.vyos.net/show_bug.cgi?id=557 | |||
2015-02-26 | vyatta-cfg-system: redesign the layout and updating of ntp | Alex Harpin | |
When NTP is configured on the system, it not only acts as a client for the configured servers, but also as a server. Although the server is only available as a time source, it still represents a service that the user hasn't specifically enabled. This commit sets the default configuration of NTP to disallow all external access, so the system acts purely as a client by default, and also introduces the ability to configure which addresses / subnets are allowed to both query and use it as a time source. If the servers configured are specified as host names, these are resolved to IP addresses before being added to ntp.conf, with the same process carried out after name server changes. syntax 'set system ntp client address' Bug #94 http://bugzilla.vyos.net/show_bug.cgi?id=94 | |||
2015-02-26 | vyatta-cfg-system: correct typo in node.def | Alex Harpin | |
2015-01-26 | Fix 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-01-24 | vyatta-cfg-system: remove default speed value for console access | Alex Harpin | |
Remove the default value for the console speed node as this is already set by the system. Update the help text to display the defaults for both serial and Xen consoles. | |||
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-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-01 | Removing sysctl all node, adding net.ipv4.igmp_max_memberships | Jason Hendry | |
2014-11-01 | Adding all + custom sysctl option nodes | Jason Hendry | |