aboutsummaryrefslogtreecommitdiff
path: root/src/client.c
AgeCommit message (Expand)AuthorFilesLines
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