summaryrefslogtreecommitdiff
path: root/support/export
Commit message (Expand)AuthorAgeFilesLines
* mountd: don't advertise krb5 for v4root when not configured.nfs-utils-2-6-3-rc9NeilBrown2023-04-191-0/+2
* export: Uncover NFS subvolume after rebootRichard Weinberger2023-04-191-0/+6
* export: Wireup reexport mechanismRichard Weinberger2023-04-191-6/+62
* Implement reexport= export optionRichard Weinberger2023-04-191-0/+20
* Add reexport helper libraryRichard Weinberger2023-04-191-0/+2
* exports: Add an xprtsec= export optionChuck Lever2023-04-151-0/+15
* export: Fix rootdir corner case in next_mnt()Richard Weinberger2023-04-051-1/+5
* Covscan Scan: Wrong Check of Return ValueSteve Dickson2023-01-101-0/+3
* Replace statfs64 with statfsKhem Raj2023-01-101-7/+7
* Fix function prototypesKhem Raj2022-09-133-3/+3
* mountd: Check for return of stat functionKhem Raj2022-09-131-1/+1
* mountd: Check 'nfsd/clients' directory presence instead of kernel versionKonstantin Khorenko2022-05-261-2/+5
* mountd: only do NFSv4 logging on supported kernels.Steve Dickson2021-09-231-0/+3
* Move declaration of etab and rmtab into librariesnfs-utils-2-5-4-rc4NeilBrown2021-05-222-3/+1
* Remove 'force' arg from cache_flush()NeilBrown2021-05-221-1/+1
* Fix NFSv4 export of tmpfs filesystemsNeilBrown2021-05-223-2/+53
* mountd/exportd: only log confirmed clients, and poll for updatesNeilBrown2021-04-061-19/+67
* mountd: add logging of NFSv4 clients attaching and detaching.NeilBrown2021-03-154-9/+191
* mountd: make default ttl settable by optionNeilBrown2021-03-152-4/+5
* mountd: add --cache-use-ipaddr option to force use_ipaddrNeilBrown2021-03-151-0/+4
* mountd: add logging for authentication results for accesses.NeilBrown2021-03-151-1/+17
* mountd: Don't proactively add export info when fh info is requested.NeilBrown2021-03-151-7/+1
* mountd: reject unknown client IP when !use_ipaddr.NeilBrown2021-03-151-10/+7
* exportd: Enabled junction supportSteve Dickson2021-02-182-1/+204
* exportd: Moved cache upcalls routines into libexport.aSteve Dickson2021-02-185-1/+2254
* Use <fcntl.h> header instead of <sys/fcntl.h>Patrick Steinhardt2019-09-051-1/+1
* mountd: Canonicalise the rootdir in exportent_mkrealpath()Trond Myklebust2019-06-101-2/+10
* Add a helper to return the real path given an export entryTrond Myklebust2019-06-101-0/+24
* rpc.mountd: Fix mountd segfaultChuck Lever2019-05-291-11/+21
* rpc.mountd: Fix e_hostname and e_uuid leaksSteve Dickson2019-05-231-1/+18
* nfs-utils: fix addrinfo usage with musl-1.1.21Peter Wagner2019-02-272-5/+5
* Remove abuse of ai_canonnameChuck Lever2019-02-271-46/+12
* Remove a number of stringop-truncation warningsSteve Dickson2018-06-051-2/+3
* Remove warnings from rpcgen generated filesSteve Dickson2018-02-121-1/+1
* mountd/exportfs: implement the -s/--state-directory-path optionScott Mayhew2017-02-151-2/+81
* Remove all use of the nfsctl system call.NeilBrown2016-12-065-289/+1
* Remove all use of /var/lib/nfs/xtabNeilBrown2016-11-151-29/+2
* nfs-server-generator: avoid using external services.NeilBrown2016-11-071-4/+9
* Move export_d_read() to support/export/export.cNeilBrown2016-08-201-0/+65
* exportfs: replace one xlog(D_GENERAL) in host_canonname()nfs-utils-1-3-4-rc5Scott Mayhew2016-05-021-1/+1
* libexport.a: fix missing brace in host_ntop() fallbackStefan Hajnoczi2016-03-161-1/+1
* Set right error after getaddrinfo failsRinku Kothiya2016-01-161-2/+2
* mountd: fix netgroup lookup for short hostnamesFrank Sorenson2015-12-161-10/+7
* exportfs: Restore the EAI_NONAME check in host_pton()Scott Mayhew2015-11-021-0/+2
* mountd: fix netgroup lookup for resolvable IP addressesFrank Sorenson2015-11-021-0/+15
* exportfs: warn when really nothing is exportednfs-utils-1-3-2-rc3Pavel Raiskup2014-12-031-13/+7
* exportfs: Do not fail on empty exports file.Steve Dickson2014-11-171-3/+10
* exportfs: changes handling of unresolvable entriesHenrique Martins2014-11-043-5/+12
* exportfs: fix test of NULL pointer in host_pton()Natanael Copa2014-09-151-5/+7
* replace __attribute_malloc__ with the more portable __attribute__((__malloc__))Natanael Copa2014-09-151-7/+7