aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-06channels: Fix checking for fatal errors.rofl0r3-19/+31
2011-08-06channels: Fix ssh_channel_from_local()rofl0r1-14/+15
2011-08-06misc: Fix ssh_timeout_update().rofl0r1-5/+5
2011-08-06gitignore: ignore object filesrofl0r1-0/+2
2011-08-03examples: Fix permissions of the file we copy.Andreas Schneider1-1/+1
2011-08-03channels: Set the max packet size to 32768.Andreas Schneider1-4/+28
2011-07-29cmake: Make CHECK_C_COMPILER_FLAG_SSP a function.Andreas Schneider2-11/+11
2011-07-20Fixed build on opensslAris Adamantiadis1-5/+5
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis13-64/+97
2011-07-19doc: Add OpenSSH pub certkey auth.Andreas Schneider1-0/+2
2011-07-13Workaround ssh_get_user_home_dir on LDAP usersAris Adamantiadis1-1/+2
2011-06-30build: Remove broken old Makefile.Andreas Schneider1-19/+0
2011-06-15Merge branch 'pki'Andreas Schneider4-3/+39
2011-06-15pki: Make ssh_key_is_private() a public function.Andreas Schneider3-2/+16
2011-06-15pki: Make ssh_key_is_public() a public function.Andreas Schneider3-1/+17
2011-06-15known_hosts: Added a log message for key type mismatch.Andreas Schneider1-0/+6
2011-06-15build: Fix libssh_threads pkg-config.Andreas Schneider1-1/+1
2011-06-14[crypto] fix pubkey authentication with ecdhAris Adamantiadis1-4/+4
2011-06-14Fix memory leak with session_idAris Adamantiadis1-0/+4
2011-06-14Fix build with missing openssl/ecdh.hAris Adamantiadis3-2/+9
2011-06-14cmake: Added pkg-config support for libssh_treads.Andreas Schneider2-0/+8
2011-06-13[crypto] Removed ugly ifdefs on gcrypt/libcryptoAris Adamantiadis3-64/+48
2011-06-13Fix memory leakAris Adamantiadis2-3/+20
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis18-161/+635
2011-06-12Moved DH specific code to dh.hAris Adamantiadis2-45/+46
2011-06-12Test for ecdh and dh-group1Aris Adamantiadis3-1/+59
2011-06-12Check for ecdsa with openssl, added log_warningAris Adamantiadis2-2/+7
2011-06-11packet: Don't (de)compress empty buffers.Andreas Schneider1-2/+6
2011-06-11pki: Add ssh_key_type_to_char() and ssh_key_type_from_name().Andreas Schneider2-0/+57
2011-06-11pki: Make ssh_key_type a public function.Andreas Schneider2-1/+1
2011-06-11pki: Add SSH_KEYTYPE_ECDSA.Andreas Schneider1-1/+2
2011-06-09packet: Abort session on fatal errors on packetsAris Adamantiadis1-1/+3
2011-06-06build: Check for ntohll().Andreas Schneider3-2/+8
2011-06-06string: Added missing include.Andreas Schneider1-0/+1
2011-06-06string: Added missing errno.Andreas Schneider1-2/+3
2011-06-01build: Update ChangeLog.Andreas Schneider1-1/+3
2011-06-01cmake: Fix static .lib overwriting on Windows.Andreas Schneider2-4/+28
2011-05-30cmake: Set next version.Andreas Schneider2-2/+2
2011-05-28tests: Check error of ssh_userauth_kbdint().Andreas Schneider1-0/+3
2011-05-28tests: Remove superfluous closedir().Andreas Schneider1-1/+0
2011-05-28session: Fix return code of ssh_blocking_flush().Andreas Schneider1-2/+2
2011-05-27remove "0.5.0 is dev" in the docAris Adamantiadis1-2/+2
2011-05-27Forgot a cast to remove warningsAris Adamantiadis1-2/+2
2011-05-27Fix documentation bug about threadingAris Adamantiadis1-7/+7
2011-05-27Fix bug #5, channel_read_nonblocking that blocksAris Adamantiadis1-1/+1
2011-05-27Fix memory leak when compression is usedMark Riordan1-1/+17
2011-05-26Fix compilation without server and sftp modesAris Adamantiadis2-1/+26
2011-05-26Fix memory leaks in pki and testcaseAris Adamantiadis2-2/+2
2011-05-26sftp: Reset eof on seek operations.Andreas Schneider1-0/+3
2011-05-26misc: Fix compilation on Windows.Andreas Schneider1-4/+5