deb_libnfs.git
12 years agoMerge pull request #1 from Memphiz/originalnfs
Ronnie Sahlberg [Thu, 2 Jun 2011 07:48:03 +0000 (00:48 -0700)] 
Merge pull request #1 from Memphiz/originalnfs

First pullrequests for beeing some more plattform compatible :)

12 years ago- missing rpc/rpc.h for new rquota too
Memphiz [Wed, 1 Jun 2011 17:10:23 +0000 (19:10 +0200)] 
- missing rpc/rpc.h for new rquota too

12 years ago- linux, osx, and ios need rpc/rpc.h includede before rpc/xdr.h
Memphis [Wed, 1 Jun 2011 16:06:15 +0000 (18:06 +0200)] 
- linux, osx, and ios need rpc/rpc.h includede before rpc/xdr.h
- fixed some missing includes for bzero, malloc and free

12 years ago- include string.h for memcpy
Memphis [Wed, 1 Jun 2011 16:05:50 +0000 (18:05 +0200)] 
- include string.h for memcpy

12 years ago- refactored parametername from reserved keyword "export" to "exportname"
Memphis [Wed, 1 Jun 2011 16:05:18 +0000 (18:05 +0200)] 
- refactored parametername from reserved keyword "export" to "exportname"

12 years ago- removed unneeded dependency to libpopt
Memphis [Wed, 1 Jun 2011 16:04:53 +0000 (18:04 +0200)] 
- removed unneeded dependency to libpopt

12 years agoUse HAVE_SOCK_SIN_LEN and set ->sin_len
Ronnie Sahlberg [Wed, 1 Jun 2011 11:31:40 +0000 (21:31 +1000)] 
Use HAVE_SOCK_SIN_LEN and set ->sin_len
for legacy unixens (AIX)
so that we will compile and run on those systems with a "weird"
sockaddr_in definition.

12 years agoInitial support for RQUOTA protocol
Ronnie Sahlberg [Wed, 1 Jun 2011 10:55:27 +0000 (20:55 +1000)] 
Initial support for RQUOTA protocol

12 years agoget rid of some compiler warnings
Ronnie Sahlberg [Tue, 31 May 2011 14:12:55 +0000 (00:12 +1000)] 
get rid of some compiler warnings

12 years agoRead the max read/write sizes supported when connecting to NFS
Ronnie Sahlberg [Tue, 31 May 2011 14:08:29 +0000 (00:08 +1000)] 
Read the max read/write sizes supported when connecting to NFS
and store in the nfs context.
Privide accessor functions to read the max sizes.

12 years agoAdd example of NFS/FSINFO async call
Ronnie Sahlberg [Tue, 31 May 2011 13:50:44 +0000 (23:50 +1000)] 
Add example of NFS/FSINFO async call

12 years agoAdd support for async version of NFS/FSINFO3 call
Ronnie Sahlberg [Tue, 31 May 2011 13:50:18 +0000 (23:50 +1000)] 
Add support for async version of NFS/FSINFO3 call

13 years agoUse getsockopt to extract better failure condition when tcp layer receives a failure
Ronnie Sahlberg [Mon, 7 Feb 2011 11:11:12 +0000 (22:11 +1100)] 
Use getsockopt to extract better failure condition when tcp layer receives a failure

13 years agoREADME: mention that you need "insecure" to use libnfs as non-root user
Ronnie Sahlberg [Sun, 6 Feb 2011 05:39:37 +0000 (16:39 +1100)] 
README: mention that you need "insecure" to use libnfs as non-root user

13 years agoinitial libnfs checkin
Ronnie Sahlberg [Sun, 6 Feb 2011 04:45:09 +0000 (15:45 +1100)] 
initial libnfs checkin