summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* mount: remove legacy version of nfs_name_to_address()Chuck Lever2009-05-184-81/+28
* sm-notify: Failed DNS lookups should be retriedChuck Lever2009-05-181-12/+27
* sm-notify: Don't orphan addrinfo structsChuck Lever2009-05-181-13/+21
* utils/nfsd: enable nfs minorvers4 by defaultBenny Halevy2009-05-181-1/+1
* Extend -N command line option syntax to acceptBenny Halevy2009-05-181-3/+8
* utils/nfsd: add support for minorvers4Benny Halevy2009-05-041-1/+2
* umount.nfs: Fix return value of nfs_mount_protocol()Chuck Lever2009-04-181-1/+1
* umount.nfs: Use a privileged port when sending UMNT requestsChuck Lever2009-04-181-1/+1
* utils/nfsd: fix -N optarg error printoutBenny Halevy2009-04-151-1/+1
* nfs-utils: add IPv6 code to gssdJeff Layton2009-04-151-0/+44
* nfs-utils: switch gssd to use standard function for getting an RPC clientJeff Layton2009-04-151-29/+12
* nfs-utils: query for remote port using rpcbind instead of getaddrinfoJeff Layton2009-04-151-52/+86
* nfs-utils: store the address given in the upcall for later useJeff Layton2009-04-152-17/+80
* The --list option does not work on server stats.Steve Dickson2009-04-081-29/+80
* The server stats were not being updated with theSteve Dickson2009-04-081-1/+5
* Eliminate the displaying zero stats when the explicit protocolSteve Dickson2009-04-081-103/+135
* nfsstat: Add --list flagKevin Constantine2009-04-042-3/+83
* Keep the interval output quite when there is no NFS traffic.Steve Dickson2009-04-041-13/+27
* nfsstat: Print diff stats every N secondsKevin Constantine2009-04-042-27/+85
* svcgssd: check the return code from qword_eol() and log failuresKevin Coffman2009-04-031-0/+4
* Mountd should use separate lockfilesBen Myers2009-04-032-4/+14
* In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compileSteve Dickson2009-03-236-20/+62
* Regardless though, it's dangerous to keep invalid pointers around likeJeff Layton2009-03-231-7/+8
* gssd: free buffer allocated by gssd_k5_err_msgJeff Layton2009-03-233-55/+78
* gssd: NULL-terminate buffer after read in read_service_info (try #2)Jeff Layton2009-03-231-1/+2
* gssd: initialize fakeseed in prepare_krb5_rfc1964_bufferJeff Layton2009-03-231-2/+4
* nfs-utils: clean up handling of libgssglue in gssd MakefileChuck Lever2009-03-161-5/+5
* nfs-utils: Include legacy or TI-RPC headers, not bothChuck Lever2009-03-164-2/+12
* gssd: include gssapi/gssapi.h before write_bytes.hChuck Lever2009-03-051-3/+3
* gssd: Use same style for including config.h that rest of nfs-utils usesChuck Lever2009-03-0517-11/+66
* mount.nfs: squelch compiler warning for TI-RPC buildsChuck Lever2009-03-051-2/+3
* nfs-utils: Provide type-checked version of svc_getcaller()Chuck Lever2009-03-056-24/+35
* Update example in exports(5) man pageValerie Aurora Henson2009-03-041-1/+1
* showmount command: remove legacy RPC logicChuck Lever2009-03-041-141/+0
* nfs(5): document new [no]resvport optionChuck Lever2009-03-041-0/+14
* nfs(5): document new [no]resvport optionChuck Lever2009-03-041-0/+66
* The legacy version of nfs_name_to_address() returned an incorrectChuck Lever2009-03-041-1/+1
* Converted good_client() to correctly use the tcp wrapperSteve Dickson2009-03-041-1/+3
* Exportfs and rpc.mountd optimalizationTomas Richter2009-02-184-10/+9
* rpc.idmapd should tell the user more verbosely if DnotifyLukas Hejtmanek2009-02-181-2/+4
* umount command: remove do_nfs_umount23 functionChuck Lever2009-02-171-93/+0
* umount.nfs command: Support AF_INET6 server addressesChuck Lever2009-02-171-4/+99
* umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()Chuck Lever2009-02-172-1/+56
* The mount sockaddr len (mnt_salen) is not be set inSteve Dickson2009-02-171-2/+3
* text-based mount command: fix return value from po_rightmost()Chuck Lever2009-02-174-14/+14
* text-based mount command: support AF_INET6 in rewrite_mount_options()Chuck Lever2009-01-271-25/+49
* text-based mount command: fix mount option rewriting logicChuck Lever2009-01-271-34/+79
* text-based mount options: Use new pmap stuffer when rewriting mount optionsChuck Lever2009-01-271-63/+5
* text-based mount command: Function to stuff "struct pmap" from mount optionsChuck Lever2009-01-272-0/+219
* text-based mount command: make po_rightmost() work for N optionsChuck Lever2009-01-273-24/+41