libnfs.c: always pass the attributes to the callback for recursive lookups
[deb_libnfs.git] / lib /
2014-06-08  Ronnie Sahlberglibnfs.c: always pass the attributes to the callback...
2014-06-08  Ronnie Sahlberginit.c: fixup the mangled lgplv2.1 boilerplate
2014-06-08  Ronnie Sahlberginit.c: use list macro when removing pdus from the...
2014-06-08  Ronnie SahlbergMerge pull request #79 from plieven/readahead
2014-06-08  Peter Lievensocket: fix broken connect for non broadcast traffic
2014-05-15  Ronnie Sahlbergslist.h: Change SLIST_* to LIBNFS_LIST_* to avoid name...
2014-04-18  Ronnie Sahlbergnfs_open: add support for O_APPEND
2014-04-11  Ronnie SahlbergMerge branch 'xid-hash'
2014-04-11  Ronnie SahlbergMerge pull request #71 from Memphiz/nolinger
2014-04-11  Ronnie SahlbergMerge pull request #72 from Memphiz/fixosxcompile
2014-04-10  Memphiz[osx] - fix compile
2014-04-10  Memphiz[socket] - disable linger by setting SO_LINGER to 0...
2014-04-04  Arne RedlichFix the file position handling of the read and write...
2014-04-04  Arne Redlichlibnfs-sync: nfs_{read,write}: use their _async counter...
2014-04-04  Arne Redlichnfs_lseek{,_async}: allow negative offsets and guard...
2014-04-04  Mark HillsTrack waiting requests in a hash table, by xid
2014-04-04  Mark HillsEnsure the next pointer is correct
2014-04-04  Mark HillsOptimisations to the pdu queues
2014-03-20  Arne Redlichnfs_normalize_path: don't strip trailing slash from "/"
2014-03-20  Arne Redlichnfs_opendir2_cb: plug potential memory leak
2014-03-20  Ronnie SahlbergPORTMAP: Rename pmap3_getaddr_result to pmap3_string_result
2014-03-20  Ronnie SahlbergPORTMAP: Add support for v3 TADDR2UADDR
2014-03-20  Ronnie SahlbergPORTMAP: Add PMAP v3 UADDR2TADDR support
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 PORTMAP v3 GETADDR
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-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 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 Redlichnfs_normalize_path: fix using the results of assignment...
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 SahlbergAdd support for chdir and getcwd
2014-01-28  Ronnie SahlbergNew version : 1.9.0
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
next