summaryrefslogtreecommitdiffstats
path: root/src/legacy.c
Commit message (Collapse)AuthorAgeFilesLines
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-4/+1
|
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-10/+10
|
* legacy: Use snprintf instead of sprintf.Andreas Schneider2012-10-121-2/+3
| | | | Found by Coverity.
* legacy: Don't leak the key struct on error.Andreas Schneider2012-10-121-0/+1
| | | | Found by Coverity.
* session: Use a struct for all options.Andreas Schneider2012-02-051-1/+1
|
* dh: Add ssh_get_publickey().Andreas Schneider2011-10-291-0/+8
|
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-181-0/+1
|
* legacy: Fix possible segfault with publickey_from_file().Andreas Schneider2011-09-181-1/+3
| | | | This function is obsolete.
* server: Fix some build warnings.Andreas Schneider2011-09-111-1/+1
|
* keys: Move publickey_from_privatekey() to legacy.c.Andreas Schneider2011-08-301-1/+31
|
* keys: Move publickey_free() to legacy.c.Andreas Schneider2011-08-301-1/+29
|
* pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider2011-08-301-3/+7
|
* keyfiles: Remove keyfiles.h.Andreas Schneider2011-08-281-6/+0
|
* keyfiles: Make ssh_try_publickey_from_file() legacy.Andreas Schneider2011-08-281-0/+65
|
* keyfiles: Make ssh_try_publickey_from_file() legacy.Andreas Schneider2011-08-281-0/+70
|
* legacy: Remove privatekey_from_base64().Andreas Schneider2011-08-261-34/+0
| | | | | This function has been introduced for libssh 0.6. So we can remove it completely.
* keys: Remove obsolete signatue functions.Andreas Schneider2011-08-261-84/+0
|
* auth: Make ssh_userauth_privatekey_file() legacy.Andreas Schneider2011-08-251-0/+46
|
* auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider2011-08-251-0/+4
|
* auth: Make ssh_userauth_pubkey legacy.Andreas Schneider2011-08-231-0/+29
|
* auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider2011-08-231-0/+20
|
* auth: Move ssh_auth_list to legacy functions.Andreas Schneider2011-08-231-0/+7
|
* pki: Migrate signature functions to legacy code.Andreas Schneider2011-08-221-0/+85
|
* pki: Create a pki private header file.Andreas Schneider2011-08-211-0/+1
|
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-191-2/+2
|
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-161-2/+6
|
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-3/+23
|
* pki: Make publickey_to_string a legacy function.Andreas Schneider2011-08-161-0/+23
|
* pki: Make publickey_from_string a legacy function.Andreas Schneider2011-08-161-0/+29
|
* pki: Fix memleak in privatekey_from_file().Andreas Schneider2011-08-161-0/+5
|
* pki: Make ssh_type_from_name() a legacy function.Andreas Schneider2011-08-161-0/+5
|
* pki: Make ssh_type_to_char() a legacy function.Andreas Schneider2011-08-161-0/+3
|
* pki: Make publickey_from_file() a legacy function.Andreas Schneider2011-08-161-2/+22
|
* pki: Move ssh_privatekey_type and privatekey_free to legacy.Andreas Schneider2011-08-161-0/+22
|
* pki: Use a consistent name scheme.Andreas Schneider2011-08-091-1/+1
| | | | Rename ssh_key_import_private to ssh_pki_import_privkey_file.
* pki: Move _privatekey_from_file to legacy.c.Andreas Schneider2011-08-081-0/+6
|
* pki: Improve ssh_key_import_private().Andreas Schneider2011-08-081-0/+28
|
* pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider2011-08-081-0/+29
|
* Fix the ssh_message_retrieve problem by anihilationAris Adamantiadis2011-03-221-0/+9
|
* legacy: Added missing channel_write_stderr.Andreas Schneider2011-02-231-0/+5
|
* legacy: Fixed the symbol export.Andreas Schneider2011-02-231-1/+3
|
* TODO server: Fixed server support.Andreas Schneider2010-12-181-0/+6
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+237