mandos 1.8.16-1ubuntu4 source package in Ubuntu

Changelog

mandos (1.8.16-1ubuntu4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 17:51:09 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe admin
Noble release universe admin

Downloads

File Size SHA-256 Checksum
mandos_1.8.16.orig.tar.gz 240.3 KiB e301007184eafc99517bdaa09f3c8d3f42027b9aae335158f14cfcee60bfe108
mandos_1.8.16-1ubuntu4.debian.tar.xz 27.0 KiB fe744cf9407412dcd6b55619fc099e5d80bffc80dc6aa8220a72044d2a9abdfd
mandos_1.8.16-1ubuntu4.dsc 2.3 KiB bdca18fb7163c3cec8963aee87dc2fd95aeef08a589307c0dfba3113f82cbd3c

Available diffs

View changes file

Binary packages built by this source

mandos: server giving encrypted passwords to Mandos clients

 This is the server part of the Mandos system, which allows
 computers to have encrypted root file systems and at the
 same time be capable of remote and/or unattended reboots.
 .
 The computers run a small client program in the initial RAM
 disk environment which will communicate with a server over a
 network. All network communication is encrypted using TLS.
 The clients are identified by the server using a TLS public
 key; each client has one unique to it. The server sends the
 clients an encrypted password. The encrypted password is
 decrypted by the clients using an OpenPGP key, and the
 password is then used to unlock the root file system,
 whereupon the computers can continue booting normally.

mandos-client: do unattended reboots with an encrypted root file system

 This is the client part of the Mandos system, which allows
 computers to have encrypted root file systems and at the
 same time be capable of remote and/or unattended reboots.
 .
 The computers run a small client program in the initial RAM
 disk environment which will communicate with a server over a
 network. All network communication is encrypted using TLS.
 The clients are identified by the server using a TLS public
 key; each client has one unique to it. The server sends the
 clients an encrypted password. The encrypted password is
 decrypted by the clients using an OpenPGP key, and the
 password is then used to unlock the root file system,
 whereupon the computers can continue booting normally.

mandos-client-dbgsym: debug symbols for mandos-client