aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2021-08-12Fix some compiler warningsNorbert Pocs2-2/+12
2021-06-16Make the transfer buffer size configurableXiang Xiao9-15/+49
2021-06-07Unbreak build on freebsdJakub Jelen1-1/+4
2021-06-04build samplesshd-cb example on Windows tooAndrew Wiley1-4/+6
2021-06-04fix error checks on channel writes in samplesshd-cb exampleAndrew Wiley1-8/+17
2021-06-04make GSSAPI optional in the samplesshd-cb exampleAndrew Wiley1-0/+4
2021-05-31examples/ssh_server_fork: Support the multi-client through pthreadXiang Xiao2-4/+43
2021-05-27examples/ssh_server: Free the resource in the failure pathXiang Xiao1-0/+3
2021-05-27Replace the hardcode max path length with PATH_MAXXiang Xiao1-1/+2
2021-05-12examples/ssh_client: Fix the memory leak in RTOS environmentXiang Xiao1-7/+6
2021-05-12examples/ssh_client: call ssh_init explicitlyXiang Xiao1-0/+1
2021-05-12examples/ssh_server: Support the command line parser without argp packageXiang Xiao1-4/+88
2021-05-12examples/ssh_server: Add -u and -P optionXiang Xiao1-3/+25
2021-05-12examples/libssh_scp: Remove the duplication of free(loc->host)Xiang Xiao1-4/+1
2021-05-12examples/libssh_scp: call ssh_init and ssh_finalize explicitlyXiang Xiao1-2/+4
2021-05-12examples/ssh_client: Check SIGWINCH is defined before using itXiang Xiao1-5/+7
2020-06-22examples: Tolerate incomplete writes in exec exampleAnderson Toshiyuki Sasaki1-7/+22
2020-05-06cmake: Add autogenerated libssh_version.hHeiko Thiery1-1/+1
2020-05-05Allow example client and server to process different configuration filesJakub Jelen2-5/+27
2020-04-20examples: Avoid unused parameter warnings and reformatJakub Jelen1-60/+116
2020-04-15examples: Add missing includesJakub Jelen1-0/+2
2019-12-23examples: Enable strict buildJakub Jelen1-4/+4
2019-12-09examples: Use SSH_STRING_FREE_CHAR()Andreas Schneider2-9/+9
2019-12-09examples: Fix integer types in libssh_scp.cAndreas Schneider1-4/+5
2019-12-09examples: Remove internal include from sshd_direct-tcpip.cAndreas Schneider1-7/+34
2019-11-07cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRSAndreas Schneider1-4/+1
2019-11-07cmake: Create ssh library directly as libsshAndreas Schneider1-16/+16
2019-11-07examples: Build keygen2 only if argp is availableAnderson Toshiyuki Sasaki1-4/+4
2019-11-07examples: Added keygen2 exampleAnderson Toshiyuki Sasaki2-0/+461
2019-07-30examples: Load ED25519 key when loading all keysJakub Jelen1-0/+2
2019-07-08examples: Fix freeing the channel in ssh_clientAndreas Schneider1-1/+13
2019-07-08examples: Update header in ssh_clientAndreas Schneider1-12/+13
2019-07-08exmples: Use SSH_CONNECTOR_STDINOUT in client exampleAndreas Schneider1-2/+2
2019-06-27examples: Check ssh_event_dopoll() return valueAnderson Toshiyuki Sasaki1-1/+6
2019-05-28examples: Fix a possible resource leak in sshd_direct-tcpipAndreas Schneider1-0/+2
2019-02-21examples: Fix unused parameter warnings in sshd_direct-tcpipAndreas Schneider1-3/+14
2019-02-20examples: Add direct-tcpip server sampleTill Wimmer2-0/+645
2019-02-07examples: Add simple way to generate key files from libsshJakub Jelen2-0/+45
2019-01-24examples: add public key auth for specific keyEric Bentley1-0/+62
2019-01-24examples: add public key authentication to ssh_server_forkEric Bentley1-2/+67
2018-10-24exmpales: Init rc in ssh_server_forkAndreas Schneider1-1/+2
2018-10-24examples: Zero fds in sshnetcatAndreas Schneider2-0/+5
2018-10-19examples: Explicitly track auth state in samplesshd-kbdintAndreas Schneider1-4/+16
2018-10-16examples: Use ssh_session_update_known_hosts() for updating known_hostsAndreas Schneider1-1/+2
2018-10-05examples: Reformat knownhostsAndreas Schneider1-70/+73
2018-09-27examples: Add null checks in libssh_scp.cAnderson Toshiyuki Sasaki1-0/+10
2018-09-27examples: Fix libssh_scp.c code styleAnderson Toshiyuki Sasaki1-276/+321
2018-09-27examples: Fix possible memory leak in libssh_scp.cAnderson Toshiyuki Sasaki1-20/+89
2018-09-20examples: Reformat authenticaton.cAndreas Schneider1-66/+69
2018-09-18examples: Fix code style in samplesftp.cAnderson Toshiyuki Sasaki1-143/+162