summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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
* xlog: Reorganize xlog_backend() to work around -Wmaybe-uninitializedDoug Nazar2020-07-221-22/+19
* Fix various clang warnings.Doug Nazar2020-07-141-1/+1
* nfsd: Support running nfsd_name_to_handle_at() in the root jailTrond Myklebust2020-05-082-0/+70
* mountd: Add a helper nfsd_path_statfs64() for uuid_by_path()Trond Myklebust2020-05-082-0/+48
* nfsidmap:umich_ldap: Add tunable to control action for ldap referrals.Srikrishan Malik2020-05-043-1/+30
* mountd: Preserve special characters in refer and replica path optionsLance Shelton2020-05-041-9/+18
* Fix a buffer overflow in qword_add()Trond Myklebust2020-05-041-1/+1
* nfsidmap:umich_ldap: Add support for SASL binds.Srikrishan Malik2020-04-134-7/+308
* nfsidmap: define NS_MAXMSG if undefinedRosen Penev2020-04-131-0/+4
* nfs-utils: print time in 64-bitRosen Penev2020-04-131-1/+2
* Add regex plugin for nfsidmapStefan Walter2020-04-133-3/+617
* onffile: Don't give warning for optional config files.nfs-utils-2-4-4-rc2NeilBrown2020-03-271-3/+3
* support: nfs: rpc_socket: silence unused parameter warning on salenGiulio Benetti2020-01-161-0/+2
* libnfsidmap: Turn off default verbositySteve Dickson2019-12-191-1/+1
* Disable statx if using glibc emulationDoug Nazar2019-12-091-0/+3
* Switch legacy index() in favour of strchr()nfs-utils-2-4-3-rc2Frederik Pasch2019-11-221-3/+3
* fix compilation with -Werror=format on i586Guillaume Rousse2019-11-221-1/+1