summaryrefslogtreecommitdiffstats
path: root/src/keyfiles.c
Commit message (Collapse)AuthorAgeFilesLines
* keyfiles: Fixed compilation without defines.Oliver Stöneberg2011-05-171-0/+4
| | | | This fixes cppcheck issues.
* 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] (cherry picked from commit dcb50cc0c833e73eb6025746f05c49b3c5dbc03b)
* init: Some initialization fixes.Oliver Stöneberg2011-05-011-1/+3
| | | | | | | | - 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)
* [keyfiles] Fix two memory leaksmilo2011-04-181-1/+2
|
* Skip \r when reading private keysmilo2011-04-141-2/+3
|
* Fix error message in privatekey_from_base64()milo2011-04-141-1/+1
|
* [pki] Fixed a probable bug in privatekey_file_to_buffer()milo2011-04-141-3/+2
|
* [pki] Added privatekey_from_base64() function...milo2011-04-141-47/+90
| | | | and wrapped it with privatekey_from_file()
* [pki] Added b64decode_dsa_privatekey() functionmilo2011-04-141-0/+60
|
* [pki] Added b64decode_rsa_privatekey() functionmilo2011-04-141-0/+72
|
* [pki] Added privatekey_string_to_buffer() functionmilo2011-04-141-2/+135
|
* keys: Fixed issues reported by cppcheck.Oliver Stöneberg2011-04-111-15/+13
|
* 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