summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-24Merge branch 'fixes' into 'main'HEADmainLars Wirzenius3-3/+2
drop use of dh-cargo See merge request larswirzenius/vmadm!73
2024-02-24lintianLars Wirzenius1-0/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-02-24drop use of dh-cargoLars Wirzenius2-3/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-02-17Merge branch 'nopdf' into 'main'Lars Wirzenius1-1/+0
fix: don't produce PDF from subplot See merge request larswirzenius/vmadm!72
2024-02-17fix: don't produce PDF from subplotLars Wirzenius1-1/+0
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-02-17Merge branch 'chore' into 'main'Lars Wirzenius2-7/+3
chore(debian): drop unnecessary build-deps and do offline install See merge request larswirzenius/vmadm!71
2024-01-15chore(debian): drop unnecessary build-deps and do offline installLars Wirzenius2-7/+3
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-09-08Merge branch 'liw/subcommands' into 'main'Lars Wirzenius6-501/+293
dependnecy upgrades; subcommand aliases; new subcommand reboot See merge request larswirzenius/vmadm!70
2023-09-08feat: "reboot" subcommandLars Wirzenius4-0/+57
Sponsored-by: author
2023-09-08feat: add aliases to some subcommandsLars Wirzenius1-0/+3
create = new remove = delete stop = shutdown Sponsored-by: author
2023-09-08chore: bump dependency on virtLars Wirzenius2-226/+9
Sponsored-by: author
2023-09-08chore: bump dependency on serde-yamlLars Wirzenius2-30/+22
Sponsored-by: author
2023-09-08chore: bump dependency on pretty-env-loggerLars Wirzenius2-27/+29
Sponsored-by: author
2023-09-08chore: cargo updateLars Wirzenius1-195/+127
Sponsored-by: author
2023-09-08refactor: use current clap instead of structopt for command lineLars Wirzenius3-106/+129
Sponsored-by: author
2023-09-01Merge branch 'fix-error-message' into 'main'Lars Wirzenius1-2/+7
fix: include filename in error message of being unable to rm image See merge request larswirzenius/vmadm!69
2023-09-01fix: include filename in error message of being unable to rm imageLars Wirzenius1-2/+7
Sponsored-by: author
2023-07-09Merge branch 'dep-genisoimage' into 'main'Lars Wirzenius1-1/+1
fix: have .deb depend on genisoimage See merge request larswirzenius/vmadm!68
2023-07-09fix: have .deb depend on genisoimageLars Wirzenius1-1/+1
vmadm users genisoimage for cloud-init and thus it's needed. Sponsored-by: author
2023-04-07Merge branch 'liw/fix' into 'main'Lars Wirzenius1-0/+1
fix: add libclag-dev as a build-dep for Debian See merge request larswirzenius/vmadm!67
2023-04-07fix: add libclag-dev as a build-dep for DebianLars Wirzenius1-0/+1
Sponsored-by: author
2023-04-07Merge branch 'liw/deps' into 'main'Lars Wirzenius3-149/+496
fix to work with virt 0.2.12 Closes #37 See merge request larswirzenius/vmadm!66
2023-04-07fix: bump dependency on virt, fix breakageLars Wirzenius2-4/+3
virt version 0.2.11 had virt::domain::VIR_DOMAIN_AFFECT_CONFIG and other constants. In 0.2.12 it's now virt::sys::VIR_DOMAIN_AFFECT_CONFIG. Bump the dependency version and make necessary changes. Sponsored-by: author
2023-04-07chore: update Cargo.lock with "cardo update"Lars Wirzenius1-145/+493
Sponsored-by: author
2023-04-07Merge branch 'liw/fixes' into 'main'Lars Wirzenius2-2/+3
minor fixes to get ./check to pass again See merge request larswirzenius/vmadm!65
2023-04-07fix: subplot metadataLars Wirzenius1-1/+2
"author" is now "authors". Sponsored-by: author
2023-04-07fix: avoid unnecessary borrowingLars Wirzenius1-1/+1
Sponsored-by: author
2022-11-05Merge branch 'liw/refactor' into 'main'Lars Wirzenius3-93/+136
change cloud-init Python script to be separate, change pathnames to be compaitble with sshd role See merge request larswirzenius/vmadm!64
2022-11-05fix: some file namesLars Wirzenius1-7/+8
Sponsored-by: author
2022-11-05feat: write authorized_keys.confLars Wirzenius1-3/+8
Sponsored-by: author
2022-11-05feat: create user_ca.confLars Wirzenius1-4/+7
Sponsored-by: author
2022-11-05refactor: write a host_id.conf file with keys, certs listedLars Wirzenius1-1/+13
Sponsored-by: author
2022-11-05refactor: make more named constantsLars Wirzenius1-7/+14
Sponsored-by: author
2022-11-05refactor: extract name of log file into a named constantLars Wirzenius1-1/+4
Sponsored-by: author
2022-11-05refactor: use a named constant for name of file with user CA keysLars Wirzenius1-1/+3
Sponsored-by: author
2022-11-05refactor: move the cloud init Python script to a separate fileLars Wirzenius3-92/+102
This required adding a build.rs to generate a Rust source from the Python file. Sponsored-by: author
2022-11-05fix: drop unnecessary borrowLars Wirzenius1-1/+1
Sponsored-by: author
2022-10-09Merge branch 'revert' into 'main'Lars Wirzenius2-163/+92
revert sshd config changes See merge request larswirzenius/vmadm!63
2022-10-09Revert "refactor and more: move Python script for cloud-init out of Rust"Lars Wirzenius2-163/+92
This reverts commit 36b2ebd1643833700e57c51523d8c9c66f3d0034.
2022-10-09Revert "fix: use right /etc for real host (not /etc/ssh)"Lars Wirzenius1-1/+1
This reverts commit d66138734000d4d2708fba4217d95953499860be.
2022-10-09Merge branch 'fix-cloud-init' into 'main'Lars Wirzenius1-1/+1
fix: use right /etc for real host (not /etc/ssh) See merge request larswirzenius/vmadm!62
2022-10-09fix: use right /etc for real host (not /etc/ssh)Lars Wirzenius1-1/+1
Sponsored-by: author
2022-10-06Merge branch 'sshd-config' into 'main'Lars Wirzenius2-92/+163
refactor and more: move Python script for cloud-init out of Rust See merge request larswirzenius/vmadm!61
2022-10-06refactor and more: move Python script for cloud-init out of RustLars Wirzenius2-92/+163
Also, change it muchly to be more easily maintainable, and to use filenames compatible with the sshd role in my debian-ansible collection. Sponsored-by: author
2022-09-09Merge branch 'fixes' into 'main'Lars Wirzenius5-36/+32
chore: use unwrap_or instead of more complicated structure See merge request larswirzenius/vmadm!60
2022-09-09fix: use new Subplot external metadataLars Wirzenius3-33/+29
Sponsored-by: author
2022-09-09chore: use unwrap_or instead of more complicated structureLars Wirzenius2-3/+3
Sponsored-by: author
2022-04-29Merge branch 'disable-authz-keys-if-user-ca' into 'main'Lars Wirzenius4-1/+30
feat: optionally turn off authorized keys support in SSH server See merge request larswirzenius/vmadm!59
2022-04-29feat: optionally turn off authorized keys support in SSH serverLars Wirzenius4-1/+30
If the specification has "allow_authorized_keys: false" (possibly from new config setting "default_allow_authorized_keys"), the SSH server configuration will tell the server to not consult a user's authorized keys file at all. Sponsored-by: author
2022-04-07Merge branch 'liw/user-ca' into 'main'Lars Wirzenius4-13/+78
feat: add a user_ca_pubkey field to config, spec See merge request larswirzenius/vmadm!58