Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve error reporting of sftp.c | Bernhard R. Link | 2009-10-25 | 1 | -37/+203 |
* | buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes n... | Bernhard R. Link | 2009-10-25 | 1 | -1/+1 |
* | fix stupid bug | Aris Adamantiadis | 2009-10-23 | 1 | -1/+1 |
* | Compatibility with (broken) sftp version 2 protocols | Aris Adamantiadis | 2009-10-23 | 1 | -10/+35 |
* | Remove deprecated functions. | Andreas Schneider | 2009-10-13 | 1 | -13/+0 |
* | Fix a memory corruption in parse_status_msg | Vic Lee | 2009-10-11 | 1 | -1/+1 |
* | updated the sftp subsystem to follow the type conv | Aris Adamantiadis | 2009-10-10 | 1 | -169/+166 |
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -2/+5 |
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -2/+2 |
* | Fixed building libssh with MSVC. | Andreas Schneider | 2009-09-21 | 1 | -5/+8 |
* | Fixed fstatvfs function. | Andreas Schneider | 2009-09-10 | 1 | -2/+2 |
* | Fixed "var is uninitialized" bug. | Dmitry V. Krivenok | 2009-09-10 | 1 | -1/+1 |
* | Don't shadow global vairables. | Andreas Schneider | 2009-08-19 | 1 | -28/+28 |
* | Add sftp_extension_supported() function. | Andreas Schneider | 2009-08-12 | 1 | -17/+15 |
* | Add support for OpenSSH's statvfs and fstatvfs calls. | Andreas Schneider | 2009-08-12 | 1 | -2/+247 |
* | Add functions to get the extension count, name and data. | Andreas Schneider | 2009-07-28 | 1 | -0/+32 |
* | Add support to read and store sftp extensions. | Andreas Schneider | 2009-07-28 | 1 | -21/+117 |
* | Check for OpenSSH and implement sftp_symlink correct. | Andreas Schneider | 2009-07-28 | 1 | -4/+26 |
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -46/+46 |
* | Fix conflicting declarations of ssh_session and ssh_kbdint. | Andreas Schneider | 2009-07-25 | 1 | -1/+1 |
* | 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 | -1/+5 |
* | Add sftp_readlink function. | Andreas Schneider | 2009-07-25 | 1 | -0/+74 |
* | Add sftp_symlink function. | Andreas Schneider | 2009-07-25 | 1 | -0/+83 |
* | Changes all CHANNEL * to ssh_channel | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
* | Changed all occurences of BUFFER * to ssh_buffer | Aris Adamantiadis | 2009-07-24 | 1 | -22/+22 |
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -21/+21 |
* | Fix a possible segfault in sftp_canonicalize_path(). | Andreas Schneider | 2009-07-23 | 1 | -0/+4 |
* | Add logging of the sftp flags used to open a file | Aris Adamantiadis | 2009-06-30 | 1 | -1/+1 |
* | Fixed Could not write as much data as expected msg | Aris Adamantiadis | 2009-06-30 | 1 | -1/+1 |
* | Fixed yet another read-after-free bug | Aris Adamantiadis | 2009-06-21 | 1 | -2/+3 |
* | Fix build warnings. | Andreas Schneider | 2009-06-09 | 1 | -0/+4 |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -3/+1 |
* | Fix compilation on windows. | Andreas Schneider | 2009-05-05 | 1 | -0/+6 |
* | Implement channel_read() as a POSIX like function. | Andreas Schneider | 2009-05-04 | 1 | -3/+3 |
* | Add option to build with or without sftp support. | Andreas Schneider | 2009-04-27 | 1 | -2/+3 |
* | Improve sftp_fstat. | Andreas Schneider | 2009-04-27 | 1 | -28/+41 |
* | Reformat sftp_stat and sftp_lstat. | Andreas Schneider | 2009-04-27 | 1 | -4/+5 |
* | Improve sftp_xstat(). | Andreas Schneider | 2009-04-27 | 1 | -31/+51 |
* | Improve sftp_canonicalize_path(). | Andreas Schneider | 2009-04-27 | 1 | -45/+68 |
* | Reformat sftp_utimes(). | Andreas Schneider | 2009-04-27 | 1 | -1/+2 |
* | Improve sftp_setstat(). | Andreas Schneider | 2009-04-27 | 1 | -36/+60 |
* | Improve sftp_rename(). | Andreas Schneider | 2009-04-27 | 1 | -38/+73 |
* | Improve sftp_mkdir(). | Andreas Schneider | 2009-04-27 | 1 | -55/+78 |
* | Improve sftp_rmdir(). | Andreas Schneider | 2009-04-27 | 1 | -38/+57 |
* | Reformat the sftp_open() function. | Andreas Schneider | 2009-04-27 | 1 | -1/+2 |
* | Improve sftp_unlink(). | Andreas Schneider | 2009-04-24 | 1 | -35/+60 |
* | Reformat sftp tell and seek functions. | Andreas Schneider | 2009-04-24 | 1 | -4/+4 |
* | Improve the sftp seek functions. | Andreas Schneider | 2009-04-24 | 1 | -4/+16 |