jenkinsci / publish-over-cifs-plugin

https://plugins.jenkins.io/publish-over-cifs/
14 stars 30 forks source link

Bump jcifs-ng from 2.1.4 to 2.1.8 #95

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps jcifs-ng from 2.1.4 to 2.1.8.

Changelog

Sourced from jcifs-ng's changelog.

jcifs-ng 2.1.8

  • Relax SMB2 tree id check, all but -1 are valid

jcifs-ng 2.1.7

  • Handle USER_SESSION_DELETED by resetting/disconnecting the transport connection (#242,#294)
  • More consistent configuration of SMB2 enumeration/info requested buffer size. Slighly lower requested size to allow for exzessive, but legal, additional padding.
  • Update dependencies
  • Switch back to regular Boucycastle multi-release JAR, users with broken tooling should override the dependency
  • Add debugging of filePointer when writing.
  • Fix endless loop when dumping DFS referral cache on TRACE level

jcifs-ng 2.1.6

  • Request minimal access when querying file information to avoid sharing violations (#261,#239)
  • Fix NetBIOS lookup when multiple addresses are returned (#258)
  • Fix skipping of unexpected messages when using SMB2 (#268)
  • Guard against NPE when releasing buffers (#266)
  • No longer require same connection/session/tree for rename target (#118)
  • Bump bouncycastle, forward compat (#262)

jcifs-ng 2.1.5

  • Fix invalid negotitate context parsing that caused OutOfMemoryException for pre 3.11 protocols (#178)
  • Fix SMB1 initial pipe transaction response size, resulted in padding being used as data and thereby IPC parsing errors (#210)
  • Fix SMB_COM_TRANSACTION padding (#211)
  • Set maximum protocol version to at least minimum version (#216)
  • Fix use of sharing flags in SmbFileInputStream (#222)
  • Redesign guest authentication, fix guest logon on various systems: Username/password for guest authentication can now be configured, default username now is JCIFSGUEST. Proper login with the username guest is now possible. Also add configuration to permit silent guest fallback, when actually a username/password is specified.
  • Add fallback when server does not support server-side copy
  • Workaround Samba bug, causing "Invalid parameter" error when invalid credentials are used a MIC is present. This avoids sending a MIC when guest auth is used, also remaps the error to an SmbAuthException (#226)
  • Inherit URLStreamHandler when creating child resources (#231)
  • Fix "Invalid parameter" DOS error mapping
  • Add one-shot setFileTimes operaiton (#233)
  • Add ability to directly autenticate using NT hash (#235)
  • Marked logon check functions as deprecated.

... (truncated)

Commits
  • 8dfc732 [maven-release-plugin] prepare release jcifs-ng-2.1.8
  • 4e1885b Update for 2.1.8
  • 09bda86 Fix changed TreeID Check (all but -1 is valid) (#303)
  • 6452365 Allowing tree ids of at least 0 in validation
  • 3109518 [maven-release-plugin] prepare for next development iteration
  • 2807db2 [maven-release-plugin] prepare release jcifs-ng-2.1.7
  • 619f871 Bump README version
  • 82716ff Log before disconnecting instead of after
  • 9a8c6de Some test fixes and additions
  • 7149c76 Limit list/query size by available max buffer size
  • 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 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)