3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored SSHDataWriter's methods. Writing method for UInt32, UInt64 and Int64 were added. To avoid ambiguousness of Write() overloads, their names were changed. More... about 13 years ago
Refactored SSHDataWriter's methods. Writing method for UInt32, UInt64 and Int64 were added. To avoid ambiguousness of Write() overloads, their names were changed. More... about 13 years ago
Added ReadUInt32(), ReadUInt64(), ReadInt64() to SSHDataReader. Refactored SSHDataReader and SSHDataWriter. More... about 13 years ago
Added ReadUInt32(), ReadUInt64(), ReadInt64() to SSHDataReader. Refactored SSHDataReader and SSHDataWriter. More... about 13 years ago
Small fix of the trace message. More... about 13 years ago
Small fix of the trace message. More... about 13 years ago
Fixed SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE packet. These packets has been corrupted, and they may cause disconnection by the peer. (even if we want to just close a channel) More... about 13 years ago
Fixed SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE packet. These packets has been corrupted, and they may cause disconnection by the peer. (even if we want to just close a channel) More... about 13 years ago
Added a comment. More... about 13 years ago
Added a comment. More... about 13 years ago
Fixed a bug that inappropriate SSH_MSG_CHANNEL_CLOSE packet is sent when failed to open a SSH2 channel. More... about 13 years ago
Fixed a bug that inappropriate SSH_MSG_CHANNEL_CLOSE packet is sent when failed to open a SSH2 channel. More... about 13 years ago
Refactored SSH2TransmissionPacket, SSH2Connection, SSH2Channel and KeyExchanger. More... about 13 years ago
Refactored SSH2TransmissionPacket, SSH2Connection, SSH2Channel and KeyExchanger. More... about 13 years ago
Refactored SSH2TransmissionPacket. More... about 13 years ago
Refactored SSH2TransmissionPacket. More... about 13 years ago
Removed unused method SimpleMemoryStream#WriteInt(). WriteInt() also has a bug that the internal buffer is not extended when there is no room to write int. More... about 13 years ago
Removed unused method SimpleMemoryStream#WriteInt(). WriteInt() also has a bug that the internal buffer is not extended when there is no room to write int. More... about 13 years ago
Refactored the extended part of the Granados. Namespace of the extended part and a preprocessor symbol were changed. More... about 13 years ago
Refactored the extended part of the Granados. Namespace of the extended part and a preprocessor symbol were changed. More... about 13 years ago
Added a sample macro which displays connection parameters. More... about 13 years ago
Added a sample macro which displays connection parameters. More... about 13 years ago
Added MacroConnectionParameterAttribute to some properties of the TerminalParameter or TerminalSettings object. More... about 13 years ago
Added MacroConnectionParameterAttribute to some properties of the TerminalParameter or TerminalSettings object. More... about 13 years ago
Cosmetic change. More... about 13 years ago
Cosmetic change. More... about 13 years ago
Added `ConnectionParameters' property to the Connection class in the macro environment. It provides dictionary interface to access some properties of the TerminalParameter or TerminalSettings object. Only properties that MacroConnectionParameterAttribute is specified can be read through the ConnectionParameters property. More... about 13 years ago
Added `ConnectionParameters' property to the Connection class in the macro environment. It provides dictionary interface to access some properties of the TerminalParameter or TerminalSettings object. Only properties that MacroConnectionParameterAttribute is specified can be read through the ConnectionParameters property. More... about 13 years ago
Fixed english message resource. More... over 13 years ago
Fixed english message resource. More... over 13 years ago