summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-144-54/+58
* 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
* getport: Convert TCP connection refused to RPC_CANTRECVChuck Lever2009-07-141-0/+3
* getport: Restore historical TCP connect timeout error codeChuck Lever2009-07-141-2/+24
* 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-144-2/+32
* getport: RPC_PROGNOTREGISTERED is a permanent errorChuck Lever2009-07-141-1/+1
* support: Set proper retransmit timeout for datagram transportsChuck Lever2009-07-141-1/+3
* support: Don't return RPC_UNKNOWNHOST from rpc_socket.cChuck Lever2009-07-141-2/+2
* 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