summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog.libssh-0.6.1Andreas Schneider2014-02-101-0/+12
* cpack: Ignore obj directory.Andreas Schneider2014-02-101-1/+1
* packet: Improve readablity of packet decrypt.Andreas Schneider2014-02-061-6/+7
* packet_crypt: Make packet_{en,de}crypt fail consistently on len == 0Alan Dunn2014-02-061-0/+6
* packet: Do not decrypt zero length rest of bufferAlan Dunn2014-02-062-13/+25
* build: Use Threads_FOUND to decide whether to build ssh_threads.Raphael Kubo da Costa2014-02-061-2/+2
* session: skip timestamp init for non-blocking caseJon Simons2014-02-061-1/+5
* session: add getters for session cipher namesJon Simons2014-02-062-0/+34
* Revert f2c2687ca6c6c7e25c9a547227027ab28eb4fc16Aris Adamantiadis2014-02-051-1/+1
* knownhosts: resolve leaks found by coverityAris Adamantiadis2014-02-052-9/+8
* knownhosts: detect variations of ecdsaAris Adamantiadis2014-02-055-43/+117
* tests: lines lost during last cherry-pick mergeAris Adamantiadis2014-02-041-0/+17
* Kex: fix coverity warning + edge caseAris Adamantiadis2014-02-041-4/+8
* server: use custom server bannersAudrius Butkevicius2014-02-041-2/+2
* server: allow custom server banners (bug #83)Aris Adamantiadis2014-02-043-2/+12
* Knownhosts: implement hostkey with knownhosts heuristicAris Adamantiadis2014-02-041-1/+24
* knownhosts: add test case for bug #138Aris Adamantiadis2014-02-041-0/+43
* known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis2014-02-043-0/+210
* build: remove OSX deprecated warnings for opensslAris Adamantiadis2014-02-042-10/+7
* threads: Be less strict when deciding whether to build libssh_threads.Raphael Kubo da Costa2014-02-031-2/+2
* ConfigureChecks: Stop checking for CMAKE_HAVE_THREADS_LIBRARY.Raphael Kubo da Costa2014-02-031-5/+3
* socket: fix read of non-connected socketJon Simons2014-02-021-1/+3
* doc: correct ssh_channel_read_timeout unitsJon Simons2014-02-022-7/+7
* doc: Document expected return value of channel data callbackAudrius Butkevicius2014-02-021-0/+2
* src: Fix argument order in ssh_channel_pty_window_change_callbackAudrius Butkevicius2014-02-021-2/+2
* src: Define MAX_BUF_SIZE globally and use it.Joseph Southwell2014-02-025-5/+17
* client: Fix EOF session error reporting.Joseph Southwell2014-02-022-3/+9
* Make function ssh_channel_accept() nonblocking if timeout is 0.Oleksandr Shneyder2014-02-021-1/+5
* pki_crypto: Fix memory leak with EC_KEY_set_public_key().Andreas Schneider2014-01-281-1/+3
* doc: Document the unit for ssh_select() timeout.Andreas Schneider2014-01-231-1/+1
* dh: Fix NULL check for p_group14.Rod Vagg2014-01-231-1/+1
* pki_crypto: fix DSA signature extractionJon Simons2014-01-231-26/+50
* doc: Fix description of error parameter for ssh_get_error*Alan Dunn2014-01-221-2/+2
* pki_crypto: pad RSA signature blobsJon Simons2014-01-211-24/+56
* Test change to ssh_bind_accept_fdAlan Dunn2014-01-211-0/+139
* Import keys during ssh_bind_accept_fdAlan Dunn2014-01-211-1/+11
* Separate out key import functionality from ssh_bind_listenAlan Dunn2014-01-211-12/+23
* doc: Fix channel documentation.Andreas Schneider2014-01-171-31/+49
* bind: fix possible double-frees in ssh_bind_freeJon Simons2014-01-161-0/+10
* cmake: Increase version numbers for 0.6.1.Andreas Schneider2014-01-162-3/+3
* doc: Use ssh_channel_accept_forward() in documentation.Andreas Schneider2014-01-161-2/+3
* channel: Add ssh_channel_accept_forward().Oleksandr Shneyder2014-01-162-3/+24
* threads: support libgcrypt 1.6 hackAris Adamantiadis2014-01-083-2/+26
* ChangeLog: Set release date.libssh-0.6.0Andreas Schneider2014-01-081-1/+1
* 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
* src: Update my mail address.Andreas Schneider2014-01-0719-19/+19
* cmake: Remove unused macro modules.Andreas Schneider2014-01-075-108/+0
* update copyright informationAris Adamantiadis2014-01-0720-26/+26
* tests: avoid reading uninitialized bytesAris Adamantiadis2014-01-071-2/+2