deb_libnfs.git
2014-03-20  Ronnie SahlbergPORTMAP: Add support for PORTMAP v3 CALLIT
2014-03-20  Ronnie SahlbergPORTMAP: Add v3 GETTIME support
2014-03-20  Ronnie SahlbergIPv6: If we use IPv6 then we need to use PMAP v3 GETADDR
2014-03-20  Ronnie SahlbergPORTMAP: Add support for SET UNSET procedures
2014-03-20  Ronnie SahlbergPORTMAP: Add support for PORTMAP v3 GETADDR
2014-03-20  Ronnie SahlbergPORTMAPv3: Add NULL and DUMP commands. Also add portmap...
2014-03-20  Ronnie SahlbergGETEXPORT: Use rpc_connect_program_async() flow during...
2014-03-20  Ronnie SahlbergRPC_CONNECT: Use the rpc_connect_program_async() flow...
2014-03-20  Ronnie SahlbergPORTMAP: Rename the functions in PMAP to PMAP2 to desri...
2014-03-20  Ronnie SahlbergIPV6: Add basic IPv6 support
2014-03-20  Ronnie SahlbergNew version: 1.9.3
2014-03-18  Ronnie SahlbergMerge pull request #69 from plieven/for-1.9.3
2014-03-18  Peter Lievennfs_{pread,pwrite}_async: fix oom handling and comments
2014-03-17  Ronnie SahlbergMerge pull request #68 from plieven/for-1.9.3
2014-03-17  Peter Lievenexamples/nfs-ls: fix summary output
2014-03-16  Ronnie SahlbergPORTMAP: Add support for V3 DUMP command
2014-03-16  Ronnie SahlbergMerge pull request #67 from plieven/for-1.9.3
2014-03-16  Peter Lieven{pread,pwrite}_async: fix potential segfault in out...
2014-03-16  Peter Lievennfs_pread_async: handle short reads
2014-03-16  Peter Lievennfs_pwrite_async: handle short writes
2014-03-16  Peter Lievenfix possible wrong cast to 32-bit unsigned
2014-03-16  Peter Lievenintroduce nfs_fill_{READ,WRITE}3args
2014-03-16  Peter Lievenfix potential overflow in nfs_pread_mcb
2014-03-13  Ronnie SahlbergImprove error messages when READDIRPLUS emulation fails.
2014-03-13  Ronnie SahlbergDont check for NFS errors in the LOOKUP during READDIRP...
2014-03-13  Ronnie SahlbergSet default uid/gid to 65534/nobody for ANDROID
2014-03-12  Ronnie SahlbergWe only need to spend CPU computing a new error string...
2014-03-12  Ronnie SahlbergImprove error reporting when unmarshalling of message...
2014-03-05  Ronnie SahlbergAdd a new nfs_stat64() function that operates on a...
2014-02-20  Arne Redlichnfs_pread_async: plug potential memleaks
2014-02-20  Arne Redlichnfs_write_async: plug potential memory leaks
2014-02-20  Arne Redlichrpc_read_from_socket: fix use-after-free due to missing...
2014-02-20  Arne Redlichsocket.c: fix format string issues (too few arguments)
2014-02-20  Arne Redlich{nfs,rpc}_set_error: add __attribute__((format(printf...
2014-02-20  Arne Redlichnfs_rename_continue_1_internal: fix use-after-free
2014-02-20  Arne Redlichnfs_unlink_async: plug potential memory leak
2014-02-20  Arne Redlichnfs_rmdir_async: fix potential memory leak
2014-02-20  Arne Redlichnfs_mkdir_async: fix potential memory leak
2014-02-20  Arne Redlichnfs_mknod_async: fix use-after-free
2014-02-20  Arne Redlichnfs_fchown_async: fix use-after-free
2014-02-20  Arne Redlichnfs_fchmod_async: fix use-after-free
2014-02-20  Arne Redlichnfs_opendir2_cb: plug potential memleaks
2014-02-20  Arne Redlichfree_nfs_cb_data: make static and drop superfluous...
2014-02-20  Arne Redlichfree_nfs_cb_data: add assert(data->free_continue_data)
2014-02-20  Arne Redlichnfs_fchown_async: fix nullptr dereference
2014-02-20  Arne Redlichnfs_fchown_async: plug potential memleak
2014-02-20  Arne Redlichnfs_creat_async: plug potential memleak
2014-02-20  Arne Redlichnfs_mknod_async: plug potential memory leak
2014-02-20  Arne Redlichnfs_lookuppath_async: plug potential memleak
2014-02-20  Arne Redlichnfs_opendir_cb: plug potential memory leak
2014-02-20  Arne Redlichlibnfs-raw.h: rename export -> exportname to avoid...
2014-02-20  Arne Redlichlibnfs.h: wrap in extern "C" for C++ compatibility
2014-02-20  Arne Redlichnfs_normalize_path: fix using the results of assignment...
2014-02-20  Arne Redlichlibnfs-zdr.h: wrap in extern "C" for C++ compatibility
2014-02-20  Arne Redlichlibnfs-raw.h: wrap in extern "C" for C++ compatibility
2014-02-20  Arne Redlichlibnfs-private.h: wrap in extern "C" for C++ compatibility
2014-02-20  Arne Redlichslist.h: add include guards
2014-02-20  Arne Redlichlibnfs-private.h: add include guards
2014-02-20  Arne Redlichlibnfs-raw.h: remove trailing whitespace
2014-02-20  Arne Redlichlibnfs.h: add include guards
2014-02-12  Ronnie SahlbergChange license for the ld preload hack to gplv3
2014-02-03  Ronnie SahlbergAdd a simple LD_PRELOAD toy to make cat and cp nfs...
2014-02-03  Ronnie SahlbergWe need to pass a filehandle back for open(O_TRUNC...
2014-02-02  Ronnie SahlbergAdd support for O_TRUNC with nfs_open()
2014-02-02  Ronnie SahlbergRename the nfs_open() argument from mode to flags
2014-02-02  Ronnie SahlbergAdd a rpc_set_fd() fucntion which can be used to swap...
2014-02-01  Ronnie SahlbergEmpty paths are no longer an error. Translate it to...
2014-01-31  Ronnie SahlbergAdd support for chdir and getcwd
2014-01-31  Ronnie SahlbergRemove chdir changes for now. Needs more testing.
2014-01-31  Ronnie SahlbergRevert "Add support for chdir and getcwd"
2014-01-28  Ronnie SahlbergNew version 1.9.1
2014-01-28  Ronnie SahlbergWe need the libnfs-raw-*.h files in include/Makefile.am
2014-01-28  Ronnie SahlbergAdd support for chdir and getcwd
2014-01-28  Ronnie SahlbergNew version : 1.9.0
2014-01-16  Ronnie SahlbergMerge pull request #50 from asgeirn/master
2014-01-16  Asgeir Storesund... Fixed SPEC file to work with Red Hat 6.3 x64.
2014-01-14  Ronnie SahlbergMerge pull request #49 from Memphiz/win32fix4
2014-01-13  Memphiz[win32] - fix comilation by removing a unused "int...
2014-01-13  Memphiz[win32] - add new missing files to vs project
2014-01-13  Memphiz[win32/nlm] - add missing typedef for u_quad_t and...
2014-01-13  Ronnie SahlbergMake sure cookie is initialized before we use it.
2014-01-13  Ronnie SahlbergExport the three new nfs_set_* functions from the windo...
2014-01-13  Ronnie SahlbergMerge pull request #48 from plieven/master
2014-01-13  Peter Lievenmake adjustments for v6 of the qemu NFS driver
2014-01-12  Ronnie SahlbergMerge pull request #47 from Memphiz/win32fix3
2014-01-12  Memphiz[win32] - fixed bad number casting when using libnfs...
2014-01-08  Ronnie SahlbergMerge pull request #45 from maksbotan/master
2014-01-08  Maxim KoltsovAdjust Makefile.am's to support out-of-source builds
2014-01-01  Ronnie SahlbergAdd uid/gid to the stat data returned in the readdir...
2014-01-01  Ronnie SahlbergAssign the whole nfs_fh3 structure instead of element...
2013-12-31  Ronnie SahlbergChange rpc_nfs_readdirplus to rpc_nfs3_readdirplus
2013-12-31  Ronnie SahlbergChange rpc_nfs_readdir to rpc_nfs3_readir
2013-12-31  Ronnie SahlbergChange rpc_nfs_readlink to rpc_nfs3_readlink
2013-12-31  Ronnie SahlbergChange rpc_nfs_symlink to rpc_nfs3_symlink
2013-12-31  Ronnie SahlbergChane rpc_nfs_link to rpc_nfs3_link
2013-12-31  Ronnie SahlbergChange rpc_nfs_rename to rpc_nfs3_rename
2013-12-31  Ronnie SahlbergChange rpc_nfs_mknod to rpc_nfs3_mknod
2013-12-31  Ronnie SahlbergChange rpc_nfs_remove to rpc_nfs3_remove
2013-12-31  Ronnie SahlbergChange rpc_nfs_create to rpc_nfs3_create
2013-12-31  Ronnie SahlbergChange rpc_nfs_rmdir to rpc_nfs3_rmdir
next