log tests/sshprotoext.py @ 38571:b4d85bc122bd

age author description
2018-04-17 Gregory Szorc wireproto: rename wireproto to wireprotov1server (API)
2018-02-13 Gregory Szorc wireprotoserver: handle SSH protocol version 2 upgrade requests
2018-02-08 Gregory Szorc wireprotoserver: move SSH server operation to a standalone function
2018-02-15 Gregory Szorc py3: add b'' to config options in test extension
2018-02-12 Gregory Szorc py3: add missing b'' literal to sshprotoext.py
2018-02-08 Gregory Szorc wireproto: introduce type for raw byte responses (API)
2018-02-08 Gregory Szorc wireprotoserver: split ssh protocol handler and server
2018-02-08 Gregory Szorc wireprotoserver: extract SSH response handling functions
2018-02-06 Gregory Szorc sshpeer: initial definition and implementation of new SSH protocol
2018-02-05 Gregory Szorc sshpeer: move handshake outside of sshpeer
2018-02-04 Gregory Szorc sshpeer: inline I/O into _validaterepo()
2018-02-04 Gregory Szorc tests: add low-level SSH protocol tests