summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* buffer: expose ssh_buffer_get()wip/expose_buffer_methods_wo_cwrapFabiano Fidêncio2016-01-193-5/+1
* buffer: expose ssh_buffer_{add,get}_data()Fabiano Fidêncio2016-01-193-6/+2
* buffer: expose ssh_buffer_reinit()Fabiano Fidêncio2016-01-193-3/+1
* libssh.h: move LIBSSH_API buffer' functions to libssh.hFabiano Fidêncio2016-01-192-4/+4
* buffer: remove ssh_buffer_get_begin()Fabiano Fidêncio2016-01-192-18/+0
* buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()Fabiano Fidêncio2016-01-199-27/+27
* buffer: remove ssh_buffer_get_rest_len()Fabiano Fidêncio2016-01-192-19/+3
* buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio2016-01-1919-94/+94
* pki_gcrypt: adapt to the new behavior of ssh_buffer_get_len()Fabiano Fidêncio2016-01-191-2/+2
* buffer: make ssh_buffer_get_len() call ssh_buffer_get_rest_len()Fabiano Fidêncio2016-01-191-1/+1
* buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio2016-01-1919-53/+52
* buffer: cosmetic change in ssh_buffer_get_u8() documentationFabiano Fidêncio2016-01-191-1/+1
* buffer: fix documentation for ssh_buffer_get_u32()Fabiano Fidêncio2016-01-191-6/+10
* tests: Fix warning about expected format for printfFabiano Fidêncio2016-01-191-2/+2
* pki_gcrypt: Fix warning about not handled values in switchFabiano Fidêncio2016-01-191-0/+2
* cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio2016-01-1918-86/+86
* cleanup: use ssh_ prefix in the gcrypt missing functionsFabiano Fidêncio2016-01-192-6/+6
* cleanup: use ssh_ prefix in the kex (non-static) functionsFabiano Fidêncio2016-01-195-10/+10
* cleanup: use ssh_ prefix in the dh (non-static) functionsFabiano Fidêncio2016-01-197-50/+50
* cleanup: use ssh_ prefix in the channels (non-static) functionsFabiano Fidêncio2016-01-193-18/+18
* cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio2016-01-1930-494/+494
* cleanup: use ssh_ prefix in the blf (non-static) functionsFabiano Fidêncio2016-01-193-36/+36
* cleanup: use ssh_ prefix in the bignum (non-static) functionsFabiano Fidêncio2016-01-196-34/+34
* cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano Fidêncio2016-01-195-14/+14
* auth: Remove references to ssh_userauth_pubkey in documentationYounes Serraj2016-01-191-7/+6
* tests: Initialize output and iv in torture_cryptoAndreas Schneider2016-01-191-3/+4
* pki: Make sure checkint1 and checkint2 are not used uninitializedAndreas Schneider2016-01-191-1/+1
* buffer: Make sure we do not use u32len uninitializedAndreas Schneider2016-01-191-2/+4
* valgrind: Add suppression for glibc dlopen issueAndreas Schneider2016-01-191-0/+8
* torture: Fix a memory leakAndreas Schneider2016-01-191-0/+1
* torture: Add missing include for AF_INETAndreas Schneider2016-01-181-0/+1
* tests: Require pam_wrapper 1.0.1Andreas Schneider2016-01-181-1/+1
* tests: Wait for sshd to start before connectingAndreas Schneider2016-01-181-0/+3
* tests: Turn on kbdint tests in torture_authAndreas Schneider2016-01-141-4/+0
* tests: Turn on PAM support in sshd with pam_wrapperAndreas Schneider2016-01-144-1/+17
* torture: Improve process termination functionAndreas Schneider2016-01-141-5/+16
* tests: Support other openssh versions ...Andreas Schneider2016-01-143-8/+27
* tests: Rename torture_sftp_static to torture_sftp_extAndreas Schneider2016-01-142-4/+1
* tests: Migrate torture_sftp_read to a cwrap testAndreas Schneider2016-01-142-29/+44
* tests: Migrate torture_sftp_dir to cwrap testAndreas Schneider2016-01-142-29/+52
* torture: Add sftp session pointer to torture_stateAndreas Schneider2016-01-141-0/+1
* tests: Migrate torture_request_env to cwrap testAndreas Schneider2016-01-142-29/+40
* tests: Migrate torture_session to cwrap testAndreas Schneider2016-01-142-42/+53
* torture: Start sshd as rootAndreas Schneider2016-01-141-0/+4
* tests: Migrate torture_proxycommand to new cwrap testAndreas Schneider2016-01-142-23/+56
* tests: Migrate torture_knownhosts to new cwrap testAndreas Schneider2016-01-142-96/+181
* torture: Enable old host key algos for testingAndreas Schneider2016-01-141-0/+1
* tests: Migrate torture_forward to a cwrap testAndreas Schneider2016-01-142-34/+34
* torture: Fix torture_ssh_session() for cwrap testingAndreas Schneider2016-01-141-8/+3
* tests: Migrate torture_algorithms to a cwrap testAndreas Schneider2016-01-142-106/+221