aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
AgeCommit message (Expand)AuthorFilesLines
5 daysfeat: add option to read user-supplied key string in ssh_bind_options_set()Debanga Sarma1-0/+1
5 daysreformatDebanga Sarma1-22/+22
11 daysAdd support for more options in ssh_options_get()Adam Kerrison1-0/+2
2024-03-23Do not close socket passed through options on error conditionsJakub Jelen1-0/+1
2024-03-06updated documentation of sftp_tell64Abdelrahman Yossef1-2/+1
2024-03-06Issue #157: Use the current TTY's settings by default.Daniel Evers1-0/+8
2024-03-06Fix #157: Allow to set terminal modes for PTYsDaniel Evers2-2/+7
2024-02-22Fix a syntax errorrenmingshuai1-1/+1
2024-02-13sftp: Fix copy&paste error in the doxygen commentJakub Jelen1-1/+1
2024-02-13sftp: Handle read/write limits in the old low-level SFTP APIJakub Jelen1-3/+9
2024-01-15misc: Add function to check username syntaxNorbert Pocs1-0/+1
2024-01-15sftp_aio.c, sftp.h: Add capping to sftp aio write APIEshan Kelkar1-12/+16
2024-01-15sftp_aio.c, sftp.h: Add capping to the sftp aio read APIEshan Kelkar1-6/+15
2024-01-15sftp.c, sftp.h: Store the limits in the sftp_sessionEshan Kelkar1-0/+1
2024-01-09Fix docstring for ssh_message_auth_password()JamesWrigley1-1/+1
2024-01-09Remove logging functions from the threads Doxygen groupJamesWrigley1-1/+1
2024-01-09Happy new year 2024!Andreas Schneider1-1/+1
2024-01-02Document that options set on a bind will be free'd by ssh_bind_freeJamesWrigley1-0/+3
2023-12-22Fix regression in IPv6 addresses in hostname parsingJakub Jelen1-3/+8
2023-12-18CVE-2023-6918: Systematically check return values when calculating digestsJakub Jelen1-15/+19
2023-12-18CVE-2023-6918: Remove unused evp functions and typesJakub Jelen4-11/+0
2023-12-18CVE-2023-48795: Server side mitigationsAris Adamantiadis1-0/+1
2023-12-18CVE-2023-48795: client side mitigationAris Adamantiadis2-0/+7
2023-12-18CVE-2023-6004: misc: Add function to check allowed characters of a hostnameNorbert Pocs1-0/+2
2023-12-15pki: New API functions exporting (also ed25519 keys in different formats)Jakub Jelen3-2/+26
2023-12-05Handle automatic certificate authenticationJakub Jelen3-0/+4
2023-12-05pki: Add support for comparing certificatesJakub Jelen1-1/+2
2023-12-05pki: Avoid needless cast to voidJakub Jelen1-1/+1
2023-12-04sftp.h : Deprecate the old sftp async API for readingEshan Kelkar1-2/+6
2023-12-04Introduce sftp async i/o (aio) apiEshan Kelkar1-0/+211
2023-12-04Move certain functions from sftp.c to a new file sftp_common.cEshan Kelkar1-0/+22
2023-11-22Adding expand-path@openssh.com extension for clientanshul agrawal1-0/+13
2023-10-04Add missing function to header file on windowsJakub Jelen1-2/+0
2023-09-25Adding support for limits@openssh.com on client sideanfanite3961-0/+29
2023-09-15sftp: Cap maximum SFTP writeJakub Jelen1-0/+4
2023-08-25crypto: Add ssh_crypto_free().Simon Josefsson3-0/+12
2023-08-22misc.c : Introduce ssh_writen()Eshan Kelkar1-0/+1
2023-08-22misc.c : Introduce ssh_readn()Eshan Kelkar1-0/+18
2023-08-22mbedcrypto: Make bignum_bn2dec() return char*.Simon Josefsson1-2/+2
2023-08-02add control master and path optionAhsen Kamal3-0/+15
2023-07-11priv.h : Add compatibility code for WindowsEshan Kelkar1-0/+14
2023-06-26Deprecate SSH_BIND_OPTIONS_{RSA,ECDSA}KEY in favor of generic HOSTKEYJakub Jelen1-2/+2
2023-06-06sftp: Properly check bounds of incoming packetJakub Jelen1-1/+1
2023-06-06Deprecate untested function sftp_server_initJakub Jelen1-1/+1
2023-06-06Rename the sftp_process_init_packet()Jakub Jelen1-2/+2
2023-06-06Remove needless new symbols and add required to APIJakub Jelen2-44/+21
2023-06-06sftpserver: Move duplicate code handling SFTP operations to libraryJakub Jelen3-2/+82
2023-06-06sftp: fix format problems, style nit and building problemstatataeki1-9/+44
2023-06-06examples: add sftpserver example and fix problemstatataeki1-1/+0
2023-06-06sftp: add sftp api for sftpservertatataeki1-0/+10