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