aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-02message: Fix compiler warning.Andreas Schneider1-1/+1
2012-01-01auth: Fix public key authentication so we can continue.Andreas Schneider1-1/+3
2012-01-01auth: Fix a possible double free.Andreas Schneider1-0/+2
2012-01-01message: Handle all unknown global messages.rofl0r1-1/+4
2011-12-27torture: Fix compilation with cmockery.Andreas Schneider1-1/+2
2011-12-14options: Fix typo in ssh_options_get() docs.Andreas Schneider1-1/+1
2011-11-17sftp: Add references to sftp_get_error() to docs.Andreas Schneider1-0/+36
2011-11-16agent: Improve logging.Andreas Schneider1-12/+11
2011-11-10kex: Fix some build warnings.Andreas Schneider3-3/+4
2011-11-09bind: Add more error messages.Andreas Schneider1-1/+9
2011-11-09packet: Use a define for the macsize.Andreas Schneider1-5/+4
2011-11-03options: Add missing argument check.Andreas Schneider1-0/+7
2011-11-03Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2-35/+20
2011-10-29pki: Add a ssh_key_cmp() function.Andreas Schneider7-0/+209
2011-10-29dh: Add ssh_get_publickey().Andreas Schneider4-7/+33
2011-10-29tests: Fix build warning.Andreas Schneider1-1/+0
2011-10-28Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley3-0/+41
2011-10-28Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley3-0/+134
2011-10-17bind: Fix ssh_bind_listen in normal case.Andreas Schneider1-5/+6
2011-10-13server: use app-provided bind socket when availableAris Adamantiadis1-17/+19
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