2022-12-03 14:36:21 by Takahiro Kambe | Files touched by this commit (3) | |
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) | |
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
|
2022-08-28 06:33:32 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
net/ruby-ruby_smb: update to 3.1.7
No Changes nor release note and there are too many changes from 3.0.3.
Please refer: <https://github.com/rapid7/ruby_smb/compare/v3.0.3...v3.1.7>.
|
2022-02-14 15:11:03 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
net/ruby-ruby_smb: update to 3.0.3
No Changes nor release note and there are too many changes from 2.0.12,
please refer: <https://github.com/rapid7/ruby_smb/commits/master>.
|
2021-12-11 14:39:33 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/ruby-ruby_smb: update to 2.0.12
2.0.12 (2021-12-01)
* Use the correct message ID in SMB2/3 responses>
* Remove the now unused message_id attribute from
RubySMB::Server::ServerClient.
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-05-30 13:24:41 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/ruby-ruby_smb: update to 2.0.10
2.0.9 (2021-05-17)
* adds ntlm_flags & NegotiateResponseExtended
* ntlm fix & improved extended_security handling
* improve if statement readability
* Land #171, Adds ntlm_flags & NegotiateResponseExtended
2.0.10 (2021-05-28)
* Add double splat operator for ruby 3 support
* Land #173, Fix a ruby 3.0.1 compatibility error
|
2021-05-09 16:00:08 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
net/ruby-ruby_smb: update to 2.0.8
2.0.8 (2021-04-09)
* Fix a bunch of minor types and add data to the compression header
* Add the LZNT1 compression algorithm
* Add specs for the LZNT1 algorithm
* Add a note and fix up a bit of the decompression code
|
2021-01-11 15:47:47 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
net/ruby-ruby_smb: update to 2.0.7
2.0.7 (2020-11-19)
* Add missing padding to request packets
* Land #166, Add missing padding to Netlogon request packets
2.0.6 (2020-09-23)
* Fix Trans2 response data block
* Remove unicode encoding in SMB1 File#rename
* Fix example file permissions
* Update specs
* Land #165, Fix SMB1 Trans2 response packets
2.0.5 (2020-09-21)
* Add the first two necessary requests for exploiting CVE-2020-1472
* Add responses and fix a bug in the NetlogonCredential type
* Add the function to calculate the session key
* Use a string instead of an int array for credential data
* Fix some typos in the documentation that could have been confusing
* Add proper data type definitions for Netlogon
* Fix some Netlogon data definitions and register the service
* Add the NetrServerPasswordSet2 request / response definitions
* Add rspec unit tests for the netlogon request / response definitions
* Implement a WarnNoReadLengthPlugin for the NdrFixedByteArray
* Land #164, Minimal Netlogon Implementation For CVE-2020-1472 (AKA:
Zerologon)
|