]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount/network.c
mount command: support AF_INET6 in probe_nfsport() and probe_mntport()
[nfs-utils.git] / utils / mount / network.c
2008-12-11 Chuck Levermount command: support AF_INET6 in probe_nfsport()...
2008-12-11 Chuck Levermount command: full support for AF_INET6 addresses...
2008-12-02 Chuck Levermount command: remove local getport() implementation
2008-12-02 Chuck Levermount command: Replace clnt_ping() and getport() calls...
2008-12-02 Chuck Levermount command: Use nfs_error() instead of perror()
2008-12-02 Chuck Levermount command: Use nfs_pmap_getport() in probe_statd()
2008-11-26 Neil BrownEnsure statd gets started if required when non-root
2008-08-28 Neil Brownmount: enable retry for nfs23 to set the correct protoc...
2008-07-31 Chuck Levermount.nfs command: old glibc missing some flags
2008-07-16 Neil BrownIf an NFS server is only listening on TCP for portmap...
2008-07-15 Chuck LeverClean up: Include the bare minimum of legacy RPC headers in
2008-07-15 Chuck LeverClean up: remove unused IPv4-only functions used by...
2008-07-15 Chuck LeverIntroduce IPv6-enabled version of get_client_address...
2008-07-15 Chuck LeverIntroduce two new functions to convert a sockaddr to...
2008-07-15 Chuck LeverAdd #include directives for additional header files...
2008-07-15 Chuck LeverIntroduce a new DNS resolver function in utils/mount...
2008-03-11 Chuck LeverRecently #include directives for autoconf's config...
2007-11-03 Steve DicksonWhen following a list of mount versions to probe -
2007-11-03 Steve DicksonThis means that if mountd is run with "--no-nfs-version 3",
2007-10-11 Neil BrownFix version fallback for unmount.
2007-09-25 Chuck Levermount.nfs: Provide comments for public network functions
2007-08-24 Chuck Levermount.nfs: Create a new API to find out client's address
2007-08-24 Chuck Levermount.nfs: getport() should avoid modifying passed...
2007-08-10 Chuck Levermount.nfs: Treat another UDP/TCP pair of strings like...
2007-08-03 Chuck Levermount.nfs: get_socket() may clobber errno, but preserve...
2007-08-03 Chuck Levermount.nfs: Always close the socket at the end of getport()
2007-08-03 Chuck Levermount.nfs: Shorter timeout for TCP connects
2007-08-03 Chuck Levermount.nfs: Remove a redundant port assignment
2007-07-30 Chuck Leverlibnfs.a: eliminate conn.c and conn.h
2007-07-30 Chuck Levermount.nfs: use nfs_error instead of fprintf in get_socket()
2007-07-30 Chuck Leverlibnfs.a: move get_socket() function to utils/mount...
2007-07-30 Chuck Leverlibnfs.a: move clnt_ping() to utils/mount
2007-07-30 Chuck Leverlibnfs.a: move more mount-only functions out of libnfs.a
2007-07-30 Chuck Leverlibnfs.a: move mnt_{open, close}clnt calls to utils...
2007-07-30 Chuck Levermount.nfs: clean up getport() function
2007-07-30 Chuck Levermount.nfs: fix hang when getport() uses TCP against...
2007-07-30 Chuck Leverumount.nfs: eliminate a nearly empty header file.
2007-07-30 Chuck LeverMake sure nfs_call_umount's callers are handling its...
2007-07-30 Chuck Leverumount.nfs: move nfs_call_umount to network.c
2007-07-30 Chuck Levermount.nfs: fix more nits with error messages
2007-07-20 Chuck Levermount.nfs: Move start_statd into nfs_mount
2007-07-20 Chuck Levermount.nfs: Move network functions into a common source...