aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-23cmake: Fix library linking.Andreas Schneider1-15/+24
2011-09-22channels: fix embarrasing channel_read_nonblocking bugAris Adamantiadis1-7/+5
2011-09-22build: Fix SSHv1 build.Andreas Schneider2-1/+6
2011-09-18packet: Move packet callbacks to packet_cb.c.Andreas Schneider4-199/+237
2011-09-18gzip: Fix zlib support.Andreas Schneider5-9/+12
2011-09-18crypt: Rename to packet_crypt.Andreas Schneider2-2/+2
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider9-4/+22
2011-09-18socket: Move socket function to right location.Andreas Schneider2-24/+25
2011-09-18priv: Create crc32.h.Andreas Schneider3-1/+5
2011-09-18priv: Move gcrypt functions to gcrypt header.Andreas Schneider1-0/+2
2011-09-18priv: Start to remove enter_function.Andreas Schneider1-65/+0
2011-09-18priv: Move kex functions to kex header.Andreas Schneider3-6/+7
2011-09-18priv: Move options and config prototypes to own header.Andreas Schneider6-0/+6
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 Adamantiadis1-33/+44
2011-09-18crypto: rename crypto_struct -> ssh_cipher_structAris Adamantiadis4-41/+41
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis7-59/+45
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 Adamantiadis6-76/+95
2011-09-18dh: fix segfault in serverAris Adamantiadis1-2/+7
2011-09-18scp: introduce a 64bits getter to respect ABIAris Adamantiadis1-1/+14
2011-09-17pki: Use ssh_log_function() for ssh_pki_log().Andreas Schneider1-4/+5
2011-09-17log: Split do_ssh_log().Andreas Schneider1-10/+17
2011-09-17log: Remove unneeded ssh_log_function().Andreas Schneider1-16/+0
2011-09-17auth: Use the new SSH_LOG function.Andreas Schneider1-43/+63
2011-09-17error: Use macros for error functions.Andreas Schneider7-98/+117
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 Adamantiadis2-1/+14
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-11log: remove the annoying \n between date and messageAris Adamantiadis1-2/+2
2011-09-11auth: made keyboard-interactive nonblockingAris Adamantiadis1-15/+37
2011-09-11Auth: nonblocking ssh_userauth_pubkey_autoAris Adamantiadis1-110/+161
2011-09-11auth: Implement nonblocking ssh_auth_agentAris Adamantiadis1-36/+68
2011-09-11auth: different code for auth_agentAris Adamantiadis1-2/+2
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