summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
...
| * Use gcc visibility attribute to get rid of the map file.Andreas Schneider2009-08-111-20/+34
| * Fix compilation with MSVC and use declspec to export functions.Andreas Schneider2009-08-114-212/+234
* | Make the calltrace logging optionalAris Adamantiadis2009-08-121-0/+5
|/
* Latest scp codeAris Adamantiadis2009-08-101-0/+9
* ssh_scp_push_file and ssh_scp_writeAris Adamantiadis2009-08-092-1/+4
* Initial scp implementation in source treeAris Adamantiadis2009-08-092-0/+21
* Remove ssh_fd_poll which is gone.Andreas Schneider2009-08-051-1/+0
* Move extension structure to the end.Andreas Schneider2009-08-011-1/+1
* Fixed libssh compilation without server support.Andreas Schneider2009-07-312-42/+41
* Add x11 forwarding support for ssh clientVic Lee2009-07-311-0/+3
* Fix build with MSVC.Andreas Schneider2009-07-302-4/+29
* Move channel_write_stderr to server.c.Andreas Schneider2009-07-293-1/+4
* Add channel_write_stderr prototype to the right header file.Andreas Schneider2009-07-292-2/+1
* Fleshed out server interfacePreston A. Elder2009-07-291-8/+27
* Add functions to get the extension count, name and data.Andreas Schneider2009-07-281-0/+34
* Add support to read and store sftp extensions.Andreas Schneider2009-07-281-0/+3
* Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2009-07-282-0/+2
* Fix typo orignator_port -> originator_portmilo2009-07-271-1/+1
* Remove double SSH2_MSG_USERAUTH_PK_OK.Andreas Schneider2009-07-271-1/+0
* Public key authentication server sidemilo2009-07-273-0/+8
* Switch completly to stdint types.Andreas Schneider2009-07-251-52/+46
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-253-16/+16
* Fix return value of sftp_tell64().Andreas Schneider2009-07-251-1/+1
* Add a sftp_tel64() function.Andreas Schneider2009-07-251-0/+11
* Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider2009-07-251-0/+1
* Add sftp_readlink function.Andreas Schneider2009-07-251-0/+11
* Add sftp_symlink function.Andreas Schneider2009-07-251-0/+13
* move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis2009-07-244-47/+47
* Make the SSH_SAFE_NAMESPACE flag activeAris Adamantiadis2009-07-241-1/+1
* Change refs from AGENT * to ssh_agentAris Adamantiadis2009-07-242-4/+3
* 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