Path to this page:
./
net/ruby-ruby_smb,
Ruby implementation of the SMB Protocol Family
Branch: CURRENT,
Version: 3.3.16,
Package name: ruby32-ruby_smb-3.3.16,
Maintainer: minskimA 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: 387 KB
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-05-18) Updated to version: ruby32-ruby_smb-3.3.16
- (2024-12-09) Updated to version: ruby32-ruby_smb-3.3.13
- (2024-09-22) Updated to version: ruby32-ruby_smb-3.3.10
- (2024-06-11) Updated to version: ruby32-ruby_smb-3.3.9
CVS history: (Expand)
2025-05-18 03:02:45 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
net/ruby-ruby_smb: update to 3.3.16
3.3.14 (2025-04-30)
* Merge pull request #281 from
cdelafuente-r7/fix/dcerpc/samr/user_properties
Fix an issue with the UserProperties structure
* Merge pull request #285 from zeroSteiner/feat/dcerpc/samr/3
Add tests for Samr::UserProperties
* Merge pull request #284 from zeroSteiner/feat/dcerpc/gkdi/1
Add MS-GKDI Structures
3.3.15 (2025-04-30)
* Merge pull request #286 from zeroSteiner/feat/dcerpc/epm/1
Refactor EPM Functionality
3.3.16 (2025-05-06)
* Merge pull request #288 from zeroSteiner/fix/test-runner
Update the test matrix for GitHub
|
2024-12-15 15:08:35 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
net/ruby-ruby_smb: update PLIST and distinfo
PLIST and distinfo for ruby-ruby_smb 3.3.13.
|
2024-12-09 16:36:51 by Takahiro Kambe | Files touched by this commit (1) |  |
Log message:
net/ruby-ruby_smb: update to 3.3.13
3.3.11 (2024-11-15)
* Land #272, Bump RubySMB to require rubyntlm>=0.6.5 and remove old
workarounds
* Land #278, Support querying group memberships
3.3.12 (2024-11-22)
* Land #280, Fix two fields in UserProperties
3.3.13 (2024-12-06)
* Add more password changing structures and calls
|
2024-09-22 08:00:30 by Takahiro Kambe | Files touched by this commit (3) |  |
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) |  |
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) |  |
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) |  |
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
|