Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-02 | T6527: Deprecate vyatta-cfg-systemHEADcurrent | Christian Breunig | |
2024-06-29 | Merge pull request #223 from c-po/T6524-release-dhcp | Christian Breunig | |
T6524: remove vyatta-interfaces.pl, no longer required | |||
2024-06-27 | T6524: remove vyatta-interfaces.pl, no longer required | Christian Breunig | |
2024-03-25 | Merge pull request #222 from rebortg/patch-1 | Daniil Baturin | |
Github: PR Template: make related tasks optional | |||
2024-03-24 | make related tasks optional | Robert Göhler | |
2024-03-13 | radvd: T6118: drop old dependency | Christian Breunig | |
2023-12-17 | GitHub: add hooks | Christian Breunig | |
2023-12-14 | Merge pull request #217 from mcbridematt/t5826-add-explicit-dmidecode-dep | Christian Breunig | |
T5826: debian: add dmidecode as an explict depdency | |||
2023-12-14 | T5826: debian: add dmidecode as an explict depdency | Mathew McBride | |
On non-x86 systems, dmidecode may not be specified as an explicit dependency of the packages that recommend it (like laptop-detect and virt-what). Ensure it is installed regardless of target architecture. | |||
2023-11-16 | Merge pull request #212 from jestabro/image-tools | John Estabrook | |
image: T4516: remove standalone_root_pw_reset, now in vyos-1x | |||
2023-11-15 | image: T4516: remove standalone_root_pw_reset, now in vyos-1x | John Estabrook | |
2023-11-15 | Merge pull request #214 from erkin/current | Christian Breunig | |
remote: T5726: Replace the download procedure call | |||
2023-11-14 | remote: T5726: Replace the download procedure call | erkin | |
2023-11-14 | Merge pull request #213 from zdc/T5739-circinus | Christian Breunig | |
boot: T5739: Fixed password recovery | |||
2023-11-14 | boot: T5739: Fixed password recovery | zsdc | |
This change fixes a filter used for `sed` during password reset in the `set_encrypted_password()` function. Old logic: search between `user username {` and the first line with `}` does not work for users with extra options in config, like public keys. New logic: search between `user username {` and the first line with `encrypted-password` which should cover all possible combinations, except situations when a password is not presented in a configuration file. | |||
2023-10-05 | Merge pull request #210 from jestabro/legacy-versions | Christian Breunig | |
T4320: remove legacy version files | |||
2023-10-04 | T4320: remove legacy version files | John Estabrook | |
Component version data now resides in vyos-1x XML. | |||
2023-09-22 | Merge pull request #202 from indrajitr/ddclient-improvement-round-2 | Christian Breunig | |
dns: T5144: Apply migration for dynamic dns path update | |||
2023-09-21 | Merge pull request #203 from zdc/T4776-sagitta | John Estabrook | |
installer: T4776: Fixed installation on NVME in RAID-1 mode | |||
2023-09-21 | dns: T5144: Bump package version from 0 -> 1 for dynamic dns | Indrajit Raychaudhuri | |
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-08-21 | 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. | |||
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 |