deb_libnfs.git
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
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 SahlbergCreate SOCURRENT/SOREVISION/SOAGE in lib/Makefile.am
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-cp: don't leave file_context->url unitialized
2013-12-26  Peter Lievenbump version to 1.8.90
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 SahlbergMOUNT: The wrappers for the old MOUNT rpc calls should...
2013-12-26  Ronnie SahlbergAdd the url parsing functions to libnfs-win32.def
2013-12-26  Ronnie SahlbergDocument the URL syntax
2013-12-26  Ronnie SahlbergMerge pull request #43 from plieven/master
2013-12-24  Ronnie SahlbergWrite the total number of bytes copied by nfs-cp, not...
2013-12-24  Ronnie SahlbergGrow the marshalling buffer from 64k to 1M so we can...
2013-12-24  Ronnie SahlbergMOUNT: Add RPC support for MOUNTv1
2013-12-24  Ronnie SahlbergAdd NFSv2 RPC support
2013-12-24  Ronnie SahlbergNFS: Add new function signatures for rpc_nfs3_ that...
2013-12-24  Ronnie SahlbergAdd missing symbols to libnfs-win32.def and make them...
2013-12-24  Ronnie SahlbergNFS: Update compile_rpc and regenerate the nfs marshall...
2013-12-23  Peter Lievenexamples/nfs-ls: add discovery mode
2013-12-23  Peter Lievenexamples: add nfs-io example
2013-12-23  Peter Lievenexamples/nfs-cp: use nfs_parse_url_full
2013-12-23  Peter Lievenadd uid and gid URL param to specify alternate uid...
2013-12-23  Peter Lievenadd tcp-syncnt URL param to adjust TCP_SYNCNT sockopt
2013-12-23  Peter Lievenadd URL parsing functions
2013-12-23  Peter Lievenlibnfs_zdr_opaque: make valgrind happy
2013-12-23  Peter Lievenexamples/nfs-ls: recursion and summary support
2013-12-17  Ronnie SahlbergMerge pull request #40 from plieven/master
2013-12-17  Peter Lievenlibnfs.pc.in: fix pkg-config --cflags
2013-12-17  Peter Lievennfs_creat1_cb: fix memleak
2013-12-17  Peter Lievenlibnfs_authunix_create: make valgrind happy
2013-11-06  Ronnie SahlbergFinish the NSM support
2013-11-06  Ronnie SahlbergRemove some residuals from the nlm.c->nsm.c copy
2013-11-06  Ronnie SahlbergInitial support for NSM
2013-11-04  Ronnie SahlbergRemove some debug residuals from fuse_nfs
2013-11-04  Ronnie SahlbergWe don't need -odebug for the fuse nfs client anymore
2013-11-04  Ronnie SahlbergAdd a simple FUSE filesystem based on libnfs.
2013-10-31  Ronnie SahlbergNew version 1.8
2013-10-31  Ronnie SahlbergDont leak every single buffer we read from the socket.
2013-10-26  Ronnie SahlbergAdd an async helper function to connect an rpc context...
2013-10-26  Ronnie SahlbergAdd a mechanism to control what the next XID value...
2013-10-25  Ronnie SahlbergMix in the pid in the top 16 bits for the initial xid.
2013-10-24  Ronnie SahlbergDon't clamp write3 max to 32k
2013-10-24  Volker LendeckeFix typos
2013-10-22  Ronnie SahlbergMake xid be a uint32_t and not either unsigned long...
2013-10-20  Ronnie SahlbergNew version 1.7
2013-10-20  Ronnie SahlbergReset the receive buffer processing the received PDU.
2013-10-20  Ronnie SahlbergMake sure the the value is unsigned before we OR it...
2013-10-20  Ronnie SahlbergAdd support for NFS/PATHCONF
2013-07-10  Ronnie SahlbergMerge pull request #36 from Memphiz/win32fix2
2013-07-10  Memphiz[win32] - fix missing preprocessor define for using...
2013-06-08  Ronnie SahlbergAROS: Add an install target to the makefile
2013-05-31  Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libnfs
2013-05-31  Ronnie SahlbergOn Windows, use 65534/65534 instead of 65535/65535...
2013-05-30  Ronnie SahlbergMerge pull request #34 from Memphiz/win32fix2
2013-05-29  Memphiz[win32] - add projects for examples to the solution...
2013-05-29  Memphiz[win32] - include time.h through win32_compat.h for...
2013-05-29  Memphiz[cosmetics] - removed trailing semicolon
2013-05-29  Memphiz[win32] - fix visual studio project for allowing compil...
2013-05-29  Ronnie SahlbergMore AROS fixes. AROS compiles and works again.
2013-05-29  Ronnie SahlbergAros fixes
next