Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki: Move keyfiles to pki_gcrypt.c. | Andreas Schneider | 2011-08-08 | 1 | -1563/+0 |
| | |||||
* | Fixed build on openssl | Aris Adamantiadis | 2011-07-20 | 1 | -5/+5 |
| | |||||
* | Fixes the ssh_log issue on ssh_bind handles. | Aris Adamantiadis | 2011-07-19 | 1 | -7/+7 |
| | |||||
* | Fix memory leaks in pki and testcase | Aris Adamantiadis | 2011-05-26 | 1 | -2/+0 |
| | |||||
* | keyfiles: Fixed compilation without defines. | Oliver Stöneberg | 2011-05-17 | 1 | -0/+4 |
| | | | | This fixes cppcheck issues. | ||||
* | Use BIO* in _privatekey_from_file [Oliver Stöneberg] | Oliver Stöneberg | 2011-05-02 | 1 | -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öneberg | 2011-05-01 | 1 | -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 leaks | milo | 2011-04-18 | 1 | -1/+2 |
| | |||||
* | Skip \r when reading private keys | milo | 2011-04-14 | 1 | -2/+3 |
| | |||||
* | Fix error message in privatekey_from_base64() | milo | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | [pki] Fixed a probable bug in privatekey_file_to_buffer() | milo | 2011-04-14 | 1 | -3/+2 |
| | |||||
* | [pki] Added privatekey_from_base64() function... | milo | 2011-04-14 | 1 | -47/+90 |
| | | | | and wrapped it with privatekey_from_file() | ||||
* | [pki] Added b64decode_dsa_privatekey() function | milo | 2011-04-14 | 1 | -0/+60 |
| | |||||
* | [pki] Added b64decode_rsa_privatekey() function | milo | 2011-04-14 | 1 | -0/+72 |
| | |||||
* | [pki] Added privatekey_string_to_buffer() function | milo | 2011-04-14 | 1 | -2/+135 |
| | |||||
* | keys: Fixed issues reported by cppcheck. | Oliver Stöneberg | 2011-04-11 | 1 | -15/+13 |
| | |||||
* | Fixed a bunch of smallish bugs | Aris Adamantiadis | 2010-10-20 | 1 | -8/+13 |
| | | | | | http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list | ||||
* | Fix doxygen warnings | Aris Adamantiadis | 2010-10-03 | 1 | -2/+4 |
| | |||||
* | Removed references to ssh_buffer_get_begin | Aris Adamantiadis | 2010-10-03 | 1 | -2/+2 |
| | |||||
* | keyfiles: Fixed unlink warning. | Andreas Schneider | 2010-09-28 | 1 | -0/+2 |
| | |||||
* | pki: Create a file for known_hosts functions. | Andreas Schneider | 2010-09-28 | 1 | -673/+0 |
| | |||||
* | keyfiles: Fixed the windows defines. | Andreas Schneider | 2010-09-28 | 1 | -11/+12 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+1902 |