aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libshare
Commit message (Expand)AuthorAgeFilesLines
* Ubuntu 22.04 integration: Cppcheckszubersk2022-11-181-0/+1
* Fix oversights from 4170ae4eRichard Yao2022-10-311-1/+1
* Fix TOCTOU race conditions reported by CodeQL and CoverityRichard Yao2022-10-291-2/+13
* Fix unsafe string operationsRichard Yao2022-09-271-2/+2
* Fix unable to export zpool without nfs-utilsChunwei Chen2022-09-161-1/+1
* Make zfs-share service resilient to stale exportsDon Brady2022-09-096-4/+43
* Replace dead opensolaris.org license linkTino Reichardt2022-07-118-8/+8
* 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-124-8/+64
* linux: libshare/nfs: bsearch() over valid keysнаб2022-05-121-28/+20
* Publish libshare protocols, use enum-based APIнаб2022-05-126-75/+37
* libshare: use AVL tree with static data, pass all data in argumentsнаб2022-05-128-415/+121
* libshare: interface: {=> const} char *наб2022-05-121-5/+5
* libshare/smb: cleanupнаб2022-05-124-56/+34
* libshare/nfs: destaticify nfs_lock_fdнаб2022-05-121-19/+15
* freebsd: libshare/nfs: write directly in translate_opts()наб2022-05-121-10/+9
* freebsd: libshare/nfs: constify static const dataнаб2022-05-121-4/+4
* autoconf: use include directives instead of recursing down libнаб2022-05-101-23/+18
* linux: libshare: smb: fix more than one smb_is_share_active() callнаб2022-04-011-15/+5
* Ask libtool to stop hiding some errorsRich Ercolani2022-03-311-0/+2
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-154-4/+1
* userspace: mark arguments usedнаб2022-02-182-0/+6
* libshare: nfs: fix unused, remove argsusedнаб2021-12-233-0/+4
* libshare: nfs: always try to mkdir()наб2021-12-171-4/+2
* libshare: nfs: set export file 644наб2021-12-171-0/+1
* linux/libshare: nfs: don't needlessly strdup() hostspecнаб2021-12-171-20/+7
* libshare: nfs: share nfs_is_shared()наб2021-12-174-74/+53
* libshare: nfs: share nfs_copy_entries()наб2021-12-174-128/+52
* libshare: nfs: open temporary file onceнаб2021-12-175-109/+80
* libshare: nfs: retry flock() when interruptedнаб2021-12-171-1/+3
* freebsd/libshare: nfs: don't send SIGHUP to all processesнаб2021-12-171-1/+7
* 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-094-3/+5
* libzfs: don't distribute libzfs_impl.hнаб2021-06-032-2/+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-194-91/+62
* freebsd/libshare: nfs: make nfs_is_shared() thread-safeнаб2021-04-191-5/+1
* libshare: nfs: commonify nfs_{init,fini}_tmpfile(), nfs_disable_share()наб2021-04-195-132/+101
* libshare: nfs: commonify nfs_exports_[un]lock(), FILE_HEADERнаб2021-04-195-104/+95
* libshare: nfs: don't leak nfs_lock_fd when lock failsнаб2021-04-192-8/+18
* lib/: set O_CLOEXEC on all fdsнаб2021-04-113-11/+11
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-0/+2
* zpool command complains about /etc/exports.dGeorge Wilson2020-09-252-43/+64
* libshare: Add missing headers for nfs.calaviss2020-09-041-0/+1
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-137-865/+991
* Fixes for make distArvind Sankar2020-06-261-3/+1
* Add include files for prototypesArvind Sankar2020-06-181-0/+1
* Remove dead codeArvind Sankar2020-06-181-8/+0