aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-02connector: Implement ssh_connector_except()Aris Adamantiadis4-5/+670
2016-05-02channels: Move ssh_channel_write_stderr out of server-onlyAris Adamantiadis1-1/+2
2016-05-02callbacks: Implement list of callbacks for channelsAris Adamantiadis4-162/+245
2016-05-02packets: Handle flow control callbacksAris Adamantiadis1-1/+25
2016-05-02events: Add functions for poll objectsAris Adamantiadis1-0/+27
2016-05-02Add id_ed25519 to the default identity listKohei Suzuki1-0/+9
2016-05-02channels: Bugfix for a possible invalid pointer usage (channel->session) in v...David Kedves1-4/+4
2016-05-02auth: Cleanup memory leak when using SSH agentStef Walter2-7/+23
2016-05-02auth1: Fix non-blocking SSHv1 authAndreas Schneider1-4/+11
2016-05-02pki_gcrypt: Add primitive to read ASN.1 bit stringsJustus Winter1-0/+59
2016-05-02pki: Fix debug messageJustus Winter1-1/+5
2016-05-02dh: Print hexadecimal data to stderrJustus Winter1-1/+1
2016-05-02pki_gcrypt: Rework 'pki_export_pubkey_rsa1'Justus Winter1-23/+8
2016-05-02pki_gcrypt: Rework 'pki_publickey_to_blob'Justus Winter1-56/+36
2016-05-02pki_gcrypt: Rework 'pki_key_dup'Justus Winter1-221/+66
2016-05-02libgcrypt: Add helper to extract MPIs into ssh_stringsJustus Winter1-0/+52
2016-05-02options: Check if a port has been givenJustus Winter1-1/+3
2016-05-02dh: Rename ssh_get_publickey() to ssh_get_server_publickey()Andreas Schneider1-1/+9
2016-03-21pki: Mention relevant RFC for EC key encodingJustus Winter1-0/+2
2016-03-21pki_gcrypt: Fix memory leakJustus Winter1-5/+7
2016-03-21pki_gcrypt: Burn key materialJustus Winter1-0/+11
2016-03-21pki_gcrypt: Generalize asn1_get_intJustus Winter1-2/+6
2016-03-21pki_gcrypt: Fix memory leakJustus Winter1-0/+2
2016-03-15agent: Add cert auth support to ssh_agent_get_next_ident()Axel Eppe1-0/+4
2016-03-15auth: Add cert auth support to ssh_userauth_publickey()Axel Eppe1-4/+10
2016-03-15pki_gcrypt: Add cert auth support to pki_publickey_to_blob()Axel Eppe1-0/+10
2016-03-15pki_crypto: Add cert auth support to pki_publickey_to_blob()Axel Eppe1-0/+10
2016-03-14server: handle keepalive@openssh.com global requestsAris Adamantiadis1-0/+9
2016-03-03options: Document SSH_OPTIONS_ADD_IDENTITYAndreas Schneider1-0/+11
2016-02-23dh: Fix CVE-2016-0739Aris Adamantiadis1-5/+17
2016-02-23options: Fix documentation typoHani Benhabiles1-1/+1
2016-02-23pki: Fixed documentation about return value.Younes Serraj1-1/+1
2016-01-19buffer: expose ssh_buffer_get()Fabiano Fidêncio1-2/+0
2016-01-19buffer: expose ssh_buffer_{add,get}_data()Fabiano Fidêncio1-4/+0
2016-01-19buffer: expose ssh_buffer_reinit()Fabiano Fidêncio1-2/+0
2016-01-19buffer: remove ssh_buffer_get_begin()Fabiano Fidêncio1-17/+0
2016-01-19buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()Fabiano Fidêncio8-25/+25
2016-01-19buffer: remove ssh_buffer_get_rest_len()Fabiano Fidêncio1-16/+1
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio18-83/+83
2016-01-19pki_gcrypt: adapt to the new behavior of ssh_buffer_get_len()Fabiano Fidêncio1-2/+2
2016-01-19buffer: make ssh_buffer_get_len() call ssh_buffer_get_rest_len()Fabiano Fidêncio1-1/+1
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio17-46/+45
2016-01-19buffer: cosmetic change in ssh_buffer_get_u8() documentationFabiano Fidêncio1-1/+1
2016-01-19buffer: fix documentation for ssh_buffer_get_u32()Fabiano Fidêncio1-6/+10
2016-01-19pki_gcrypt: Fix warning about not handled values in switchFabiano Fidêncio1-0/+2
2016-01-19cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio17-77/+77
2016-01-19cleanup: use ssh_ prefix in the gcrypt missing functionsFabiano Fidêncio1-2/+2
2016-01-19cleanup: use ssh_ prefix in the kex (non-static) functionsFabiano Fidêncio4-7/+7
2016-01-19cleanup: use ssh_ prefix in the dh (non-static) functionsFabiano Fidêncio6-36/+36
2016-01-19cleanup: use ssh_ prefix in the channels (non-static) functionsFabiano Fidêncio2-12/+12