aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider13-6/+26
2011-09-18socket: Move socket function to right location.Andreas Schneider4-26/+27
2011-09-18priv: Create crc32.h.Andreas Schneider5-5/+34
2011-09-18priv: Move gcrypt functions to gcrypt header.Andreas Schneider3-7/+6
2011-09-18priv: Start to remove enter_function.Andreas Schneider2-124/+38
2011-09-18priv: Move kex functions to kex header.Andreas Schneider7-24/+23
2011-09-18priv: Move options and config prototypes to own header.Andreas Schneider8-7/+35
2011-09-18priv: Move defines to the top.Andreas Schneider1-15/+8
2011-09-18client: Remove unused variable.Andreas Schneider1-1/+0
2011-09-18legacy: Fix possible segfault with publickey_from_file().Andreas Schneider1-1/+3
2011-09-18ECDH key exchange workingAris Adamantiadis1-10/+103
2011-09-18pki: null ptr checkAris Adamantiadis1-1/+5
2011-09-18server: split dh_handsake_serverAris Adamantiadis2-33/+45
2011-09-18crypto: rename crypto_struct -> ssh_cipher_structAris Adamantiadis7-49/+49
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis9-65/+50
2011-09-18wrapper.c: cleanupAris Adamantiadis1-10/+18
2011-09-18kex: have server_kex use the elected methodsAris Adamantiadis2-75/+37
2011-09-18kex: split key selection and sendingAris Adamantiadis10-83/+113
2011-09-18dh: fix segfault in serverAris Adamantiadis1-2/+7
2011-09-18scp: introduce a 64bits getter to respect ABIAris Adamantiadis2-2/+16
2011-09-17doc: Fix threading documentation.Andreas Schneider1-2/+2
2011-09-17pki: Use ssh_log_function() for ssh_pki_log().Andreas Schneider2-5/+9
2011-09-17log: Split do_ssh_log().Andreas Schneider2-10/+20
2011-09-17log: Remove unneeded ssh_log_function().Andreas Schneider2-22/+1
2011-09-17auth: Use the new SSH_LOG function.Andreas Schneider1-43/+63
2011-09-17error: Use macros for error functions.Andreas Schneider8-106/+138
2011-09-17session: Use defines for ssh_handle_packets().Andreas Schneider4-6/+10
2011-09-15crypt: Fix function definition.Andreas Schneider2-2/+5
2011-09-14SSH1: handle exit-status message (channels would not close)Aris Adamantiadis3-1/+15
2011-09-14channels1: made channel_write1 nonblockingAris Adamantiadis1-1/+3
2011-09-14channels: don't send SSH2 packets on SSH1 !Aris Adamantiadis1-0/+7
2011-09-14SSH1: fix kex bugs introduced in refactoringAris Adamantiadis1-1/+28
2011-09-14SSH1: make authentication nonblockingAris Adamantiadis1-10/+36
2011-09-14auth: fix spelling in error messageAris Adamantiadis1-1/+1
2011-09-14Revert "auth: Check if we have any prompts."Aris Adamantiadis1-3/+2
2011-09-14Auth: fix possible off-by-oneAris Adamantiadis1-2/+2
2011-09-12log: Fixed a typo.Andreas Schneider1-1/+1
2011-09-11tests: nonblocking keyboard-interactiveAris Adamantiadis1-0/+55
2011-09-11log: remove the annoying \n between date and messageAris Adamantiadis1-2/+2
2011-09-11auth: made keyboard-interactive nonblockingAris Adamantiadis2-16/+40
2011-09-11Test: added torture_auth_autopubkey_nonblockingAris Adamantiadis1-0/+32
2011-09-11Auth: nonblocking ssh_userauth_pubkey_autoAris Adamantiadis2-110/+162
2011-09-11Tests: unit test for agent authenticationAris Adamantiadis1-0/+59
2011-09-11auth: Implement nonblocking ssh_auth_agentAris Adamantiadis2-36/+69
2011-09-11auth: different code for auth_agentAris Adamantiadis2-2/+3
2011-09-11Auth: made ssh_userauth_get_response respect timeoutAris Adamantiadis1-44/+13
2011-09-11server: Fix some build warnings.Andreas Schneider2-3/+3
2011-09-11auth: Check if we have any prompts.Andreas Schneider1-2/+3
2011-09-11server: Fix compiler warning.Andreas Schneider1-2/+3
2011-09-11log: Add missing include.Andreas Schneider1-0/+1