aboutsummaryrefslogtreecommitdiff
path: root/src/client.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-17connect: Set timeout on connectOliver Stöneberg1-4/+6
2011-01-26SSH1: Update a few fix from 0.4.8-gitAris Adamantiadis1-2/+4
2011-01-15Fix double-connect testcaseAris Adamantiadis1-1/+52
2011-01-12Use termination functions for event pollingAris Adamantiadis1-14/+23
2011-01-10Non-blocking mode for ssh_connectAris Adamantiadis1-2/+23
2011-01-10Fix connection callbacks called at wrong timeAris Adamantiadis1-0/+11
2011-01-04Fix "SSH_KEXINIT received in wrong state" raceAris Adamantiadis1-1/+1
2010-09-29misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider1-1/+1
2010-09-29misc: Move ssh_analyze_banner to a common location.Andreas Schneider1-63/+2
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-3/+0
2010-09-12Added initialisation logs for threadingAris Adamantiadis1-3/+3
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+814