Skip to content

libsmb2v6.2

Updated

SMB2/3 Userspace Client

#Usage

libsmb2 can be used from CMake via:

find_package(SMB2 REQUIRED)
target_include_directories(main PRIVATE ${SMB2_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${SMB2_LIBRARIES})

#Supported Platforms

All platforms supported.

#Features

No default features.

#krb5

SMB2/3 with krb5 support

Platforms: linux | ios
  • linux
  • osx
  • uwp
  • windows
Dependencies:
  • krb5

    Platforms: linux

No transitive dependencies.

Host Dependencies:
3 transitive dependencies:

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • timmeh87's avatartimmeh87
  • Billy O'Neal's avatarBilly O'Neal
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Weihang Ding's avatarWeihang Ding
  • Michael DOUBEZ's avatarMichael DOUBEZ

#Changelog

  • 138e763[libsmb2] update to v6.2 and add features to activate krb5 (#42779)
  • ff323de[libsmb2] Bump to 2023-08-11 (#34323)
  • 8ead9c2[many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883)
  • c9e786d[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
  • 5ff4ce0[libsmb2] New port (#18471)