Age | Commit message (Collapse) | Author |
|
add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION
ok djm@
|
|
|
|
use new server_input_channel_req() instead:
server_input_channel_req does generic request parsing on server side
session_input_channel_req handles just session specific things now
ok djm@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hostname/unix:d and uts.nodename/unix:d if nodename was different than
hostname. just add entry for unix:d instead. ok markus@
|
|
|
|
|
|
don't use evp_md->md_size, it's not public.
|
|
|
|
|
|
no nagle changes just yet; ok djm@ markus@
|
|
|
|
|
|
in the drafts; ok stevesk@
|
|
for hostkey confirm.
|
|
allard@oceanpark.com; ok markus@
|
|
|
|
|
|
|
|
|
|
|
|
with OpenSSH is to specify options with their default value where
possible, but leave them commented. Uncommented options change a
default value. Subsystem is currently the only default option
changed. ok markus@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
simplifies debugging messages; ok provos@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dispatch_range(): set handler for a ranges message types
use dispatch_protocol_ignore() for authentication requests after
successful authentication (the drafts requirement).
serverloop/clientloop now send a 'UNIMPLEMENTED' message instead of exiting.
|
|
|
|
|