summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-21Merge pull request #221 from vyos/mergify/bp/equuleus/pr-2131.3.81.3.71.3.6equuleusChristian Breunig
boot: T5739: Fixed password recovery (backport #213)
2023-12-21boot: 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. (cherry picked from commit 6ee88ac6387ce0dbb570bde3e9c4582b206580aa)
2023-12-07Merge pull request #216 from aapostoliuk/T5413-equuleusDaniil Baturin
wireguard: T5413: Blocked adding the peer with the router's public key
2023-11-24wireguard: T5413: Blocked adding the peer with the router's public keyaapostoliuk
Migration dependencies Related to https://github.com/vyos/vyos-1x/pull/2540
2023-04-03Merge pull request #199 from vyos/T5136-backport1.3.51.3.41.3.3Daniil Baturin
T5136: properly unmount filesystems after installation
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. (cherry picked from commit 964e06bc3404b096d55e939b2bdb8d9c61a6a9b9)
2023-04-03T5136: properly unmount filesystems after installationChristian Breunig
(cherry picked from commit f34e9028252034cf17dbf380a2cded8bf14c71c2)
2022-12-31Merge pull request #192 from c-po/equuleus1.3.3-epa1Christian Poessinger
container: T4870: bump package version 0 -> 1
2022-12-30container: T4870: bump package version 0 -> 1Christian Poessinger
(cherry picked from commit 42f3db273637382d8f0d99155fedf9b3f42bc9ac)
2022-11-26Merge pull request #191 from incitem/T4776-equuleus-backportDaniil Baturin
nvme: T4776: Fixed installation to NVME (equuleus backport of fix by zdc)
2022-11-25nvme: T4776: Fixed installation to NVME (equuleus backport of fix by zdc)Marc Spruit
2022-10-18Merge pull request #187 from c-po/t4533-radius-permission-backportChristian Poessinger
T4533: Allow basic permissions to unprivileged RADIUS users
2022-10-18T4533: Allow basic permissions to unprivileged RADIUS usersChristian Poessinger
Backport of https://github.com/vyos/vyos-1x/pull/1598 for VyOS 1.3 Allows RADIUS authenticated users to perform ping/traceroute action(s).
2022-08-16Debian: T4584: create custom hostap package used in vyos-1x1.3.2Christian Poessinger
(cherry picked from commit 660f496bb1bd57bb6675539d3f4f0bcb43dbd76c)
2022-07-30Merge pull request #182 from sever-sever/T3714-eqDaniil Baturin
sysctl: T3714: Change priority for sysctl custom options
2022-07-13sysctl: T3714: Change priority for sysctl custom optionsViacheslav Hletenko
Sysctl options should be applied after interface tunnel As some options exists only after tunnel creating
2022-03-10Merge pull request #180 from erkin/equuleusDaniil Baturin
loadkey: T3865: Deprecate `loadkey`
2022-03-10loadkey: T3865: Deprecate `loadkey`erkin
2022-02-25Revert "install: T4262: Fix root partition size for UEFI installs"Christian Poessinger
This reverts commit b3ce2cae043c96e9bc32fcb72527ce820c6593a0. This breaks non UEFI installs
2022-02-24Merge pull request #176 from sarthurdev/equuleusChristian Poessinger
install: T4262: Fix root partition size for UEFI installs (equuleus)
2022-02-24install: T4262: Fix root partition size for UEFI installssarthurdev
2021-12-19Merge pull request #175 from erkin/equuleusDaniil Baturin
remote: T3356: Backport remote module use to Equuleus
2021-12-16remote: T3356: Backport remote module use to Equuleuserkin
2021-12-05T2076: RAID install: sfdisk change-id is deprecated in favor of --part-typeKim Hagen
T1869: Install and Boot from RAID Doesn't Work T1126: Reusing a RAID from a BIOS install in an EFI install causes a failure to boot
2021-12-05T1869: Install and Boot from RAID Doesn't WorkKim Hagen
2021-10-21T3925: interfaces: bump version 21 -> 22Christian Poessinger
2021-10-16gpg: T3879: fix signature validationChristian Poessinger
2021-09-19dhcp-server: T1968: T3838: bump version 5 -> 6Christian Poessinger
(cherry picked from commit 0383e588404d2a829fb54447cbfda63a7e107140)
2021-09-11Merge pull request #169 from erkin/equuleusDaniil Baturin
T3275: conntrack: Migrate conntrack helper versioning from vyatta-conntrack
2021-09-10T3275: conntrack: Migrate conntrack moduleerkin
2021-09-06install-image: T2108: use minisign backup key if primary key failsChristian Poessinger
2021-09-06install-image: remove whitespaces after .Christian Poessinger
2021-09-05system: T3804: bump version 20 -> 21Christian Poessinger
2021-09-03Merge pull request #167 from UnicronNL/equuleusDaniil Baturin
T1785: Deleting partitions on disks (Raid1) with default value 'no'
2021-09-03T1785: Deleting partitions on disks (Raid1) with default value 'no'Kim Hagen
the default was still set to "Yes"
2021-08-30T3619: bump interfaces version 20 -> 21Christian Poessinger
2021-08-27T3351: Check for SHA256 filesLulu Cathrinus Grimalkin
Fall back to MD5 if SHA256 checksums could not be found Don't bother downloading .iso.sha256 files (cherry picked from commit 085d0148c3d7d22afc5ce4fc10750b67c8cdfe26)
2021-08-27Merge pull request #163 from c-po/t2108-minisign-equuleusDaniil Baturin
install-image: T2108: verify image by using minisign over GPG
2021-08-26install-image: T2108: verify image by using minisign over GPGChristian Poessinger
We will first download and try to verify the image using the generated minisign signature. If this fails, we try to retrieve the GPG signature file.
2021-08-26isis: T3417: bump version 0 -> 1Christian Poessinger
(cherry picked from commit cc489a8dee5e849441536c3b5a96a2de2e92d835)
2021-08-19T3768: add https component versionJohn Estabrook
Previously, the component version for https was located in the XML interface-definition, as part of the early version of the XML syntaxVersion tag; remove early version and add here.
2021-08-08Merge pull request #160 from UnicronNL/equuleusDaniil Baturin
T169: Image install should put correct serial console device in creat…
2021-08-08T169: Image install should put correct serial console device in created grub ↵Kim Hagen
menuentry
2021-08-06T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save configEquuleus ↵Kim
(#159) * add search for same drive size if more than 2 drives are installed * add ability to configure RAID-1 by selecting 2 drives * cleaning up sysconf/filecaps rights * cleaning up sysconf/filecaps rights xtables-monitor
2021-07-31sysctl: T3716: remove IPv4/6 routes from FIB when link goes downChristian Poessinger
For more information see: * https://programmersought.com/article/62242485344/ * https://www.spinics.net/lists/netdev/msg332453.html * https://github.com/FRRouting/frr/blob/master/doc/user/Useful_Sysctl_Settings.md
2021-07-25tunnel: T3366: update interfaces version 19 -> 20Christian Poessinger
2021-07-02conntrack-sync: T3535: bump version from 1 -> 2Christian Poessinger
(cherry picked from commit 16feaa704c47618293657c64d33dce2f8b028f21)
2021-06-13interfaces: wwan: T3620: bump versionChristian Poessinger
(cherry-picked from commit fd1d71b62c3b7170d06040b1cad2227fe353a325)
2021-06-13wwan: T3620: rename wirelessmodem to wwanChristian Poessinger
(cherry picked from commit 736316517ae6a960af55d4fdaadfb0ac3f47334f)
2021-04-04Jenkins: use build library from proper branch "equuleus"Christian Poessinger