aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Collapse)AuthorFilesLines
2010-04-04Fixed documentation of dh functions.Andreas Schneider1-7/+13
2010-04-04Fixed the documentation of the client code.Andreas Schneider1-13/+23
2010-04-04Fixed the group of the options.Andreas Schneider1-5/+6
2010-04-04Fixed the documentation of key functions.Andreas Schneider2-86/+152
2010-04-04Fixed the documentation of log.cAndreas Schneider1-6/+8
2010-04-04Fixed the documentation of misc.cAndreas Schneider1-25/+35
2010-04-04Fixed the documentation of error.cAndreas Schneider1-8/+7
2010-04-04Fixed the documentation of buffer.cAndreas Schneider1-121/+237
2010-04-04Fixed the documentation of auth.cAndreas Schneider1-67/+89
2010-04-04Fixed config parsing wich has overwritten user specified values.Andreas Schneider1-7/+11
2010-03-29Fixed a build warning in sftp.Andreas Schneider1-0/+1
2010-03-28Fixes the broken algorithm choice for serverAris Adamantiadis2-29/+30
2010-03-28Fix crash when no callback is definedAris Adamantiadis1-1/+1
2010-03-25Fixed build warnings on Windows.Andreas Schneider1-0/+3
2010-03-25Fixed a build warning.Andreas Schneider1-1/+1
2010-03-25Fixed a build warning in ssh_userauth_autopubkey.Andreas Schneider1-0/+3
2010-03-25Fixed spelling.Andreas Schneider5-6/+6
2010-03-13Fixed a memory leak in ssh_try_publickey_from_file.Andreas Schneider1-0/+4
2010-03-13Added missing SSH_OPTIONS_FD option.Andreas Schneider1-0/+9
2010-03-12Remove support for SSHv1 Cipher variable.Andreas Schneider1-2/+0
2010-03-04Fixed and added support for several identity files.Andreas Schneider5-182/+383
2010-03-04Fixed linking of the tests.Andreas Schneider1-0/+5
2010-03-04Rename ssh_list_add to ssh_list_append.Andreas Schneider3-3/+3
2010-03-04Added a prepend function for ssh_list.Andreas Schneider1-0/+19
2010-03-02Fixed sftp_parse_longname() on Windows.Andreas Schneider1-2/+12
There is no strndup function on Windows.
2010-03-01Fix a race condition bug in ssh_scp_close()Aris Adamantiadis1-1/+11
Conflicts: libssh/scp.c
2010-03-01Answer to openssh's keepalivesAris Adamantiadis1-0/+9
2010-03-01renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis4-5/+12
2010-02-26Fixed documentation in scp codeAris Adamantiadis1-1/+19
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 Schneider1-0/+53
Parse the longname which is the output of 'ls -l' and set the owner and group if we are talking to an openssh server.
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 Adamantiadis1-0/+1
Wrote stubs of functions needed in the wrapper Created an Exception class which greatly simplifies the use of libssh in C++
2010-02-11Fix closesocket() portbug for win32Aris Adamantiadis1-1/+5
2010-02-11Use closesocket in server.c for win32Aris Adamantiadis1-0/+4
Resolves #56
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-07Describe the main group a bit.Andreas Schneider1-1/+3
2010-02-07Respect known_hosts file set by the user.Andreas Schneider1-3/+5
Thanks to contact@leblanc-simon.eu for the patch.
2010-02-07Improve the SSH string documentation.Andreas Schneider1-26/+46
2010-02-05Improve the session documentation.Andreas Schneider2-48/+93
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
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
2010-01-30Fix compilation without WITH_SSH1Aris Adamantiadis1-0/+2
2010-01-25Hacked SSH1 to get past authenticationAris Adamantiadis4-15/+37
Also resolved some bugs that may impact 0.4. need to check