Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added owner and group information in sftp attributes. | Andreas Schneider | 2010-02-23 | 1 | -4/+3 |
| | | | | | Parse the longname which is the output of 'ls -l' and set the owner and group if we are talking to an openssh server. | ||||
* | Improve MSVC support. Better binary compatibility. | Andreas Schneider | 2009-11-06 | 1 | -1/+1 |
| | | | | Patch by Patrick Spendrin from KDE. | ||||
* | Fix warnings on old gcc's | Aris Adamantiadis | 2009-11-03 | 1 | -5/+5 |
| | | | | they don't like variable names having type names | ||||
* | Remove deprecated functions. | Andreas Schneider | 2009-10-13 | 1 | -21/+0 |
| | |||||
* | updated the sftp subsystem to follow the type conv | Aris Adamantiadis | 2009-10-10 | 1 | -104/+114 |
| | |||||
* | Fix warnings on opensolaris | Aris Adamantiadis | 2009-09-29 | 1 | -4/+4 |
| | |||||
* | Fixed doxygen compilation warnings | Aris Adamantiadis | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -3/+3 |
| | |||||
* | Fixed building libssh with MSVC. | Andreas Schneider | 2009-09-21 | 1 | -3/+0 |
| | | | | Thanks to Carlo Segato for the patch. | ||||
* | Add sftp_extension_supported() function. | Andreas Schneider | 2009-08-12 | 1 | -0/+20 |
| | |||||
* | Add support for OpenSSH's statvfs and fstatvfs calls. | Andreas Schneider | 2009-08-12 | 1 | -1/+44 |
| | |||||
* | Fix compilation with MSVC and use declspec to export functions. | Andreas Schneider | 2009-08-11 | 1 | -45/+45 |
| | | | | Thanks to Patrick Spendrin <ps_ml@gmx.de> for all the MSVC fixes. | ||||
* | Move extension structure to the end. | Andreas Schneider | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -3/+15 |
| | |||||
* | Add functions to get the extension count, name and data. | Andreas Schneider | 2009-07-28 | 1 | -0/+34 |
| | |||||
* | Add support to read and store sftp extensions. | Andreas Schneider | 2009-07-28 | 1 | -0/+3 |
| | |||||
* | Fix return value of sftp_tell64(). | Andreas Schneider | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | Add a sftp_tel64() function. | Andreas Schneider | 2009-07-25 | 1 | -0/+11 |
| | |||||
* | Add sftp_readlink function. | Andreas Schneider | 2009-07-25 | 1 | -0/+11 |
| | |||||
* | Add sftp_symlink function. | Andreas Schneider | 2009-07-25 | 1 | -0/+13 |
| | |||||
* | move all u32,u16,u8 and u64 declarations in priv.h | Aris Adamantiadis | 2009-07-24 | 1 | -34/+34 |
| | | | | And fix all headers which need u32,u8,u64 | ||||
* | Changes all CHANNEL * to ssh_channel | Aris Adamantiadis | 2009-07-24 | 1 | -2/+2 |
| | |||||
* | Changed all occurences of BUFFER * to ssh_buffer | Aris Adamantiadis | 2009-07-24 | 1 | -7/+7 |
| | |||||
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -12/+12 |
| | |||||
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve sftp_reply_data and fix sftp_reply_status. | Andreas Schneider | 2009-04-27 | 1 | -2/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@627 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve sftp_reply_names_add. | Andreas Schneider | 2009-04-27 | 1 | -2/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@625 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve sftp_reply_name. | Andreas Schneider | 2009-04-27 | 1 | -1/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@622 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve the sftp seek functions. | Andreas Schneider | 2009-04-24 | 1 | -2/+6 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@605 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve the sftp async read functions. | Andreas Schneider | 2009-04-24 | 1 | -5/+5 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@602 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Improve buffer_add_attributes() and add a return value. | Andreas Schneider | 2009-04-23 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@593 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Don't shadow a global variable declaration on unistd.h. | Andreas Schneider | 2009-04-05 | 1 | -1/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@398 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -19/+21 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@305 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix typos. | Andreas Schneider | 2009-03-28 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@301 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add WITH_SERVER option. | Andreas Schneider | 2009-03-28 | 1 | -2/+2 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@293 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix build on Windows. | Andreas Schneider | 2009-03-08 | 1 | -0/+9 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@238 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Fix build warnings in sftp code. | Andreas Schneider | 2009-02-02 | 1 | -2/+6 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@218 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Add doxygen documentation for all public sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -4/+445 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@196 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | Create POSIX like sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -7/+23 |
| | | | | | | | This breaks the API and will be libssh 0.3. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@195 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | some changes to resolve bugs reported by webyog | Aris Adamantiadis | 2008-12-14 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@192 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch, | Aris Adamantiadis | 2008-11-24 | 1 | -10/+12 |
| | | | | | | | | | 0002-Use-const-whereever-it-makes-sense.patch, 0003-Implement-function-to-retrieve-userauth-possabilitie.patch from Andreas Schneider git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@191 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | More doxygen documentation (internal set) | Aris Adamantiadis | 2008-11-05 | 1 | -1/+2 |
| | | | | | | | split of the sftp_async_read function git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@188 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | sftp asynchronous read | Aris Adamantiadis | 2008-06-11 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@164 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | more ACL on directories. Not already enabled. | Aris Adamantiadis | 2005-08-28 | 1 | -1/+1 |
| | | | | | | | | First Pam code. looks like it works more or less. it needs a file in /etc/pam.d to be activated git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@22 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | file opening/reading works :). | Aris Adamantiadis | 2005-08-26 | 1 | -1/+2 |
| | | | | | | | | I fixed the "longname" part of a stat (which makes the output for ls into openssh's sftp) it's possible to browse and open abritrary files. but no ACL yet git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@19 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | sftp server implementation :) | Aris Adamantiadis | 2005-08-26 | 1 | -1/+60 |
| | | | | | | | | at this time, basic support of opendir, readdir, lstat, etc. just enough to "sftp" in and type ls. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@16 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | fixed server segfaults on exit (double frees) | Aris Adamantiadis | 2005-08-25 | 1 | -0/+7 |
| | | | | | | | sftp_server_init() git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@15 7dcaeef0-15fb-0310-b436-a5af3365683c | ||||
* | first import | Aris Adamantiadis | 2005-07-05 | 1 | -0/+225 |
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@1 7dcaeef0-15fb-0310-b436-a5af3365683c |