index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
sftp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: Rename libssh/ to src/
Andreas Schneider
2010-09-06
1
-3207
/
+0
*
Fix warning for snprintf
Aris Adamantiadis
2010-05-31
1
-0
/
+1
*
sftp: Fixed sftp_chown.
Andreas Schneider
2010-05-17
1
-1
/
+2
*
Fix sftp_rename on sftp3
Aris Adamantiadis
2010-05-17
1
-2
/
+3
*
Sanitize libssh namespace + legacy wrappers
Aris Adamantiadis
2010-05-14
1
-250
/
+250
*
Fix warnings found with clang analyzer
Aris Adamantiadis
2010-04-28
1
-3
/
+3
*
Fix bugs found by clang analyzer
Aris Adamantiadis
2010-04-28
1
-4
/
+2
*
Fixed a build warning in sftp.
Andreas Schneider
2010-03-29
1
-0
/
+1
*
Fixed sftp_parse_longname() on Windows.
Andreas Schneider
2010-03-02
1
-2
/
+12
*
Fixed longname parsing, this only workings with readdir.
Andreas Schneider
2010-02-24
1
-12
/
+13
*
Added owner and group information in sftp attributes.
Andreas Schneider
2010-02-23
1
-0
/
+53
*
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
[next]