SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for sshfs-3.5.0-36.2.i586.rpm :

* Fri Dec 07 2018 Jan Engelhardt - Update to new upstream release 3.5.0
* Fixed error code returned by rename(), allowing proper fallback.
* Make utimens(NULL) result in timestamp \"now\" -- no more touched files dated 1970-01-01.
* SSHFS now supports (or rather: ignores) some options that it may receive as result of being mounted from /etc/mtab. This includes things like user, netdev, or auto.
* Dropped support for writeback caching (and, as a consequence, \"unreliable append\" operation). As of kernel 4.14, the FUSE module\'s writeback implementation is not compatible with network filesystems and there are no imminent plans to change that.
* Add support for mounting from /etc/fstab
* SSHFS now supports O_APPEND.
* Fixed a crash due to a race condition when listing directory contents.
* For improved backwards compatibility, SSHFS now also silently accepts the old -o cache_
* options.
* Tue Oct 02 2018 astiegerAATTsuse.com- sshfs 2.10:
* Fix a crash due to a race condition when listing directory contents
* Document limited hardlink support
* Add support for more SSH options.
* Drop support for the nodelay workaround
* Drop support for the nodelaysrv workaround The same effect (enabling NODELAY on the server side and enabling X11 forwarding) can be achieved by explicitly passing - o ForwardX11
* Remove support for -o workaround=all
* Tue Oct 02 2018 astiegerAATTsuse.com- Add source signature and verify source signature- clean up spec file
* Mon Jul 24 2017 mimi.vxAATTgmail.com- update to 2.9
* various bugfixes
* Sun May 28 2017 tomsAATTopensuse.org- Spec file: Correct URL from Sourceforge to GitHub (the SF URL is redirected to GH anyway)
* Tue Oct 18 2016 mimi.vxAATTgmail.com- update to 2.8- Added support for the \"fsync\" extension
* Thu Mar 17 2016 mimi.vxAATTgmail.com- update to 2.7- spec-cleaned spec file
* Added -o cache_max_size=N option to let users tune the maximum size of the cache in number of entries.
* Added -o cache_clean_interval=N and -o cache_min_clean_interval=N options to let users tune the cleaning behavior of the cache.
* Fri Oct 03 2014 dsterbaAATTsuse.cz- update to 2.5
* Add -o disable_hardlink option (debian bug #670926).
* Optimize readdir by sending multiple requests in parallel. Add -o sync_readdir to restore old behavior.
* Map SSH2_FX_FAILURE to ENOTEMPTY for rmdir.
* When checking root directory use LSTAT not STAT. This prevents I/O error being returned after a successful mount if a symlink is mounted.
* Sat May 26 2012 jengelhAATTinai.de- Remove redundant tags/sections from specfile- Parallel build with %_smp_mflags
* Fri Mar 16 2012 tabrahamAATTnovell.com- update to 2.4
* Add \"-oworkaround=fstat\" for SFTP servers which don\'t support the FSTAT message. Patch by: Percy Jahn
* Remove \"-oPreferredAuthentications\" from ssh options if the \"password_stdin\" option is used. Reported by E. Kuemmerle
* Fix double free if reconnection races with request sending. Patch by E. Kuemmerle
* Submit max 32k reads and writes to the sftp server. Also don\'t limit the kernel to 64k reads and writes, rather split into 32k sized chunks and send them to the server all at once. This is more efficient and less demanding from the server. Reported by Ludovic Courtès. Fix suggested by Niels Möller
* Make chown respect the UID mapping policy. Reported and tested by Vivenzio Pagliari
* Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILE. These options allow you to create a pair of local files, similar to /etc/passwd or /etc/group files from the remote server, and use those to remap all the given UIDs/GIDs.
* Add -o slave. This option routes the sftp communication over stdin and stdout, bypassing SSH and network.
* Make sure idmap files aren\'t writable by others otherwise, other local users could change the mapping, and gain access to things they shouldn\'t. Patch by Mike Kelly
 
ICM