summaryrefslogtreecommitdiffstats
path: root/libssh/session.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-520/+0
* Added missing /** in doxygen @}'sAris Adamantiadis2010-08-281-1/+1
* server: Fix missing socket close notification.milo2010-08-131-1/+16
* session: Set needed poll events for handling packets.milo2010-08-091-0/+1
* session: Fixed setting up default identity files.Andreas Schneider2010-05-281-3/+3
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-7/+7
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-091-5/+9
* session: Fixed a memory leak.Andreas Schneider2010-04-201-0/+3
* Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara2010-04-071-0/+1
* Fixed and added support for several identity files.Andreas Schneider2010-03-041-1/+46
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-011-1/+1
* Improve the session documentation.Andreas Schneider2010-02-051-40/+82
* Fixed blocking bug in channel_pollAris Adamantiadis2010-01-081-2/+6
* Fix use-without-initializationAris Adamantiadis2009-12-281-13/+15
* Added a global poll contextAris Adamantiadis2009-12-111-26/+21
* 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