summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* nfs-utils: clean up NFSCTL_* macros for handling protocol bitsJeff Layton2009-08-011-0/+24
* nfs-utils: convert rpc.nfsd to use xlog()Jeff Layton2009-08-012-48/+66
* nfs-utils: clean up option parsing in nfsd.cJeff Layton2009-08-011-4/+4
* nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsdJeff Layton2009-08-013-4/+190
* errno not be set on RPC errorsSteve Dickson2009-07-152-6/+16
* Don't use initialized garbage for address lengthsSteve Dickson2009-07-151-2/+2
* mount.nfs: Squelch compiler warnings in nfs_strerror()Chuck Lever2009-07-142-7/+7
* mount.nfs: Squelch unused parameter warnings on empty functionsChuck Lever2009-07-142-3/+4
* mount.nfs: Fix compiler warning in stropts.cChuck Lever2009-07-141-2/+4
* umount.nfs: Use correct data type in nfsumount()Chuck Lever2009-07-141-1/+1
* mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()Chuck Lever2009-07-143-9/+5
* mount.nfs: Remove unused @salen parameter from nfs_ca_gai()Chuck Lever2009-07-141-2/+2
* mount.nfs: Fix some nfs_error() nits in network.cChuck Lever2009-07-141-3/+4
* mount.nfs: Remove unused parameter in try_mount()Chuck Lever2009-07-141-3/+3
* mount.nfs: Use correct data type in discover_nfs_mount_data_version()Chuck Lever2009-07-141-1/+1
* support: Introduce sockaddr helpers to get and set IP port numbersChuck Lever2009-07-141-15/+0
* mount.nfs: Don't update extra_opts after text-based negotiationChuck Lever2009-07-141-5/+14
* mount.nfs: Clean up after restructuring version/protocol negotiationChuck Lever2009-07-141-132/+25
* mount.nfs: Clean up nfs_is_permanent_error()Chuck Lever2009-07-141-20/+25
* mount.nfs: rearchitect mount version/protocol negotiation logicChuck Lever2009-07-141-17/+25
* mount.nfs: make nfs_options2pmap return errorsChuck Lever2009-07-144-102/+227
* mount.nfs: force rpcbind queries if options aren't specifiedChuck Lever2009-07-141-7/+11
* mount.nfs: If port= specifies an unregistered port, retry, then failChuck Lever2009-07-141-1/+2
* mount.nfs: Add more debugging output around nfs_getport()Chuck Lever2009-07-141-4/+24
* getport: Clear shared error fields before trying rpcbind queriesChuck Lever2009-07-141-2/+1
* mydaemon: remove closeall() calls from mydaemon()Steve Dickson2009-06-292-7/+16
* Set the verbosity level in both the librpcsecgss andSteve Dickson2009-06-222-0/+6
* Retry export if getfh fails.NeilBrown2009-06-031-1/+10
* Replace the Sun RPC license with the BSD license,Tom spot Callaway2009-06-023-78/+75
* umount.nfs: Harden umount.nfs error reportingChuck Lever2009-05-182-13/+23
* 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