[PR #316] [MERGED] backport commits from internal version #396

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

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/316
Author: @speed47
Created: 7/1/2022
Status: Merged
Merged: 7/1/2022
Merged by: @speed47

Base: masterHead: backport


📝 Commits (7)

  • 8879eb1 chore: rename some vars for clarity
  • d5dfdcf feat: groupModify: add --idle-lock-timeout and --idle-kill-timeout for group-specific timeouts
  • 5f2519e enh: groupInfo: clearer message for disabled idle/kill timeout policies
  • d0c20a0 fix: group-specific timeouts: advertise the proper timeout that will be applied when connecting
  • 6f7cd53 fix: ttyrec cmdline: don't add --warn-before-* when no --idle-*-timeout is specified
  • 7b643a0 doc: amend groupModify documentation
  • b922418 fix: group-specific idle timeouts: also handle password-only groups

📊 Changes

10 files changed (+431 additions, -96 deletions)

View changed files

📝 bin/admin/packages-check.sh (+7 -4)
📝 bin/helper/osh-groupModify (+72 -6)
📝 bin/plugin/group-owner/groupModify (+36 -12)
📝 bin/plugin/open/groupInfo (+25 -1)
📝 bin/plugin/open/scp (+7 -7)
📝 bin/shell/osh.pl (+92 -33)
📝 doc/sphinx/plugins/group-owner/groupModify.rst (+16 -4)
📝 lib/perl/OVH/Bastion.pm (+58 -12)
📝 lib/perl/OVH/Bastion/allowdeny.inc (+24 -17)
📝 tests/unit/run.pl (+94 -0)

📄 Description

No description provided


🔄 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/316 **Author:** [@speed47](https://github.com/speed47) **Created:** 7/1/2022 **Status:** ✅ Merged **Merged:** 7/1/2022 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `backport` --- ### 📝 Commits (7) - [`8879eb1`](https://github.com/ovh/the-bastion/commit/8879eb11c25ce3e5ed4b12932e291ef208b533fe) chore: rename some vars for clarity - [`d5dfdcf`](https://github.com/ovh/the-bastion/commit/d5dfdcf70e397e957dd1b1fbdf93d092e7c74548) feat: groupModify: add --idle-lock-timeout and --idle-kill-timeout for group-specific timeouts - [`5f2519e`](https://github.com/ovh/the-bastion/commit/5f2519e23e942304ae35d8140c724ba5f7a69ce1) enh: groupInfo: clearer message for disabled idle/kill timeout policies - [`d0c20a0`](https://github.com/ovh/the-bastion/commit/d0c20a09e1d0aa3416c4f5c51cc182065fcc79a5) fix: group-specific timeouts: advertise the proper timeout that will be applied when connecting - [`6f7cd53`](https://github.com/ovh/the-bastion/commit/6f7cd537e7820b15d786d83c1f211125cfd4fa03) fix: ttyrec cmdline: don't add --warn-before-* when no --idle-*-timeout is specified - [`7b643a0`](https://github.com/ovh/the-bastion/commit/7b643a04bdf58880f2a14769b0f394f288acaf26) doc: amend groupModify documentation - [`b922418`](https://github.com/ovh/the-bastion/commit/b922418988e69a2657af8810f6e787db3c6912c2) fix: group-specific idle timeouts: also handle password-only groups ### 📊 Changes **10 files changed** (+431 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `bin/admin/packages-check.sh` (+7 -4) 📝 `bin/helper/osh-groupModify` (+72 -6) 📝 `bin/plugin/group-owner/groupModify` (+36 -12) 📝 `bin/plugin/open/groupInfo` (+25 -1) 📝 `bin/plugin/open/scp` (+7 -7) 📝 `bin/shell/osh.pl` (+92 -33) 📝 `doc/sphinx/plugins/group-owner/groupModify.rst` (+16 -4) 📝 `lib/perl/OVH/Bastion.pm` (+58 -12) 📝 `lib/perl/OVH/Bastion/allowdeny.inc` (+24 -17) 📝 `tests/unit/run.pl` (+94 -0) </details> ### 📄 Description _No description provided_ --- <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:42 +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#396
No description provided.