summaryrefslogtreecommitdiffstats
path: root/utils/mount/network.c
Commit message (Expand)AuthorAgeFilesLines
...
* mount command: AF_INET6 support for probe_bothports()Chuck Lever2008-12-111-21/+65
* mount command: support AF_INET6 in probe_nfsport() and probe_mntport()Chuck Lever2008-12-111-16/+42
* mount command: full support for AF_INET6 addresses in probe_port()Chuck Lever2008-12-111-10/+44
* mount command: remove local getport() implementationChuck Lever2008-12-021-74/+2
* mount command: Replace clnt_ping() and getport() calls in probe_port()Chuck Lever2008-12-021-14/+29
* mount command: Use nfs_error() instead of perror()Chuck Lever2008-12-021-1/+2
* mount command: Use nfs_pmap_getport() in probe_statd()Chuck Lever2008-12-021-18/+16
* Ensure statd gets started if required when non-rootNeil Brown2008-11-261-1/+13
* mount: enable retry for nfs23 to set the correct protocol for mount.Neil Brown2008-08-281-2/+4
* mount.nfs command: old glibc missing some flagsChuck Lever2008-07-311-0/+18
* If an NFS server is only listening on TCP for portmap (as apparentlyNeil Brown2008-07-161-2/+4
* Clean up: Include the bare minimum of legacy RPC headers inChuck Lever2008-07-151-11/+0
* Clean up: remove unused IPv4-only functions used by the text-based mountChuck Lever2008-07-151-33/+0
* Introduce IPv6-enabled version of get_client_address. The legacy mountChuck Lever2008-07-151-0/+118
* Introduce two new functions to convert a sockaddr to a presentation formatChuck Lever2008-07-151-0/+92
* Add #include directives for additional header files needed to support IPv6Chuck Lever2008-07-151-1/+4
* Introduce a new DNS resolver function in utils/mount/network.c that usesChuck Lever2008-07-151-19/+59
* Recently #include directives for autoconf's config.h file were added inChuck Lever2008-03-111-0/+4
* When following a list of mount versions to probe -Steve Dickson2007-11-031-1/+1
* This means that if mountd is run with "--no-nfs-version 3",Steve Dickson2007-11-031-4/+0
* Fix version fallback for unmount.Neil Brown2007-10-121-22/+12
* 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