Releases: emc-isilon/pike
Releases · emc-isilon/pike
Pike 0.2.11
This fixes up the credit test introduced in 0.2.10 to only run against servers supporting large mtu capability. As well it generalizes some of the hard coded numbers for expected credits for greater flexibility.
Pike 0.2.10
This release fixes the credit accounting mechanism and adds new smb2.1 credit tests
Pike 0.2.9
Generalize oplock / lease break callbacks
Split change notify helper function
Pike 0.2.8
Break flush helper function into two parts
save more reserved fields for testing purposes.
Pike 0.2.7
"Various Improvements"
Pike 0.2.6
Fixes:
- calculate proper sequence number for multicredit requests (b78bc5b)
- fix QueryInfoResponse file info class marshalling
- ValidateNegotiateInfo test only applies to dialects 3.0.0 and 3.0.2
Enhancements:
- PIKE_CREDS can now be specified without a fake domain: "test_user%testpasswd" is now acceptable
- Pike client/connection callback functionality can be used with a context manager
- Pike version is now shipped with the package and can be queried from code
Pike 0.2.5.1
Fix issue with transport on non-linux platforms
Pike 0.2.5 (Broken Non-linux)
Fixes and improvements for negative and compliance testing
- Allow editing of more negotiate context fields
- Allow specifying custom nonce and signature for TransformHeader
- Allow explicitly sending different nonce than used for HMAC (negative testing)
- Add let() support to SessionSetupContext for customizing SessionSetupRequest parameters
- Add generic buffer support for Get/Set Security Information that is not yet decoded
- Don't fail if server returns null cipher 0x0
- Fix error reporting of pre-connection state
Pike 0.2.4
Add timewarp token support
Pike 0.2.3
Improve test running/skipping support of the full test suite.