aboutsummaryrefslogtreecommitdiff
path: root/libssh/sftp.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-02Fixed sftp_parse_longname() on Windows.Andreas Schneider1-2/+12
2010-02-24Fixed longname parsing, this only workings with readdir.Andreas Schneider1-12/+13
2010-02-23Added owner and group information in sftp attributes.Andreas Schneider1-0/+53
2009-10-25improve error reporting of sftp.cBernhard R. Link1-37/+203
2009-10-25buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes n...Bernhard R. Link1-1/+1
2009-10-23fix stupid bugAris Adamantiadis1-1/+1
2009-10-23Compatibility with (broken) sftp version 2 protocolsAris Adamantiadis1-10/+35
2009-10-13Remove deprecated functions.Andreas Schneider1-13/+0
2009-10-11Fix a memory corruption in parse_status_msgVic Lee1-1/+1
2009-10-10updated the sftp subsystem to follow the type convAris Adamantiadis1-169/+166
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-2/+5
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-2/+2
2009-09-21Fixed building libssh with MSVC.Andreas Schneider1-5/+8
2009-09-10Fixed fstatvfs function.Andreas Schneider1-2/+2
2009-09-10Fixed "var is uninitialized" bug.Dmitry V. Krivenok1-1/+1
2009-08-19Don't shadow global vairables.Andreas Schneider1-28/+28
2009-08-12Add sftp_extension_supported() function.Andreas Schneider1-17/+15
2009-08-12Add support for OpenSSH's statvfs and fstatvfs calls.Andreas Schneider1-2/+247
2009-07-28Add functions to get the extension count, name and data.Andreas Schneider1-0/+32
2009-07-28Add support to read and store sftp extensions.Andreas Schneider1-21/+117
2009-07-28Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider1-4/+26
2009-07-25Switch completly to stdint types.Andreas Schneider1-46/+46
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider1-1/+1
2009-07-25Fix return value of sftp_tell64().Andreas Schneider1-1/+1
2009-07-25Add a sftp_tel64() function.Andreas Schneider1-1/+5
2009-07-25Add sftp_readlink function.Andreas Schneider1-0/+74
2009-07-25Add sftp_symlink function.Andreas Schneider1-0/+83
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-1/+1
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis1-22/+22
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-21/+21
2009-07-23Fix a possible segfault in sftp_canonicalize_path().Andreas Schneider1-0/+4
2009-06-30Add logging of the sftp flags used to open a fileAris Adamantiadis1-1/+1
2009-06-30Fixed Could not write as much data as expected msgAris Adamantiadis1-1/+1
2009-06-21Fixed yet another read-after-free bugAris Adamantiadis1-2/+3
2009-06-09Fix build warnings.Andreas Schneider1-0/+4
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+1
2009-05-05Fix compilation on windows.Andreas Schneider1-0/+6
2009-05-04Implement channel_read() as a POSIX like function.Andreas Schneider1-3/+3
2009-04-27Add option to build with or without sftp support.Andreas Schneider1-2/+3
2009-04-27Improve sftp_fstat.Andreas Schneider1-28/+41
2009-04-27Reformat sftp_stat and sftp_lstat.Andreas Schneider1-4/+5
2009-04-27Improve sftp_xstat().Andreas Schneider1-31/+51
2009-04-27Improve sftp_canonicalize_path().Andreas Schneider1-45/+68
2009-04-27Reformat sftp_utimes().Andreas Schneider1-1/+2
2009-04-27Improve sftp_setstat().Andreas Schneider1-36/+60
2009-04-27Improve sftp_rename().Andreas Schneider1-38/+73
2009-04-27Improve sftp_mkdir().Andreas Schneider1-55/+78
2009-04-27Improve sftp_rmdir().Andreas Schneider1-38/+57
2009-04-27Reformat the sftp_open() function.Andreas Schneider1-1/+2