Mercurial > dropbear
comparison svr-session.c @ 35:0ad5fb979f42
set the isserver flag (oops)
fix password auth for the server
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 29 Jul 2004 02:19:03 +0000 |
parents | f789045062e6 |
children | 9ee8996a375f |
comparison
equal
deleted
inserted
replaced
34:e2a1eaa19f22 | 35:0ad5fb979f42 |
---|---|
94 | 94 |
95 /* packet handlers */ | 95 /* packet handlers */ |
96 ses.packettypes = svr_packettypes; | 96 ses.packettypes = svr_packettypes; |
97 ses.buf_match_algo = svr_buf_match_algo; | 97 ses.buf_match_algo = svr_buf_match_algo; |
98 | 98 |
99 ses.isserver = 1; | |
100 | |
99 /* We're ready to go now */ | 101 /* We're ready to go now */ |
100 sessinitdone = 1; | 102 sessinitdone = 1; |
101 | 103 |
102 /* exchange identification, version etc */ | 104 /* exchange identification, version etc */ |
103 session_identification(); | 105 session_identification(); |