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

Builder curl-threaded-solaris11-sparc Build #5814

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartWed May 13 14:16:36 2026
EndWed May 13 15:10:31 2026
Elapsed53 mins, 55 secs

All Changes:

:

  1. Change #266981

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 13 May 2026 14:04:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5e99b73cf441d9c369768b9cd48b5389b9a2503d

    Comments

    creds: add sasl service name
    The SASL service name, used in authentication, is part of curl's credentials
    when authenticating to a server/proxy. Make it part of `struct Curl_creds`.
    
    Change code to use `creds` to obtain a service name. By tying creds used
    to the connection, connection reuse is also only allowed when the service
    name matches.
    
    Closes #21585

    Changed files

    • lib/creds.c
    • lib/creds.h
    • lib/curl_sasl.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/imap.c
    • lib/netrc.c
    • lib/openldap.c
    • lib/pop3.c
    • lib/socks.c
    • lib/socks.h
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/url.c
    • lib/vauth/digest.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vauth/vauth.h
    • tests/unit/unit1304.c