aboutsummaryrefslogtreecommitdiff
path: root/src/client.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-03client: If SSHv1 is disabled send the banner immediatelyAndreas Schneider1-1/+9
2016-05-03client: Fix ssh_send_banner() to confirm with RFC 4253Andreas Schneider1-33/+62
2016-05-03client: Fix maximum banner lengthAndreas Schneider1-1/+2
2016-05-03client: Reformat callback_receive_banner()Andreas Schneider1-49/+63
2016-05-03client: Receive the banner correctlyKen Reister1-0/+7
2016-05-02sockets: Fix callback registration bugAris Adamantiadis1-2/+3
2016-01-19cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio1-2/+2
2016-01-19cleanup: use ssh_ prefix in the kex (non-static) functionsFabiano Fidêncio1-1/+1
2014-12-25options: Fix setting the port.Andreas Schneider1-1/+1
2014-08-06buffers: adapt client.c to ssh_buffer_(un)pack()Aris Adamantiadis1-28/+14
2014-04-22log: Fix log levels.Gangadhar Sandrani1-1/+6
2014-03-27client: fix corner case when sockets are manually createdLuka Perkov1-1/+4
2014-02-04server: use custom server bannersAudrius Butkevicius1-2/+2
2014-02-02client: Fix EOF session error reporting.Joseph Southwell1-1/+2
2014-02-01server: allow custom server banners (bug #83)Aris Adamantiadis1-1/+9
2014-01-19src: Rename buffer_init to ssh_buffer_init().Andreas Schneider1-8/+12
2014-01-07update copyright informationAris Adamantiadis1-3/+3
2013-12-11client: use ssh_channel_do_free in ssh_disconnectJon Simons1-1/+1
2013-11-09client: If we have a pre-connected FD, set state to SOCKET_CONNECTEDColin Walters1-0/+1
2013-11-04logging: fix wordingAris Adamantiadis1-2/+2
2013-10-18client: Fix the build.Andreas Schneider1-1/+0
2013-10-18client: Added a missing NULL pointer check.Oliver Stöneberg1-8/+13
2013-09-27kex: implement curve25519-sha256@libssh.orgAris Adamantiadis1-0/+5
2013-09-16client: Add example code for ssh_get_openssh_version().Andreas Schneider1-0/+8
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-45/+27
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-9/+9
2013-06-18src: Add fall trough comments.Andreas Schneider1-0/+1
2013-06-13client: Fix possible NULL pointer dereference.Andreas Schneider1-2/+2
2012-12-23Implement key re-exchangeAris Adamantiadis1-1/+4
2012-10-09client: If session is NULL we can't set an error.Andreas Schneider1-1/+0
2012-10-09client: Check return value of ssh_handle_packets_termination.Andreas Schneider1-6/+9
2012-09-04dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov1-0/+1
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider1-0/+1
2012-02-05session: Use a struct for all options.Andreas Schneider1-17/+20
2011-09-18packet: Move packet callbacks to packet_cb.c.Andreas Schneider1-154/+0
2011-09-18priv: Move kex functions to kex header.Andreas Schneider1-0/+1
2011-09-18priv: Move options and config prototypes to own header.Andreas Schneider1-0/+1
2011-09-18client: Remove unused variable.Andreas Schneider1-1/+0
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis1-12/+1
2011-09-18kex: split key selection and sendingAris Adamantiadis1-3/+4
2011-09-17session: Use defines for ssh_handle_packets().Andreas Schneider1-2/+6
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis1-40/+53
2011-09-02channels: replaced bugged lists with ssh_listAris Adamantiadis1-2/+5
2011-08-23pki: We need only one signature verify blob function.Andreas Schneider1-5/+34
2011-08-22client: Migrate to new signature pki.Andreas Schneider1-6/+10
2011-08-06client: Fix another source of endless wait.rofl0r1-12/+14
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis1-2/+2
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis1-49/+34
2011-06-12Moved DH specific code to dh.hAris Adamantiadis1-44/+3
2011-05-24Introduced ssh_timeout_elapsed functionsAris Adamantiadis1-6/+10