mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #48] [MERGED] feat: add FreeBSD in the automated tests #193
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ovh/the-bastion/pull/48
Author: @speed47
Created: 11/17/2020
Status: ✅ Merged
Merged: 11/17/2020
Merged by: @speed47
Base:
master← Head:freebsd📝 Commits (10+)
140da2fchore: ghactions: change order of tests.yml4105c10fix: freebsd: replace 'root' by '0' so that it works even if uid0's name is not root09bd6dffix: freebsd: add md5sum_compat()234dd07feat: freebsd: add specific FreeBSD ssh config templates9f1a8b9enh: install: better handling of non-Linux standard paths7ee203aenh: install-ttyrec.h: error msg for non-supported OSesee81bd4enh: packages-check.sh: better handling of FreeBSD packagees60cea89enh: osh.pl: replace harcoded selfMFASetupPassword logic by configuration7085b2dfix: osh.pl: fix pamtester use under FreeBSD0b02009enh: sudoers: support per-OS templates, add one for FreeBSD📊 Changes
44 files changed (+619 additions, -235 deletions)
View changed files
➕
.github/workflows/freebsd.yml(+37 -0)📝
.github/workflows/tests.yml(+11 -11)📝
bin/admin/check-consistency.pl(+9 -6)📝
bin/admin/install(+44 -33)📝
bin/admin/packages-check.sh(+11 -1)📝
bin/helper/osh-accountAddGroupServer(+1 -1)📝
bin/helper/osh-accountCreate(+1 -1)📝
bin/helper/osh-accountDelete(+1 -1)📝
bin/helper/osh-accountGeneratePassword(+1 -1)📝
bin/helper/osh-accountGetPasswordInfo(+1 -1)📝
bin/helper/osh-accountListEgressKeys(+1 -1)📝
bin/helper/osh-accountListIngressKeys(+1 -1)📝
bin/helper/osh-accountListPasswords(+1 -1)📝
bin/helper/osh-accountMFAResetPassword(+1 -1)📝
bin/helper/osh-accountMFAResetTOTP(+1 -1)📝
bin/helper/osh-accountModify(+1 -1)📝
bin/helper/osh-accountModifyCommand(+1 -1)📝
bin/helper/osh-accountModifyPersonalAccess(+4 -4)📝
bin/helper/osh-accountPIV(+1 -1)📝
bin/helper/osh-accountUnexpire(+1 -1)...and 24 more files
📄 Description
and a couple changes here and there to be more FreeBSD-friendly
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.