summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* options: Allow use of host ECDSA keyAlan Dunn2014-03-271-1/+2
* security: fix for vulnerability CVE-2014-0017Aris Adamantiadis2014-03-041-0/+1
* Add session/channel byte/packet countersAudrius Butkevicius2014-02-123-0/+16
* session: add getters for session cipher namesJon Simons2014-02-061-0/+2
* knownhosts: detect variations of ecdsaAris Adamantiadis2014-02-042-1/+27
* doc: correct ssh_channel_read_timeout unitsJon Simons2014-02-021-1/+1
* doc: Document expected return value of channel data callbackAudrius Butkevicius2014-02-021-0/+2
* src: Define MAX_BUF_SIZE globally and use it.Joseph Southwell2014-02-021-0/+13
* build: remove OSX deprecated warnings for opensslAris Adamantiadis2014-02-021-10/+0
* server: allow custom server banners (bug #83)Aris Adamantiadis2014-02-011-0/+1
* known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis2014-02-011-0/+1
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-1/+1
* src: Rename buffer_init to ssh_buffer_init().Andreas Schneider2014-01-191-1/+1
* include: Mark functions as deprecated!Andreas Schneider2014-01-161-45/+45
* channel: Fix the name scheme of the forward functions.Andreas Schneider2014-01-162-8/+22
* channel: Add ssh_channel_accept_forward().Oleksandr Shneyder2014-01-161-0/+1
* threads: support libgcrypt 1.6 hackAris Adamantiadis2014-01-081-0/+2
* include: Remove warning cause VSC doesn't know about it.Andreas Schneider2014-01-081-1/+0
* include: Fix building if we do not have asm volatile.Andreas Schneider2014-01-081-1/+2
* session: Add ssh_get_clientbanner().Jon Simons2013-12-071-0/+1
* channels: Add a ssh_channel_read_timeout function.Andreas Schneider2013-12-041-0/+1
* pki: Add ssh_pki_import_privkey_file().Andreas Schneider2013-11-271-0/+5
* pki_gcrypt: Add pki_private_key_to_pem() stub.Andreas Schneider2013-11-271-0/+5
* ecdh: Check if we have ECC support.Andreas Schneider2013-11-272-2/+7
* server: Add a ssh_send_keepalive() function.Nicolas Viennot2013-11-241-0/+2
* options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.Simo Sorce2013-11-152-1/+3
* options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.Andreas Schneider2013-11-152-1/+3
* gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider2013-11-152-1/+3
* Add ssh_get_poll_flags()Colin Walters2013-11-092-0/+2
* dh: Add new ssh_get_publickey_hash() function.Andreas Schneider2013-11-061-1/+13
* remove warnings on OSX (workaround)Aris Adamantiadis2013-11-041-0/+10
* curve25519: include reference implementationAris Adamantiadis2013-11-031-2/+10
* socket: Fix check for pending data.Aris Adamantiadis2013-11-031-1/+5
* priv: Fix brackets of burn macros.Andreas Schneider2013-11-031-2/+2
* SSH_AUTH_OK -> SSH_AUTH_SUCCESS in commentsAlan Dunn2013-10-311-4/+4
* cmake: Check for isblank().Andreas Schneider2013-10-301-1/+3
* include: Fix build on platforms without ECC.Andreas Schneider2013-10-211-0/+2
* wrapper: Fix compilation with gcrypt.Andreas Schneider2013-10-191-0/+1
* pki: Add the type as a char pointer.Andreas Schneider2013-10-181-0/+1
* wrapper: Add more evp functions.Andreas Schneider2013-10-182-0/+6
* kex: implement curve25519-sha256@libssh.orgAris Adamantiadis2013-09-272-1/+55
* callbacks: Improve the documentation of ssh_threads_set_callbacks().Andreas Schneider2013-09-161-6/+11
* callbacks: Improve the documentation of ssh_threads_get_noop().Andreas Schneider2013-09-161-3/+7
* session: Remove obsolete status variables.Andreas Schneider2013-09-161-3/+0
* channel: Make channel_write_common() static.Andreas Schneider2013-08-131-2/+0
* include: Add a MIN macro.Andreas Schneider2013-08-131-2/+3
* include: Fix a build warning in MinGW.Andreas Schneider2013-07-271-0/+1
* cmake: Check for HAVE_GCC_VOLATILE_MEMORY_PROTECTION.Andreas Schneider2013-07-231-2/+35
* cmake: Check for _strtoui64() on Windows.Andreas Schneider2013-07-221-13/+12
* pki: Fix declaration of ssh_pki_convert functions.Andreas Schneider2013-07-221-3/+3