aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Collapse)AuthorFilesLines
2010-04-20session: Fixed a memory leak.Andreas Schneider1-0/+3
Thanks to Xi Wang for the patch.
2010-04-20packet: Fixed linking if we build without server support.Andreas Schneider1-0/+4
Thanks to Xi Wang for the patch.
2010-04-20kex: Fixed a memory leak.Andreas Schneider1-0/+1
Thanks to Xi Wang for the patch.
2010-04-20channels: Don't use signal as a name.Andreas Schneider1-9/+9
Thanks to Xi Wang for the patch.
2010-04-14Fix warningsAris Adamantiadis3-3/+4
2010-04-14Fix doublefree happening after a negociation errorAris Adamantiadis1-4/+1
Fix the cherry-pick merge Conflicts: libssh/client.c
2010-04-14Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis2-0/+13
2010-04-14Fix missing string_data() in crypto debug codeAris Adamantiadis2-10/+10
2010-04-07First experiment at trying to make libssh c89Aris Adamantiadis1-1/+1
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara4-1/+35
Added OpenSSH parameters to libssh: - StrictHostKeyChecking - UserKnownHostsFile This parameters are useful to avoid checking the fingerprint. Eg: ~/.ssh/config: Host 192.10.20.30 StrictHostKeyChecking no UserKnownHostsFile /dev/null Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org>
2010-04-07Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara3-30/+23
- Suppress compilation warning in solaris caused by a comma at the end of the last value. - Ignore case at host parameter in config file Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org>
2010-04-06Fix building on win32/vs7Aris Adamantiadis1-3/+3
2010-04-04Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider1-137/+94
2010-04-04Fixed the group of the pcap functions.Andreas Schneider1-10/+16
2010-04-04Fixed the group of the server functions.Andreas Schneider1-9/+10
2010-04-04Fixed the documentation of the scp functions.Andreas Schneider1-94/+161
2010-04-04Fixed the documentation of the SSH messages.Andreas Schneider1-38/+63
2010-04-04Fixed the documentation of channels.c.Andreas Schneider1-171/+223
2010-04-04Fixed documentation of socket functions.Andreas Schneider1-5/+13
2010-04-04Fixed documenation of ssh_select().Andreas Schneider1-14/+17
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