aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-13server: ssh_bind_accept_fdAris Adamantiadis2-52/+85
2011-10-04doc: Improve doc of ssh_get_pubkey_hash().Andreas Schneider1-0/+4
2011-10-03packet: cleaner logs with less redundant infoAris Adamantiadis2-41/+14
2011-09-25server: pubkey auth doesn't work with ecdhAris Adamantiadis1-2/+2
2011-09-24Fix warningAris Adamantiadis1-0/+1
2011-09-24pki: ssh_pki_generateAris Adamantiadis5-0/+97
2011-09-24Torture: test new ssh_pki_generate functionAris Adamantiadis1-1/+136
2011-09-24pki: DO actually verify signaturesAris Adamantiadis1-2/+2
2011-09-23build: Fix zlib support.Andreas Schneider8-22/+22
2011-09-23torture_algorithm: follow verbosityAris Adamantiadis1-0/+2
2011-09-23torture: check for presence of ssh agentAris Adamantiadis1-2/+9
2011-09-23Fix bugs found by clangAris Adamantiadis4-2/+9
2011-09-23cmake: Fix library linking.Andreas Schneider4-21/+29
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 Schneider6-210/+247
2011-09-18gzip: Fix zlib support.Andreas Schneider7-16/+12
2011-09-18priv: Remove dead prototype.Andreas Schneider1-2/+0
2011-09-18crypt: Rename to packet_crypt.Andreas Schneider5-18/+20
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