summaryrefslogtreecommitdiffstats
path: root/libssh/session.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed uint* to work on Windows.Andreas Schneider2009-12-011-1/+1
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-291-2/+2
* Squashed commit of the following:Aris Adamantiadis2009-11-271-0/+41
* Pcap: more cleanup and minimalist APIAris Adamantiadis2009-11-161-0/+6
* Added explanation in ssh_silent_disconnect doxygenAris Adamantiadis2009-11-091-1/+2
* ssh_disconnect doesn't free the session anymoreAris Adamantiadis2009-10-091-3/+8
* get rid of the option structureAris Adamantiadis2009-10-091-14/+0
* Get rid of the options structure.Andreas Schneider2009-10-021-12/+30
* More include file splittingAris Adamantiadis2009-09-261-1/+1
* More include file movingsAris Adamantiadis2009-09-261-0/+3
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+5
* Get rid of SSH_MESSAGEAris Adamantiadis2009-09-231-2/+2
* get rid of SSH_OPTIONSAris Adamantiadis2009-09-231-1/+1
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-19/+17
* experimental callback systemAris Adamantiadis2009-08-231-0/+1
* Fix memory leak introduced by previous bugfixAris Adamantiadis2009-08-111-2/+3
* Fix possible memory corruption (#14)milo2009-08-061-2/+2
* added ssh_message_callback support.Aris Adamantiadis2009-06-181-1/+8
* 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