mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #432] [CLOSED] enh: 35% faster is_valid_ip #478
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#478
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/432
Author: @speed47
Created: 11/13/2023
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()223713cfeat: IPv6 supporta0414e8enh: 35% faster is_valid_ip() when fast=1📊 Changes
38 files changed (+1296 additions, -630 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/open/groupInfo(+8 -12)📝
bin/plugin/restricted/accountInfo(+94 -70)📝
bin/shell/osh.pl(+13 -8)📝
doc/sphinx/administration/configuration/bastion_conf.rst(+26 -2)📝
doc/sphinx/development/setup.rst(+1 -1)📝
etc/bastion/bastion.conf.dist(+14 -4)📝
lib/perl/OVH/Bastion.pm(+58 -43)📝
lib/perl/OVH/Bastion/Plugin/groupSetRole.pm(+7 -7)📝
lib/perl/OVH/Bastion/Plugin/otherProtocol.pm(+1 -1)📝
lib/perl/OVH/Bastion/allowdeny.inc(+25 -17)📝
lib/perl/OVH/Bastion/allowkeeper.inc(+2 -6)📝
lib/perl/OVH/Bastion/configuration.inc(+3 -3)📝
tests/functional/docker/docker_build_and_run_tests.sh(+7 -1)📝
tests/functional/docker/target_role.sh(+2 -3)📝
tests/functional/launch_tests_on_instance.sh(+16 -16)📝
tests/functional/tests.d/200-scripts.sh(+0 -11)...and 18 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.