aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-04-02Add a return value to ssh_userauth_kbdint_setanswer().Andreas Schneider1-13/+23
2009-04-02Cleanup todo's.Andreas Schneider1-4/+1
2009-04-02There is no file to close here.Andreas Schneider1-2/+0
2009-04-02Fix string_new().Andreas Schneider1-3/+0
2009-04-02Improve the ssh_get_pubkey_hash() function.Andreas Schneider1-18/+44
2009-04-02Simply return 0.Andreas Schneider1-1/+1
2009-04-01Use memset cause something is wrong with the macro.Andreas Schneider3-3/+3
2009-04-01Fix ssh connection.Andreas Schneider1-1/+1
2009-04-01Add one missing memory error check in crypt.c.Andreas Schneider1-1/+5
2009-04-01Add NULL check to buffer free.Andreas Schneider1-0/+4
2009-04-01Improve ssh_new().Andreas Schneider1-17/+34
2009-04-01Add memory error checks for crypto wrapper functions.Andreas Schneider9-44/+191
2009-04-01More memory error checks for ssh_socket_new().Andreas Schneider3-16/+37
2009-04-01Fix memory error checking in socket functions.Andreas Schneider3-2/+21
2009-04-01Add memory error checking for sftpserver functions.Andreas Schneider1-7/+19
2009-04-01Fix typo.Andreas Schneider1-1/+1
2009-04-01Add memory error checks for sftp functions.Andreas Schneider1-11/+65
2009-04-01Add memory error checks for server functions.Andreas Schneider1-1/+7
2009-04-01Add memory error checking for packet functions.Andreas Schneider1-3/+13
2009-04-01Added memory error checks for option functions.Andreas Schneider2-4/+35
2009-04-01Added memory error checks for message functions.Andreas Schneider1-6/+23
2009-04-01Fix memory error checking in key functions.Andreas Schneider1-14/+72
2009-04-01Add memory error checking to keyfile functions.Andreas Schneider1-2/+16
2009-04-01Fix build warning.Andreas Schneider1-1/+2
2009-04-01Add memory error checking to key exchange functions.Andreas Schneider2-12/+65
2009-04-01Check for memory allocation errors.Andreas Schneider2-9/+27
2009-04-01Fix build warnings.Andreas Schneider1-2/+2
2009-04-01Add checks for memory errors in channel functions.Andreas Schneider3-3/+28
2009-04-01Check for errors of memory allocation.Andreas Schneider1-7/+38
2009-04-01Add error checking to buffer functions.Andreas Schneider1-96/+162
2009-04-01Fix segfaults in string.c.Andreas Schneider1-2/+1
2009-04-01Add arg and error checking for the string functions.Andreas Schneider1-33/+100
2009-03-30Fix sources list of libssh.Andreas Schneider1-3/+0
2009-03-30Create a ssh_get_hexa function.Andreas Schneider2-11/+48
2009-03-29Fixed memory leak and file descriptor leak in known host parsingAris Adamantiadis1-12/+10
2009-03-29Remove automake files.Andreas Schneider1-14/+0
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider32-546/+674
2009-03-29Improve the lowercase function and free memory allocated by lowercase().Andreas Schneider1-9/+24
2009-03-29openssh Hashed host support !Aris Adamantiadis1-7/+60
2009-03-28Working new known_host algorithmAris Adamantiadis2-114/+175
2009-03-28Fix typos.Andreas Schneider2-2/+2
2009-03-28Fix compilation of the server with option turned off.Andreas Schneider1-1/+7
2009-03-28Add WITH_SERVER option.Andreas Schneider1-2/+2
2009-03-28Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider4-22/+41
2009-03-25Add an option to build a static library.Andreas Schneider1-8/+44
2009-03-21Change the name of the doxygen group to match the others.Andreas Schneider1-1/+2
2009-03-21Add a ssh_version function.Andreas Schneider2-3/+50
2009-03-18Fix compile warnings.Andreas Schneider1-1/+3
2009-03-17Don't require C++ compiler.Andreas Schneider1-1/+1
2009-03-14Fix build warnings.Andreas Schneider5-10/+17