aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-02Added unit testing support using check.Andreas Schneider11-2/+317
2010-03-01Fix a race condition bug in ssh_scp_close()Aris Adamantiadis1-1/+11
2010-03-01Answer to openssh's keepalivesAris Adamantiadis1-0/+9
2010-03-01renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis5-13/+16
2010-02-26Fixed documentation in scp codeAris Adamantiadis1-1/+19
2010-02-24Added printout of owner and group in the sftp example.Andreas Schneider1-1/+3
2010-02-24Fixed longname parsing, this only workings with readdir.Andreas Schneider1-12/+13
2010-02-23Added owner and group information in sftp attributes.Andreas Schneider2-4/+56
2010-02-13Set CFLAGS correctly.Andreas Schneider1-7/+7
2010-02-12Small doc fixAris Adamantiadis1-0/+4
2010-02-12More C++ workAris Adamantiadis2-9/+63
2010-02-12Fix compilation of opensolarisAris Adamantiadis1-0/+2
2010-02-11Try zlib compression and fallback to none if not available.Andreas Schneider1-2/+2
2010-02-11More C++ wrapper work.Aris Adamantiadis3-16/+149
2010-02-11Fix closesocket() portbug for win32Aris Adamantiadis1-1/+5
2010-02-11Use closesocket in server.c for win32Aris Adamantiadis1-0/+4
2010-02-10Make better error messages for SSH1 errorsAris Adamantiadis1-0/+10
2010-02-09aes192-ctr and aes256-ctr working on libcryptoAris Adamantiadis2-2/+25
2010-02-09aes128-ctr aes192-ctr aes256-ctr for libgcryptAris Adamantiadis2-8/+51
2010-02-09Added aes128-ctr support for libcrypto (openssl)Aris Adamantiadis1-0/+28
2010-02-09KEX bug: client preference should be prioritaryAris Adamantiadis1-15/+15
2010-02-08Added summary of build options in CmakeAris Adamantiadis1-0/+48
2010-02-07Rename the libssh sftp documentation group.Andreas Schneider1-1/+1
2010-02-07Describe the main group a bit.Andreas Schneider1-1/+3
2010-02-07Respect known_hosts file set by the user.Andreas Schneider1-3/+5
2010-02-07Improve the SSH string documentation.Andreas Schneider1-26/+46
2010-02-06Expend macros in doxygen generationAris Adamantiadis1-1/+1
2010-02-05Improve the session documentation.Andreas Schneider2-48/+93
2010-02-05Update the doxygen config.Andreas Schneider1-606/+708
2010-02-05Set the soversion to 4.1 as we didn't break something.Andreas Schneider1-2/+2
2010-02-05Increase version number.Andreas Schneider3-6/+6
2010-02-02Update c++ prototypesAris Adamantiadis1-0/+11
2010-02-02add missing leave_function()Aris Adamantiadis1-2/+4
2010-02-02Handle timeout correctlyAris Adamantiadis1-1/+1
2010-02-01The ssh_message object needs to be freed after processing in channel_accept().Vic Lee1-1/+4
2010-01-30Fix compilation without WITH_SSH1Aris Adamantiadis1-0/+2
2010-01-25Hacked SSH1 to get past authenticationAris Adamantiadis5-16/+39
2010-01-25Fix poll not waking up on connect on win32Aris Adamantiadis1-0/+7
2010-01-24Correctly handle channel failures and chan statesAris Adamantiadis4-60/+68
2010-01-24Made packet handlers independant of session bufferAris Adamantiadis1-9/+9
2010-01-24Few function name changesAris Adamantiadis3-6/+6
2010-01-24Made ssh_packet_read asynchronousAris Adamantiadis4-42/+54
2010-01-24Removed last calls to packet_readAris Adamantiadis4-83/+50
2010-01-24Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis9-207/+198
2010-01-24Beginning of async solution for SSH1Aris Adamantiadis3-4/+72
2010-01-23Move SSH-1 specific packet functions in packet1.cAris Adamantiadis4-324/+362
2010-01-21stub of C++ wrapper for libsshAris Adamantiadis3-1/+78
2010-01-16Fixed error message when connection failedAris Adamantiadis1-2/+4
2010-01-16Fix SSH1 related warningAris Adamantiadis1-0/+4
2010-01-10SSH-1 cleanup and compileAris Adamantiadis3-99/+23