aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-14pki: Fix build warning about unused variables.Andreas Schneider1-2/+2
2014-02-12Add session/channel byte/packet countersAudrius Butkevicius5-0/+90
2014-02-12pki: Fix the build on OpenSolaris.Andreas Schneider1-1/+1
2014-02-11pki: Fix memory leak with ecdsa signatures.Andreas Schneider1-0/+4
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-04knownhosts: detect variations of ecdsaAris Adamantiadis2-32/+80
2014-02-04server: use custom server bannersAudrius Butkevicius1-2/+2
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-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