summaryrefslogtreecommitdiffstats
path: root/libssh/session.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak introduced by previous bugfixAris Adamantiadis2009-08-121-2/+3
* Fix possible memory corruption (#14)milo2009-08-071-2/+2
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+1
* Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider2009-04-201-2/+2
* Improve ssh_get_version().Andreas Schneider2009-04-141-5/+12
* Improve ssh_get_disconnect_message().Andreas Schneider2009-04-141-12/+18
* Improve ssh_get_status().Andreas Schneider2009-04-141-14/+29
* Cleanup ssh_handle_packets().Andreas Schneider2009-04-141-20/+27
* Add error checks to setter.Andreas Schneider2009-04-141-19/+46
* Use consistent return values for packet_translate().Andreas Schneider2009-04-141-1/+2
* Improve ssh_message_free().Andreas Schneider2009-04-091-1/+0
* Fix SSHv1 compile errors.Andreas Schneider2009-04-081-1/+1
* Improve ssh_cleanup().Andreas Schneider2009-04-031-26/+28
* Improve ssh_socket_free().Andreas Schneider2009-04-031-21/+17
* Use memset cause something is wrong with the macro.Andreas Schneider2009-04-011-1/+1
* Fix ssh connection.Andreas Schneider2009-04-011-1/+1
* Improve ssh_new().Andreas Schneider2009-04-011-17/+34
* Add memory error checks for crypto wrapper functions.Andreas Schneider2009-04-011-0/+3
* More memory error checks for ssh_socket_new().Andreas Schneider2009-04-011-1/+4
* Fix memory error checking in socket functions.Andreas Schneider2009-04-011-1/+8
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-4/+7
* Fix build on Windows.Andreas Schneider2009-03-081-0/+4
* Fix build warnings in session code.Andreas Schneider2009-02-021-2/+3
* Start with ssh agent implementation.Andreas Schneider2009-02-021-0/+3
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-241-0/+1
* fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis2008-10-291-5/+5
* fixed a bug in the channel windows.Aris Adamantiadis2008-06-171-1/+1
* displaced the data_to_* into socketAris Adamantiadis2008-06-161-5/+7
* Big changes :Aris Adamantiadis2008-06-161-7/+4
* big changes :Aris Adamantiadis2008-06-121-3/+16
* workaround for the bug #14Aris Adamantiadis2008-05-261-2/+3
* Doxygen changesAris Adamantiadis2008-05-121-3/+2
* first part of win32 patchesAris Adamantiadis2008-03-071-1/+2
* added the socket class and created wrappersAris Adamantiadis2008-03-041-6/+5
* fix bug #0000002 : in_socket_buffer and out_socket_buffer memleak +Aris Adamantiadis2008-03-031-0/+4
* oops, forgot to verify that it compiled fineAris Adamantiadis2006-11-121-1/+4
* more doxygen documentationAris Adamantiadis2006-11-071-0/+58
* added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis2005-11-221-0/+1
* resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis2005-10-261-0/+15
* patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis2005-10-261-0/+3
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-0/+1
* pam samples files to put into /etc/pam.dAris Adamantiadis2005-08-291-0/+6
* More work on the server side and sftp.Aris Adamantiadis2005-08-181-1/+5
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-101-0/+1
* server kex done :)Aris Adamantiadis2005-08-071-0/+4
* first importAris Adamantiadis2005-07-051-0/+124