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

Builder curl-ares-solaris11-i386 Build #5261

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartWed Jun 17 14:10:14 2026
EndWed Jun 17 15:36:49 2026
Elapsed1 hrs, 26 mins, 35 secs

All Changes:

:

  1. Change #271459

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 17 Jun 2026 14:05:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d2886c5ac47bf5e08f74ee2c027ab16b23a64587

    Comments

    http: for basic+digest auth, do not engage on empty user+passwd
    Since we have the quirky of empty credentials (the empty string for
    username and password) for Negotiate reactivated, we need to check for
    this when considering Basic and Digest auth.
    
    Verify a redirect to blank user+password in test 2208
    
    Closes #22060

    Changed files

    • lib/creds.h
    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test2208