summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* buffer: expose ssh_buffer_get()wip/expose_buffer_methodsFabiano Fidêncio2015-10-121-2/+0
* buffer: expose ssh_buffer_{add,get}_data()Fabiano Fidêncio2015-10-121-4/+0
* buffer: expose ssh_buffer_reinit()Fabiano Fidêncio2015-10-121-2/+0
* buffer: remove ssh_buffer_get_begin()Fabiano Fidêncio2015-10-121-17/+0
* buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()Fabiano Fidêncio2015-10-128-25/+25
* buffer: remove ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-121-16/+1
* buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-1218-84/+84
* pki_gcrypt: adapt to the new behavior of ssh_buffer_get_len()Fabiano Fidêncio2015-10-121-2/+2
* buffer: make ssh_buffer_get_len() call ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-121-1/+1
* buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio2015-10-1217-46/+45
* buffer: cosmetic change in ssh_buffer_get_u8() documentationFabiano Fidêncio2015-10-121-1/+1
* buffer: fix documentation for ssh_buffer_get_u32()Fabiano Fidêncio2015-10-121-6/+10
* pki_gcrypt: Fix warning about not handled values in switchFabiano Fidêncio2015-10-121-0/+2
* cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio2015-10-1215-69/+69
* cleanup: use ssh_ prefix in the gcrypt missing functionsFabiano Fidêncio2015-10-121-2/+2
* cleanup: use ssh_ prefix in the kex (non-static) functionsFabiano Fidêncio2015-10-124-7/+7
* cleanup: use ssh_ prefix in the dh (non-static) functionsFabiano Fidêncio2015-10-124-34/+34
* cleanup: use ssh_ prefix in the channels (non-static) functionsFabiano Fidêncio2015-10-122-12/+12
* cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio2015-10-1226-405/+405
* cleanup: use ssh_ prefix in the blf (non-static) functionsFabiano Fidêncio2015-10-122-23/+23
* cleanup: use ssh_ prefix in the bignum (non-static) functionsFabiano Fidêncio2015-10-125-31/+31
* cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano Fidêncio2015-10-123-8/+8
* crypto: fix broken ifdefAris Adamantiadis2015-09-251-2/+2
* crypto: old-fashioned aes_ctr when evp_aes_ctr is missingAris Adamantiadis2015-09-251-0/+92
* SSH1: fix duplicate identifierAris Adamantiadis2015-09-251-1/+1
* libcrypto: clean up EVP functionsAris Adamantiadis2015-09-252-377/+192
* moved libcrypto structs to c99 notationAris Adamantiadis2015-09-241-113/+81
* crypto: move key setup in newkeys handlerAris Adamantiadis2015-09-243-11/+16
* libcrypto: refactor EVP_(de|en)cryptAris Adamantiadis2015-09-231-56/+61
* crypto: fix potential memory leak in ECDHHEADmasterAris Adamantiadis2015-09-211-0/+4
* kex: Fix zlib compressionAndreas Schneider2015-09-161-0/+1
* kex: Prefer sha2 over sha1Andreas Schneider2015-09-151-5/+4
* pki: Fix a memory leak on error in ssh_pki_copy_cert_to_privkey()Andreas Schneider2015-09-091-0/+1
* pki: Fix a memory leak in pki_import_cert_buffer()Andreas Schneider2015-09-091-0/+1
* pki: Add certificate loading functionsAxel Eppe2015-09-071-2/+110
* pki: Add Add new pki_import_cert_buffer functionAxel Eppe2015-09-071-0/+51
* pki: Add rsa, dss certificate key type definitionsAxel Eppe2015-09-073-0/+24
* pki: Use the standard logging functionAndreas Schneider2015-09-075-97/+109
* cmake: Handle libssh threas library correctlyAndreas Schneider2015-09-072-2/+8
* bignum: Fix OpenSSL crash in SAFE_FREEMichael Wilder2015-09-071-0/+4
* crypto: Add OpenSSL EVP functions for FIPS compatibilityMichael Wilder2015-09-071-143/+409
* server: Fix return code check of ssh_buffer_pack()Andreas Schneider2015-08-181-1/+1
* pki: Fix return values of ssh_key_is_(public|private)Andreas Schneider2015-08-101-2/+2
* sftp: Fix incorrect handling of received length fieldsTilo Eckert2015-08-011-7/+13
* auth: Fix return status for ssh_userauth_agent()Peter Volpe2015-07-301-0/+5
* define our own platform-independent S_IF macrosTilo Eckert2015-07-301-24/+16
* fix file mode checks in sftp_open()Tilo Eckert2015-07-301-8/+7
* fix permissionsAris Adamantiadis2015-07-081-0/+0
* client: handle agent forward open requests with callbacksFabiano Fidêncio2015-07-072-0/+39
* cmake: Fix zlib include directoryAndreas Schneider2015-07-031-1/+1