aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-12Removed the global poll ctx in fav. of /session ctxAris Adamantiadis1-1/+2
2010-08-13server: Added an API entry for the message callback.Milo Jhoran1-1/+2
2010-08-13server: Fix missing socket close notification.milo1-0/+2
2010-08-09session: Added callback for the connection per session.milo1-0/+1
2010-08-09session: Fixed the type of the session dh_handshake_state.milo1-2/+2
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider1-1/+1
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis1-0/+1
2010-04-07First experiment at trying to make libssh c89Aris Adamantiadis1-3/+3
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara1-1/+1
2010-03-04Fixed and added support for several identity files.Andreas Schneider1-1/+1
2010-01-25Hacked SSH1 to get past authenticationAris Adamantiadis1-1/+2
2010-01-08Fixed blocking bug in channel_pollAris Adamantiadis1-1/+1
2010-01-06Made the server DH asynchronous.Aris Adamantiadis1-0/+6
2010-01-06Add support for async global requestsAris Adamantiadis1-1/+2
2009-12-26Asynchronous authentication works !Aris Adamantiadis1-14/+3
2009-12-26New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis1-1/+1
2009-12-26Asynchronous service requestAris Adamantiadis1-1/+16
2009-12-12packet SSH_KEXINIT received and parsedAris Adamantiadis1-0/+2
2009-12-11Async connection + banner fetch is workingAris Adamantiadis1-2/+0
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis1-1/+1
2009-12-05More callback stuff in connectionAris Adamantiadis1-0/+1
2009-12-03Trying to adapt client.c to use callbacksAris Adamantiadis1-0/+12
2009-11-27Squashed commit of the following:Aris Adamantiadis1-1/+4
2009-11-16Improved pcap dumping supportAris Adamantiadis1-0/+4
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis1-1/+0
2009-10-02Get rid of the options structure.Andreas Schneider1-1/+18
2009-09-26more priv.h splittingAris Adamantiadis1-0/+3
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-23Get rid of CRYPTOAris Adamantiadis1-2/+2
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+97