[PR #296] [MERGED] several fixes #383

Closed
opened 2026-05-07 00:20:38 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/296
Author: @speed47
Created: 2/21/2022
Status: Merged
Merged: 3/14/2022
Merged by: @speed47

Base: masterHead: pwgrcache


📝 Commits (5)

  • e7ae12d chore: fix FreeBSD tests
  • 3cee36f chore: remove CentOS 8 from tests (EOL)
  • 30269c1 chore: add more info in syslog warnings for accountDelete
  • 2651b26 fix: workaround for undocumented caching in getpw/getgr funcs
  • eb14dda chore: interactive.inc: prepend internal funcs by _

📊 Changes

14 files changed (+250 additions, -171 deletions)

View changed files

📝 .github/workflows/freebsd.yml (+1 -1)
📝 .github/workflows/tests.yml (+1 -1)
📝 README.md (+1 -1)
📝 bin/helper/osh-accountDelete (+4 -4)
📝 bin/plugin/open/groupList (+1 -1)
📝 bin/plugin/open/info (+2 -2)
📝 bin/plugin/restricted/accountInfo (+6 -6)
📝 doc/sphinx/installation/basic.rst (+1 -1)
docker/Dockerfile.centos8 (+0 -27)
📝 lib/perl/OVH/Bastion.pm (+1 -1)
📝 lib/perl/OVH/Bastion/allowdeny.inc (+9 -13)
📝 lib/perl/OVH/Bastion/allowkeeper.inc (+138 -108)
📝 lib/perl/OVH/Bastion/interactive.inc (+5 -5)
📝 lib/perl/OVH/Bastion/os.inc (+80 -0)

📄 Description

  • chore: fix FreeBSD tests
  • chore: remove CentOS 8 from tests (EOL)
  • chore: add more info in syslog warnings for accountDelete
  • fix: workaround for undocumented caching in getpw/getgr funcs
  • chore: interactive.inc: prepend internal funcs by _

🔄 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/296 **Author:** [@speed47](https://github.com/speed47) **Created:** 2/21/2022 **Status:** ✅ Merged **Merged:** 3/14/2022 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `pwgrcache` --- ### 📝 Commits (5) - [`e7ae12d`](https://github.com/ovh/the-bastion/commit/e7ae12d94b5c6bd6aa3fdcc3614146b4f77f763c) chore: fix FreeBSD tests - [`3cee36f`](https://github.com/ovh/the-bastion/commit/3cee36f759091785130555a4fc8fe0fcbe4ac85c) chore: remove CentOS 8 from tests (EOL) - [`30269c1`](https://github.com/ovh/the-bastion/commit/30269c173c19200c4597b8ce7ae010cbcff0c31d) chore: add more info in syslog warnings for accountDelete - [`2651b26`](https://github.com/ovh/the-bastion/commit/2651b26695a3e01bfe2f1f9161f905eddd48785d) fix: workaround for undocumented caching in getpw/getgr funcs - [`eb14dda`](https://github.com/ovh/the-bastion/commit/eb14ddaa9dce0570edfcb01e26d4216fefa38930) chore: interactive.inc: prepend internal funcs by _ ### 📊 Changes **14 files changed** (+250 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/freebsd.yml` (+1 -1) 📝 `.github/workflows/tests.yml` (+1 -1) 📝 `README.md` (+1 -1) 📝 `bin/helper/osh-accountDelete` (+4 -4) 📝 `bin/plugin/open/groupList` (+1 -1) 📝 `bin/plugin/open/info` (+2 -2) 📝 `bin/plugin/restricted/accountInfo` (+6 -6) 📝 `doc/sphinx/installation/basic.rst` (+1 -1) ➖ `docker/Dockerfile.centos8` (+0 -27) 📝 `lib/perl/OVH/Bastion.pm` (+1 -1) 📝 `lib/perl/OVH/Bastion/allowdeny.inc` (+9 -13) 📝 `lib/perl/OVH/Bastion/allowkeeper.inc` (+138 -108) 📝 `lib/perl/OVH/Bastion/interactive.inc` (+5 -5) 📝 `lib/perl/OVH/Bastion/os.inc` (+80 -0) </details> ### 📄 Description - chore: fix `FreeBSD` tests - chore: remove `CentOS 8` from tests (EOL) - chore: add more info in syslog warnings for `accountDelete` - fix: workaround for undocumented caching in `getpw`/`getgr` funcs - chore: interactive.inc: prepend internal funcs by _ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:20:38 +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#383
No description provided.