summaryrefslogtreecommitdiffstats
path: root/src/keyfiles.c
Commit message (Collapse)AuthorAgeFilesLines
* CVE-2012-4561: Fix error handling of try_publickey_from_file().Andreas Schneider2012-11-141-6/+6
|
* keyfiles: Fix build errors with callbacks.Andreas Schneider2011-09-171-5/+5
| | | | Introduced with the last commit.
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-09-171-7/+7
| | | | | | | | (cherry picked from commit da954c2c5ee85bcbe2f5ad9f507a6306b0f5f8b9) Conflicts: src/keyfiles.c
* Revert "Use BIO* in _privatekey_from_file [Oliver Stöneberg]"Andreas Schneider2011-05-191-0/+4
| | | | This reverts commit da8356b477fc94a18b8098f021a25d7e24ee79de.
* keyfiles: Move FILE* into HAVE_LIBGCRYPT code.Oliver Stöneberg2011-05-171-9/+0
| | | | (cherry picked from commit c7c563eb8ad01ab5750b5ea4e72031ebd298651c)
* keyfiles: Use BIO* in _privatekey_from_file().Oliver Stöneberg2011-05-171-4/+13
| | | | (cherry picked from commit 82df5dc2083a6f7234d1545bd671ee1b5b4680b6)
* Use BIO* in _privatekey_from_file [Oliver Stöneberg]Oliver Stöneberg2011-05-171-4/+0
| | | | _privatekey_from_file: moved FILE* into HAVE_LIBGCRYPT code / added missing #ifdef's to default case of switch [Oliver Stöneberg]
* keyfiles: Fixed compilation without defines.Oliver Stöneberg2011-05-171-0/+4
| | | | | This fixes cppcheck issues. (cherry picked from commit 7f0761885cb21c2013f7b0fc562187a1909a2048)
* Updated privatekey_from_file() to use BIO* as well [Oliver Stöneberg]Oliver Stöneberg2011-05-021-10/+28
|
* Use BIO* in _privatekey_from_file [Oliver Stöneberg]Oliver Stöneberg2011-05-021-12/+25
| | | | _privatekey_from_file: moved FILE* into HAVE_LIBGCRYPT code / added missing #ifdef's to default case of switch [Oliver Stöneberg]
* keyfiles: Fixed the build.Andreas Schneider2011-05-011-0/+2
|
* init: Some initialization fixes.Oliver Stöneberg2011-05-011-3/+4
| | | | | | | | - Check result of ssh_init() in privatekey_from_base64() - Moved code from ssh_finalize() to appropriate subroutines - Only initialize sockets once (caused mismatch of WSAStartup() and WSACleanup() calls and potential usage of bsd_poll when win_poll should be used)
* keys: Fixed issues reported by cppcheck.Oliver Stöneberg2011-04-111-15/+13
| | | | (cherry picked from commit 46475dfa2f246c4a831289bc7625c896eafa6458)
* Fixed a bunch of smallish bugsAris Adamantiadis2010-10-201-8/+13
| | | | | http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list
* Fix doxygen warningsAris Adamantiadis2010-10-031-2/+4
|
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-2/+2
|
* keyfiles: Fixed unlink warning.Andreas Schneider2010-09-281-0/+2
|
* pki: Create a file for known_hosts functions.Andreas Schneider2010-09-281-673/+0
|
* keyfiles: Fixed the windows defines.Andreas Schneider2010-09-281-11/+12
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+1902