Files
ssh2/src
Alfred Gebert b84f69c960 fix memory leak in userauth_keyboard_interactive()
First I wanted to free the memory in session_free() but then
I had still memory leaks because in my test case the function
userauth_keyboard_interactive() is called twice. It is called
twice perhaps because the server has this authentication
methods available: publickey,gssapi-with-mic,keyboard-interactive
The keyboard-interactive method is successful.
2010-10-27 22:47:34 +02:00
..
2009-06-04 18:20:29 +02:00
2010-10-07 11:19:35 +02:00
2010-10-25 16:07:46 +02:00
2010-10-07 11:21:20 +02:00
2010-06-23 11:31:04 +02:00
2010-10-13 15:19:12 +02:00