Russ Magee
dcb42d43f1
-BREAKING CHANGE: pre-KEx byte sent for KEx alg (default and only for now: KEX_HERRADURA)
2018-09-10 20:22:09 -07:00
Russ Magee
b33e9de139
-Moved taunting of failed logins to client-side
...
-Added byte auth pass/fail stage prior to shell/copy session start
2018-09-06 16:23:57 -07:00
Russ Magee
9ff35a69fe
-Converted exit status to uint32 (0-255: UNIX exit codes), above for OOB (out-of-band) status
...
-Failed auth for shell logins now returns extended code CSEBadAuth to client
2018-09-06 13:50:56 -07:00
Russ Magee
db1b494d00
Fixed shell (interative & non-) exit status after cp status fixes
2018-09-06 00:16:44 -07:00
Russ Magee
a6979298fd
Steps toward getting remote cp(tar) status back to client
2018-09-05 21:58:55 -07:00
Russ Magee
963d1c8eb2
Some comment/dead test code cleanup
2018-09-05 20:36:32 -07:00
Russ Magee
b419b2e002
File copy remote close signal to ensure completed tar pipe data
2018-09-04 22:24:16 -07:00
Russ Magee
0586f306c0
Removed debug time.Sleep
2018-09-02 21:50:25 -07:00
Russ Magee
7295492aa3
hkexcp: fixed copy chunked payload logic (now 2*32-1 MAX_PAYLOAD_LEN w/chunking)
2018-09-02 19:58:13 -07:00
Russ Magee
52ea229118
Fixed errors in copy scatter/gather logic. Added block-chunking to hc.Write() to allow
...
writes of larger data blocks
TODO: copies of files > hc.Read() block size fails w/incomplete tarfile (last partial block
likely incorrectly written or client exits before data is flushed?)
2018-09-01 10:20:33 -07:00
Russ Magee
5859131678
Continuing groundwork for cp mode - refactor main client code into shell/copy subroutines; -r option
2018-08-06 22:29:51 -07:00
Russ Magee
04e8b94b5d
More misc. fixes to connection handling w/chaff e=0/1 client-side, both interactive and oneshot cmd (-x)
2018-08-06 00:06:09 -07:00
Russ Magee
00e03c1d54
Misc. fixes to end-of-session conn handling. Outstanding bug w/client chaff enabled & truncated client data
2018-08-05 21:43:21 -07:00
Russ Magee
5ae6c8075b
Grouped types
2018-07-19 22:39:06 -07:00
Russ Magee
9edcc5110c
Fixed syntax errors from re-org
2018-07-04 22:06:07 -07:00
Russ Magee
bd261a32e9
reorg to separate core KEx and net layer from app
2018-07-04 21:21:23 -07:00