-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split off from 0.10.0 without the reworked authentication fixes #762
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 383dfa3 - Browse repository at this point
Copy the full SHA 383dfa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0a14c7 - Browse repository at this point
Copy the full SHA d0a14c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3efd24 - Browse repository at this point
Copy the full SHA a3efd24View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d117b - Browse repository at this point
Copy the full SHA a2d117bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 682c3e1 - Browse repository at this point
Copy the full SHA 682c3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8983a5e - Browse repository at this point
Copy the full SHA 8983a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3054836 - Browse repository at this point
Copy the full SHA 3054836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05297d7 - Browse repository at this point
Copy the full SHA 05297d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d573e - Browse repository at this point
Copy the full SHA 46d573eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb29d8 - Browse repository at this point
Copy the full SHA 5fb29d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4056519 - Browse repository at this point
Copy the full SHA 4056519View commit details -
Only add DFSPathResolver if both client and server support DFS (#640)
* Only add DFSPathResolver if both client and server support DFS * Fix indentation problems * Fix incorrectly reformatted javadoc * Format using java formatter * One more indentation fix
Configuration menu - View commit details
-
Copy full SHA for 67ce970 - Browse repository at this point
Copy the full SHA 67ce970View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d67c6 - Browse repository at this point
Copy the full SHA f9d67c6View commit details -
address issue #604 - stop closing the dfs share connection immediatel…
…y. (#609) * stop closing the dfs share connection immediately. * Add explanatory comment Co-authored-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2cdb8e - Browse repository at this point
Copy the full SHA c2cdb8eView commit details -
Add support for unregistering server from serverlist (Fixes #644) (#647)
* Add support for unregistering server from serverlist (Fixes #644) * Fix indentation
Configuration menu - View commit details
-
Copy full SHA for 1ec546a - Browse repository at this point
Copy the full SHA 1ec546aView commit details -
Reducing logging for smb3 (#650)
For each smb3 packet there's an info log message which produces a tremendous amount of output. I would suggest to reduce log level to debug (or trace; similarly as in one of the other packet reciever classes).
Configuration menu - View commit details
-
Copy full SHA for d687ded - Browse repository at this point
Copy the full SHA d687dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce0979 - Browse repository at this point
Copy the full SHA 9ce0979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 514436b - Browse repository at this point
Copy the full SHA 514436bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ddcaa3 - Browse repository at this point
Copy the full SHA 2ddcaa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af7845 - Browse repository at this point
Copy the full SHA 0af7845View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0a36b - Browse repository at this point
Copy the full SHA eb0a36bView commit details -
Fix #665: Allow JCE KDF to work (#666)
* Fix #665: Allow JCE KDF to work * Add header * Add KDF unit test
Configuration menu - View commit details
-
Copy full SHA for f6d8d6d - Browse repository at this point
Copy the full SHA f6d8d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb59ba - Browse repository at this point
Copy the full SHA cdb59baView commit details -
* Read fileId of FileIdBothDirectoryInformation into a long * Read fileId of FileIdFullDirectoryInformation into a long
Configuration menu - View commit details
-
Copy full SHA for 5878ded - Browse repository at this point
Copy the full SHA 5878dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a45e7 - Browse repository at this point
Copy the full SHA 93a45e7View commit details -
Updated build status badges (#684)
- Added GitHub badge for Build SMBJ - Corrected Codacy badge link - Removed bintray badge link - Removed Travis CI badge and configuration - Removed Java profiler link - Removed CircleCI configuration - Removed unused github-ci configuration
Configuration menu - View commit details
-
Copy full SHA for 1a22847 - Browse repository at this point
Copy the full SHA 1a22847View commit details -
Use AceSize field when reading ACEs (#696)
Fixes issue seen in the wild where unnecessary padding at the end of an ACE confused Smbj (but not Windows).
Configuration menu - View commit details
-
Copy full SHA for a9a39ce - Browse repository at this point
Copy the full SHA a9a39ceView commit details -
Ensure that enough bytes are cached from InputStream to get a correct…
… bytesLeft count for SMB2Write (fixes #669) * GzipOutputStream integration test * Ensure that enough bytes are cached from InputStream to get a correct bytesLeft count for SMB2Write Co-authored-by: Stanislav Kardashov <[email protected]> Co-authored-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e79f98f - Browse repository at this point
Copy the full SHA e79f98fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7988c16 - Browse repository at this point
Copy the full SHA 7988c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1ea0a - Browse repository at this point
Copy the full SHA cc1ea0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbac919 - Browse repository at this point
Copy the full SHA cbac919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 421e0e9 - Browse repository at this point
Copy the full SHA 421e0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e516cad - Browse repository at this point
Copy the full SHA e516cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 537d692 - Browse repository at this point
Copy the full SHA 537d692View commit details -
Configuration menu - View commit details
-
Copy full SHA for b667395 - Browse repository at this point
Copy the full SHA b667395View commit details -
Converting bytes written to long (Fixes #740)
Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 498c095 - Browse repository at this point
Copy the full SHA 498c095View commit details -
Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e2c8df - Browse repository at this point
Copy the full SHA 9e2c8dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a65f5f2 - Browse repository at this point
Copy the full SHA a65f5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c92dc - Browse repository at this point
Copy the full SHA 07c92dcView commit details -
Do not send SMB2EncryptionCapabilities NegotiationContext is !isEncry… (
Configuration menu - View commit details
-
Copy full SHA for 2e3f845 - Browse repository at this point
Copy the full SHA 2e3f845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7592f19 - Browse repository at this point
Copy the full SHA 7592f19View commit details -
Ensure we call flip() on Buffer to avoid Java8 problems (Fixes #705)
Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b926eb - Browse repository at this point
Copy the full SHA 0b926ebView commit details -
Ensure path is set for rmdir to prevent accidents (Fixes #756)
Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 350c73e - Browse repository at this point
Copy the full SHA 350c73eView commit details -
Add support for reading / writing NIO ByteBuffers (#759)
* Add support for reading / writing NIO ByteBuffers Currently one can transfer data using streams or array, but it would be great to have the opportunity to use NIO buffers. This adds two new method to the File class that accept a NIO ByteBuffer. * Implemented ByteBuffer write using ByteChunkProvider Signed-off-by: Jeroen van Erp <[email protected]> --------- Signed-off-by: Jeroen van Erp <[email protected]> Co-authored-by: Christoph Läubrich <[email protected]> Co-authored-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01d720e - Browse repository at this point
Copy the full SHA 01d720eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf720c - Browse repository at this point
Copy the full SHA 6bf720cView commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16049ea - Browse repository at this point
Copy the full SHA 16049eaView commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1aabefe - Browse repository at this point
Copy the full SHA 1aabefeView commit details -
Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 470b322 - Browse repository at this point
Copy the full SHA 470b322View commit details
Commits on May 11, 2023
-
Setup ConnectionContext and AuthenticationContext for NTLM improvements
Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3529fb - Browse repository at this point
Copy the full SHA b3529fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f1b9de - Browse repository at this point
Copy the full SHA 5f1b9deView commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c930ce2 - Browse repository at this point
Copy the full SHA c930ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f67045e - Browse repository at this point
Copy the full SHA f67045eView commit details -
Change hierarchy of Ntlm messages
Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7794355 - Browse repository at this point
Copy the full SHA 7794355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c37afa - Browse repository at this point
Copy the full SHA 5c37afaView commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de452fa - Browse repository at this point
Copy the full SHA de452faView commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72fbbe5 - Browse repository at this point
Copy the full SHA 72fbbe5View commit details
Commits on May 24, 2023
-
Rework keys in NtlmAuthenticator
Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 900621d - Browse repository at this point
Copy the full SHA 900621dView commit details
Commits on Jun 26, 2023
-
Change to structure of NtlmAuthenticate
Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e648ab6 - Browse repository at this point
Copy the full SHA e648ab6View commit details
Commits on Jun 29, 2023
-
Required to put withIntegrity = false still, due to missing mechListMIC Signed-off-by: Jeroen van Erp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d89551 - Browse repository at this point
Copy the full SHA 7d89551View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e17a275 - Browse repository at this point
Copy the full SHA e17a275View commit details