From 076e884873315131363a4350c538fac6a028da53 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 5 Dec 2009 15:05:02 +0100 Subject: More callback stuff in connection I have coded it, not actually tested it :) It still needs work to get past the banner exchange. --- include/libssh/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index c8736dde..cea2f739 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -34,6 +34,7 @@ enum ssh_session_state_e { SSH_SESSION_STATE_SOCKET_CONNECTED, SSH_SESSION_STATE_BANNER_RECEIVED, SSH_SESSION_STATE_INITIAL_KEX, + SSH_SESSION_STATE_AUTHENTICATING, SSH_SESSION_STATE_AUTHENTICATED, SSH_SESSION_STATE_ERROR }; -- cgit