aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2010-05-12Fixed build of ssh_lowercase and ssh_hostport on Windows.Andreas Schneider1-64/+63
2010-05-12Fixed windows include files in pcap support.Andreas Schneider1-1/+3
2010-05-12Fixed Windows build warnings.Andreas Schneider3-2/+16
2010-05-11Use the new expand functions.Andreas Schneider4-102/+101
2010-05-11Added a function to expand an escaped string.Andreas Schneider1-0/+84
2010-05-11Added a function to expand the tilde from a path.Andreas Schneider1-0/+60
2010-05-10Fix style in ssh_poll_ctx_dopollAris Adamantiadis1-19/+26
2010-05-10Fix options copyAris Adamantiadis1-0/+5
2010-05-10make compression not mandatory in options_getoptAris Adamantiadis1-2/+2
2010-05-10Some grammarnazi things + fix int->socket_tAris Adamantiadis1-2/+2
2010-05-10Fix crash in testcase proxycommandAris Adamantiadis1-3/+8
2010-05-09Fix doc and actually make the test run :)Aris Adamantiadis3-5/+17
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis7-82/+237
2010-05-02Forgot the pki filesAris Adamantiadis1-0/+113
2010-05-01Added pki.[ch] files as a new standard API for PKsAris Adamantiadis3-8/+12
2010-05-01Match hashed [host]:port format knownhostsAris Adamantiadis1-0/+3
2010-05-01knownhosts writing and unit testAris Adamantiadis1-10/+29
2010-05-01First implementation of known_hosts with port readAris Adamantiadis2-3/+24
2010-04-28Fix uninitialized variable usedAris Adamantiadis1-0/+4
2010-04-28Fix warnings found with clang analyzerAris Adamantiadis4-6/+25
2010-04-28Fix bugs found by clang analyzerAris Adamantiadis3-16/+16
2010-04-28Fixed warnings with clangAris Adamantiadis2-2/+2
2010-04-28Fix doc and libgcrypt buildAris Adamantiadis2-5/+6
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis5-51/+51
2010-04-28Added ssh_privatekey_type public functionAris Adamantiadis1-0/+14
2010-04-27Added first unittest-based bug found :)Aris Adamantiadis1-0/+2
2010-04-24Do not send twice ssh_userauth_none requestsAris Adamantiadis1-1/+6
2010-04-24Fixes \r in SSH1 bannerAris Adamantiadis1-2/+2
2010-04-24Fixes infinite loopsAris Adamantiadis2-4/+7
2010-04-20session: Fixed a memory leak.Andreas Schneider1-0/+3
2010-04-20packet: Fixed linking if we build without server support.Andreas Schneider1-0/+4
2010-04-20kex: Fixed a memory leak.Andreas Schneider1-0/+1
2010-04-20channels: Don't use signal as a name.Andreas Schneider1-9/+9
2010-04-14Fix warningsAris Adamantiadis3-3/+4
2010-04-14Fix doublefree happening after a negociation errorAris Adamantiadis1-4/+1
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
2010-04-07Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara3-30/+23
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