add uid and gid URL param to specify alternate uid and/or gid
authorPeter Lieven <pl@kamp.de>
Mon, 23 Dec 2013 12:35:31 +0000 (13:35 +0100)
committerPeter Lieven <pl@kamp.de>
Mon, 23 Dec 2013 13:03:26 +0000 (14:03 +0100)
commit9126c9c0366028cb799978d145fd361c6635b5f4
treecfd4a566c529c0eda149f3d73e0514beae3ae47f
parent1c8b4547cee99df587ed6b5d0112ab3f48d6534d
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 <pl@kamp.de>
include/libnfs-private.h
include/nfsc/libnfs.h
lib/init.c
lib/libnfs.c