aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-02-02Kex: fix coverity warning + edge caseAris Adamantiadis1-4/+8
2014-02-01server: allow custom server banners (bug #83)Aris Adamantiadis2-2/+11
2014-02-01Knownhosts: implement hostkey with knownhosts heuristicAris Adamantiadis1-1/+24
2014-02-01known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis1-0/+77
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-22pki: Use ssh_buffer_add_data() in pki_gcrypt..Andreas Schneider1-3/+3
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-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider18-83/+108
2014-01-19src: Rename buffer_init to ssh_buffer_init().Andreas Schneider16-47/+52
2014-01-17doc: Fix channel documentation.Andreas Schneider1-31/+49
2014-01-17pki: Do not use deprecated string functions.Andreas Schneider1-1/+1
2014-01-16src: Do not use deprecated functions.Andreas Schneider6-15/+15
2014-01-16bind: fix possible double-frees in ssh_bind_freeJon Simons1-0/+10
2014-01-16channel: Fix the name scheme of the forward functions.Andreas Schneider2-15/+17
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-05session: Fix a possible memory leak.Andreas Schneider1-0/+1
2014-01-05poll: fix poll_handles ownershipsAris Adamantiadis1-5/+27
2014-01-05socket: 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
2013-11-27curve25519: Fix memory leaks in ssh_server_curve25519_init().Andreas Schneider1-20/+23
2013-11-27curve25519: Do not leak q_s_string.Andreas Schneider1-0/+1
2013-11-27curve25519: Fix a memory leak.Andreas Schneider1-1/+1
2013-11-27packet: Remove logically dead code.Andreas Schneider1-3/+1
2013-11-27ecdh: Use bignum_bin2bn.Andreas Schneider2-2/+2
2013-11-24server: Add a ssh_send_keepalive() function.Nicolas Viennot1-0/+41
2013-11-22channel: fix infinite loop in channel_write_commonJon Simons1-1/+3
2013-11-18flush channel after EOF and CLOSERod Vagg1-0/+8