summaryrefslogtreecommitdiff
path: root/packages/dropbear
AgeCommit message (Collapse)Author
2024-04-01dropbear: T6195: add missing libpam0g-dev build dependencyChristian Breunig
(cherry picked from commit 4417986365472fd9055b12309ba49d88272db04c)
2024-04-01dropbear: T6195: package upgrade 2022.83-1+deb12u1Christian Breunig
Fix CVE-2023-48795: (terrapin attack) The SSH transport protocol with certain OpenSSH extensions allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. (cherry picked from commit b17befe2e4e914f3f604bcfa1843f75519d46a4d)
2023-09-25ci/cd: update branch references current -> sagittaChristian Breunig
2023-05-28dropbear: T5244: port PAM auth pathc to 2022.83Christian Breunig
2023-05-28dropbear: T5244: update package to 2022.83Christian Breunig
2023-05-26packages: change glob pattern to be recursiveChristian Breunig
2023-03-10Docker: T5076: unbloat container - remove dependencies for dropbearChristian Breunig
2022-11-23gitignore: cleanup double rules from individual packagesChristian Poessinger
Individual packages like dropbear, frr, iproute2 ... all came with a copy of gitignore rules already present in the base file. Those rules have been dropped.
2022-01-16packages: T3164: build Dropbear from source with PAM supportChristian Poessinger
Dropbear version shipped in Debian does not have PAM support enabled. For the VyOS console server it would be nice to have the possibility to use RADIUS authentication.