Hacked SSH1 to get past authentication

Also resolved some bugs that may impact 0.4. need to check
This commit is contained in:
Aris Adamantiadis
2010-01-25 23:23:01 +01:00
parent cfdd4296a8
commit e7b74c57f3
5 changed files with 39 additions and 16 deletions

View File

@@ -40,7 +40,8 @@ enum ssh_session_state_e {
SSH_SESSION_STATE_DH,
SSH_SESSION_STATE_AUTHENTICATING,
SSH_SESSION_STATE_AUTHENTICATED,
SSH_SESSION_STATE_ERROR
SSH_SESSION_STATE_ERROR,
SSH_SESSION_STATE_DISCONNECTED
};
enum ssh_dh_state_e {