Skip to content

Bump github.com/jfjallid/go-smb from 0.5.9 to 0.6.7#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/main/github.com/jfjallid/go-smb-0.6.7
Open

Bump github.com/jfjallid/go-smb from 0.5.9 to 0.6.7#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/main/github.com/jfjallid/go-smb-0.6.7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2025

Bumps github.com/jfjallid/go-smb from 0.5.9 to 0.6.7.

Release notes

Sourced from github.com/jfjallid/go-smb's releases.

go-smb 0.6.2

New release with some extended functionality, improved error handling and other various improvements.

What's Changed

MS-SAMR

  • Added new request SamrCreateUser2InDomain to support creating machine accounts.

MS-RRP

  • Refactoring of code to put some shared structures and functions in the new MS-DTYP package.
  • Added new methods to create and delete registry keys and to create, enumerate, modify and delete key values.
  • Added support for interacting with HKEY_CURRENT_CONFIG, HKEY_CURRENT_USER, and HKEY_USERS.
  • RegSaveKey will now use a system default ACL if no owner SID is provided.
  • Fixed a limitation in GetSubKeyNames where it previously was not possible to enumerate the root key names by leaving the subkey argument empty.
  • New method GetKeySecurityExt which accepts argument to decide what security information to retrieve.
  • New method QueryValue2 which in addition to retrieving a value also returns the value type .
  • New method QueryValueExt converts the retrieved value to the data type and returns it as an interface.

MS-DTYP

  • Added a method to parse and retrieve the entries of a DACL.

Breaking changes

  • The smb.FsctlStatusMap has been merged into smb.StatusMap for improved handling of response codes.

Full Changelog: jfjallid/go-smb@v0.6.1...v0.6.2

go-smb 0.6.1

New release with some major changes to introduce support for interacting with additional RPC services as well as some bug fixes, improved error handling and other various improvements.

What's Changed

  • New RPC service MS-LSAD
  • New RPC service MS-SAMR
  • New RPC service MS-WKST
  • Some refactoring where MS-SCMR and MS-SRVS where moved to their own packages and some of the MS-DTYP structures and functions where moved to a new package.
  • Some changes to NDR serialization functions to better handle both null- and non-null-terminated strings.
  • Fixed an issue with a lack SMB credits when using Kerberos auth.
  • Added support for enumerating services including their names and current status.
  • Added support for DCERPC fragmented requests.
  • Added two new MS-SCMR requests to retrieve and modify a service's description (GetServiceConfig2 and ChangeServiceConfig2)
  • Fixed a bug with unmarshalling of certain structs in MS-SRVS.
  • Fixed error in parsing certain empty strings

Breaking changes

  • MS-SCMR ChangeServiceConfig request now requires additional arguments to specify LoadOrderGroup and TagId.
  • The MS-SCMR method ChangeServiceConfig2 was renamed to ChangeServiceConfigExt.

Full Changelog: jfjallid/go-smb@v0.5.9...v0.6.1

Commits
  • bf1d3d7 Removed trailing padding after NegotiateContext items. Fixes #22
  • 97e9059 Fixes issue with deserializing the response for SamrGetMembersInAlias
  • 842acc7 fixed dependency versions
  • f1a5ad9 Added three methods from MS-LSAT:
  • 802837b Added new method to initiate a kerberos client with a custom config, with a s...
  • 9ecded5 SMB:
  • a90d279 Added a new method to MS-SAMR to lookup samAccountName in domain.
  • 4a5d146 Added method to check if authenticated with a null session. Added new MS-SAMR...
  • a605635 Updated README to reflect new way to interact with RPC services
  • 1f4acbd Fixed a problem with handling large results for MS-SAMR requests and added a ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 26, 2025
Bumps [github.com/jfjallid/go-smb](https://github.com/jfjallid/go-smb) from 0.5.9 to 0.6.7.
- [Release notes](https://github.com/jfjallid/go-smb/releases)
- [Commits](jfjallid/go-smb@v0.5.9...v0.6.7)

---
updated-dependencies:
- dependency-name: github.com/jfjallid/go-smb
  dependency-version: 0.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/jfjallid/go-smb-0.6.7 branch from 65d6b69 to 3af225f Compare January 1, 2026 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants