summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Never set SO_REUSEADDR on a UDP socket.Neil Brown2007-03-222-3/+6
* Add --with-rpcgen= for configure so that the system rpcgen can be used.Neil Brown2007-03-201-1/+5
* Handle -o remount betterNeil Brown2007-03-201-2/+11
* Make warning about host matching multiple exports more helpful.Neil Brown2007-03-192-1/+5
* Fix another warning: error -> nfs_errorNeil Brown2007-03-161-2/+2
* Remove nfs_mntent_t in favour of struct mntentNeil Brown2007-03-164-18/+10
* Correctly handle "user" and "users" mount options.Neil Brown2007-03-162-0/+65
* Make mtab_head staticNeil Brown2007-03-162-2/+1
* Fix memory leak in mountd.Steinar H. Gunderson2007-03-161-0/+1
* Remove "maptype" supportJ. Bruce Fields2007-03-153-50/+0
* Restore use of un-connected socket for UDP mount requests.Neil Brown2007-03-132-28/+36
* Merge branch 'branch-1-0'Neil Brown2007-02-272-0/+6
|\
| * Extend the exportfs/mountd interface to pass fslocations info into the kernelFred Isaman2007-02-272-0/+6
* | Remove rpc.lockdNeil Brown2007-02-224-30/+1
* | Change default from subtree_check to no_subtree_checkNeil Brown2007-02-221-3/+3
|/
* Extend the exportfs interface to pass fslocations info into the kernel.Fred Isaman2007-02-223-1/+45
* Support group-id looks for kernels that ask for them.Neil Brown2007-02-121-0/+1
* Use UUIDs to identify filesystems if kernel supports it.Neil Brown2007-02-123-7/+30
* Correct spelling errorNeil Brown2007-02-121-2/+2
* Make UDP sockets not blockingNeil Brown2007-02-051-4/+15
* Use memset instead of __bzero.Steinar H. Gunderson2007-02-051-1/+1
* Allow default options in /etc/exportsSteinar H. Gunderson2007-02-051-28/+54
* Never set flushtime for a cache in the future.Neil Brown2007-02-051-1/+4
* Error check messages sent to the kernel.Neil Brown2007-01-113-7/+8
* "rpc.nfsd XX" should not fail if ports are already open.Neil Brown2006-08-071-1/+15
* Remove warning if neither 'sync' or 'async' present.Neil Brown2006-08-071-13/+13
* Call nfssvc_versbits before nfssvc_setfdsSteve Dickson2006-07-081-2/+5
* Use 65534 for anon uid/gid rather than -2Steinar H. Gunderson2006-07-051-4/+4
* Update rpcdebug to know about new 2.6 debug flags. AddedGreg Banks2006-07-051-0/+4
* Remove some files that old, unused, unneeded.Neil Brown2006-07-0512-690/+2
* Avoid error creating an existing symlinkNeil Brown2006-07-051-0/+1
* Use socklen_t some more to avoid warnings.Greg Banks2006-07-031-1/+6
* Fix warning about pointer signedness differing.Greg Banks2006-07-031-2/+3
* Include the right header to get xmalloc() declaration.Greg Banks2006-07-031-1/+1
* Merge branch 'master' of git://linux-nfs.org/nfs-utilsGreg Banks2006-07-039-24/+166
|\
| * Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address.Steve Dickson2006-07-033-4/+95
| * Add support for suppressing different NFS versions.Steve Dickson2006-06-263-2/+40
| * Further coverity related cleanups.Neil Brown2006-06-231-3/+2
| * Fix various issues discovered by CoverityNeil Brown2006-06-233-10/+16
| * Fix comment parsing (again)Neil Brown2006-06-231-6/+6
| * Try to make sure that clientid used for NFSv4 is reliable.Neil Brown2006-06-232-4/+12
* | Comment out the decades-old SCCS id strings from the original SunGreg Banks2006-06-271-1/+1
* | Detect if glibc provides socklen_t and use that insteadGreg Banks2006-06-271-2/+6
* | Fix a number of the easier compile warnings: unused variables,Greg Banks2006-06-223-1/+5
|/
* multiple threads for mountdGreg Banks2006-06-161-0/+21
* Move NFS mount code from util-linux to nfs-utils - part 2Amit Gud2006-06-1614-68/+1303
* Only treat '#' as starting a comment when at the start of a tokenNeil Brown2006-06-051-2/+5
* escape hashes in exportsNeil Brown2006-06-051-1/+1
* fix exportfs with multiple matchesNeil Brown2006-06-051-1/+1
* Remove **/Makefile.in, aclocal.m4, configure, andNeil Brown2006-04-1710-4713/+0