[PR #260] [MERGED] fix: add helpers handling of SIGPIPE/SIGHUP #351

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

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/260
Author: @speed47
Created: 11/30/2021
Status: Merged
Merged: 12/13/2021
Merged by: @speed47

Base: masterHead: fixsigpipe


📝 Commits (4)

  • 1856ae8 fix: add helpers handling of SIGPIPE/SIGHUP
  • cb0f6ed chore: factorize helpers header
  • 24fb6f2 enh: ensure proper Getopt::Long options are set everywhere
  • 02b7e52 chore/fix: move HEXIT() to helper module, use HEXIT only in helpers

📊 Changes

35 files changed (+171 additions, -493 deletions)

View changed files

📝 bin/helper/osh-accountAddGroupServer (+2 -16)
📝 bin/helper/osh-accountCreate (+2 -16)
📝 bin/helper/osh-accountDelete (+2 -18)
📝 bin/helper/osh-accountGeneratePassword (+2 -16)
📝 bin/helper/osh-accountGetPasswordInfo (+2 -16)
📝 bin/helper/osh-accountListEgressKeys (+2 -16)
📝 bin/helper/osh-accountListIngressKeys (+2 -16)
📝 bin/helper/osh-accountListPasswords (+2 -16)
📝 bin/helper/osh-accountMFAResetPassword (+2 -16)
📝 bin/helper/osh-accountMFAResetTOTP (+2 -16)
📝 bin/helper/osh-accountModify (+2 -17)
📝 bin/helper/osh-accountModifyCommand (+2 -17)
📝 bin/helper/osh-accountModifyPersonalAccess (+2 -16)
📝 bin/helper/osh-accountPIV (+2 -17)
📝 bin/helper/osh-accountUnexpire (+2 -16)
📝 bin/helper/osh-adminMaintenance (+2 -16)
📝 bin/helper/osh-groupAddServer (+2 -16)
📝 bin/helper/osh-groupAddSymlinkToAccount (+2 -16)
📝 bin/helper/osh-groupCreate (+2 -16)
📝 bin/helper/osh-groupDelEgressKey (+2 -17)

...and 15 more files

📄 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/260 **Author:** [@speed47](https://github.com/speed47) **Created:** 11/30/2021 **Status:** ✅ Merged **Merged:** 12/13/2021 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `fixsigpipe` --- ### 📝 Commits (4) - [`1856ae8`](https://github.com/ovh/the-bastion/commit/1856ae847d78f6d3b57857fc26d3ff2833e3c16f) fix: add helpers handling of SIGPIPE/SIGHUP - [`cb0f6ed`](https://github.com/ovh/the-bastion/commit/cb0f6ed0584b155532492056359e1a1a77157a29) chore: factorize helpers header - [`24fb6f2`](https://github.com/ovh/the-bastion/commit/24fb6f2d43f5986588b8a679ff8c9d56687a691e) enh: ensure proper Getopt::Long options are set everywhere - [`02b7e52`](https://github.com/ovh/the-bastion/commit/02b7e52802cb9605c14281c7a1af5f105f5d49fd) chore/fix: move HEXIT() to helper module, use HEXIT only in helpers ### 📊 Changes **35 files changed** (+171 additions, -493 deletions) <details> <summary>View changed files</summary> 📝 `bin/helper/osh-accountAddGroupServer` (+2 -16) 📝 `bin/helper/osh-accountCreate` (+2 -16) 📝 `bin/helper/osh-accountDelete` (+2 -18) 📝 `bin/helper/osh-accountGeneratePassword` (+2 -16) 📝 `bin/helper/osh-accountGetPasswordInfo` (+2 -16) 📝 `bin/helper/osh-accountListEgressKeys` (+2 -16) 📝 `bin/helper/osh-accountListIngressKeys` (+2 -16) 📝 `bin/helper/osh-accountListPasswords` (+2 -16) 📝 `bin/helper/osh-accountMFAResetPassword` (+2 -16) 📝 `bin/helper/osh-accountMFAResetTOTP` (+2 -16) 📝 `bin/helper/osh-accountModify` (+2 -17) 📝 `bin/helper/osh-accountModifyCommand` (+2 -17) 📝 `bin/helper/osh-accountModifyPersonalAccess` (+2 -16) 📝 `bin/helper/osh-accountPIV` (+2 -17) 📝 `bin/helper/osh-accountUnexpire` (+2 -16) 📝 `bin/helper/osh-adminMaintenance` (+2 -16) 📝 `bin/helper/osh-groupAddServer` (+2 -16) 📝 `bin/helper/osh-groupAddSymlinkToAccount` (+2 -16) 📝 `bin/helper/osh-groupCreate` (+2 -16) 📝 `bin/helper/osh-groupDelEgressKey` (+2 -17) _...and 15 more files_ </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:29 +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#351
No description provided.