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

Change #263672

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Mon 06 Apr 2026 11:43:48
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/smb-no-reuse
Revision 88b2faca8f30a8cddb5f2b965a0129e80677eac2

Comments

protocol: disable connection reuse for SMB(S)

Connections should only be reused when using the same "share" (and
perhaps some additional conditions), but instead of fixing this flaw,
this change completely disables connection reuse for SMB. This protocol
is about to get dropped soon anyway.

Reported-by: Osama Hamad

Changed files