Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris11-sparc Build #5818

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb079595f2e903b820a027a68ea5c4c1e6697038b
Got Revisionb079595f2e903b820a027a68ea5c4c1e6697038b
Changes2 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 34 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5818 Build
codebase Build
got_revision b079595f2e903b820a027a68ea5c4c1e6697038b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b079595f2e903b820a027a68ea5c4c1e6697038b Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed May 13 14:46:50 2026
EndWed May 13 15:37:03 2026
Elapsed50 mins, 12 secs

All Changes:

:

  1. Change #266986

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 May 2026 14:34:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 11df1251e550c5b4b77a4c66bca96cbbc09cdcc4

    Comments

    snpego_sspi: preserve distinction btw policy-only and uncond delegation
    CURLOPT_GSSAPI_DELEGATION exposes distinct modes:
    CURLGSSAPI_DELEGATION_POLICY_FLAG is documented as delegating only when
    OK-AS-DELEGATE policy permits it, while CURLGSSAPI_DELEGATION_FLAG is
    unconditional. The new SSPI implementation checks for either bit and
    sets ISC_REQ_DELEGATE, so a caller requesting policy-limited delegation
    is put on the same SSPI path as unconditional delegation.
    
    In addition, curl's existing protection that avoids reusing a connection
    when the GSS delegation setting differs was guarded only by HAVE_GSSAPI;
    SSPI-only builds now have an effective delegation option, but the
    connection's delegation setting was neither copied nor compared. This
    would cause Windows SSPI Negotiate/Kerberos authentication to delegate
    credentials contrary to the caller's selected policy or reuse an
    already-delegated authenticated connection for a transfer that requested
    no delegation.
    
    Follow-up to cc6777d939976b2f322dcbe5a
    
    Reported by Codex Security
    Closes #21583

    Changed files

    • lib/url.c
    • lib/vauth/spnego_sspi.c
  2. Change #266987

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 May 2026 14:34:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b079595f2e903b820a027a68ea5c4c1e6697038b

    Comments

    url: keep the question mark for empty queries
    Reported-by: Bill Mill
    Fixes #21544
    
    Verified by test 1721
    
    Closes #21584

    Changed files

    • lib/url.c
    • tests/data/Makefile.am
    • tests/data/test1721