[PR #315] [CLOSED] backport some commits from internal version #397

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/315
Author: @speed47
Created: 7/1/2022
Status: Closed

Base: masterHead: backport


📝 Commits (6)

  • 254414d chore: rename some vars for clarity
  • 11bf4b6 feat: groupModify: add --idle-lock-timeout and --idle-kill-timeout for group-specific timeouts
  • 26decb7 enh: groupInfo: clearer message for disabled idle/kill timeout policies
  • 5e57e2e fix: group-specific timeouts: advertise the proper timeout that will be applied when connecting
  • 274520a fix: ttyrec cmdline: don't add --warn-before-* when no --idle-*-timeout is specified
  • 4dac2f1 doc: amend groupModify documentation

📊 Changes

10 files changed (+424 additions, -92 deletions)

View changed files

📝 bin/admin/packages-check.sh (+2 -1)
📝 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 (+91 -32)
📝 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 (+93 -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/315 **Author:** [@speed47](https://github.com/speed47) **Created:** 7/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `backport` --- ### 📝 Commits (6) - [`254414d`](https://github.com/ovh/the-bastion/commit/254414d531cfe48d8f43f231114faa3cec02ae0e) chore: rename some vars for clarity - [`11bf4b6`](https://github.com/ovh/the-bastion/commit/11bf4b6066e05d5cf0de16f5ba623d9116d05d68) feat: groupModify: add --idle-lock-timeout and --idle-kill-timeout for group-specific timeouts - [`26decb7`](https://github.com/ovh/the-bastion/commit/26decb79d9084c4fa6a8caf0ea323c0332d82222) enh: groupInfo: clearer message for disabled idle/kill timeout policies - [`5e57e2e`](https://github.com/ovh/the-bastion/commit/5e57e2e1778138f6784795895bbb0574bc134d42) fix: group-specific timeouts: advertise the proper timeout that will be applied when connecting - [`274520a`](https://github.com/ovh/the-bastion/commit/274520a47e47fae6da9e0c6a2ab1f9bf98697f8f) fix: ttyrec cmdline: don't add --warn-before-* when no --idle-*-timeout is specified - [`4dac2f1`](https://github.com/ovh/the-bastion/commit/4dac2f196ede596304b6eef8066b094afa01b024) doc: amend groupModify documentation ### 📊 Changes **10 files changed** (+424 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `bin/admin/packages-check.sh` (+2 -1) 📝 `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` (+91 -32) 📝 `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` (+93 -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#397
No description provided.