aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Add cmake check for big endian.Andreas Schneider2-9/+6
2009-07-22Fix a segfault if a NULL pointer is passed to ssh_disconnect().Andreas Schneider1-3/+2
2009-07-22Don't segfault if the session or the answer is NULL.Andreas Schneider1-1/+1
2009-07-21Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAndreas Schneider1-42/+43
2009-07-21Fix ssh_write_knownhost() which always returned -1.Andreas Schneider2-4/+6
2009-07-21Add compile flags and test for compiler options only if we use gcc.Andreas Schneider1-42/+41
2009-07-21Only add additional warnings if we have a GNU compiler.Andreas Schneider1-1/+3
2009-07-21Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider3-7/+8
2009-07-20Fix sol8 + ss11 compile errors.Andreas Schneider2-2/+14
2009-07-14Add missing changelog entries.Andreas Schneider1-0/+14
2009-07-14Fix doxygen to match SSH_SERVER_FILE_NOT_FOUND fixAris Adamantiadis1-1/+4
2009-07-13Fix build on windows, missing include.Andreas Schneider1-0/+2
2009-07-13Put #ifdef around AI_NUMERICSERV which doesn't seem stdAris Adamantiadis1-0/+2
2009-07-13Enable conditional compiling for IP regex code.Aris Adamantiadis3-2/+17
2009-07-13forgot init.c in copyright updatesAris Adamantiadis1-1/+1
2009-07-13Fixed copyright noticesAris Adamantiadis7-7/+8
2009-07-13typo in sample.cAris Adamantiadis1-1/+1
2009-07-12Reflect the SSH_SERVER_NOT_KNOWN add-on in sampleAris Adamantiadis1-0/+4
2009-07-12Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis2-2/+3
2009-07-12Set correct hint when connecting to an IP addressAris Adamantiadis3-4/+58
2009-07-04fix int -> socket_t in SSH_POLLAris Adamantiadis2-2/+2
2009-07-04Temporary move of ssh_poll_* back to priv.hAris Adamantiadis2-36/+33
2009-07-04Move doxygen tags into C filesAris Adamantiadis2-123/+115
2009-07-04Put back the poll declarations into priv.hAris Adamantiadis2-7/+9
2009-07-03Add a generic way to handle sockets asynchronously.Aleksandar Kanchev3-8/+389
2009-06-30Add logging of the sftp flags used to open a fileAris Adamantiadis1-1/+1
2009-06-30Fixed Could not write as much data as expected msgAris Adamantiadis1-1/+1
2009-06-25Fixed make condition in build_make.sh.Aleksandar Kanchev1-1/+1
2009-06-22Fixed memory leak in ssh_is_server_known()Aris Adamantiadis1-0/+2
2009-06-21Fixed yet another read-after-free bugAris Adamantiadis1-2/+3
2009-06-21Fixed a use-after-free in match_hashed_host()Aris Adamantiadis1-1/+1
2009-06-21fix stupid "use unallocated memory" code in sampleAris Adamantiadis1-1/+1
2009-06-21Added a macro to test buffer_struct integrityAris Adamantiadis1-9/+50
2009-06-21Modified the sftp test case so it creates 0700 filAris Adamantiadis1-1/+1
2009-06-21Fix doublefree bug found by CyrilAris Adamantiadis1-10/+20
2009-06-19Remove unneeded printf.Andreas Schneider1-1/+0
2009-06-19Add a git ignore file.Andreas Schneider1-0/+6
2009-06-19Verify memory return codes in ssh_list functionsAris Adamantiadis2-3/+8
2009-06-18added ssh_message_callback support.Aris Adamantiadis5-14/+63
2009-06-18Created general singlelinked list implementationAris Adamantiadis2-0/+115
2009-06-17Begin of asynchronous SSH message parsingAris Adamantiadis4-1/+25
2009-06-17Fixed potential format string attacksAris Adamantiadis1-4/+4
2009-06-17ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis3-55/+86
2009-06-16Url change in READMEAris Adamantiadis1-1/+1
2009-06-15ssh_init()Aris Adamantiadis4-12/+21
2009-06-10Simply leave the function, this should prevent a segfault.Andreas Schneider1-1/+2
2009-06-10Fix a infinite loop on error.Andreas Schneider1-1/+3
2009-06-09Fix a possible crash bug.Andreas Schneider1-4/+4
2009-06-09Fix build warnings.Andreas Schneider15-2/+65
2009-06-09Fix cmake on BSD.Andreas Schneider1-3/+3