curl/lib/vssh
Daniel Stenberg 10d8404301
libssh2: use custom memory functions
Because of how libssh2_userauth_keyboard_interactive_ex() works: the
libcurl callback allocates memory that is later free()d by libssh2, we
must set the custom memory functions.

Reverts 8b5f100db3

Ref: https://github.com/libssh2/libssh2/issues/1078
Closes #11235
2023-06-01 16:06:39 +02:00
..
libssh2.c libssh2: use custom memory functions 2023-06-01 16:06:39 +02:00
libssh.c libssh: when keyboard-interactive auth fails, try password 2023-05-25 11:09:29 +02:00
ssh.h libssh: use dynbuf instead of realloc 2023-03-16 23:32:22 +01:00
wolfssh.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00