summaryrefslogtreecommitdiffstats
path: root/support/nfs
Commit message (Expand)AuthorAgeFilesLines
* getport.c: fix non-standard CChuck Lever2009-04-151-2/+2
* cacheio: return any original error from qword_eolKevin Coffman2009-04-031-2/+8
* Mountd should use separate lockfilesBen Myers2009-04-031-5/+7
* In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compileSteve Dickson2009-03-231-3/+13
* nfs-utils: Include legacy or TI-RPC headers, not bothChuck Lever2009-03-162-45/+4
* nfs-utils: replace function-specific switches with HAVE_LIBTIRPCChuck Lever2009-03-162-43/+43
* nfs-utils: Replace getservbyname(3)Chuck Lever2009-03-052-88/+63
* Have sizeof using the correct value in nfs_getlocalport()Ben Greear2009-03-041-1/+1
* nfs-utils: Remove fprintf() call from support/nfs/getport.cChuck Lever2009-03-041-3/+0
* mount: getport: don't use getaddrinfo(3) on old systemsChuck Lever2009-01-061-10/+59
* Added support/nfs/getport.cSteve Dickson2008-11-181-0/+965
* Introduce rpcbind client utility functionsChuck Lever2008-11-171-1/+1
* Add AF_INET6-capable API to acquire an RPC CLIENT *Chuck Lever2008-11-172-1/+529
* nfs-utils: make makesock() staticChuck Lever2008-10-081-42/+40
* nfs-utils: Clean up support/nfs/rpcmisc.c:closedown()Chuck Lever2008-10-081-23/+25
* nfs-utils: whitespace clean ups in support/nfs/rpcmisc.cChuck Lever2008-09-261-7/+6
* nfs-utils: Remove excess log reportingChuck Lever2008-09-261-8/+4
* nfs-utils: make makesock() staticChuck Lever2008-09-261-16/+22
* nfs-utils: remove disabled code from support/nfs/rpcmisc.cChuck Lever2008-09-261-16/+0
* nfs-utils: Remove unused function rpc_svcrun()Chuck Lever2008-09-261-51/+0
* nfs-utils: remove unused function rpc_logcall()Chuck Lever2008-09-261-60/+0
* Remove redundant m_path fieldJ. Bruce Fields2008-08-281-6/+0
* Fix handling of explicit uuidDavid Woodhouse2008-08-281-1/+1
* It appears that a recent glibc update now enforces the requirement for a modeSteve Dickson2008-07-151-1/+7
* Removed the initialization of args2 in xlog_backend. ItSteve Dickson2008-06-061-1/+1
* Cleaned up warnings in rmtab.c and xlog.cSteve Dickson2008-06-061-1/+1
* Stop segfaults on amd64 during warnings messages by creatingSteve Dickson2008-01-171-2/+7
* Automatically set 'nohide' on referral exports.Steve Dickson2008-01-091-0/+6
* Cleanup xlog logging code to be safe and usable for allKevin Coffman2007-10-151-21/+43
* Copy new cacheio functions used by svcgssd to nfslibKevin Coffman2007-10-151-7/+40
* rpc.mountd: make exportent->e_hostname a dynamically-allocated stringJeff Layton2007-09-281-13/+6
* nfs-utils: specify a create mode with open(...O_CREAT) call in xflockJeff Layton2007-08-091-1/+1
* libnfs.a: eliminate another dependency on a global variableChuck Lever2007-07-301-1/+1
* libnfs.a: eliminate conn.c and conn.hChuck Lever2007-07-302-22/+1
* libnfs.a: move get_socket() function to utils/mount/network.cChuck Lever2007-07-301-78/+0
* libnfs.a: move clnt_ping() to utils/mountChuck Lever2007-07-301-75/+0
* libnfs.a: move more mount-only functions out of libnfs.aChuck Lever2007-07-301-18/+0
* libnfs.a: move mnt_{open, close}clnt calls to utils/mount/network.cChuck Lever2007-07-301-48/+0
* Add -Wstrict-prototypes to compiler args, and fix warnings caused.Neil Brown2007-07-293-9/+7
* Use __fpurge to ensure single-line writes to cache filesJ. Bruce Fields2007-07-271-0/+12
* Support sec= option to specify export securityJ. Bruce Fields2007-07-101-8/+131
* move pseudoflavor information to common codeJ. Bruce Fields2007-07-101-0/+19
* mount.nfs: Fix retry= to handle lack of reserved port situationFlavio Leitner2007-07-101-0/+8
* Be more cautious about use for privilege ports (<1024).Neil Brown2007-04-161-3/+0
* Never set SO_REUSEADDR on a UDP socket.Neil Brown2007-03-222-3/+6
* Handle -o remount betterNeil Brown2007-03-201-2/+11
* Fix another warning: error -> nfs_errorNeil Brown2007-03-161-2/+2
* Remove nfs_mntent_t in favour of struct mntentNeil Brown2007-03-162-5/+5
* Correctly handle "user" and "users" mount options.Neil Brown2007-03-161-0/+58
* Make mtab_head staticNeil Brown2007-03-161-1/+1