Hi,

Getting the banner from the server was working in 1.8.0 using

LIBSSH2_API const char* 
libssh2_session_authentication_banner_get(LIBSSH2_SESSION *session)

According the Version 1.9.0 changelog there was an enhancement/bugfix  "Fixed a 
possible memory leak of the ssh banner string".

The latest code in Git has the following

LIBSSH2_API int libssh2_userauth_banner(LIBSSH2_SESSION *session, char **banner)

However, 1.10.0 does not have the change.   Is there a timeline for when 1.11.0 
or 1.10.1 will be released (ideally with this change)?

Thanks,
Vlad

Vladimir Giszpenc | Lead Software Engineer
Phone: 201-367-6510
Ext: 10923
Email: vgiszp...@crestron.com
Crestron Electronics, Inc.
7 Volvo Drive, Rockleigh, New Jersey, 07647
-- 
libssh2-devel mailing list
libssh2-devel@lists.haxx.se
https://lists.haxx.se/listinfo/libssh2-devel

Reply via email to