summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pki_crypto: fix DSA signature extractionJon Simons2014-01-231-26/+50
* doc: Fix description of error parameter for ssh_get_error*Alan Dunn2014-01-221-2/+2
* pki_crypto: pad RSA signature blobsJon Simons2014-01-211-24/+56
* Test change to ssh_bind_accept_fdAlan Dunn2014-01-211-0/+139
* Import keys during ssh_bind_accept_fdAlan Dunn2014-01-211-1/+11
* Separate out key import functionality from ssh_bind_listenAlan Dunn2014-01-211-12/+23
* doc: Fix channel documentation.Andreas Schneider2014-01-171-31/+49
* bind: fix possible double-frees in ssh_bind_freeJon Simons2014-01-161-0/+10
* cmake: Increase version numbers for 0.6.1.Andreas Schneider2014-01-162-3/+3
* doc: Use ssh_channel_accept_forward() in documentation.Andreas Schneider2014-01-161-2/+3
* channel: Add ssh_channel_accept_forward().Oleksandr Shneyder2014-01-162-3/+24
* threads: support libgcrypt 1.6 hackAris Adamantiadis2014-01-083-2/+26
* ChangeLog: Set release date.libssh-0.6.0Andreas Schneider2014-01-081-1/+1
* include: Remove warning cause VSC doesn't know about it.Andreas Schneider2014-01-081-1/+0
* include: Fix building if we do not have asm volatile.Andreas Schneider2014-01-081-1/+2
* src: Update my mail address.Andreas Schneider2014-01-0719-19/+19
* cmake: Remove unused macro modules.Andreas Schneider2014-01-075-108/+0
* update copyright informationAris Adamantiadis2014-01-0720-26/+26
* tests: avoid reading uninitialized bytesAris Adamantiadis2014-01-071-2/+2
* pki: fix gcrypt signature processAris Adamantiadis2014-01-071-1/+1
* examples: Make sure buffer is initialized.Andreas Schneider2014-01-071-1/+1
* example: Add missing include for forkpty().Andreas Schneider2014-01-071-0/+3
* test: fixed torture_auth_none conditionAris Adamantiadis2014-01-061-2/+2
* test: test case for async auth_noneAris Adamantiadis2014-01-061-0/+59
* tests: auth_agent_nonblocking should run in nonblockingAris Adamantiadis2014-01-061-1/+2
* session: Fix a possible memory leak.Andreas Schneider2014-01-061-0/+1
* poll: fix poll_handles ownershipsAris Adamantiadis2014-01-061-5/+27
* socket: don't attempt reading a non-connected socketAris Adamantiadis2014-01-061-1/+1
* tests: use LC_LIBSSH instead of LANG for env tests.Aris Adamantiadis2014-01-061-2/+2
* examples: Fix building samplesshd-tty on FreeBSD.Andreas Schneider2013-12-261-2/+2
* poll: Correctly free ssh_event_fd_wrapper.Andreas Schneider2013-12-221-3/+9
* config: Support expansion in the Host variable too.Andreas Schneider2013-12-211-9/+18
* tests: Fix non-blocking auth tests.Andreas Schneider2013-12-151-6/+15
* tests: Use new auth API in the torture_session test.Andreas Schneider2013-12-151-2/+3
* tests: Use new auth API in the torture_auth test.Andreas Schneider2013-12-151-10/+19
* tests: Fix pki test with gcrypt.Andreas Schneider2013-12-111-0/+4
* channel: fix setting of channel->flagsJon Simons2013-12-111-3/+3
* client: use ssh_channel_do_free in ssh_disconnectJon Simons2013-12-111-1/+1
* bind: Correctly free all memory in ssh_bind_free().Andreas Schneider2013-12-091-3/+7
* session: Add ssh_get_clientbanner().Jon Simons2013-12-072-0/+16
* channels: Add a ssh_channel_read_timeout function.Andreas Schneider2013-12-042-3/+44
* tests: Try to fix torture_forward.Andreas Schneider2013-12-041-4/+4
* tests: Fix memory leaks.Andreas Schneider2013-12-041-0/+9
* pki: Fix a memory leak.Andreas Schneider2013-11-281-0/+1
* tests: Add torture_pki_write_privkey_ecdsa test.Andreas Schneider2013-11-271-0/+44
* tests: Add torture_pki_write_privkey_dsa test.Andreas Schneider2013-11-271-0/+40
* tests: Add torture_pki_write_privkey_rsa test.Andreas Schneider2013-11-271-0/+40
* pki: Add ssh_pki_import_privkey_file().Andreas Schneider2013-11-272-0/+63
* pki_crypto: Add pki_private_key_to_pem().Andreas Schneider2013-11-271-0/+118
* pki_gcrypt: Add pki_private_key_to_pem() stub.Andreas Schneider2013-11-272-0/+18