Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-21 | strip-private: T3926: strip cisco-authentication key1.2.9-S1crux | Christian Poessinger | |
(cherry picked from commit ac4292154ee3cbb165a75c8373d0b559c4027b51) | |||
2021-06-20 | op-mode: T3582: Fix the function of "delete log file" command | srividya0208 | |
Added the compeletion help to show the list of the files and also changed the command to delete the file as the existing command was deleting the file and not recreating the file to write the new logs. So modified the command so that it will delete the content of the file. | |||
2021-06-14 | op-mode clear: interfaces dummy: T3623 | srividya0208 | |
Fixed the completion help for the operational command "clear interfaces dummy" where it was not showing the list of the dumN interfaces | |||
2021-02-24 | Update version. | Daniil Baturin | |
2021-02-24 | Update the Jenkinsfile for the new setup. | Daniil Baturin | |
2021-01-24 | T1773: add a JSON pipe (show | json). | Daniil Baturin | |
2020-09-13 | bandwidth-test: T2841: enable IPv6 reception which can receive both on IPv4/IPv6 | Christian Poessinger | |
2020-09-11 | New release.vyos/1.2.6 | VyOS Maintainers | |
2020-09-09 | T2303: correctly delete images with quotes in GRUB entries. | Daniil Baturin | |
2020-09-08 | Merge branch 'crux' of https://github.com/vyos/vyatta-op into crux | Daniil Baturin | |
2020-08-03 | T2757: remove additional newline from "show system image version" | Christian Poessinger | |
(cherry picked from commit 81160c16b2b56ab50732dcb7a246284e21aded6f) | |||
2020-07-26 | Show transceiver information from plugin modules, e.g SFP+, QSFP | Daniil Kharun | |
2020-06-25 | T2329: show a warning about "show remote-config" when run from op mode. | Daniil Baturin | |
2020-06-02 | ethernet: T2545: show physical device offloading capabilities | Christian Poessinger | |
vyos@vyos:~$ show interfaces ethernet eth3 physical offload Features for eth3: rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: off [requested on] tx-checksum-ip-generic: on tx-checksum-ipv6: off [requested on] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: off [fixed] tcp-segmentation-offload: on tx-tcp-segmentation: on tx-tcp-ecn-segmentation: off [fixed] tx-tcp-mangleid-segmentation: on tx-tcp6-segmentation: on udp-fragmentation-offload: off generic-segmentation-offload: off generic-receive-offload: on large-receive-offload: off rx-vlan-offload: on ... (cherry picked from commit ec98378a9223f6fbddb3ce1494279f991088cdde) | |||
2020-06-01 | dns-forwarding: T2536: fix "show log dns forwarding" | Christian Poessinger | |
... command was still referring to dnsmasq | |||
2020-05-11 | [monitoring] T832: Fix show monitoring | Viacheslav Hletenko | |
2020-05-06 | T2402: Warn user when configuring from live-ISO | kroy-the-rabbit | |
(cherry picked from commit cae3b189acc5702fe52a3bd4e88bcb95343ccf05) | |||
2020-04-29 | op-mode: dhcp: T2398: extend completion helper | Christian Poessinger | |
Also list bond and bridge interfaces when searching for DHCP clients. (cherry picked from commit 923d3fd83839da3ebfa5b5fcf16717db627a2a84) | |||
2020-03-09 | New release.vyos/1.2.5 | VyOS Maintainers | |
2019-12-10 | New release.vyos/1.2.4 | VyOS Maintainers | |
2019-12-09 | T1855: use the new script for "show reboot/poweroff". | Daniil Baturin | |
Conflicts: Makefile.am | |||
2019-12-06 | [strip-config] T1568 improved regex for ipv6,mac and full-name | DmitriyEshenko | |
(cherry picked from commit 20822ca355fcec4a364375edf6330e6b2357a570) | |||
2019-11-05 | T1401 fixing copy command, protocol FTP. Using hexdecimal for # and @ chars ↵ | DmitriyEshenko | |
in password. | |||
2019-10-23 | T1431: add an unattended image deletion option. | Daniil Baturin | |
2019-09-28 | Jenkins: import Pipeline from vyos-1x commit bd00ec7 | Christian Poessinger | |
2019-09-24 | Jenkins: sync with vyos-1x pipeline | Christian Poessinger | |
Imported from vyos-1x commit fe8cd98c92 ("Jenkins: rely on the global defined label for Docker executors"). | |||
2019-09-23 | Jenkins: use new pipeline imported from vyos-1x | Christian Poessinger | |
2019-08-31 | [ping] T1450 Recovering ping for ipv6 | Eshenko Dmitriy | |
After adding sudo, always runs `ping` instead using `ping6` for ipv6 | |||
2019-08-29 | [ping command] T1450 - ping * flood is not working | hagbard | |
2019-08-09 | T1571: fix the grep expression in "run show log vpn *". | Daniil Baturin | |
2019-06-24 | strip-config: T1484: remove OSPF md5 key | Christian Poessinger | |
(cherry picked from commit 8c7b09c1487547df339037cfae861d78bd51a17f) | |||
2019-05-22 | Create Jenkinsfile crux | Kim Hagen | |
2019-01-26 | Update changelog. | Daniil Baturin | |
2019-01-26 | Merge branch 'current' into crux | Daniil Baturin | |
2019-01-26 | T1193: use vyos-config-to-commands in the commands pipe. | Daniil Baturin | |
2019-01-03 | T1151: elevate permissions when accessing kernel ring buffer | Christian Poessinger | |
The kernel syslog contains debugging information that is often useful during exploitation of other vulnerabilities, such as kernel heap addresses. Rather than futilely attempt to sanitize hundreds (or thousands) of printk statements and simultaneously cripple useful debugging functionality, it is far simpler to create an option that prevents unprivileged users from reading the syslog. For more information please refer to: https://lwn.net/Articles/414813/ (cherry picked from commit 11d91322beffcb4c420dc5e086782b20732ac6fe) | |||
2019-01-03 | T1151: elevate permissions when accessing kernel ring buffer | Christian Poessinger | |
The kernel syslog contains debugging information that is often useful during exploitation of other vulnerabilities, such as kernel heap addresses. Rather than futilely attempt to sanitize hundreds (or thousands) of printk statements and simultaneously cripple useful debugging functionality, it is far simpler to create an option that prevents unprivileged users from reading the syslog. For more information please refer to: https://lwn.net/Articles/414813/ | |||
2018-12-31 | Merge branch 'current' into crux | Daniil Baturin | |
2018-11-25 | show: rename Vyatta to VyOS | Christian Poessinger | |
(cherry picked from commit 7e7c2da061f83e3f64309ca3be0c91667bf21c12) | |||
2018-11-25 | show: rename Vyatta to VyOS | Christian Poessinger | |
2018-11-12 | Merge branch 'current' into crux | Daniil Baturin | |
2018-11-12 | T994: fix the argument number in "monitor bandwidth-test initiate". | Daniil Baturin | |
2018-11-11 | T999: "strip-private" does not strip pre-shared-secret | Christian Poessinger | |
Private information as the IPSec pre shared key was not removed on: vyos@vyos# show vpn ipsec | strip-private (cherry picked from commit 1b94994d3f9c7ca32dfad3051fe9c3330edcfd98) | |||
2018-11-11 | T999: "strip-private" does not strip pre-shared-secret | Christian Poessinger | |
Private information as the IPSec pre shared key was not removed on: vyos@vyos# show vpn ipsec | strip-private | |||
2018-11-07 | Fixes T963: no authorization logs | hagbard | |
2018-11-07 | Fixes T963: no authorization logs | hagbard | |
2018-10-28 | Merge branch 'current' into crux | Daniil Baturin | |
Conflicts: debian/changelog | |||
2018-10-09 | Merge pull request #19 from hagbard-01/current | hagbard-01 | |
T870: Commit-confirm restarts the server even after commit | |||
2018-10-09 | T870: Commit-confirm restarts the server even after commit | hagbard | |
- bugfix: show reboot shows now systemd scheduled and commit-confirm scheduled reboots. | |||
2018-09-28 | New branch. | Daniil Baturin | |