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

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


Branch: CURRENT, Version: 3.3.10, Package name: ruby32-ruby_smb-3.3.10, 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: 384 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-22 08:00:30 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.3.10

3.3.10 (2024-09-11)

* Land #271, Fix an issue due to updating ruby_ntlm to 0.6.5
* Land #270, Adding NetrWkstaUserEnum implementation
   2024-06-11 17:08:25 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.3.9

3.3.9 (2024-06-10)

* Land #269, Adding dsrgetdcnameex2 implementation
   2024-05-26 17:35:12 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.3.8

3.3.8 (2024-05-16)

* Land #267, Add more LSA functions; add OpenPolicy and QueryInfoPolicy
  LSARPC implementations.
   2024-05-12 17:59:34 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-ruby_smb: update to 3.3.7

3.3.5 (2024-04-12)

* Land #264, Handle SMB2 compound related requests

3.3.6 (2024-04-25)

* Land #266, Add SamrQueryInformationDomain support

3.3.7 (2024-04-30)

* Land #265, Add GetKeySecurity and SetKeySecurity
   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