summaryrefslogtreecommitdiffstats
path: root/utils/mount/network.c
Commit message (Expand)AuthorAgeFilesLines
* mount.nfs: Provide comments for public network functionsChuck Lever2007-09-251-5/+37
* mount.nfs: Create a new API to find out client's addressChuck Lever2007-08-251-0/+46
* mount.nfs: getport() should avoid modifying passed-in argumentsChuck Lever2007-08-241-5/+9
* mount.nfs: Treat another UDP/TCP pair of strings like the restChuck Lever2007-08-111-1/+1
* mount.nfs: get_socket() may clobber errno, but preserves .re_errnoChuck Lever2007-08-041-12/+4
* mount.nfs: Always close the socket at the end of getport()Chuck Lever2007-08-041-5/+4
* mount.nfs: Shorter timeout for TCP connectsChuck Lever2007-08-041-5/+59
* mount.nfs: Remove a redundant port assignmentChuck Lever2007-08-041-1/+0
* libnfs.a: eliminate conn.c and conn.hChuck Lever2007-07-301-1/+0
* mount.nfs: use nfs_error instead of fprintf in get_socket()Chuck Lever2007-07-301-47/+53
* libnfs.a: move get_socket() function to utils/mount/network.cChuck Lever2007-07-301-0/+73
* libnfs.a: move clnt_ping() to utils/mountChuck Lever2007-07-301-0/+79
* libnfs.a: move more mount-only functions out of libnfs.aChuck Lever2007-07-301-0/+34
* libnfs.a: move mnt_{open, close}clnt calls to utils/mount/network.cChuck Lever2007-07-301-0/+47
* mount.nfs: clean up getport() functionChuck Lever2007-07-301-19/+28
* mount.nfs: fix hang when getport() uses TCP against unavailable serversChuck Lever2007-07-301-2/+17
* umount.nfs: eliminate a nearly empty header file.Chuck Lever2007-07-301-1/+0
* Make sure nfs_call_umount's callers are handling its return code correctlyChuck Lever2007-07-301-7/+20
* umount.nfs: move nfs_call_umount to network.cChuck Lever2007-07-301-2/+33
* mount.nfs: fix more nits with error messagesChuck Lever2007-07-301-3/+4
* mount.nfs: Move start_statd into nfs_mountChuck Lever2007-07-201-0/+45
* mount.nfs: Move network functions into a common source moduleChuck Lever2007-07-201-0/+318