summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-02T6527: Deprecate vyatta-cfg-systemHEADcurrentChristian Breunig
2024-06-29Merge pull request #223 from c-po/T6524-release-dhcpChristian Breunig
T6524: remove vyatta-interfaces.pl, no longer required
2024-06-27T6524: remove vyatta-interfaces.pl, no longer requiredChristian Breunig
2024-03-25Merge pull request #222 from rebortg/patch-1Daniil Baturin
Github: PR Template: make related tasks optional
2024-03-24make related tasks optionalRobert Göhler
2024-03-13radvd: T6118: drop old dependencyChristian Breunig
2023-12-17GitHub: add hooksChristian Breunig
2023-12-14Merge pull request #217 from mcbridematt/t5826-add-explicit-dmidecode-depChristian Breunig
T5826: debian: add dmidecode as an explict depdency
2023-12-14T5826: debian: add dmidecode as an explict depdencyMathew 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-16Merge pull request #212 from jestabro/image-toolsJohn Estabrook
image: T4516: remove standalone_root_pw_reset, now in vyos-1x
2023-11-15image: T4516: remove standalone_root_pw_reset, now in vyos-1xJohn Estabrook
2023-11-15Merge pull request #214 from erkin/currentChristian Breunig
remote: T5726: Replace the download procedure call
2023-11-14remote: T5726: Replace the download procedure callerkin
2023-11-14Merge pull request #213 from zdc/T5739-circinusChristian Breunig
boot: T5739: Fixed password recovery
2023-11-14boot: T5739: Fixed password recoveryzsdc
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-05Merge pull request #210 from jestabro/legacy-versionsChristian Breunig
T4320: remove legacy version files
2023-10-04T4320: remove legacy version filesJohn Estabrook
Component version data now resides in vyos-1x XML.
2023-09-22Merge pull request #202 from indrajitr/ddclient-improvement-round-2Christian Breunig
dns: T5144: Apply migration for dynamic dns path update
2023-09-21Merge pull request #203 from zdc/T4776-sagittaJohn Estabrook
installer: T4776: Fixed installation on NVME in RAID-1 mode
2023-09-21dns: T5144: Bump package version from 0 -> 1 for dynamic dnsIndrajit Raychaudhuri
2023-09-11Merge pull request #205 from sarthurdev/T5568Christian Breunig
install: T5568: Determine user TTY when elevated by sudo
2023-09-11install: T5568: Determine user TTY when elevated by sudosarthurdev
Also fix indentation
2023-08-28Merge pull request #204 from jestabro/T5520Christian Breunig
T5520: avoid cp from /config during update, after coreutils change
2023-08-28T5520: avoid cp from /config during update, after coreutils changeJohn 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-21installer: T4776: Fixed installation on NVME in RAID-1 modezsdc
This change fixes installation into two NVME devices. It should be considered as a temporary solution before migration to the new installer.
2023-05-23Merge pull request #201 from dmbaturin/T671-dead-scripts-2Daniil Baturin
T671: remove more dead scripts
2023-05-05T671: remove more dead scriptsDaniil Baturin
2023-05-05Merge pull request #200 from dmbaturin/T671-dead-scriptsDaniil Baturin
T671: remove unused scripts
2023-04-15T671: remove unused scriptsDaniil Baturin
2023-04-03T5136: do not rm -rf if unmount failsChristian 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-02T5136: properly unmount filesystems after installationChristian Breunig
2023-04-02T4050: replace ntpd with chronyChristian Breunig
2023-03-29T5115: bump version dns-forwarding 3 -> 4Christian Breunig
2023-03-21firewall: T2199: bump CLI version to 9Christian Breunig
2023-02-25T5037: bump interface version 27 -> 28Christian Breunig
2023-02-15ipsec: T4593: bump version 11 -> 12Christian Breunig
2023-02-10interfaces: T4995: bump version 26 -> 27Christian Breunig
2023-01-30Merge pull request #195 from sever-sever/T4916Viacheslav Hletenko
T4916: Bump IPsec config version 10 to 11
2023-01-19Merge pull request #198 from nicolas-fort/snmp_reworkChristian Breunig
T4857: upgrade snmp cli version from 2 to 3
2023-01-18T4857: upgrade snmp cli version from 2 to 3Nicolas Fort
2023-01-17T4916: Bump IPsec config version 10 to 11Viacheslav Hletenko
2023-01-15Merge pull request #196 from c-po/t3008-chronyChristian Breunig
ntp: T3008: update config version 1 -> 2
2023-01-14ntp: T3008: update config version 1 -> 2Christian Breunig
2023-01-09Merge pull request #189 from mcbridematt/t4822-grub-efiChristian Breunig
T4822: install the correct version of GRUB for architecture (arm64)
2023-01-01Merge pull request #190 from c-po/t4284-qosChristian Poessinger
QoS: T4284: bump version 1 -> 2
2022-12-23container: T4870: bump package version 0 -> 1Christian Poessinger
2022-11-17QoS: T4284: bump version 1 -> 2Christian Poessinger
2022-11-17policy: T2199: T4605: bump version 4 -> 5Christian Poessinger
2022-11-15T4822: 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-27Merge pull request #188 from zdc/T4776-sagittaChristian Poessinger
nvme: T4776: Fixed installation to NVME