summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
Commit message (Expand)AuthorAgeFilesLines
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-09-171-4/+9
* channels: replaced bugged lists with ssh_listAris Adamantiadis2011-09-021-1/+1
* ssh_auth_password made nonblockingAris Adamantiadis2011-01-161-1/+2
* Made ssh_userauth_none nonblockingAris Adamantiadis2011-01-161-1/+2
* Use termination functions for event pollingAris Adamantiadis2011-01-121-1/+8
* Non-blocking mode for ssh_connectAris Adamantiadis2011-01-101-0/+5
* Change blocking parameter to a flagAris Adamantiadis2011-01-101-2/+6
* Added compression options and allow "yes/no" settingAris Adamantiadis2010-12-271-0/+1
* Removed the global poll ctx in fav. of /session ctxAris Adamantiadis2010-10-121-1/+2
* server: Added an API entry for the message callback.Milo Jhoran2010-08-131-1/+2
* server: Fix missing socket close notification.milo2010-08-131-0/+2
* session: Added callback for the connection per session.milo2010-08-091-0/+1
* session: Fixed the type of the session dh_handshake_state.milo2010-08-091-2/+2
* options: Added option to bind a client to an ip address.Andreas Schneider2010-07-071-1/+1
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-091-0/+1
* First experiment at trying to make libssh c89Aris Adamantiadis2010-04-071-3/+3
* Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara2010-04-071-1/+1
* Fixed and added support for several identity files.Andreas Schneider2010-03-041-1/+1
* Hacked SSH1 to get past authenticationAris Adamantiadis2010-01-251-1/+2
* Fixed blocking bug in channel_pollAris Adamantiadis2010-01-081-1/+1
* Made the server DH asynchronous.Aris Adamantiadis2010-01-061-0/+6
* Add support for async global requestsAris Adamantiadis2010-01-061-1/+2
* Asynchronous authentication works !Aris Adamantiadis2009-12-261-14/+3
* New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis2009-12-261-1/+1
* Asynchronous service requestAris Adamantiadis2009-12-261-1/+16
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-121-0/+2
* Async connection + banner fetch is workingAris Adamantiadis2009-12-111-2/+0
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-1/+1
* More callback stuff in connectionAris Adamantiadis2009-12-051-0/+1
* Trying to adapt client.c to use callbacksAris Adamantiadis2009-12-031-0/+12
* Squashed commit of the following:Aris Adamantiadis2009-11-271-1/+4
* Improved pcap dumping supportAris Adamantiadis2009-11-161-0/+4
* ssh_disconnect doesn't free the session anymoreAris Adamantiadis2009-10-091-1/+0
* Get rid of the options structure.Andreas Schneider2009-10-021-1/+18
* more priv.h splittingAris Adamantiadis2009-09-261-0/+3
* More include file splittingAris Adamantiadis2009-09-261-0/+1
* Get rid of CRYPTOAris Adamantiadis2009-09-231-2/+2
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+97