libnfs/lib
Ronnie Sahlberg d3af23322a New version : 2.0.0
The main changes since 1.11.0:

BUGS
====
Fix NULL pointer crash in nfs_link().

Clamp read/write size for servers (Ganesha) that offer very large io sizes
instead of failing to connect to the export.

Tell the server to commit all data to stable storage when we close files.

Double free fix: don't call rpc_free_pdu() after rpc_queue_pdu() failure.

Fix for memory leak in rpc_allocate_*().

Fixes to build nfs-ls and nfs-cp on win32.

Abort the mount process correctly if MOUNT/MNT returns error or is cancelled.

Fix memory leak in error path in nfs_create_2_cb().

Fix leak of rpc->inbuf if we destroy the context while we still have PDUs
in flight.

FEATURES
========
Add O_NOFOLLOW support for nfs_open()

Add a new mkdir2 command that also takes a mode argument.

Add a new readlink2 command that avoids having to preallocate the buffer.

Add support for RPC timeouts for both the sync and async interfaces.

Build fixes for Mingw and Cygwin

Update README to document two new Windows builds

Use SOCK_CLOEXEC for the sockets

Make rpc_set{g|u}id() public

Performance optimization: socket: Batch pdu read in rpc_read_from_socket

Low level support for NFSv4 and some examples

Support for building RPC servers

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2017-06-16 12:48:10 -07:00
..
Makefile.am New version : 2.0.0 2017-06-16 12:48:10 -07:00
init.c Merge branch 'master' into issues-215 2017-05-11 18:51:13 -07:00
libnfs-sync.c Add timeout support in wait_for_nfs_reply 2017-06-15 13:16:23 -07:00
libnfs-win32.def Merge pull request #213 from earlchew/issues-212 2017-05-10 18:13:56 -07:00
libnfs-zdr.c Use clock_gettime(CLOCK_MONOTONIC_COARSE) if/when available 2017-05-10 18:11:00 -07:00
libnfs.c Zero mout the nfs cb data struct after alloc in async lseet 2017-06-15 17:01:38 -07:00
pdu.c Do not fail the session just because the reply we got can not be matched to a pdu 2017-05-31 21:06:36 -07:00
socket.c Change how auto-reconnect works 2017-05-31 19:46:18 -07:00