Age | Commit message (Collapse) | Author |
|
|
|
While at it, fix a few indentations and typo.
|
|
we're waiting for a key exchange.
This should hopefully fix the situation where "~." doesn't work to terminate a
client session when a laptop wakes up. The client will be stuck waiting for a
key exchange on a dead connection, so won't have read the escape character
|
|
|
|
|
|
--HG--
rename : random.c => dbrandom.c
rename : random.h => dbrandom.h
|
|
|
|
--HG--
branch : ecc
|
|
|
|
--HG--
branch : ecc
|
|
|
|
|
|
|
|
|
|
|
|
--HG--
extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e
|
|
--HG--
extra : convert_revision : 8a18c4a60aeaec085923d13d98fa0f93c506ceba
|
|
--HG--
extra : convert_revision : 0a8dfaa3e5365a2004db2b55895e11f65b5cefcc
|
|
- Share make_mac function for both packet creation and validation
- Split recv/trans parts of key_context into their own structures
--HG--
extra : convert_revision : 043bc598c76ed43625987e6937e32238f7ed6240
|
|
--HG--
extra : convert_revision : e1c100e6366c5d607af08f4abdbb0f4281df4fa9
|
|
--HG--
extra : convert_revision : a101cbd046507cf723e6362a49196dbd4b924042
|
|
code works
--HG--
extra : convert_revision : ff66e05ae040561110af70114bf83f11ed528f05
|
|
--HG--
extra : convert_revision : 5225162bdf32d70b58b6d3ae375a290326c59f3a
|
|
--HG--
extra : convert_revision : 45069dd007ebf414330e0a7abf4fb7e0727049c3
|
|
lots of the work that exechild did (and can be shared by client -J option)
--HG--
extra : convert_revision : a15dfd8017af8212b3b227f18ce2539dd471f7f6
|
|
for -J proxy_cmd option (and some prelim options for that)
--HG--
extra : convert_revision : 47cdea9a7d66c553c6f5eec43b899821939d4e4c
|
|
- Try to reduce the frequency of select() timeouts
- Add a max receive window size of 1MB
--HG--
extra : convert_revision : 9aa22036cb511cddb35fbc0e09ad05acb39b64d1
|
|
them until afterwards. This could sometimes terminate connections
after 8 hours if (for example) a new TCP forwarded connection
was sent at the KEX timeout.
--HG--
extra : convert_revision : 48426bd66b8f5ba50045f7ba190d1672745132e2
|
|
options.h. Increasing RECV_MAX_WINDOW gives big network performance
increases - even with the present buffers (which haven't changed) it
performs a lot better.
Next step is to make the window size a cmdline option.
--HG--
extra : convert_revision : 24c7cb47fb56cf5b82e3bc0859b45ea83038eab0
|
|
--HG--
branch : channel-fix
extra : convert_revision : e73ee8f7ae404a9355685c30828a0ad4524031bc
|
|
codepaths, just with no FDs set.
--HG--
branch : channel-fix
extra : convert_revision : d348546b80847bc0d42a7b5208bb31a54f1fdfaf
|
|
--HG--
extra : convert_revision : 9a4e042fd565f46141e81e0c1ab90260303348fe
|
|
--HG--
extra : convert_revision : 5d396842815593611f0d61762440145d1fc74d5a
|
|
and fb45ddf51e20f0ff007eb8abc737de3c024f45cc
--HG--
extra : convert_revision : 2b620b0819e95e4181aa50b645a94e3a7f4d4840
|
|
--HG--
extra : convert_revision : 3dc365619f0840ab5781660b1257a9f22c05d3fe
|
|
chansessioninnitialise(), fix up header definition
--HG--
extra : convert_revision : 580bc5e6e1413daf46156a181259c244ce1ab174
|
|
--HG--
extra : convert_revision : d928bc851e32be7bd429bf7504b148c0e4bf7e2f
|
|
--HG--
extra : convert_revision : d9981dbae7bf47d3bd6d1bcf4e602e7bf682082f
|
|
- added stderr support for the client
- cleaned up a bunch of "unused" warnings, duplicated header definitions
- added exit-status support for the client
--HG--
extra : convert_revision : 5bdf806d8b440c87f7235414662f4189195618f4
|
|
--HG--
extra : convert_revision : e1229cd01c3007206d2937ea390ad4966c289a5a
|
|
--HG--
extra : convert_revision : ae4b1bdb29e60927c032674800f0258fc5966807
|
|
--HG--
extra : convert_revision : 93a39c7b76f478035046b9c6f88af54612cce36f
|
|
Need to rework algo-choosing etc, since server is now broken.
--HG--
extra : convert_revision : 458dc4eed0e885e7c91633d4781d3348213a0e19
|
|
--HG--
extra : convert_revision : 48946be1cef774d1c33b0f78689962b18720c627
|
|
--HG--
extra : convert_revision : 2903853ba24669d01547710986ad531357602633
|
|
--HG--
extra : convert_revision : 800073097767c2ac153ab834cbcf0121cb765118
|
|
and ffa047425729e478a5b49b1ab0f8ec71c08a1421
--HG--
extra : convert_revision : e9b7d4eda64d70aff736f48cc8dea680b153139b
|
|
- Remove bad strerror() logging
--HG--
extra : convert_revision : 8ad0c90d041d667876641822a5d870e2e73059c6
|
|
--HG--
extra : convert_revision : 67676f36b78efac878c11943d78a5de827498d05
|
|
--HG--
extra : convert_revision : cc8a8c49dc70e632c352853a39801089b08149be
|