summaryrefslogtreecommitdiffstats
path: root/libssh/messages.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed libssh compilation without server support.Andreas Schneider2009-07-311-342/+14
* Fix build errors in new messages functions.Andreas Schneider2009-07-291-4/+3
* Fleshed out server interfacePreston A. Elder2009-07-291-2/+198
* Fix potential memory corruption bugmilo2009-07-271-0/+5
* Public key authentication server sidemilo2009-07-271-1/+86
* Switch completly to stdint types.Andreas Schneider2009-07-251-8/+8
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-1/+1
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-241-2/+2
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-11/+11
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-1/+1
* added ssh_message_callback support.Aris Adamantiadis2009-06-181-10/+44
* Begin of asynchronous SSH message parsingAris Adamantiadis2009-06-171-0/+12
* ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis2009-06-171-55/+75
* 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