summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* fsidd: provide better default socket name.NeilBrown2023-05-113-5/+10
* fsidd: don't use assert() on expr with side-effect.NeilBrown2023-05-112-13/+69
* mountd: don't advertise krb5 for v4root when not configured.nfs-utils-2-6-3-rc9NeilBrown2023-04-193-7/+10
* export: Add fsiddRichard Weinberger2023-04-192-0/+210
* reexport: Add sqlite backendRichard Weinberger2023-04-192-0/+314
* 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-193-0/+83
* Add reexport helper libraryRichard Weinberger2023-04-196-1/+354
* exports: Add an xprtsec= export optionChuck Lever2023-04-154-0/+128
* libexports: Fix whitespace damage in support/nfs/exports.cChuck Lever2023-04-151-8/+7
* 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-103-22/+22
* nfs-utils: Don't allow junction tests to trigger automountsJeff Layton2023-01-101-5/+5
* Allow 'debug' configuration option to accept '0' and '1'Frank Sorenson2022-10-171-2/+5
* Fix more function prototypesSam James2022-09-271-1/+1
* 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: Fix potential data corrupternfs-utils-2-6-2-rc3Steve Dickson2022-02-281-2/+3
* Manpages: Fix man page syntax errorsBen Hutchings2022-01-311-2/+2
* mountd: only do NFSv4 logging on supported kernels.Steve Dickson2021-09-231-0/+3
* Move version.h into a common include directorySteve Dickson2021-09-231-0/+1
* cacheio.c:216:21: warning: unused variable 'stb' [-Wunused-variable]Steve Dickson2021-09-231-1/+0
* nfs-utils: Fix potential memory leaks in idmapAlice Mitchell2021-08-212-4/+3
* Move declaration of etab and rmtab into librariesnfs-utils-2-5-4-rc4NeilBrown2021-05-225-4/+4
* Remove 'force' arg from cache_flush()NeilBrown2021-05-223-11/+10
* Fix NFSv4 export of tmpfs filesystemsNeilBrown2021-05-224-2/+54
* nfs-utils: Enable the retrieval of raw config settings without expansionnfs-utils-2-5-4-rc3Alice Mitchell2021-05-062-0/+24
* nfs-utils: Factor out common structure cleanup callsAlice Mitchell2021-05-061-43/+41
* Replace all /var/run with /runNeilBrown2021-05-061-1/+1
* Fix `statx()` emulation breaking exportsPatrick Steinhardt2021-05-061-0/+2
* 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-154-6/+10
* 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-183-1/+254
* exportd: Moved cache upcalls routines into libexport.aSteve Dickson2021-02-185-1/+2254
* nfs-utils: rename xlog_from_conffile() to xlog_set_debug()Steve Dickson2021-02-182-2/+2
* conffile: Only process files in the config.d dirs that end with ".conf"Steve Dickson2020-11-101-2/+23
* conffile: process config.d directory config files.Steve Dickson2020-11-101-3/+121
* nfs-utils: remove leftover debugging messagesHolger Hoffst?tte2020-10-311-1/+1
* nfsidmap:umich_ldap return success only if attributes are found in ldap resp.Srikrishan Malik2020-09-172-1/+3
* nfsidmap: Allow overriding location of method librariesnfs-utils-2-5-2-rc3Doug Nazar2020-07-271-12/+28
* exportfs: Fix a few valgrind warningsDoug Nazar2020-07-231-0/+1
* nfsidmap: Add support to cleanup resources on exitDoug Nazar2020-07-225-1/+36