aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Rest in Peace SSHv1Andreas Schneider1-3/+1
2018-03-21Add a NODELAY optionAlberto Aguirre1-0/+1
2017-12-15Add new optionsAris Adamantiadis1-0/+9
2015-02-02server: Add support for ed25519 keys in the server.Aris Adamantiadis1-1/+1
2014-04-22kex: server fix for first_kex_packet_followsJon Simons1-0/+9
2014-04-15Revert "kex: server fix for first_kex_packet_follows"Andreas Schneider1-9/+0
2014-04-10kex: server fix for first_kex_packet_followsJon Simons1-0/+9
2014-02-12Add session/channel byte/packet countersAudrius Butkevicius1-0/+3
2014-02-01server: allow custom server banners (bug #83)Aris Adamantiadis1-0/+1
2013-11-15options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.Simo Sorce1-0/+1
2013-11-15options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.Andreas Schneider1-0/+1
2013-11-15gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider1-0/+1
2013-09-16session: Remove obsolete status variables.Andreas Schneider1-3/+0
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-1/+0
2013-07-13auth: implement client-side gssapiAris Adamantiadis1-1/+2
2013-07-13auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis1-0/+1
2013-07-13session: Introduce SSH_TIMEOUT_DEFAULTAris Adamantiadis1-0/+5
2013-07-13Defined SSH server callbacks interfaceAris Adamantiadis1-1/+1
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2012-12-23Implement key re-exchangeAris Adamantiadis1-0/+3
2012-02-19server: Add ecdsa hostkey support.Andreas Schneider1-0/+1
2012-02-05session: Use a struct for all options.Andreas Schneider1-17/+18
2011-09-18priv: Move kex functions to kex header.Andreas Schneider1-0/+1
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis1-6/+0
2011-09-18kex: split key selection and sendingAris Adamantiadis1-0/+4
2011-09-11auth: made keyboard-interactive nonblockingAris Adamantiadis1-1/+3
2011-09-11Auth: nonblocking ssh_userauth_pubkey_autoAris Adamantiadis1-0/+1
2011-09-11auth: Implement nonblocking ssh_auth_agentAris Adamantiadis1-0/+1
2011-09-11auth: different code for auth_agentAris Adamantiadis1-0/+1
2011-09-02Update libssh to ssh_handle_packets_terminationAris Adamantiadis1-0/+5
2011-09-02channels: replaced bugged lists with ssh_listAris Adamantiadis1-1/+1
2011-08-22server: Migrate hostkey check to new pki.Andreas Schneider1-1/+3
2011-08-22server: Use new pki infrastructure.Andreas Schneider1-2/+4
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis1-4/+9
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis1-1/+1
2011-02-12Added ssh_userauth_[offer_]pubkey nonblocking ifaceAris Adamantiadis1-1/+3
2011-02-10Added the keyboard-interactive authentication methodmilo1-1/+0
2011-01-16ssh_auth_password made nonblockingAris Adamantiadis1-1/+2
2011-01-16Made ssh_userauth_none nonblockingAris Adamantiadis1-1/+2
2011-01-12Use termination functions for event pollingAris Adamantiadis1-1/+8
2011-01-10Non-blocking mode for ssh_connectAris Adamantiadis1-0/+5
2011-01-10Change blocking parameter to a flagAris Adamantiadis1-2/+6
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis1-0/+1
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