summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
* 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-222-2/+6
* Fixed building libssh with MSVC.Andreas Schneider2009-09-213-3/+5
* Limit the size of acceptable compressed packetsAris Adamantiadis2009-09-161-1/+1
* Added support for ~/.ssh/config.Andreas Schneider2009-09-152-0/+4
* SCP warning requestAris Adamantiadis2009-09-132-0/+2
* scp recursive modeAris Adamantiadis2009-09-132-2/+8
* Add better error detection + EOF requestAris Adamantiadis2009-09-132-2/+6
* Change scp API to use integers for permsAris Adamantiadis2009-09-132-11/+13
* 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
* Fix typedef collisons on Solaris.Andreas Schneider2009-08-251-4/+4
* 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-232-16/+10
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-08-232-6/+36
|\
| * Pending workAris Adamantiadis2009-08-231-0/+2
| * added ssh_scp_request_new,ssh_scp_request_structAris Adamantiadis2009-08-232-0/+21
| * 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 a portable define to print size_t.Andreas Schneider2009-08-201-0/+3
| * Remove DEBUG_CRYPTO variable.Andreas Schneider2009-08-201-6/+0
| * Add forward listening featureVic Lee2009-08-161-0/+3
* | experimental callback systemAris Adamantiadis2009-08-234-6/+50
|/
* Add sftp_extension_supported() function.Andreas Schneider2009-08-121-0/+20
* Add support for OpenSSH's statvfs and fstatvfs calls.Andreas Schneider2009-08-121-1/+44
* Set version number to 0.4.0.Andreas Schneider2009-08-121-1/+1
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-08-124-222/+262
|\
| * 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-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