aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-24dh-gex: Add server implementationAris Adamantiadis1-0/+1
2019-01-24dh-gex: Add client implementationAris Adamantiadis1-0/+1
2019-01-09server: Correctly handle extensionsJakub Jelen1-3/+4
2019-01-09packet: Implement rekeying based on the recommendation from RFC'sJakub Jelen1-0/+2
2019-01-09packet: Prepare counters to handle rekeying limitsJakub Jelen1-0/+2
2019-01-09options: Introduce new options for handling rekey limitsJakub Jelen1-0/+2
2018-12-07session: Use long for the timeoutAndreas Schneider1-2/+4
2018-12-07config: Get rid of the dynamic seen arrayJakub Jelen1-1/+2
2018-11-02config: Preserve the seen array among invocationsJakub Jelen1-0/+1
2018-11-02Process OpenSSH configuration files by default.Jakub Jelen1-0/+3
2018-10-30session: Drop unused structure member (SSHv1)Jakub Jelen1-2/+0
2018-08-31server: Support for extension negotiationJakub Jelen1-0/+1
2018-08-31options: The new option SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPESJakub Jelen1-0/+1
2018-08-31client: Handle the MSG_EXT_INFO packet signalling supported extensionsJakub Jelen1-0/+8
2018-08-27auth: Also log the current auth methodAndreas Schneider1-0/+1
2018-08-27session: Group auth variables in a structAndreas Schneider1-4/+8
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