Skip to content

Tags: Foxboron/sbctl

Tags

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud

0.13

Toggle 0.13's commit message

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud
Release: 0.13

0.12

Toggle 0.12's commit message

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud
Release: 0.12

0.11

Toggle 0.11's commit message

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud
Release: 0.11

0.10

Toggle 0.10's commit message

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud
Release: 0.10

0.9

Toggle 0.9's commit message

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud
Release 0.9

0.8

Toggle 0.8's commit message

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud
Release 0.8

Morten Linderud (31):
      reset: Add reset command for Platform Key
      enroll-keys: Refactor a bit and prepare OEM keys
      reset: Added error when PK is already reset
      status: lowercase sbctl in the output
      reset: Added some output logging
      keys: Refactor key enrollment a tiny bit
      Makefile: Added phony target for sbctl
      status: remove capitalization of sbctl
      certs: Added certs package to support vendor certificates
      keys: Allow enrollment of Microsoft OEM keys
      status: Display enrolled vendor keys
      enroll-keys: Implement --ignore-immutable
      bundle: Do not error when we don't find an ESP for help
      util: Switch from if to cases
      enroll-keys: Refactor a bit
      sbctl.8: Updated the manpage
      keys: Don't hard error when we don't have the db
      Fix go.mod
      go.mod: Added go-attestation + update dependencies
      tpm: Implemented TPM Eventlog reading
      sbctl: Add new error messages for OpROM
      enroll-keys: Implement OpROM checking using the TPM Eventlog
      enroll-keys: Implement enrollment of checksums from the TPM Eventlog
      go.mod: Revert update so we don't need trousers
      enroll-keys: Add check for empty eventlog
      status: Don't error on missing GUID file
      sbctl.8: Add entries for vendor flags
      status: Expand the vendor entries in the status
      guid: Change perms to 644 and move from ioutils to os
      sbctl.8: Added usage section, some cleanups
      logging: Warnings go to stderr

Silke Hofstra (1):
      Ignore EOF errors in CheckMSDos

0.7

Toggle 0.7's commit message

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud
Release 0.7

0.6

Toggle 0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud
Release 0.6

0.5

Toggle 0.5's commit message

Verified

This tag was signed with the committer’s verified signature.
Foxboron Morten Linderud
Release 0.5

This release contains a few changes to the documentation of sbctl. The most
notable change is to the `GetESP` functionality which should behave better on
systems with more then one EFI partition. This can also be overridden with
`SYSTEMD_ESP_PATH` or `ESP_PATH`.

Hugo Barrera (3):
      Update man entry for default cmdline
      Update docs/sbctl.8.txt
      Typo

Hugo Osvaldo Barrera (4):
      Extend the documentation a bit
      Refine docs based on feedback
      Typos
      Tweak unconvincing working

Morten Linderud (5):
      bundles: Handle command not found errors
      util: Expand array in print generator
      Updated readme for libera
      sbctl/bundle: Do not default to ESP for fetching kernel and initramfs
      man: Mention environment variables for ESP location

igo95862 (3):
      Remove ioutil
      Improved GetEsp function.
      Add SYSTEMD_ESP_PATH and ESP_PATH environment variables support