summaryrefslogtreecommitdiff
path: root/utils/exportfs/exportfs.c
Commit message (Expand)AuthorAgeFilesLines
* Implement reexport= export optionRichard Weinberger2023-04-191-0/+11
* exports: Add an xprtsec= export optionChuck Lever2023-04-151-0/+1
* Replace statfs64 with statfsKhem Raj2023-01-101-2/+2
* Fix function prototypesKhem Raj2022-09-131-2/+2
* exportfs: Fix left debug infoPetr Vorel2022-01-221-2/+0
* manpage: remove the no longer supported value "vers2"Yongcheng Yang2022-01-201-0/+2
* Move declaration of etab and rmtab into librariesnfs-utils-2-5-4-rc4NeilBrown2021-05-221-2/+0
* Remove 'force' arg from cache_flush()NeilBrown2021-05-221-2/+2
* Fix NFSv4 export of tmpfs filesystemsNeilBrown2021-05-221-35/+3
* exportfs: fix unexporting of '/'Ondrej Mosnacek2021-04-061-1/+1
* exportd/exportfs: Add the state-directory-path optionSteve Dickson2021-02-181-8/+13
* nfs-utils: rename xlog_from_conffile() to xlog_set_debug()Steve Dickson2021-02-181-3/+9
* nfs-utils: remove leftover debugging messagesHolger Hoffst?tte2020-10-311-3/+2
* nfsidmap:umich_ldap return success only if attributes are found in ldap resp.Srikrishan Malik2020-09-171-0/+3
* exportfs: Fix a few valgrind warningsDoug Nazar2020-07-231-1/+6
* Add printf format checkingJoshua Watt2019-09-201-0/+3
* Add support for the "[exports] rootdir" nfs.conf option to exportfsTrond Myklebust2019-06-101-2/+9
* nfs-utils: fix addrinfo usage with musl-1.1.21Peter Wagner2019-02-271-5/+5
* exportfs: move ro/rw option back to secinfo_flag_displaymap tableJianhong Yin2018-01-171-4/+0
* nfs-utils: Restore ABI compat with pre-merge libnfsidmapJustin Mitchell2017-11-071-1/+1
* config: Remove the conf_path globalJustin Mitchell2017-05-051-2/+1
* mountd/exportfs: implement the -s/--state-directory-path optionScott Mayhew2017-02-151-0/+13
* exportfs: support "security_label" export optionnfs-utils-1-3-5-rc6J. Bruce Fields2017-01-121-0/+2
* exportfs: Make sure pass all valid export flags to nfsdKinglong Mee2017-01-041-5/+7
* exportfs: allow debugging to be enabled in nfs.confNeilBrown2016-12-201-0/+5
* exportfs: fix path comparison in unexportfs_parsed()Scott Mayhew2016-12-171-0/+2
* Remove all use of the nfsctl system call.NeilBrown2016-12-061-82/+2
* exportfs: remove redundant exports options outputJianhong Yin2016-11-221-8/+6
* Remove all use of /var/lib/nfs/xtabNeilBrown2016-11-151-3/+1
* nfs-server-generator: avoid using external services.NeilBrown2016-11-071-2/+2
* Move export_d_read() to support/export/export.cNeilBrown2016-08-201-59/+0
* exportfs: fix export point checkingnfs-utils-1-3-4-rc6Jianhong Yin2016-07-181-2/+2
* exportfs: add the debug optionScott Mayhew2016-05-021-2/+5
* exportfs: Deal with path's trailing "/" in unexportfs_parsed()Yongcheng Yang2015-12-111-1/+10
* exportfs: Fix buf size in test_export() dump()nfs-utils-1-3-4-rc1Jianhong Yin2015-11-041-5/+8
* nfs-utils: add support for the "pnfs" export optionChristoph Hellwig2015-04-021-0/+2
* exportfs: warn when really nothing is exportednfs-utils-1-3-2-rc3Pavel Raiskup2014-12-031-9/+13
* exportfs: Do not fail on empty exports file.Steve Dickson2014-11-171-5/+5
* exportfs: Properly parse IPv6 literal strings with null terminationTodd Vierling2014-09-191-10/+8
* exportfs: taught exportfs -v about the nordirplus optionSteve Dickson2014-08-241-0/+2
* exportfs: Support raw IPv6 addresses with "client:/path"Chuck Lever2014-03-171-2/+62
* exportfs: Refactor exportfs() and unexportfs()Chuck Lever2014-03-171-23/+51
* exportfs: Don't buffer overflow on exports that are too big.Steve Dickson2014-01-201-0/+2
* exportfs.c: Escape path for '-s' optionTony Asleson2014-01-071-1/+12
* exportfs.c: Remove trailing whitespaceTony Asleson2014-01-071-15/+15
* exportfs.c: escape path for function test_exportTony Asleson2014-01-071-3/+7
* exportfs: modify can_test() to use LONG_MAX when appropriatenfs-utils-1-3-0-rc1nfs-utils-1-2-10-rc1Harshula Jayasuriya2013-11-201-4/+24
* exportfs: exit with error code if there was any error (take 2).NeilBrown2013-11-051-30/+13
* exportfs: report failure if asked to unexport something not exported.Steve Dickson2013-10-281-0/+2
* exportfs: exit with error code if there was any error.NeilBrown2013-10-221-10/+27