aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorClayton G. Hobbs <clay@lakeserv.net>2019-01-04 14:39:47 -0500
committerNikolaus Rath <Nikolaus@rath.org>2019-01-04 19:39:47 +0000
commit6b10b3c8c0654d63b84e18f5b4c21e342788cdc7 (patch)
tree8236c7f6cf5bb8f7d06edea1fa80374231736943 /ChangeLog.rst
parentd3c6c338ae8e944f914dc4589f313d92c78dad4f (diff)
downloadsshfs-6b10b3c8c0654d63b84e18f5b4c21e342788cdc7.tar
sshfs-6b10b3c8c0654d63b84e18f5b4c21e342788cdc7.tar.gz
sshfs-6b10b3c8c0654d63b84e18f5b4c21e342788cdc7.tar.bz2
sshfs-6b10b3c8c0654d63b84e18f5b4c21e342788cdc7.zip
Also remap GID under non-MacOS
The manpage says that -o idmap=user maps the UID and GID, but it apparently only mapped the UID. The code was in place to map the GID as well, but it was hidden behind #ifdef __APPLE__. This commit removes those #ifdefs, and in a couple of cases the code inside an #else, to make the option behave as documented.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 13e94c7..7e88754 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,8 @@
+Unreleased Changes
+------------------
+
+* Fixed "-o idmap=user" to map both UID and GID on all OSs.
+
Release 3.5.1 (2018-12-22)
--------------------------