summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
* Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley2011-10-281-0/+1
* Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-10-281-0/+2
* server: ssh_bind_accept_fdAris Adamantiadis2011-10-131-0/+15
* pki: ssh_pki_generateAris Adamantiadis2011-09-242-0/+4
* packet: Move packet callbacks to packet_cb.c.Andreas Schneider2011-09-182-11/+10
* priv: Remove dead prototype.Andreas Schneider2011-09-181-2/+0
* crypt: Rename to packet_crypt.Andreas Schneider2011-09-183-16/+18
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-184-2/+4
* socket: Move socket function to right location.Andreas Schneider2011-09-182-2/+2
* priv: Create crc32.h.Andreas Schneider2011-09-182-4/+29
* priv: Move gcrypt functions to gcrypt header.Andreas Schneider2011-09-182-7/+4
* priv: Start to remove enter_function.Andreas Schneider2011-09-181-59/+38
* priv: Move kex functions to kex header.Andreas Schneider2011-09-184-18/+16
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-182-7/+29
* priv: Move defines to the top.Andreas Schneider2011-09-181-15/+8
* server: split dh_handsake_serverAris Adamantiadis2011-09-181-0/+1
* crypto: rename crypto_struct -> ssh_cipher_structAris Adamantiadis2011-09-183-8/+8
* kex: moved KEX structures to ssh_crypto_structAris Adamantiadis2011-09-182-6/+5
* kex: split key selection and sendingAris Adamantiadis2011-09-184-7/+18
* scp: introduce a 64bits getter to respect ABIAris Adamantiadis2011-09-181-1/+2
* pki: Use ssh_log_function() for ssh_pki_log().Andreas Schneider2011-09-171-1/+4
* log: Split do_ssh_log().Andreas Schneider2011-09-171-0/+3
* log: Remove unneeded ssh_log_function().Andreas Schneider2011-09-171-6/+1
* error: Use macros for error functions.Andreas Schneider2011-09-171-8/+21
* SSH1: handle exit-status message (channels would not close)Aris Adamantiadis2011-09-141-0/+1
* auth: made keyboard-interactive nonblockingAris Adamantiadis2011-09-111-1/+3
* Auth: nonblocking ssh_userauth_pubkey_autoAris Adamantiadis2011-09-111-0/+1
* auth: Implement nonblocking ssh_auth_agentAris Adamantiadis2011-09-111-0/+1
* auth: different code for auth_agentAris Adamantiadis2011-09-111-0/+1
* priv: Remove obsolete ssh_keys_struct.Andreas Schneider2011-09-101-5/+0
* log: Improve the logging function.Andreas Schneider2011-09-102-1/+14
* log: Add new debug log levels.Andreas Schneider2011-09-101-3/+20
* string: Add ssh_string_get_char().Andreas Schneider2011-09-081-0/+1
* string: Use the struct and array for allocating the struct.Andreas Schneider2011-09-081-1/+1
* pki: Add ssh_pki_export_pubkey_rsa1().Andreas Schneider2011-09-052-0/+8
* pki: Add ecdsa key support.Andreas Schneider2011-09-021-0/+6
* channels: Export ssh_channel_poll_timeout().Andreas Schneider2011-09-021-1/+1
* Update libssh to ssh_handle_packets_terminationAris Adamantiadis2011-09-022-0/+6
* Channels: fix the "server specified invalid channel" bugAris Adamantiadis2011-09-021-0/+9
* channels: replaced bugged lists with ssh_listAris Adamantiadis2011-09-023-3/+2
* SSH1: fix buildAris Adamantiadis2011-09-021-1/+1
* channel: implement ssh_channel_poll_timeoutAris Adamantiadis2011-09-021-0/+1
* channels: made all channel requests nonblockingAris Adamantiadis2011-09-021-1/+1
* doc: Improve doc of ssh_message_auth_pubkey().Andreas Schneider2011-08-301-0/+3
* keys: Remove keys.h where it is obsolete.Andreas Schneider2011-08-301-3/+1
* keys: Remove dead prototypes.Andreas Schneider2011-08-301-6/+0
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-302-3/+3
* pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider2011-08-301-1/+2
* legacy: Move ssh_private_key and ssh_public_key typedefs.Andreas Schneider2011-08-283-5/+8
* keyfiles: Remove keyfiles.h.Andreas Schneider2011-08-281-30/+0