]> git.tuebingen.mpg.de Git - paraslash.git/commit - client_common.c
Use sideband also for "proceed" handshake.
authorAndre Noll <maan@systemlinux.org>
Thu, 22 Dec 2011 22:24:54 +0000 (23:24 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 5 May 2012 10:54:54 +0000 (12:54 +0200)
commit9c2a265397821d91ec628f549516b25757f5c801
treed782764b3f7acb64f3bc3d5ad7894eb923f6b7ec
parent4744d937c4160898d1fe151257606430750e580c
Use sideband also for "proceed" handshake.

This adds sideband-aware code for the next step of the connection
handshake. If sideband connections are supported at both ends,
the server side sends an empty sideband packet with designator
SBD_PROCEED if the client was authenticated successfully.  When the
client receives this packet, it enters the CL_RECEIVED_PROCEED state,
just as with non-sideband connections.
client_common.c
command.c