summaryrefslogtreecommitdiffstats
path: root/src/session.c
Commit message (Expand)AuthorAgeFilesLines
* server: Add support for ed25519 keys in the server.Aris Adamantiadis2015-02-021-0/+2
* options: Fix setting the port.Andreas Schneider2014-12-251-1/+1
* session: add getter for kexalgoJon Simons2014-12-051-0/+29
* buffers: adapt session.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-37/+15
* session: fix ssh_session->srv.ecdsa_key leakJon Simons2014-05-281-0/+4
* Add options support for setting and getting HMAC algorithmsDirkjan Bussink2014-04-221-1/+31
* session: Fix a memory leak with custom banner.Andreas Schneider2014-04-101-0/+1
* session: fix comment typoLuka Perkov2014-03-271-1/+1
* Add session/channel byte/packet countersAudrius Butkevicius2014-02-121-0/+39
* session: skip timestamp init for non-blocking caseJon Simons2014-02-061-1/+5
* session: add getters for session cipher namesJon Simons2014-02-061-0/+32
* client: Fix EOF session error reporting.Joseph Southwell2014-02-021-2/+7
* src: Rename buffer_init to ssh_buffer_init().Andreas Schneider2014-01-191-2/+2
* update copyright informationAris Adamantiadis2014-01-071-1/+1
* session: Fix a possible memory leak.Andreas Schneider2014-01-051-0/+1
* session: Add ssh_get_clientbanner().Jon Simons2013-12-071-0/+15
* options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.Andreas Schneider2013-11-151-0/+1
* gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider2013-11-151-0/+1
* session: Always request POLLINColin Walters2013-11-091-3/+1
* Add ssh_get_poll_flags()Colin Walters2013-11-091-0/+19
* session: Make sure we correctly burn the buffer.Andreas Schneider2013-11-031-1/+1
* session: Try the ecdsa default key first.Andreas Schneider2013-10-011-0/+11
* session: Document return value of ssh_get_serverbanner().Andreas Schneider2013-09-161-0/+3
* session: Remove obsolete status variables.Andreas Schneider2013-09-161-6/+4
* doc: Update documentation of ssh_set_blocking().Andreas Schneider2013-09-091-2/+0
* session: Add parentheses to fix a build warning.Andreas Schneider2013-07-261-1/+1
* session: Handle session state in ssh_get_status().Andreas Schneider2013-07-251-1/+2
* session: ssh_handle_packets_termination() SSH_AGAIN bug fixNicolas Viennot2013-07-251-0/+1
* session: Add brackets to ssh_handle_packets_termination().Andreas Schneider2013-07-211-28/+39
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-22/+16
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-1/+1
* session: Introduce SSH_TIMEOUT_DEFAULTAris Adamantiadis2013-07-131-0/+6
* session: Fix a possible use after free in ssh_free().Andreas Schneider2012-10-221-33/+54
* session: Don't leak memory in ssh_send_debug().Andreas Schneider2012-10-121-4/+4
* session: Make sure we don't segfault on freeing id.Andreas Schneider2012-10-071-1/+1
* session: Fix a memory leak in ssh_new() on error.Andreas Schneider2012-10-051-0/+1
* socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider2012-07-171-3/+7
* session: Use a struct for all options.Andreas Schneider2012-02-051-38/+40
* Ignore and debug messages can be sent using public APIMartin Drasar2012-01-051-0/+90
* commit a7e14524c4f7903f607cdcd02b83782e89f0a82crofl0r2012-01-021-0/+11
* session: Cleanup timeout functions.rofl0r2012-01-021-12/+1
* packet: Move packet callbacks to packet_cb.c.Andreas Schneider2011-09-181-45/+0
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-181-1/+4
* kex: moved KEX structures to ssh_crypto_structAris Adamantiadis2011-09-181-11/+0
* kex: split key selection and sendingAris Adamantiadis2011-09-181-2/+0
* Update libssh to ssh_handle_packets_terminationAris Adamantiadis2011-09-021-37/+57
* Channels: fix the "server specified invalid channel" bugAris Adamantiadis2011-09-021-1/+1
* channels: replaced bugged lists with ssh_listAris Adamantiadis2011-09-021-2/+6
* server: Use new pki infrastructure.Andreas Schneider2011-08-221-2/+3
* session: Fix ssh_free() with NULL argument.Andreas Schneider2011-08-201-1/+1