aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libshare/os/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix nfs_truncate_shares without /etc/exports.dsiv02023-10-311-0/+18
* Improve the handling of sharesmb,sharenfs propertiesUmer Saleem2023-09-191-3/+44
* Fix oversights from 4170ae4eRichard Yao2022-10-311-1/+1
* Fix TOCTOU race conditions reported by CodeQL and CoverityRichard Yao2022-10-291-2/+13
* Fix unable to export zpool without nfs-utilsChunwei Chen2022-09-161-1/+1
* Make zfs-share service resilient to stale exportsDon Brady2022-09-091-1/+8
* Replace dead opensolaris.org license linkTino Reichardt2022-07-112-2/+2
* linux: libshare: smb: don't swallow net(1) errorsнаб2022-05-181-2/+2
* linux: libshare/nfs: don't do anything unless exportfs is availableнаб2022-05-121-0/+30
* linux: libshare/smb: cache smb_availableнаб2022-05-121-7/+11
* libshare/nfs: escape mount points when neededнаб2022-05-121-3/+10
* linux: libshare/nfs: bsearch() over valid keysнаб2022-05-121-28/+20
* Publish libshare protocols, use enum-based APIнаб2022-05-122-6/+2
* libshare: use AVL tree with static data, pass all data in argumentsнаб2022-05-122-83/+11
* libshare/smb: cleanupнаб2022-05-122-40/+31
* linux: libshare: smb: fix more than one smb_is_share_active() callнаб2022-04-011-15/+5
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-152-2/+0
* libshare: nfs: fix unused, remove argsusedнаб2021-12-231-0/+1
* linux/libshare: nfs: don't needlessly strdup() hostspecнаб2021-12-171-20/+7
* libshare: nfs: share nfs_is_shared()наб2021-12-171-25/+1
* libshare: nfs: share nfs_copy_entries()наб2021-12-171-54/+0
* libshare: nfs: open temporary file onceнаб2021-12-172-43/+16
* libshare: nfs: pass through ipv6 addresses in bracket notationfelixdoerre2021-10-201-5/+42
* lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hiddenнаб2021-06-091-1/+1
* linux/libshare: smb: don't leak share name in smb_disable_share_one()наб2021-05-211-1/+1
* libshare: nfs: commonify nfs_enable_share()наб2021-04-191-35/+19
* libshare: nfs: commonify nfs_{init,fini}_tmpfile(), nfs_disable_share()наб2021-04-191-69/+6
* libshare: nfs: commonify nfs_exports_[un]lock(), FILE_HEADERнаб2021-04-191-51/+7
* libshare: nfs: don't leak nfs_lock_fd when lock failsнаб2021-04-191-4/+9
* lib/: set O_CLOEXEC on all fdsнаб2021-04-112-6/+6
* zpool command complains about /etc/exports.dGeorge Wilson2020-09-251-30/+41
* libshare: Add missing headers for nfs.calaviss2020-09-041-0/+1
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-132-0/+1165