summaryrefslogtreecommitdiff
path: root/usr/src/lib/libshare/nfs
AgeCommit message (Collapse)AuthorFilesLines
2007-10-036546230 sharemgr: "nosuid=false" caused extra comma in share command's outputdougm1-25/+43
6570719 share command cores dump when /etc/dfs/sharetab and /etc/dfs/dfstab are out of sync 6586857 sharemgr: libshare double-frees xml node on teardown
2007-07-236559697 sharemgr: nfs_parse_legacy_options() leaks memory, segfaults on failuredougm1-3/+8
2007-06-26PSARC/2006/465 ZFS Delegated Administrationmarks1-16/+89
PSARC/2006/577 zpool property to disable delegation PSARC/2006/625 Enhancements to zpool history PSARC/2007/228 ZFS delegation amendments PSARC/2007/295 ZFS Delegated Administration Addendum 6280676 restore "owner" property 6349470 investigate non-root restore/backup 6572465 'zpool set bootfs=...' records history as 'zfs set bootfs=...'
2007-06-226531853 sharemgr: set is confused if trying to set multiple properties at a timedougm1-115/+140
6536735 sharemgr: legacy support caused unwanted share-specific properties and confusing "show -p" output 6565575 'zfs set sharenfs=public' broken
2007-06-016563921 Fix for 6549790 breaks "share -o anon=0"dougm1-7/+12
2007-05-296548000 sharemgr dumps core on allocation failuredougm1-1107/+1208
6549790 NFS sharemgr dumps core on allocation failure 6559696 sharemgr: get_one_filesystem() leaks zfs handles 6559699 sharemgr: sa_scf_init() leaks scf instance and scope
2007-05-156522812 sharemgr: sharectl unable to set/get properties which have leading spacedougm1-1/+21
6523586 sharemgr: set property on a disabled group shares the filesystem in it
2007-03-286516085 sharemgr: should deliver 64-bit library objects for libshare.so and ↵dougm10-0/+3162
plugin(s) 6516121 sharemgr: libshare should provide better support for multithreaded apps --HG-- rename : usr/src/cmd/dfs.cmds/sharemgr/plugins/Makefile => usr/src/lib/libshare/nfs/Makefile rename : usr/src/cmd/dfs.cmds/sharemgr/plugins/Makefile.com => usr/src/lib/libshare/nfs/Makefile.com rename : usr/src/cmd/dfs.cmds/sharemgr/plugins/i386/Makefile => usr/src/lib/libshare/nfs/i386/Makefile rename : usr/src/cmd/dfs.cmds/sharemgr/plugins/libshare_nfs.c => usr/src/lib/libshare/nfs/libshare_nfs.c rename : usr/src/cmd/dfs.cmds/sharemgr/plugins/libshare_nfs.h => usr/src/lib/libshare/nfs/libshare_nfs.h rename : usr/src/cmd/dfs.cmds/sharemgr/plugins/sparc/Makefile => usr/src/lib/libshare/nfs/sparc/Makefile