[PR #412] [MERGED] feat: add type8 and type9 password hashes #461

Closed
opened 2026-05-07 00:21:01 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/412
Author: @speed47
Created: 9/1/2023
Status: Merged
Merged: 9/19/2023
Merged by: @speed47

Base: masterHead: mkhash


📝 Commits (1)

  • be0d6ff feat: add type8 and type9 password hashes

📊 Changes

26 files changed (+288 additions, -52 deletions)

View changed files

📝 .github/workflows/freebsd.yml (+1 -0)
bin/admin/install-mkhash-helper.sh (+93 -0)
📝 bin/admin/install-yubico-piv-checker.sh (+1 -1)
📝 bin/plugin/group-owner/groupGeneratePassword (+14 -5)
📝 bin/plugin/open/groupListPasswords (+1 -1)
📝 bin/plugin/open/selfGeneratePassword (+6 -5)
📝 bin/plugin/open/selfListPasswords (+1 -1)
📝 bin/plugin/restricted/accountGeneratePassword (+6 -5)
📝 bin/plugin/restricted/accountListPasswords (+1 -1)
📝 doc/sphinx/installation/basic.rst (+5 -1)
📝 doc/sphinx/installation/upgrading.rst (+28 -0)
📝 docker/Dockerfile.centos7 (+7 -2)
📝 docker/Dockerfile.debian10 (+7 -2)
📝 docker/Dockerfile.debian11 (+7 -2)
📝 docker/Dockerfile.debian12 (+7 -2)
📝 docker/Dockerfile.opensuse15 (+8 -3)
📝 docker/Dockerfile.rockylinux8 (+7 -2)
📝 docker/Dockerfile.rockylinux9 (+7 -2)
📝 docker/Dockerfile.sandbox (+2 -0)
📝 docker/Dockerfile.ubuntu1604 (+7 -2)

...and 6 more files

📄 Description

This requires the-bastion-mkhash-helper


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ovh/the-bastion/pull/412 **Author:** [@speed47](https://github.com/speed47) **Created:** 9/1/2023 **Status:** ✅ Merged **Merged:** 9/19/2023 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `mkhash` --- ### 📝 Commits (1) - [`be0d6ff`](https://github.com/ovh/the-bastion/commit/be0d6ff118288382dd6569deee36dceaad31b000) feat: add type8 and type9 password hashes ### 📊 Changes **26 files changed** (+288 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/freebsd.yml` (+1 -0) ➕ `bin/admin/install-mkhash-helper.sh` (+93 -0) 📝 `bin/admin/install-yubico-piv-checker.sh` (+1 -1) 📝 `bin/plugin/group-owner/groupGeneratePassword` (+14 -5) 📝 `bin/plugin/open/groupListPasswords` (+1 -1) 📝 `bin/plugin/open/selfGeneratePassword` (+6 -5) 📝 `bin/plugin/open/selfListPasswords` (+1 -1) 📝 `bin/plugin/restricted/accountGeneratePassword` (+6 -5) 📝 `bin/plugin/restricted/accountListPasswords` (+1 -1) 📝 `doc/sphinx/installation/basic.rst` (+5 -1) 📝 `doc/sphinx/installation/upgrading.rst` (+28 -0) 📝 `docker/Dockerfile.centos7` (+7 -2) 📝 `docker/Dockerfile.debian10` (+7 -2) 📝 `docker/Dockerfile.debian11` (+7 -2) 📝 `docker/Dockerfile.debian12` (+7 -2) 📝 `docker/Dockerfile.opensuse15` (+8 -3) 📝 `docker/Dockerfile.rockylinux8` (+7 -2) 📝 `docker/Dockerfile.rockylinux9` (+7 -2) 📝 `docker/Dockerfile.sandbox` (+2 -0) 📝 `docker/Dockerfile.ubuntu1604` (+7 -2) _...and 6 more files_ </details> ### 📄 Description This requires the-bastion-mkhash-helper --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:21:01 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#461
No description provided.