libnfs: Add lutimes
[deb_libnfs.git] / lib / libnfs.c
2014-07-27  Ross Lagerwalllibnfs: Add lutimes
2014-07-27  Ross Lagerwalllibnfs: Add lstat
2014-07-27  Ross Lagerwalllibnfs: Add lchown
2014-07-27  Ross Lagerwalllibnfs.c: Follow symlinks during path resolution
2014-07-27  Ross Lagerwalllibnfs.c: Fix a warning
2014-07-24  Ronnie SahlbergMerge pull request #90 from rosslagerwall/stat-improvements
2014-07-20  Ross Lagerwalllibnfs: Add fstat64, analagous to stat64
2014-07-20  Ross Lagerwalllibnfs: Set as much stat information as possible
2014-07-20  Ronnie SahlbergMerge pull request #89 from rosslagerwall/create-trunc
2014-07-20  Ross Lagerwalllibnfs.c: Handle OOM condition
2014-07-20  Ross Lagerwalllibnfs.c: Support use of O_TRUNC with nfs_create
2014-07-19  Ronnie SahlbergMerge pull request #88 from rosslagerwall/76-no-autorec...
2014-07-19  Ronnie SahlbergMerge pull request #86 from rosslagerwall/75-create
2014-07-19  Ross Lagerwalllibnfs.c: Fix autoreconnect
2014-07-17  Ross Lagerwalllibnfs.c: add nfs_create
2014-06-29  Ronnie Sahlberglibnfs.c: Change the directory cache to a smaller more...
2014-06-29  Ronnie SahlbergMerge pull request #82 from plieven/readahead
2014-06-23  Peter Lievenadd readahead support
2014-06-08  Ronnie Sahlberglibnfs.c: add nlink to nfsdirent so we can get it for...
2014-06-08  Ronnie Sahlberglibnfs.c: add a simple dircache to libnfs
2014-06-08  Ronnie Sahlberglibnfs.c: always pass the attributes to the callback...
2014-04-18  Ronnie Sahlbergnfs_open: add support for O_APPEND
2014-04-11  Ronnie SahlbergMerge branch 'xid-hash'
2014-04-04  Arne RedlichFix the file position handling of the read and write...
2014-04-04  Arne Redlichnfs_lseek{,_async}: allow negative offsets and guard...
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 SahlbergIPv6: If we use IPv6 then we need to use PMAP 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-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-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-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 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-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 SahlbergRevert "Add support for chdir and getcwd"
2014-01-28  Ronnie SahlbergAdd support for chdir and getcwd
2014-01-13  Ronnie SahlbergMake sure cookie is initialized before we use it.
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-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
2013-12-31  Ronnie SahlbergChange rpc_nfs_mkdir to rpc_nfs3_mkdir
2013-12-31  Ronnie SahlbergChange rpc_nfs_commit to rpc_nfs3_commit
2013-12-31  Ronnie SahlbergChange rpc_nfs_setattr to rpc_nfs3_setattr
2013-12-31  Ronnie SahlbergChange all calls to rpc_nfs_fsstat to rpc_nfs3_fsstat
2013-12-31  Ronnie SahlbergChange all calls to rpc_nfs_fsinfo to rpc_nfs3_fsinfo
2013-12-26  Ronnie SahlbergMerge pull request #44 from plieven/master
2013-12-26  Ronnie SahlbergFix some compiler warnings and bugs
2013-12-26  Ronnie SahlbergChange rpc_mount_* to rpc_mount3_* and make it explicit...
2013-12-26  Ronnie SahlbergChange rpc_set_context_args to nfs_set_context_args...
2013-12-26  Peter Lievennfs_parse_url: initialize memory
2013-12-26  Peter Lievennfs_parse_url_incomplete: fix use after free in param...
2013-12-26  Ronnie SahlbergCreate a new function rpc_set_context_args where we...
2013-12-26  Ronnie SahlbergMerge pull request #43 from plieven/master
next