./net/ruby-ruby_smb, Ruby implementation of the SMB Protocol Family

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.4, Package name: ruby32-ruby_smb-3.3.4, Maintainer: minskim

A native Ruby implementation of the SMB Protocol Family. It currently
supports MS-SMB and MS-SMB2. This library currently include both a
client level, and packet level support. A user can parse and
manipulate raw SMB packets, or simply use the simple client to perform
SMB operations. See the Wiki for more information on this porject's
long-term goals, style guide, and developer tips.


Required to run:
[misc/ruby-windows_error] [security/ruby-rubyntlm] [devel/ruby-bindata] [security/ruby-openssl-ccm] [lang/ruby26-base] [security/ruby-openssl-cmac]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 369.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 15:27:58 by Takahiro Kambe | Files touched by this commit (2)
Log message:
net/ruby-ruby_smb: udpate to 3.3.4

3.3.3 (2024-03-12)

* Land #262, add desired delete permissions when opening directory

3.3.4 (2024-03-20)

* Land #263, ensure EOFError is raised
   2024-02-03 17:13:00 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.3.2

3.3.2 (2024-01-26)

* Land #260, Add the #remove_share method to the server
   2023-12-17 15:40:43 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.3.1

3.2.7 (2023-11-13)

* Land #255, Fix an issue with SMB2 create context padding

3.2.8 (2023-11-13)

* Land #256, Add support for callback hooks in share providers

3.3.0 (2023-12-12)

* Land #257, Close the opened directory after listing it's contents
* Land #258, Fix intermittent test failure with zero length fields

3.3.1 (2023-12-15)

* Land #259, Update and refactor Efsrpc
   2023-11-11 13:49:18 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.2.6

3.2.6 (2023-10-25)

* Land #252, Fixes incorrect usage of pack/unpack directives
* Land #253, Enable Kerberos auth for DCERPC
   2023-03-17 15:33:14 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.2.5

3.2.5 (2023-03-09)

* Land #243, refactor class naming for zeitwerk standard
* Land #248, Add definitions for three new EFS RPC requests and responses
   2023-01-19 15:46:00 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.2.2

3.2.2 (2023-01-18)

* Land #245, Update ruby versions
* Land #246, Add support for Ruby 3.2
* Don't crash when the buffer is empty
   2022-12-03 14:36:21 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.2.1

3.2.1 (2022-11-17)

* Fix encoding issue with non-ASCII characters
* Fix Net::NTLM::EncodeUtil.encode_utf16le
* Add tracing messages for the custom NDR types
* Decrypt fragments after the first part too
* Land #239, Fix DCERPC Encrypted Fragments
* Land #238, Fix encoding issue
   2022-09-04 15:00:16 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.2.0

3.2.0 (2022-08-30)

* Land #235, Use correct TREE_CONNECT access mask
* Land #236, Add Initial MS-ICPR definitions