1
1
libssh/tests/server
omsheladia e0985fc0b4 client: Add ssh_session_set_disconnect_message()
Fix #98 by adding 'ssh_session_set_disconnect_message' Whenever the ssh
session disconnects a "Bye Bye" message was set and displayed. Now the
peer has a choice to set a customised message to be sent after the
session is disconnected. The default "Bye Bye" will be set if this
function is not called or not called correctly. The testcases in
tests/server/torture_server can also demonstrate how this function
works.

Signed-off-by: Om Sheladia <omsheladia10@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2022-07-02 07:04:48 +02:00
..
test_server Add ssh_send_issue_banner() API 2022-07-02 07:04:48 +02:00
CMakeLists.txt Add initial server algorithm test for no HMAC overlap 2020-10-14 11:07:22 +02:00
torture_server_algorithms.c Add initial server algorithm test for no HMAC overlap 2020-10-14 11:07:22 +02:00
torture_server_auth_kbdint.c tests: Use the correct assert function in test server 2019-07-08 17:26:29 +02:00
torture_server_config.c tests: Add test case for T191 2020-07-16 12:22:11 +02:00
torture_server.c client: Add ssh_session_set_disconnect_message() 2022-07-02 07:04:48 +02:00