aboutsummaryrefslogtreecommitdiff
path: root/tests/server/test_server
AgeCommit message (Expand)AuthorFilesLines
2024-03-08Rework the coverage buildJakub Jelen1-4/+7
2023-06-26Deprecate SSH_BIND_OPTIONS_{RSA,ECDSA}KEY in favor of generic HOSTKEYJakub Jelen1-2/+2
2023-06-06tests: Remove needless assignemnt and clean memory on errorsJakub Jelen2-7/+7
2023-06-06sftpserver: Move duplicate code handling SFTP operations to libraryJakub Jelen1-957/+4
2023-06-06Reformat sftpserver examples and tests and remove unused codeJakub Jelen1-15/+5
2023-06-06Reformat the test sftpserverJakub Jelen1-1327/+1365
2023-06-06sftp: fix format problems, style nit and building problemstatataeki1-15/+4
2023-06-06tests: add sftp server testtatataeki3-1/+1342
2023-05-09test_server: Use dynamically allocated stateJakub Jelen1-11/+13
2023-05-09Avoid memory leaks from the server_auth_kbdintJakub Jelen2-25/+37
2023-05-09tests: Use sigterm handler for graceful exitJakub Jelen1-1/+22
2023-05-09test_server: Check for hostkeyJakub Jelen1-2/+3
2023-05-09tests: Support libssh server logging into separate fileJakub Jelen2-4/+28
2023-02-02Remove support for DSA KeysMohammad Shehar Yaar Tausif3-41/+0
2023-01-09cmake: Check for Argp also on Linux to fix alpine buildJakub Jelen1-1/+1
2022-10-12Fix various spelling issues reported by codespellJakub Jelen1-1/+1
2022-07-02Add ssh_send_issue_banner() APISeung Min Park2-0/+37
2020-05-06cmake: Add autogenerated libssh_version.hHeiko Thiery1-0/+1
2020-03-29test_server: Added an option to write PID to fileAnderson Toshiyuki Sasaki1-0/+31
2019-11-07cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRSAndreas Schneider1-4/+2
2019-11-07cmake: Create ssh library directly as libsshAndreas Schneider1-1/+1
2019-07-04tests: Use C99 initilizer in test_server.cAndreas Schneider1-1/+3
2019-06-12tests: Allow setting configuration file for test serverAnderson Toshiyuki Sasaki3-0/+65
2019-02-07cmake: fix build problem on ubuntu 18.04Aris Adamantiadis1-2/+2
2019-01-22tests: Test server pubkey authenticationAnderson Toshiyuki Sasaki2-3/+46
2019-01-22tests: Added functions to get the default callbacksAnderson Toshiyuki Sasaki2-33/+111
2019-01-22tests: Provide the server state to callbacksAnderson Toshiyuki Sasaki2-0/+11
2019-01-22tests: Added test serverAnderson Toshiyuki Sasaki6-0/+2049