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

Builder curl-ares-solaris11-sparc Build #6064

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 8 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 6064 Build
codebase Build
got_revision 74ac8e74ec61575f506645ce5eb786ff8fb5503d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 74ac8e74ec61575f506645ce5eb786ff8fb5503d 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:

StartWed Jun 17 08:00:00 2026
EndWed Jun 17 08:08:27 2026
Elapsed8 mins, 26 secs

All Changes:

:

  1. Change #271417

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 17 Jun 2026 07:54:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74ac8e74ec61575f506645ce5eb786ff8fb5503d

    Comments

    creds: create with empty user+pass
    Allow creation of a `Curl_creds` instance with empty username and
    password (not NULL username/password). There are authentication
    schemes like <insert greek mythology'> that do not use the actual
    values of username/password but trigger on the mere existance.
    
    We have no test cases for this, so this is a shot in the dark
    here.
    
    Fixes #21943
    Reported-by: Dan Fandrich
    Closes #22044

    Changed files

    • lib/creds.c