mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #516] [CLOSED] enh: 35% faster is_valid_ip() when fast=1 #543
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#543
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/516
Author: @speed47
Created: 12/19/2024
Status: ❌ Closed
Base:
master← Head:is_valid_ip📝 Commits (10+)
f5f0cdfchore: faster tests by removing grant/revoke command dance288ff63chore: tests: no longer run consistency check by default7c42c78chg: set ECDSA as default egress key algo for new installsf30cec2fix: accountInfo: don't attempt (and fail) to display info non-auditors don't have access to49f8407fix: groupInfo: don't attempt to (and fail) display the guest list when account doesn't have access to it292ed30enh: accountInfo: add osh-only information for accounts6b9e622chg: groupInfo: remove deprecated JSON fieldsa97db44chore: factorize user@host:port display in machine_display()30aba69feat: IPv6 support29aa8adenh: 35% faster is_valid_ip() when fast=1📊 Changes
58 files changed (+1366 additions, -695 deletions)
View changed files
📝
.github/workflows/freebsd.yml(+0 -1)📝
.github/workflows/tests.yml(+6 -6)📝
bin/helper/osh-accountModifyPersonalAccess(+1 -3)📝
bin/helper/osh-groupAddServer(+1 -3)📝
bin/plugin/group-aclkeeper/groupAddServer(+2 -2)📝
bin/plugin/group-aclkeeper/groupDelServer(+2 -2)📝
bin/plugin/group-aclkeeper/groupSetServers(+2 -2)📝
bin/plugin/group-gatekeeper/groupAddGuestAccess(+2 -2)📝
bin/plugin/group-gatekeeper/groupDelGuestAccess(+2 -2)📝
bin/plugin/open/groupInfo(+8 -12)📝
bin/plugin/restricted/accountAddPersonalAccess(+2 -2)📝
bin/plugin/restricted/accountDelPersonalAccess(+2 -2)📝
bin/plugin/restricted/accountInfo(+94 -70)📝
bin/plugin/restricted/assetForgetHostKey(+2 -2)📝
bin/plugin/restricted/selfAddPersonalAccess(+2 -2)📝
bin/plugin/restricted/selfDelPersonalAccess(+2 -2)📝
bin/shell/osh.pl(+14 -9)📝
doc/sphinx/administration/configuration/bastion_conf.rst(+33 -9)📝
doc/sphinx/development/setup.rst(+1 -1)📝
doc/sphinx/plugins/group-aclkeeper/groupAddServer.rst(+2 -2)...and 38 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.