summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* support: Use HAVE_LIBTIRPC to switch in bindresvport_sa(3t)Chuck Lever2009-07-141-3/+3
* New versions of libtool add extra aclocal scriptsChuck Lever2009-07-141-0/+5
* getport: Remove unneeded @salen argumentsChuck Lever2009-07-142-28/+18
* getport: replace getnameinfo(NI_NUMERICHOST) with inet_ntop(3)Chuck Lever2009-07-141-47/+23
* getport: Remove AI_ADDRCONFIG from nfs_gp_loopback_address()Chuck Lever2009-07-141-44/+10
* getport: RPCB_GETADDR's r_addr should contain rpcbind port, not zeroChuck Lever2009-07-141-14/+23
* getport: RPCB_GETADDR r_owner should be an empty stringChuck Lever2009-07-141-5/+1
* mydaemon: remove closeall() calls from mydaemon()Steve Dickson2009-06-292-7/+16
* The closeall function is broken in such a way that it almost neverSteve Dickson2009-06-221-3/+8
* Make --enable-tirpc the default. If --enable-tirpc wasn't explicitlySteve Dickson2009-06-223-8/+20
* Set the verbosity level in both the librpcsecgss andSteve Dickson2009-06-222-0/+6
* Retry export if getfh fails.NeilBrown2009-06-031-1/+10
* Release 1.2.0Steve Dickson2009-06-021-1/+1
* Replace the Sun RPC license with the BSD license,Tom spot Callaway2009-06-0218-453/+420
* umount.nfs: Harden umount.nfs error reportingChuck Lever2009-05-182-13/+23
* nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.cChuck Lever2009-05-181-7/+5
* When compiling nfs-utils-1.1.6, I get this error:Robert Schwebel2009-05-181-1/+1
* 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-044-6/+15
* Host aliases need to be checked when netgroups is used in exports.Steve Dickson2009-04-291-1/+7
* Release 1.1.6Steve Dickson2009-04-201-1/+1
* 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
* support: Provide an API for creating a privileged RPC clientChuck Lever2009-04-182-8/+143
* utils/nfsd: fix -N optarg error printoutBenny Halevy2009-04-151-1/+1
* getport.c: fix non-standard CChuck Lever2009-04-151-2/+2
* nfs-utils: reverse order of librpcsecgss and libgssglue checksChuck Lever2009-04-151-5/+4
* 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
* nfs-utils: make getnameinfo() required for --enable-gssJeff Layton2009-04-151-0/+3
* 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
* cacheio: return any original error from qword_eolKevin Coffman2009-04-031-2/+8
* svcgssd: check the return code from qword_eol() and log failuresKevin Coffman2009-04-031-0/+4
* Mountd should use separate lockfilesBen Myers2009-04-036-21/+44
* nfs-utils: fix AC_CHECK_FUNC calls in configure.acChuck Lever2009-04-032-4/+4
* In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compileSteve Dickson2009-03-238-24/+76
* 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