summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.6.5libssh-0.6.5Andreas Schneider2015-04-291-1/+1
* cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider2015-04-022-3/+7
* include: We should use __func__ which is C99Andreas Schneider2015-04-021-8/+6
* cmake: Add libsshpp.hpp to the distributed headers list.Léo Peltier2015-01-201-0/+1
* Fix the dh.c build with libgcryptAris Adamantiadis2014-12-291-0/+2
* Bump version to 0.6.4.libssh-0.6.4Andreas Schneider2014-12-171-1/+1
* pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2014-12-051-1/+1
* pki: Add missing semi-colon.Andreas Schneider2014-05-071-1/+1
* pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons2014-05-071-0/+2
* pki: Make pki_key_ecdsa_nid_to_name() a shared function.Andreas Schneider2014-05-061-0/+1
* doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn2014-03-271-63/+0
* libssh: libhpp: overload read function to support timeout parameterPetar Koretic2014-03-271-1/+19
* libssh: libhpp: avoid unnecessary call to ssh_channel_readPetar Koretic2014-03-271-1/+1
* libssh: libhpp: fix multiple definitions for acceptForward functionPetar Koretic2014-03-271-2/+2
* options: Allow use of host ECDSA keyAlan Dunn2014-03-271-1/+2
* Prepare libssh-0.6.3.libssh-0.6.3Andreas Schneider2014-03-041-1/+1
* bump version to 0.6.2Aris Adamantiadis2014-03-041-1/+1
* security: fix for vulnerability CVE-2014-0017Aris Adamantiadis2014-03-041-0/+1
* session: add getters for session cipher namesJon Simons2014-02-061-0/+2
* knownhosts: detect variations of ecdsaAris Adamantiadis2014-02-052-1/+27
* server: allow custom server banners (bug #83)Aris Adamantiadis2014-02-041-0/+1
* known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis2014-02-041-0/+1
* build: remove OSX deprecated warnings for opensslAris Adamantiadis2014-02-041-10/+0
* 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
* cmake: Increase version numbers for 0.6.1.Andreas Schneider2014-01-161-1/+1
* 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-172-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