| Commit message (Expand) | Author | Age | Files | Lines |
* | Ubuntu 22.04 integration: Cppcheck | szubersk | 2022-11-18 | 1 | -0/+1 |
* | Fix oversights from 4170ae4e | Richard Yao | 2022-10-31 | 1 | -1/+1 |
* | Fix TOCTOU race conditions reported by CodeQL and Coverity | Richard Yao | 2022-10-29 | 1 | -2/+13 |
* | Fix unsafe string operations | Richard Yao | 2022-09-27 | 1 | -2/+2 |
* | Fix unable to export zpool without nfs-utils | Chunwei Chen | 2022-09-16 | 1 | -1/+1 |
* | Make zfs-share service resilient to stale exports | Don Brady | 2022-09-09 | 6 | -4/+43 |
* | Replace dead opensolaris.org license link | Tino Reichardt | 2022-07-11 | 8 | -8/+8 |
* | linux: libshare: smb: don't swallow net(1) errors | наб | 2022-05-18 | 1 | -2/+2 |
* | linux: libshare/nfs: don't do anything unless exportfs is available | наб | 2022-05-12 | 1 | -0/+30 |
* | linux: libshare/smb: cache smb_available | наб | 2022-05-12 | 1 | -7/+11 |
* | libshare/nfs: escape mount points when needed | наб | 2022-05-12 | 4 | -8/+64 |
* | linux: libshare/nfs: bsearch() over valid keys | наб | 2022-05-12 | 1 | -28/+20 |
* | Publish libshare protocols, use enum-based API | наб | 2022-05-12 | 6 | -75/+37 |
* | libshare: use AVL tree with static data, pass all data in arguments | наб | 2022-05-12 | 8 | -415/+121 |
* | libshare: interface: {=> const} char * | наб | 2022-05-12 | 1 | -5/+5 |
* | libshare/smb: cleanup | наб | 2022-05-12 | 4 | -56/+34 |
* | libshare/nfs: destaticify nfs_lock_fd | наб | 2022-05-12 | 1 | -19/+15 |
* | freebsd: libshare/nfs: write directly in translate_opts() | наб | 2022-05-12 | 1 | -10/+9 |
* | freebsd: libshare/nfs: constify static const data | наб | 2022-05-12 | 1 | -4/+4 |
* | autoconf: use include directives instead of recursing down lib | наб | 2022-05-10 | 1 | -23/+18 |
* | linux: libshare: smb: fix more than one smb_is_share_active() call | наб | 2022-04-01 | 1 | -15/+5 |
* | Ask libtool to stop hiding some errors | Rich Ercolani | 2022-03-31 | 1 | -0/+2 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 4 | -4/+1 |
* | userspace: mark arguments used | наб | 2022-02-18 | 2 | -0/+6 |
* | libshare: nfs: fix unused, remove argsused | наб | 2021-12-23 | 3 | -0/+4 |
* | libshare: nfs: always try to mkdir() | наб | 2021-12-17 | 1 | -4/+2 |
* | libshare: nfs: set export file 644 | наб | 2021-12-17 | 1 | -0/+1 |
* | linux/libshare: nfs: don't needlessly strdup() hostspec | наб | 2021-12-17 | 1 | -20/+7 |
* | libshare: nfs: share nfs_is_shared() | наб | 2021-12-17 | 4 | -74/+53 |
* | libshare: nfs: share nfs_copy_entries() | наб | 2021-12-17 | 4 | -128/+52 |
* | libshare: nfs: open temporary file once | наб | 2021-12-17 | 5 | -109/+80 |
* | libshare: nfs: retry flock() when interrupted | наб | 2021-12-17 | 1 | -1/+3 |
* | freebsd/libshare: nfs: don't send SIGHUP to all processes | наб | 2021-12-17 | 1 | -1/+7 |
* | libshare: nfs: pass through ipv6 addresses in bracket notation | felixdoerre | 2021-10-20 | 1 | -5/+42 |
* | lib{efi,avl,share,tpool,zfs_core,zfsbootenv,zutil}: -fvisibility=hidden | наб | 2021-06-09 | 4 | -3/+5 |
* | libzfs: don't distribute libzfs_impl.h | наб | 2021-06-03 | 2 | -2/+1 |
* | linux/libshare: smb: don't leak share name in smb_disable_share_one() | наб | 2021-05-21 | 1 | -1/+1 |
* | libshare: nfs: commonify nfs_enable_share() | наб | 2021-04-19 | 4 | -91/+62 |
* | freebsd/libshare: nfs: make nfs_is_shared() thread-safe | наб | 2021-04-19 | 1 | -5/+1 |
* | libshare: nfs: commonify nfs_{init,fini}_tmpfile(), nfs_disable_share() | наб | 2021-04-19 | 5 | -132/+101 |
* | libshare: nfs: commonify nfs_exports_[un]lock(), FILE_HEADER | наб | 2021-04-19 | 5 | -104/+95 |
* | libshare: nfs: don't leak nfs_lock_fd when lock fails | наб | 2021-04-19 | 2 | -8/+18 |
* | lib/: set O_CLOEXEC on all fds | наб | 2021-04-11 | 3 | -11/+11 |
* | cppcheck: integrete cppcheck | Brian Behlendorf | 2021-01-26 | 1 | -0/+2 |
* | zpool command complains about /etc/exports.d | George Wilson | 2020-09-25 | 2 | -43/+64 |
* | libshare: Add missing headers for nfs.c | alaviss | 2020-09-04 | 1 | -0/+1 |
* | Remove dependency on sharetab file and refactor sharing logic | George Wilson | 2020-07-13 | 7 | -865/+991 |
* | Fixes for make dist | Arvind Sankar | 2020-06-26 | 1 | -3/+1 |
* | Add include files for prototypes | Arvind Sankar | 2020-06-18 | 1 | -0/+1 |
* | Remove dead code | Arvind Sankar | 2020-06-18 | 1 | -8/+0 |