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

Builder curl-ares-solaris11-sparc Build #6057

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbd10924b47c8bf94127eaee8c56e7b5e5418da46
Got Revisionbd10924b47c8bf94127eaee8c56e7b5e5418da46
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 40 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6057 Build
codebase Build
got_revision bd10924b47c8bf94127eaee8c56e7b5e5418da46 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bd10924b47c8bf94127eaee8c56e7b5e5418da46 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Jun 16 15:59:46 2026
EndTue Jun 16 16:51:01 2026
Elapsed51 mins, 14 secs

All Changes:

:

  1. Change #271327

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 16 Jun 2026 15:57:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bd10924b47c8bf94127eaee8c56e7b5e5418da46

    Comments

    url: connection credentials origin
    When tying credentials to a connection (NTLM, Negotiate) also link the
    origin the credentials are for. This prevents a connection reuse with
    the same credentials, but intended for another origin.
    
    The mis-reuse could happen for a forwarding proxy and NTLM (although, in
    the mind of the person writing this, it is an insane setup).
    
    Closes #22040

    Changed files

    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/url.c
    • lib/urldata.h