libnfs/lib
Vitaliy Filippov 22546a29e9 Add an opaque pointer argument to service_proc
Without this argument it's impossible to pass an object instance to procedure
callbacks which basically forces users to either use global variables or to
write additional boilerplate code and find object instances from rpc_context
pointer values.
2022-02-06 02:26:18 +03:00
..
CMakeLists.txt cmake: add include headers to libnfs 2018-06-25 09:58:31 +10:00
Makefile.am new version 4.0.0 2019-02-13 07:38:04 +10:00
init.c Fix invalid left-shift of pid_t type by casting to large enough type 2018-12-18 15:50:21 -08:00
libnfs-sync.c add nfs_umount() which will unregister the client from the mount daemon 2018-12-29 13:56:29 +10:00
libnfs-win32.def add nfs_umount() which will unregister the client from the mount daemon 2018-12-29 13:56:29 +10:00
libnfs-zdr.c Don't try to ZDR_DECODE strings into a pre-existing pointer 2022-02-06 02:23:44 +03:00
libnfs.c add nfs_umount() which will unregister the client from the mount daemon 2018-12-29 13:56:29 +10:00
nfs_v3.c Fix memory leak in nfs_close for NFSv3 2019-02-13 07:38:04 +10:00
nfs_v4.c nfs_statvfs64() initialize/clear the nfs_statvs_64 structure. 2018-12-28 07:10:52 +10:00
pdu.c Add an opaque pointer argument to service_proc 2022-02-06 02:26:18 +03:00
socket.c Define MSG_NOSIGNAL to 0 on Mac OSX 2018-12-17 23:34:53 -08:00