From: Peter Lieven Date: Mon, 23 Dec 2013 12:35:31 +0000 (+0100) Subject: add uid and gid URL param to specify alternate uid and/or gid X-Git-Tag: upstream/1.9.6^2~163^2~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9126c9c0366028cb799978d145fd361c6635b5f4;hp=9126c9c0366028cb799978d145fd361c6635b5f4;p=deb_libnfs.git add uid and gid URL param to specify alternate uid and/or gid This allows to connect with an alternate uid or gid than that of the current user. Example: examples/nfs-ls nfs://10.0.0.1/export?uid=1000&gid=33 Signed-off-by: Peter Lieven ---