aboutsummaryrefslogtreecommitdiff
path: root/libssh/sftp.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-24Improve sftp_unlink().Andreas Schneider1-35/+60
2009-04-24Reformat sftp tell and seek functions.Andreas Schneider1-4/+4
2009-04-24Improve the sftp seek functions.Andreas Schneider1-4/+16
2009-04-24Improve sftp_write().Andreas Schneider1-50/+75
2009-04-24Improve the sftp async read functions.Andreas Schneider1-90/+112
2009-04-24Improve sftp_read().Andreas Schneider1-127/+171
2009-04-23Improve sftp_closedir().Andreas Schneider1-12/+12
2009-04-23Improve sftp_close().Andreas Schneider1-11/+11
2009-04-23Improve sftp_handle_close().Andreas Schneider1-36/+52
2009-04-23Improve sftp_attributes_free().Andreas Schneider1-15/+14
2009-04-23Reformat sftp_dir_eof().Andreas Schneider1-63/+97
2009-04-23Reformat sftp_server_version().Andreas Schneider1-2/+2
2009-04-23Reformat sftp_parse_attr().Andreas Schneider1-11/+14
2009-04-23Improve buffer_add_attributes() and add a return value.Andreas Schneider1-25/+51
2009-04-23Improve sftp_parse_attr_4().Andreas Schneider1-104/+130
2009-04-23Improve sftp_parse_attr_4().Andreas Schneider1-128/+151
2009-04-23Improve sftp_opendir().Andreas Schneider1-52/+80
2009-04-23Map permission field to type field.Andreas Schneider1-1/+46
2009-04-23Improve parse_handle_msg().Andreas Schneider1-20/+25
2009-04-23Fix a compile error.Andreas Schneider1-4/+5