search for: thuejk

Displaying 5 results from an estimated 5 matches for "thuejk".

2007 Feb 18
8
[Bug 1286] SFTP keeps reading input until it runs out of buffer space
...Product: Portable OpenSSH Version: v4.5p1 Platform: All OS/Version: Linux Status: NEW Keywords: patch Severity: normal Priority: P2 Component: sftp AssignedTo: bitbucket at mindrot.org ReportedBy: thuejk at gmail.com I had a problem with the sshfs connection dying all the time. I have tracked the problem down to the check if (newlen > BUFFER_MAX_LEN) fatal("buffer_append_space: alloc %u not supported", newlen); in buffer.c:buffer_append_ch...
2008 Jun 26
8
[Bug 16530] New: Full screen is broken when using multiple monitors
http://bugs.freedesktop.org/show_bug.cgi?id=16530 Summary: Full screen is broken when using multiple monitors Product: swfdec Version: 0.7.x Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2007 May 06
1
[Bug 1286] SFTP keeps reading input until it runs out of buffer space
http://bugzilla.mindrot.org/show_bug.cgi?id=1286 thuejk at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Linux |All Keywords| |low-hanging-fruit ------- You are re...
2008 May 26
12
[Bug 16103] New: http://www.leparisien.fr of 26052008 crashed with swfdec
http://bugs.freedesktop.org/show_bug.cgi?id=16103 Summary: http://www.leparisien.fr of 26052008 crashed with swfdec Product: swfdec Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at
2007 Feb 18
2
SFTP: a new command to get filesystem size/free space
I am using sshfs with FUSE to mount a remote directory over ssh/sftp (on linux). It would be nice if df could be able to show the total size/free space of the mounted directory. I am aware that returning size/free space would have some limitations. For example, if a subdir of the mounted directory has another filesystem mounted on the remote server, this can not be represented simply. However,