aboutsummaryrefslogtreecommitdiff
path: root/libssh/messages.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-20Fix a memory leak in ssh_message_free().Andreas Schneider1-0/+2
2009-06-09Fix build warnings.Andreas Schneider1-0/+5
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+3
2009-05-11Fix a double free corruption.Andreas Schneider1-2/+2
2009-05-11Remove a wrong NULL check.Andreas Schneider1-4/+0
2009-04-10Add error checking to ssh message type functions.Andreas Schneider1-29/+40
2009-04-10Add more error checks to ssh_message_get().Andreas Schneider1-38/+47
2009-04-09Add error checking to ssh_message_channel_request_reply_default().Andreas Schneider1-13/+22
2009-04-09Add error checking to ssh_message_channel_request_reply_success().Andreas Schneider1-13/+26
2009-04-09Add error checking to handle_channel_request().Andreas Schneider1-68/+131
2009-04-09Add error checking to ssh_message_channel_request_open_reply_default().Andreas Schneider1-8/+27
2009-04-09Add error checking to ssh_message_channel_request_open_reply_accept().Andreas Schneider1-29/+54
2009-04-09Add error checking to handle_channel_request_open().Andreas Schneider1-30/+52
2009-04-09Add error checking to ssh_message_auth_reply_success().Andreas Schneider1-5/+14
2009-04-09Add error checks to ssh_message_auth_reply_default().Andreas Schneider1-36/+63
2009-04-09Improve ssh_message_auth* functions.Andreas Schneider1-5/+19
2009-04-09Add more error checks to handle_userauth_request().Andreas Schneider1-39/+90
2009-04-09Improve ssh_message_free().Andreas Schneider1-31/+25
2009-04-09Add return value to handle_unimplemented().Andreas Schneider1-5/+14
2009-04-09Add more error checks to handle_service_request().Andreas Schneider1-19/+38
2009-04-09Reformat message_new().Andreas Schneider1-9/+10
2009-04-03Add NULL check to ssh_message_free().Andreas Schneider1-0/+3
2009-04-01Added memory error checks for message functions.Andreas Schneider1-6/+23
2009-04-01Add checks for memory errors in channel functions.Andreas Schneider1-0/+4
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-18/+23
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-14/+26
2009-02-02Fix several build warnings.Andreas Schneider1-6/+10
2008-11-04doxygen fixes. Mostly typos and some comments.Aris Adamantiadis1-6/+11
2008-06-30fix bug 0000015 about memory leak in server pathAris Adamantiadis1-0/+9
2008-06-16Big changes :Aris Adamantiadis1-8/+0
2008-06-12big changes :Aris Adamantiadis1-32/+66
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2008-03-07first part of win32 patchesAris Adamantiadis1-3/+4
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-0/+1
2005-08-26sftp server implementation :)Aris Adamantiadis1-1/+1
2005-08-25fixed server segfaults on exit (double frees)Aris Adamantiadis1-0/+1
2005-08-18More work on the server side and sftp.Aris Adamantiadis1-2/+5
2005-08-13some adds, now it's possible to test it correctly.Aris Adamantiadis1-0/+20
2005-08-10The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis1-0/+386