wolfssh/src
John Safranek 5b094d6f43
Term Update
1. Change GetTerminalSize() to GetTerminalInfo().
2. Add the term variable to the things GetTerminalInfo() looks up.
3. Return the actual value of the environment variable TERM to the
   server. If one isn't present, default to "xterm".
4. Clean up the whitespace in SendChannelTerminalRequest().

Misc other changes:
1. Cleanup whitespace in the recently added function
   SendChannelOpenFail().
2. Add labels to the parameters in the prototype for
   SendChannelOpenFail().
3. Remove the CR addition for Windows in the example client. Causes the
   enter key to double-strike.
2023-09-19 11:40:23 -07:00
..
agent.c
certman.c
include.am
internal.c Term Update 2023-09-19 11:40:23 -07:00
io.c
keygen.c
log.c
misc.c
port.c
ssh.c Read PEM Keys 2023-09-18 11:46:47 -07:00
wolfscp.c
wolfsftp.c additional sanity check on input buffer size 2023-09-15 15:35:35 -06:00
wolfterm.c