summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-244-43/+43
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-242-13/+13
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-242-10/+10
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-243-47/+47
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-243-53/+68
* moved try_publickey_from_file in priv.hAris Adamantiadis2009-07-242-4/+3
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-242-3/+3
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-242-22/+22
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-211-3/+3
* Fix sol8 + ss11 compile errors.Andreas Schneider2009-07-201-1/+11
* Fixed copyright noticesAris Adamantiadis2009-07-132-2/+2
* Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis2009-07-121-0/+1
* Set correct hint when connecting to an IP addressAris Adamantiadis2009-07-121-0/+3
* fix int -> socket_t in SSH_POLLAris Adamantiadis2009-07-041-1/+1
* Temporary move of ssh_poll_* back to priv.hAris Adamantiadis2009-07-042-36/+33
* Move doxygen tags into C filesAris Adamantiadis2009-07-041-122/+1
* Put back the poll declarations into priv.hAris Adamantiadis2009-07-042-7/+9
* Add a generic way to handle sockets asynchronously.Aleksandar Kanchev2009-07-032-8/+163
* Verify memory return codes in ssh_list functionsAris Adamantiadis2009-06-191-1/+1
* added ssh_message_callback support.Aris Adamantiadis2009-06-182-3/+8
* Created general singlelinked list implementationAris Adamantiadis2009-06-181-0/+35
* Begin of asynchronous SSH message parsingAris Adamantiadis2009-06-171-0/+4
* ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis2009-06-172-0/+11
* ssh_init()Aris Adamantiadis2009-06-151-0/+1
* Make use of poll() and add a poll-emulation for win32.Andreas Schneider2009-06-041-0/+25
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-126-10/+6
* Document the ssh server bind functions.Andreas Schneider2009-05-111-1/+74
* Added a ssh_bind_set_fd() function.Andreas Schneider2009-05-111-1/+12
* Change variable names of the keys_struct to avoid conflicts.Andreas Schneider2009-05-111-2/+2
* Improve bin_to_base64() and use const for source.Andreas Schneider2009-05-051-1/+1
* Improve base64_to_bin().Andreas Schneider2009-05-051-1/+1
* Format ssh_select().Andreas Schneider2009-05-051-1/+2
* Use const char * and an unsigned int in ssh_crc32().Andreas Schneider2009-05-051-1/+1
* Improve channel_poll() and add a SSH_EOF return value.Andreas Schneider2009-05-041-3/+4
* Implement channel_read() as a POSIX like function.Andreas Schneider2009-05-041-2/+5
* Improve ssh_channel_from_local().Andreas Schneider2009-05-021-1/+1
* Add a BURN_STRING macro and use it in auth.c.Andreas Schneider2009-04-301-0/+3
* Improve the autopubkey authentication.Andreas Schneider2009-04-301-3/+3
* Improve auto public key authentication.Andreas Schneider2009-04-282-2/+12
* Improve sftp_reply_data and fix sftp_reply_status.Andreas Schneider2009-04-271-2/+2
* Improve sftp_reply_names_add.Andreas Schneider2009-04-271-2/+2
* Improve sftp_reply_name.Andreas Schneider2009-04-271-1/+2
* Add option to build with or without sftp support.Andreas Schneider2009-04-271-2/+14
* Improve the sftp seek functions.Andreas Schneider2009-04-241-2/+6
* Use a negative value for SSH_AGAIN.Andreas Schneider2009-04-241-1/+1
* Improve the sftp async read functions.Andreas Schneider2009-04-241-5/+5
* Improve buffer_add_attributes() and add a return value.Andreas Schneider2009-04-231-1/+1
* Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider2009-04-221-1/+1
* Improve publickey_from_file().Andreas Schneider2009-04-201-1/+2
* Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider2009-04-201-1/+1