summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
Commit message (Expand)AuthorAgeFilesLines
* Changed the current callback sys to be scalableAris Adamantiadis2009-09-231-25/+0
* Ordered functions in libssh.h alphabeticalyAris Adamantiadis2009-09-231-242/+179
* Fix typos in SSH_OPTIONSAris Adamantiadis2009-09-231-6/+6
* Added a cleaned up interface for setting options.Andreas Schneider2009-09-221-0/+39
* Added a userdata generic pointer to the log callback function.Andreas Schneider2009-09-221-1/+4
* Fixed building libssh with MSVC.Andreas Schneider2009-09-211-0/+1
* Added support for ~/.ssh/config.Andreas Schneider2009-09-151-0/+1
* SCP warning requestAris Adamantiadis2009-09-131-0/+1
* scp recursive modeAris Adamantiadis2009-09-131-2/+7
* Add better error detection + EOF requestAris Adamantiadis2009-09-131-1/+3
* Change scp API to use integers for permsAris Adamantiadis2009-09-131-9/+9
* Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok2009-09-101-0/+1
* Add a portable ssh_mkdir function for Windows.Andreas Schneider2009-09-091-0/+1
* ssh_scp_request_get_{filename,permissions,size}Aris Adamantiadis2009-08-231-0/+3
* added ssh_scp_readAris Adamantiadis2009-08-231-0/+2
* Implementation of ssh_scp_pull_requestAris Adamantiadis2009-08-231-4/+5
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-08-231-0/+18
|\
| * Pending workAris Adamantiadis2009-08-231-0/+2
| * added ssh_scp_request_new,ssh_scp_request_structAris Adamantiadis2009-08-231-0/+7
| * add ssh_scp_push_directory,ssh_scp_leave_directoryAris Adamantiadis2009-08-231-0/+2
| * Make the functions public.Andreas Schneider2009-08-211-2/+2
| * Added ssh_basename() and ssh_dirname().Andreas Schneider2009-08-211-0/+4
| * Add forward listening featureVic Lee2009-08-161-0/+3
* | experimental callback systemAris Adamantiadis2009-08-231-1/+2
|/
* Set version number to 0.4.0.Andreas Schneider2009-08-121-1/+1
* Fix static build.Andreas Schneider2009-08-111-14/+18
* 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-111-131/+141
* ssh_scp_push_file and ssh_scp_writeAris Adamantiadis2009-08-091-1/+2
* Initial scp implementation in source treeAris Adamantiadis2009-08-091-0/+14
* Remove ssh_fd_poll which is gone.Andreas Schneider2009-08-051-1/+0
* Fixed libssh compilation without server support.Andreas Schneider2009-07-311-5/+41
* Add x11 forwarding support for ssh clientVic Lee2009-07-311-0/+3
* Move channel_write_stderr to server.c.Andreas Schneider2009-07-291-1/+0
* Add channel_write_stderr prototype to the right header file.Andreas Schneider2009-07-291-0/+1
* Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2009-07-281-0/+1
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-4/+4
* Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider2009-07-251-0/+1
* move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis2009-07-241-12/+6
* Make the SSH_SAFE_NAMESPACE flag activeAris Adamantiadis2009-07-241-1/+1
* Change refs from AGENT * to ssh_agentAris Adamantiadis2009-07-241-3/+2
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-241-28/+28
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-241-5/+5
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-5/+5
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-6/+6
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-15/+30
* moved try_publickey_from_file in priv.hAris Adamantiadis2009-07-241-4/+0
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-241-2/+2
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-6/+6
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-211-3/+3