Fixing channel replies
Dependencies
- [2]
J2EHDSAFImproving the reply to subsystem requests - [3]
SMUTYV2CFixing warnings - [4]
32GIIFWRFixing strict mode - [5]
FT67GGO4Version bump (Pijul and Thrussh) - [6]
BRDS7STAAdding method `send_channel_msg` to client::Session, to make it easier to write handlers - [7]
CQSPFH4HVersion 0.30.4 - [8]
ORSEEVB5Version bump - [9]
CWHVPLXNVersion bump - [10]
EZTTZ6OWFixing terrapin, again - [11]
ASD7JVBEDo not read past the size of the buffer (after Tokio 0.3) - [12]
SKTE2HF6Version 0.37 - [13]
7Y2ROIVZVersion bump - [14]
WXZWQLGLCorrect negotiation without OpenSSL - [15]
OBHPOIUHModernising the API with async traits - [16]
G3FNNIIULimiting the amount of messages that can be buffered while rekeying to two channel windows - [17]
2WEO7OZLVersion updates: getting rid of anyhow + moving to Tokio 1.0 - [18]
2VTUKRLJVersion - [19]
DJT33BQEVersion bump - [20]
EZX5NV5AReply to subsystem (and version 0.40) - [21]
662ZS5JFVersion 0.33.2 - [22]
D6H7OWTTFixing the terrapin attack mitigation - [23]
7FRJYUI6Reboot because of a bad change - [24]
R5J3MB56Client newkeys was not always resetting the sequence counter - [25]
OQZGSEWMBuffering non-kex packets received after issuing a KEXINIT - [26]
VYDCQWSFVersion 0.30.6 - [27]
PDTFLA4YVersion 0.30.7 - [28]
LYRZREY7Adding support for MACs and AES in CTR mode - [29]
TFYJ3P2AVersion 0.30.8/0.19.4, and solving conflicts - [30]
E2SB74SVVersion 0.30.3 - [31]
2Q3SZY2CVersion bump - [32]
634OYCNMTokio 0.3
Change contents
- edit in thrussh/src/server/encrypted.rs at line 606
debug!("channel request {:?} {:?}",std::str::from_utf8(req_type),wants_reply); - replacement in thrussh/src/server/encrypted.rs at line 724
push_packet!(enc.write, enc.write.push(msg::CHANNEL_SUCCESS));push_packet!(enc.write, {enc.write.push(msg::CHANNEL_SUCCESS);enc.write.push_u32_be(channel_num.0);}); - replacement in thrussh/Cargo.toml at line 5
version = "0.40.2"version = "0.40.3"