Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haproxytech/dataplaneapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fef0121
Choose a base ref
...
head repository: haproxytech/dataplaneapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0cad613
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 1, 2026

  1. BUG/MEDIUM: Switch the order of setuid and setgid

    Calling setuid before setgid does not, even when starting as root, and
    results in a startup error. This is because, after the process has
    switched to an unprivileged user with setuid, it does not has the rights
    to call setgid (even with its own group) unless it has CAP_SETGID.
    
    In addition, this commit calls setgroups to drop any supplementary
    groups the process may have. HAProxy does the same thing.
    oliwer committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    f314b6b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2026

  1. BUILD/MINOR: go.mod: update golang.org/x packages

    golang.org/x/mod v0.38.0
    golang.org/x/net v0.57.0
    golang.org/x/sys v0.47.0
    golang.org/x/crypto v0.54.0
    golang.org/x/sync v0.22.0
    golang.org/x/text v0.40.0
    golang.org/x/tools v0.48.0
    Gopher Bot committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    35d2a65 View commit details
    Browse the repository at this point in the history
  2. BUILD/MINOR: go.mod: update github.com/aws/aws-sdk-go-v2

    github.com/aws/aws-sdk-go-v2 v1.42.1
    github.com/aws/aws-sdk-go-v2/config v1.32.30
    github.com/aws/aws-sdk-go-v2/credentials v1.19.29
    github.com/aws/aws-sdk-go-v2/service/autoscaling v1.69.1
    github.com/aws/aws-sdk-go-v2/service/ec2 v1.316.1
    github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.30
    github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.30
    github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.30
    github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.31
    github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.13
    github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.30
    github.com/aws/aws-sdk-go-v2/service/route53 v1.64.1
    github.com/aws/aws-sdk-go-v2/service/signin v1.4.1
    github.com/aws/aws-sdk-go-v2/service/sso v1.32.1
    github.com/aws/aws-sdk-go-v2/service/ssooidc v1.37.1
    github.com/aws/aws-sdk-go-v2/service/sts v1.44.1
    github.com/aws/smithy-go v1.27.4
    Gopher Bot committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    0cad613 View commit details
    Browse the repository at this point in the history
Loading