Skip to content

Releases: emc-isilon/pike

Pike 0.2.11

29 Jun 06:25
Compare
Choose a tag to compare

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

28 Jun 19:41
Compare
Choose a tag to compare

This release fixes the credit accounting mechanism and adds new smb2.1 credit tests

Pike 0.2.9

15 May 05:41
Compare
Choose a tag to compare

Generalize oplock / lease break callbacks

Split change notify helper function

Pike 0.2.8

28 Apr 22:24
Compare
Choose a tag to compare

Break flush helper function into two parts

save more reserved fields for testing purposes.

Pike 0.2.7

30 Mar 22:17
Compare
Choose a tag to compare

"Various Improvements"

Pike 0.2.6

24 Feb 17:43
Compare
Choose a tag to compare

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

17 Jan 22:31
Compare
Choose a tag to compare

Fix issue with transport on non-linux platforms

Pike 0.2.5 (Broken Non-linux)

17 Jan 21:53
Compare
Choose a tag to compare

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

13 Jan 18:11
Compare
Choose a tag to compare

Add timewarp token support

Pike 0.2.3

14 Nov 22:40
Compare
Choose a tag to compare

Improve test running/skipping support of the full test suite.