Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-27 | Merge pull request #208 from indrajitr/pr-202-sagitta | Christian Breunig | |
dns: T5144: Bump package version from 0 -> 1 for dynamic dns | |||
2023-09-22 | Merge pull request #207 from c-po/sagitta | Christian Breunig | |
installer: T4776: Fixed installation on NVME in RAID-1 mode (backport) | |||
2023-09-22 | dns: T5144: Bump package version from 0 -> 1 for dynamic dns | Indrajit Raychaudhuri | |
2023-09-22 | installer: T4776: Fixed installation on NVME in RAID-1 mode | zsdc | |
This change fixes installation into two NVME devices. It should be considered as a temporary solution before migration to the new installer. (cherry picked from commit 4e5d53ce0b5a367be3399b102186dbcd4615ab3f) | |||
2023-09-11 | Merge pull request #205 from sarthurdev/T5568 | Christian Breunig | |
install: T5568: Determine user TTY when elevated by sudo | |||
2023-09-11 | install: T5568: Determine user TTY when elevated by sudo | sarthurdev | |
Also fix indentation | |||
2023-08-28 | Merge pull request #204 from jestabro/T5520 | Christian Breunig | |
T5520: avoid cp from /config during update, after coreutils change | |||
2023-08-28 | T5520: avoid cp from /config during update, after coreutils change | John Estabrook | |
A change in behaviour of coreutils 'cp' reveals a problem when doing a 'cp -a' from the bind mount /config; use /opt/vyatta/etc/config instead. | |||
2023-05-23 | Merge pull request #201 from dmbaturin/T671-dead-scripts-2 | Daniil Baturin | |
T671: remove more dead scripts | |||
2023-05-05 | T671: remove more dead scripts | Daniil Baturin | |
2023-05-05 | Merge pull request #200 from dmbaturin/T671-dead-scripts | Daniil Baturin | |
T671: remove unused scripts | |||
2023-04-15 | T671: remove unused scripts | Daniil Baturin | |
2023-04-03 | T5136: do not rm -rf if unmount fails | Christian Breunig | |
Commit f34e9028 ("T5136: properly unmount filesystems after installation") assumed it would be a good idea to simply rm -rf the new root folder. This could have a bad, non booting side effect. Warn user if unmount fails but the filesystem is synced anyway. The rest is handled by the Kernel on reboot. | |||
2023-04-02 | T5136: properly unmount filesystems after installation | Christian Breunig | |
2023-04-02 | T4050: replace ntpd with chrony | Christian Breunig | |
2023-03-29 | T5115: bump version dns-forwarding 3 -> 4 | Christian Breunig | |
2023-03-21 | firewall: T2199: bump CLI version to 9 | Christian Breunig | |
2023-02-25 | T5037: bump interface version 27 -> 28 | Christian Breunig | |
2023-02-15 | ipsec: T4593: bump version 11 -> 12 | Christian Breunig | |
2023-02-10 | interfaces: T4995: bump version 26 -> 27 | Christian Breunig | |
2023-01-30 | Merge pull request #195 from sever-sever/T4916 | Viacheslav Hletenko | |
T4916: Bump IPsec config version 10 to 11 | |||
2023-01-19 | Merge pull request #198 from nicolas-fort/snmp_rework | Christian Breunig | |
T4857: upgrade snmp cli version from 2 to 3 | |||
2023-01-18 | T4857: upgrade snmp cli version from 2 to 3 | Nicolas Fort | |
2023-01-17 | T4916: Bump IPsec config version 10 to 11 | Viacheslav Hletenko | |
2023-01-15 | Merge pull request #196 from c-po/t3008-chrony | Christian Breunig | |
ntp: T3008: update config version 1 -> 2 | |||
2023-01-14 | ntp: T3008: update config version 1 -> 2 | Christian Breunig | |
2023-01-09 | Merge pull request #189 from mcbridematt/t4822-grub-efi | Christian Breunig | |
T4822: install the correct version of GRUB for architecture (arm64) | |||
2023-01-01 | Merge pull request #190 from c-po/t4284-qos | Christian Poessinger | |
QoS: T4284: bump version 1 -> 2 | |||
2022-12-23 | container: T4870: bump package version 0 -> 1 | Christian Poessinger | |
2022-11-17 | QoS: T4284: bump version 1 -> 2 | Christian Poessinger | |
2022-11-17 | policy: T2199: T4605: bump version 4 -> 5 | Christian Poessinger | |
2022-11-15 | T4822: install the correct version of GRUB for architecture (arm64) | Mathew McBride | |
Fix a hardcoded x86_64-efi reference, and ensure the correct GRUB binary package is installed | |||
2022-10-27 | Merge pull request #188 from zdc/T4776-sagitta | Christian Poessinger | |
nvme: T4776: Fixed installation to NVME | |||
2022-10-27 | nvme: T4776: Fixed installation to NVME | zsdc | |
* fixed NVME drive names parser * replaced partition parser to take into account `p` suffixes on NVME partitions | |||
2022-10-18 | Merge pull request #186 from sever-sever/T4714 | Christian Poessinger | |
T4714: Delete unused ipset from filecaps | |||
2022-10-18 | T4714: Delete unused ipset from filecaps | Viacheslav Hletenko | |
We do not use ipset anymore Delete unused ipset from filecaps r14:~$ file /usr/sbin/ipset /usr/sbin/ipset: cannot open `/usr/sbin/ipset' (No such file or directory) | |||
2022-10-06 | policy: T4660: bump version 3 -> 4 | Christian Poessinger | |
2022-09-26 | Merge branch 'T4557' of https://github.com/sever-sever/vyatta-cfg-system ↵ | Christian Poessinger | |
into current * 'T4557' of https://github.com/sever-sever/vyatta-cfg-system: ids: T4557: bump config version 0 -> 1 | |||
2022-09-26 | ids: T4557: bump config version 0 -> 1 | Viacheslav Hletenko | |
2022-09-17 | pppoe-server: T4703: bump version 5 -> 6 | Christian Poessinger | |
2022-09-16 | Merge branch 'T4118' of https://github.com/sever-sever/vyatta-cfg-system ↵ | Christian Poessinger | |
into current * 'T4118' of https://github.com/sever-sever/vyatta-cfg-system: ipsec: T4118: bump config version 9 -> 10 | |||
2022-09-16 | ipsec: T4118: bump config version 9 -> 10 | Viacheslav Hletenko | |
2022-08-16 | Debian: T4584: create custom hostap package used in vyos-1x | Christian Poessinger | |
2022-08-04 | bgp: T4257: bump version 2 -> 3 | Christian Poessinger | |
2022-07-08 | monitoring: T4411: bump version 0 -> 1 | Christian Poessinger | |
2022-07-07 | system: T4500: bump version 24 -> 25 | Christian Poessinger | |
2022-06-21 | Merge pull request #181 from danhusan/patch-1 | Christian Poessinger | |
Make next steps after install more clear | |||
2022-06-21 | Make next steps after install more clear | Daniel Husand | |
2022-05-31 | policy: T3976: bump version 2 -> 3 | Christian Poessinger | |
2022-05-05 | quagga: T4414: bump version 9 -> 10 | Christian Poessinger | |