summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit path names from man page for showmount and lockd.Neil Brown2007-02-052-2/+2
* Add generated files to CLEANFILES in rquotadNeil Brown2007-02-051-0/+2
* Remove path name for rpc.statd from manpage.Neil Brown2007-02-051-1/+1
* Fix an off-by-one in the handling of the -d option to rpc.gssdSteinar H. Gunderson2007-02-051-1/+1
* Various minor manpage fixes.Steinar H. Gunderson2007-02-053-21/+21
* Allow default options in /etc/exportsSteinar H. Gunderson2007-02-051-0/+9
* Make mountd complain on unsupported uid mapping schemesSteinar H. Gunderson2007-02-051-0/+6
* Ensure 'showmount -e' gets current information.Neil Brown2007-01-113-5/+10
* Error check messages sent to the kernel.Neil Brown2007-01-115-18/+29
* add missing long option for -r in mountdJeff Layton2006-12-201-0/+1
* Reduce showmount timeouts.Ian Kent2006-12-201-8/+201
* nhfsstone remove due to license uncertainty.Neil Brown2006-12-1913-2544/+0
* add -r flag to make mountd do reverse resolve of ipaddress on the flyJeff Layton2006-12-192-3/+18
* remove extraneous mountlist_add/del calls and change remaining ones to use IP...Jeff Layton2006-12-192-18/+8
* Don't rely on old info in my_clientJeff Layton2006-12-191-15/+9
* nfs-utils - mtab locking needed on add as well as updateIan Kent2006-12-191-9/+6
* Fix -n option to mountdSteinar H. Gunderson2006-10-241-1/+1
* Document sensitive gidsSteinar H. Gunderson2006-10-241-2/+5
* Assorted man page fixesNeil Brown2006-10-243-9/+11
* Allow gssd ccaches in MEMORY: rather than FILE:Kevin Coffman2006-10-173-2/+13
* Implement a new version of lucid spkm3 context.Olga Kornievskaia2006-10-171-20/+19
* Don't always use default mapping to "nobody".J. Bruce Fields2006-10-171-17/+35
* Fix misc warning messagesKevin Coffman2006-10-173-1/+3
* Add a SEE ALSO in nfsd man pageMike Frysinger2006-08-211-0/+1
* One final step in convertion of anon = -2 -> 65534Neil Brown2006-08-091-2/+2
* "rpc.nfsd XX" should not fail if ports are already open.Neil Brown2006-08-071-1/+12
* Remove warning if neither 'sync' or 'async' present.Neil Brown2006-08-071-1/+11
* Fix compilation problem - write_oid not definedKevin Coffman2006-07-211-0/+13
* Use uid/gid of -1 to indicate the export's anonuid/anongid should be usedKevin Coffman2006-07-081-2/+5
* Change svcgssd_LDFLAGS to match gssd_LDFLAGSKevin Coffman2006-07-081-1/+1
* Only use -rpath for Kerberos libs when actually needed.Neil Brown2006-07-061-1/+1
* Use 65534 instead of -2 in svcgssd_proc.cNeil Brown2006-07-061-4/+3
* This patch adds code to nfsstat to read /proc/net/rpc/nfsd for nfsv4 server s...Shankar Anand2006-07-051-1/+18
* Fix typos in various man pages.Steinar H. Gunderson2006-07-053-6/+6
* Use 65534 for anon uid/gid rather than -2Steinar H. Gunderson2006-07-051-1/+1
* Add rquota.h to BUILT_SOURCES so rquotad builds on the first try.Greg Banks2006-07-051-0/+2
* Generate rquota_xdr.c and rquota.h from rquota.xNeil Brown2006-07-055-206/+27
* Remove some files that old, unused, unneeded.Neil Brown2006-07-053-121/+1
* Handle mapping failure from get_ids.kwc@citi.umich.edu2006-07-041-2/+15
* Properly report errors in readline() functionkwc@citi.umich.edu2006-07-042-4/+8
* Change default buffer size increment for readline()kwc@citi.umich.edu2006-07-041-3/+5
* Clean up the printerr() logging function.kwc@citi.umich.edu2006-07-041-30/+31
* Use setfsuid() rather than seteuid() while creating contextskwc@citi.umich.edu2006-07-041-7/+7
* Limit acquire_cred call to to Kerberos onlykwc@citi.umich.edu2006-07-041-1/+6
* Check that the gssapi library is usable early on.kwc@citi.umich.edu2006-07-044-0/+34
* Fix problems with 64-bit big-endian machineskwc@citi.umich.edu2006-07-042-4/+4
* Define CFLAGS for gss_clnt_send_err compilekwc@citi.umich.edu2006-07-041-0/+3
* Merge branch 'master' of git://linux-nfs.org/nfs-utilsGreg Banks2006-07-0314-407/+160
|\
| * Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address.Steve Dickson2006-07-032-3/+65
| * Add support for suppressing different NFS versions.Steve Dickson2006-06-262-10/+49