aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-06packet: Improve readablity of packet decrypt.Andreas Schneider1-6/+7
2014-02-06packet_crypt: Make packet_{en,de}crypt fail consistently on len == 0Alan Dunn1-0/+6
2014-02-06packet: Do not decrypt zero length rest of bufferAlan Dunn2-13/+25
2014-02-06build: Use Threads_FOUND to decide whether to build ssh_threads.Raphael Kubo da Costa1-2/+2
2014-02-06session: skip timestamp init for non-blocking caseJon Simons1-1/+5
2014-02-06session: add getters for session cipher namesJon Simons1-0/+32
2014-02-05Revert f2c2687ca6c6c7e25c9a547227027ab28eb4fc16Aris Adamantiadis1-1/+1
2014-02-05knownhosts: resolve leaks found by coverityAris Adamantiadis2-9/+8
2014-02-05knownhosts: detect variations of ecdsaAris Adamantiadis2-32/+80
2014-02-04Kex: fix coverity warning + edge caseAris Adamantiadis1-4/+8
2014-02-04server: use custom server bannersAudrius Butkevicius1-2/+2
2014-02-04server: allow custom server banners (bug #83)Aris Adamantiadis2-2/+11
2014-02-04Knownhosts: implement hostkey with knownhosts heuristicAris Adamantiadis1-1/+24
2014-02-04known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis1-0/+77
2014-02-03threads: Be less strict when deciding whether to build libssh_threads.Raphael Kubo da Costa1-2/+2
2014-02-02socket: fix read of non-connected socketJon Simons1-1/+3
2014-02-02doc: correct ssh_channel_read_timeout unitsJon Simons1-6/+6
2014-02-02src: Fix argument order in ssh_channel_pty_window_change_callbackAudrius Butkevicius1-2/+2
2014-02-02src: Define MAX_BUF_SIZE globally and use it.Joseph Southwell4-5/+4
2014-02-02client: Fix EOF session error reporting.Joseph Southwell2-3/+9
2014-02-02Make function ssh_channel_accept() nonblocking if timeout is 0.Oleksandr Shneyder1-1/+5
2014-01-28pki_crypto: Fix memory leak with EC_KEY_set_public_key().Andreas Schneider1-1/+3
2014-01-23doc: Document the unit for ssh_select() timeout.Andreas Schneider1-1/+1
2014-01-23dh: Fix NULL check for p_group14.Rod Vagg1-1/+1
2014-01-23pki_crypto: fix DSA signature extractionJon Simons1-26/+50
2014-01-22doc: Fix description of error parameter for ssh_get_error*Alan Dunn1-2/+2
2014-01-21pki_crypto: pad RSA signature blobsJon Simons1-24/+56
2014-01-21Import keys during ssh_bind_accept_fdAlan Dunn1-1/+11
2014-01-21Separate out key import functionality from ssh_bind_listenAlan Dunn1-12/+23
2014-01-17doc: Fix channel documentation.Andreas Schneider1-31/+49
2014-01-16bind: fix possible double-frees in ssh_bind_freeJon Simons1-0/+10
2014-01-16channel: Add ssh_channel_accept_forward().Oleksandr Shneyder1-3/+23
2014-01-08threads: support libgcrypt 1.6 hackAris Adamantiadis1-2/+23
2014-01-07src: Update my mail address.Andreas Schneider11-11/+11
2014-01-07update copyright informationAris Adamantiadis20-26/+26
2014-01-07pki: fix gcrypt signature processAris Adamantiadis1-1/+1
2014-01-06session: Fix a possible memory leak.Andreas Schneider1-0/+1
2014-01-06poll: fix poll_handles ownershipsAris Adamantiadis1-5/+27
2014-01-06socket: don't attempt reading a non-connected socketAris Adamantiadis1-1/+1
2013-12-22poll: Correctly free ssh_event_fd_wrapper.Andreas Schneider1-3/+9
2013-12-21config: Support expansion in the Host variable too.Andreas Schneider1-9/+18
2013-12-11channel: fix setting of channel->flagsJon Simons1-3/+3
2013-12-11client: use ssh_channel_do_free in ssh_disconnectJon Simons1-1/+1
2013-12-09bind: Correctly free all memory in ssh_bind_free().Andreas Schneider1-3/+7
2013-12-07session: Add ssh_get_clientbanner().Jon Simons1-0/+15
2013-12-04channels: Add a ssh_channel_read_timeout function.Andreas Schneider1-3/+43
2013-11-28pki: Fix a memory leak.Andreas Schneider1-0/+1
2013-11-27pki: Add ssh_pki_import_privkey_file().Andreas Schneider1-0/+58
2013-11-27pki_crypto: Add pki_private_key_to_pem().Andreas Schneider1-0/+118
2013-11-27pki_gcrypt: Add pki_private_key_to_pem() stub.Andreas Schneider1-0/+13