summaryrefslogtreecommitdiff
path: root/utils/mount/network.c
Commit message (Expand)AuthorAgeFilesLines
* Fix function prototypesKhem Raj2022-09-131-1/+1
* mount: removed unused lablenfs-utils-2-5-5-rc5Steve Dickson2022-01-041-11/+0
* mount: Remove NFS v2 support from mount.nfsSteve Dickson2022-01-041-2/+2
* mount: don't bind a socket needlessly.nfs-utils-2-5-5-rc4NeilBrown2021-11-101-4/+0
* mount: report error if multiple version specifiers are given.NeilBrown2020-12-161-14/+22
* Fix various clang warnings.Doug Nazar2020-07-141-2/+2
* mount: fix compilation if __GLIBC__ is not definedPatrick Steinhardt2019-08-261-1/+1
* mount: Add missing cast to getsocknameRosen Penev2019-04-161-1/+1
* nfs-utils: fix addrinfo usage with musl-1.1.21Peter Wagner2019-02-271-3/+3
* Add check of clientaddr argumentOlga Kornievskaia2018-06-191-0/+47
* mount.nfs: Fix auto protocol negotiationSteve Dickson2018-04-101-2/+2
* Removed -Werror=unused-result warnings.Steve Dickson2018-03-071-2/+6
* mount.nfs: minorversion setting is being ignored with the -t flagSteve Dickson2018-03-011-5/+10
* mount: Fix problems with parsing minorversion=NeilBrown2017-07-261-9/+13
* mount: move handling of "-t nfs4" into nfs_nfs_version()NeilBrown2017-07-261-5/+6
* mount: support compiling with old glibcNeilBrown2017-07-261-1/+7
* network.c: removed some warningsSteve Dickson2017-07-261-0/+5
* mount: call setgroups() before setuid()NeilBrown2017-02-151-0/+2
* mount: fix mount fail that caused by uninitialized structJianhong Yin2017-02-021-0/+1
* mount: use a public address for IPv6 callback.NeilBrown2016-08-031-0/+5
* mount: run START_STATD fully as rootNeilBrown2016-04-271-1/+4
* mount.nfs: trust the exit status of "start_statd".NeilBrown2016-01-161-1/+5
* Fix uninitialised variable usage in nfs_options2pmapAndreas Schwab2016-01-161-1/+4
* mount.nfs: Teach mount.nfs about the mountversion optionSteve Dickson2015-11-211-1/+6
* mount.nfs: Add struct nfs_version and generalize version parsingBenjamin Coddington2015-01-231-62/+60
* [PATCH - v3] mount.nfs: Fix fallback from tcp to udpNeilBrown2014-03-131-8/+26
* mount.nfs: Don't silently ignore invalid protocol versions.Steve Dickson2014-01-071-0/+4
* mount.nfs: Recognize v4.x mount optionsWeston Andros Adamson2013-11-201-0/+8
* statd: fix race condition for parallel startup of statdRobert Schiele2013-11-051-2/+13
* statd: exit if a statd is already runningWeston Andros Adamson2013-05-071-17/+0
* mount: No longer negotiate to v2Steve Dickson2013-04-221-8/+5
* pdate addres for Free Software FoundationNeilBrown2011-08-291-2/+2
* mount: move generic functions to utils.c and network.cKarel Zak2011-04-061-0/+68
* mount.nfs: Don't leak socket in nfs_ca_sockname()Chuck Lever2011-04-061-15/+13
* mount: Recognize zero as a valid value for the port= optionChuck Lever2011-03-031-2/+2
* nfs-utils: Remove all uses of AI_ADDRCONFIGChuck Lever2010-11-011-3/+0
* mount.nfs: mountproto does not support RDMAChuck Lever2010-10-141-1/+5
* mount.nfs: Eliminate compiler warnings in utils/mount/network.cChuck Lever2010-10-141-16/+19
* mount.nfs: Support an "rdma" mount optionChuck Lever2010-09-091-2/+7
* Removed warnings from network.cSteve Dickson2010-08-091-1/+2
* mount.nfs: silently fails when the network protocol is not foundSteve Dickson2010-06-221-3/+16
* mount: silently fails when bad option values are givenSteve Dickson2010-06-221-2/+18
* nfs-utils: add and use nfs_authsys_createJeff Layton2010-03-011-3/+12
* mount: Set protocol family properly for "udp" and "tcp"Chuck Lever2010-02-181-1/+2
* mount.nfs: make nfs_{nfs,mount}_proto set errno on errorJeff Layton2010-02-121-6/+18
* mount.nfs: return error if proto= option specified IPv6 when IPv6 isn't suppo...Jeff Layton2010-02-121-16/+43
* This is the second iteration of this patch. The only difference hereJeff Layton2010-02-121-10/+8
* Added the sys/stat.h header file to a number ofnfs-utils-1-2-2-rc9Steve Dickson2010-01-221-0/+1
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-151-8/+5
* mount.nfs: don't use IPv6 unless IPV6_SUPPORTED is setJeff Layton2010-01-041-1/+1