Move mainchan into its own file, like agentf.
This gets another big pile of logic out of ssh2connection and puts it somewhere more central. Now the only thing left in ssh2connection is the formatting and parsing of the various channel requests; the logic deciding which ones to issue and what to do about them is devolved to the Channel implementation, as it properly should be.
Showing
- Recipe 1 addition, 1 deletionRecipe
- defs.h 1 addition, 0 deletionsdefs.h
- mainchan.c 609 additions, 0 deletionsmainchan.c
- putty.h 7 additions, 1 deletionputty.h
- ssh.h 34 additions, 0 deletionsssh.h
- ssh1connection.c 6 additions, 0 deletionsssh1connection.c
- ssh2connection.c 105 additions, 603 deletionsssh2connection.c
- sshchan.h 15 additions, 0 deletionssshchan.h
- sshppl.h 0 additions, 2 deletionssshppl.h
Loading
Please register or sign in to comment