summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* support: Introduce sockaddr helpers to get and set IP port numbersChuck Lever2009-07-143-39/+58
* 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
* getport: Clear shared error fields before trying rpcbind queriesChuck Lever2009-07-143-0/+31
* 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
* 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
* The closeall function is broken in such a way that it almost neverSteve Dickson2009-06-221-3/+8
* Replace the Sun RPC license with the BSD license,Tom spot Callaway2009-06-022-50/+46
* nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.cChuck Lever2009-05-181-7/+5
* utils/nfsd: add support for minorvers4Benny Halevy2009-05-043-5/+13
* Host aliases need to be checked when netgroups is used in exports.Steve Dickson2009-04-291-1/+7
* support: Provide an API for creating a privileged RPC clientChuck Lever2009-04-182-8/+143
* getport.c: fix non-standard CChuck Lever2009-04-151-2/+2
* cacheio: return any original error from qword_eolKevin Coffman2009-04-031-2/+8
* Mountd should use separate lockfilesBen Myers2009-04-034-17/+30
* In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compileSteve Dickson2009-03-231-3/+13
* nfs-utils: Include legacy or TI-RPC headers, not bothChuck Lever2009-03-162-45/+4
* nfs-utils: replace function-specific switches with HAVE_LIBTIRPCChuck Lever2009-03-162-43/+43
* Added back the some logging variables which are noSteve Dickson2009-03-081-1/+9
* nfs-utils: Provide type-checked version of svc_getcaller()Chuck Lever2009-03-051-0/+9
* nfs-utils: Replace getservbyname(3)Chuck Lever2009-03-053-94/+63
* Have sizeof using the correct value in nfs_getlocalport()Ben Greear2009-03-041-1/+1
* nfs-utils: Remove fprintf() call from support/nfs/getport.cChuck Lever2009-03-041-3/+0
* General clean up. Removed unused routines. Reworked syslogSteve Dickson2009-03-041-130/+5
* Converted good_client() to correctly use the tcp wrapperSteve Dickson2009-03-041-50/+7
* Only hash on IP address and Program number. Including the ProcedureSteve Dickson2009-03-041-12/+11
* Exportfs and rpc.mountd optimalizationTomas Richter2009-02-184-31/+104
* mount: getport: don't use getaddrinfo(3) on old systemsChuck Lever2009-01-061-10/+59
* Now that the TCP wrapper actually works, mounts willSteve Dickson2009-01-031-4/+16
* To ensure the hash table of clients has validSteve Dickson2008-12-191-3/+42
* Clients IP address and host names are check onSteve Dickson2008-12-191-0/+79
* When clients are define as IP addresses in /etc/hosts.deny,Steve Dickson2008-12-191-44/+45
* Added support/nfs/getport.cSteve Dickson2008-11-181-0/+965
* Introduce rpcbind client utility functionsChuck Lever2008-11-172-1/+72
* Add AF_INET6-capable API to acquire an RPC CLIENT *Chuck Lever2008-11-173-1/+599
* nfs-utils: make makesock() staticChuck Lever2008-10-081-42/+40
* nfs-utils: Clean up support/nfs/rpcmisc.c:closedown()Chuck Lever2008-10-081-23/+25
* nfs-utils: whitespace clean ups in support/nfs/rpcmisc.cChuck Lever2008-09-261-7/+6
* nfs-utils: Remove excess log reportingChuck Lever2008-09-261-8/+4
* nfs-utils: make makesock() staticChuck Lever2008-09-262-17/+22
* nfs-utils: remove disabled code from support/nfs/rpcmisc.cChuck Lever2008-09-261-16/+0
* nfs-utils: Remove unused function rpc_svcrun()Chuck Lever2008-09-262-52/+0
* nfs-utils: remove unused function rpc_logcall()Chuck Lever2008-09-262-61/+0