summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fs.d/nfs/mountd
AgeCommit message (Collapse)AuthorFilesLines
2022-09-1614970 Restrict NFS mountd MOUNTPROC_DUMP to local transportsToomas Soome2-5/+85
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-09-1014960 mountd: cleaning up some build gagsToomas Soome3-44/+24
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2019-08-1611528 Makefile.noget can get goneJohn Levon1-1/+1
11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-01-1410080 smatch Makefile changes for usr/src/cmdJohn Levon1-0/+4
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
2018-02-079038 fs.d/nfs: this statement may fall throughToomas Soome1-0/+1
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@joyent.com>
2017-07-207577 mountd support to run on a fixed portGordon Ross1-42/+131
Portions contributed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Prakash Surya <prakash.surya@delphix.com>
2016-04-045868 Make checks in inet_matchaddr() more robustYuri Pankov1-2/+22
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-276659 nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek1-4/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2015-11-026321 mountd: The IP to name translation is usually not needed in ↵Marcel Telka4-389/+322
nfsauth_access() Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-10-146332 mountd: Compile warnings cleanupMarcel Telka6-55/+38
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-255296 Support for more than 16 groups with AUTH_SYSMarcel Telka4-41/+199
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-10-215246 xdr_uid_t/xdr_gid_t cleanupsMarcel Telka1-7/+10
Reviewed by: David Höppner <0xffea@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-07-114990 mountd and rpcbind should use libumem(3lib)Marcel Telka1-1/+2
Reviewed by: Rob Gittins <rob.gittins@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-07-084943 NFS server: Generic uid and gid remapping for AUTH_SYSMarcel Telka4-26/+442
Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-02-204576 mountd(1m) needs to be able to set listen backlogMarcel Telka1-23/+67
Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-02-034552 mountd(1m): Remove limit of FDs in RPC serverMarcel Telka1-0/+8
Reviewed by: Michael Tsymbalyuk <michael.tsymbalyuk@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-02-034551 mountd: Busy do_logging_queue() eats memoryMarcel Telka1-11/+2
Reviewed by: Michael Tsymbalyuk <michael.tsymbalyuk@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-01-274533 mountd(1m) leaks nd_hostservlist in do_logging_queue()Marcel Telka1-1/+4
Reviewed by: Ilya Usvyatsky <ilya.usvyatsky@nexenta.com> Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2013-11-134226 mountd(1m) could run out of file descriptorsMarcel Telka1-1/+14
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2013-08-154024 uninitialized and unused variables in cmd/fs.d/nfsIgor Kozhukhov1-2/+2
Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+9
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2011-11-03877 share_nfs cannot share to IPv6 subnetsYuri Pankov1-157/+88
1554 SMB has no concept of IPv6 host access lists 1592 NFS access checks shouldn't fail if client address can't be resolved Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-08-116975309 PSARC2007_393 Move /etc/default/{nfs/autofs} parameters to SMFPavan Mettu - Oracle Corporation - Menlo Park United States2-30/+37
PSARC 2007/393 converting /etc/default/{nfs,autofs} to SMF properties
2010-05-126923303 mountd dumped core on server if the file system was shared with ↵Jan Kryl2-58/+67
"none=-<CLNT>" and "rw|ro=<CLNT_IP>"
2010-04-136922286 directly mounting snapshots with NFSv3 failsSam Falkner2-26/+69
2010-02-066920999 NFS client character encoding (to UTF-8) not working for S10 NFSv4 ↵Jan Kryl1-2/+2
client
2009-11-306882460 Hundreds of NFSv3 client mounts followed by immediate reads causes ↵Thomas Haynes5-165/+568
timeouts
2009-08-144382889 devfsadm libraries are built incorrectlyRod Evans1-2/+2
2009-06-056523693 mountd core dump in nfsauth_prog on S10 (and onnv)Gerald Thornbrugh1-2/+13
6839714 mountd may leak netbuf's 6834333 ASSERT(p->cku_err.re_errno != 0) in clnt_cots_kcallit() triggers because re_error is not set 6704490 clnt_dispatch_notify() and clnt_clts_dispatch_notify() should log zoneid errors
2008-11-036738223 Can not share a single IP addressThomas Haynes1-6/+8
2008-10-286751647 TRANS2_FIND_NEXT continuation by filename restarts search at ↵natalie li - Sun Microsystems - Irvine United States3-17/+380
beginning of directory 6753904 SVCCTL server side service 6741484 Local users cannot connect to CIFS shares from MacOS 10.5 6746898 win98 can not overwrite *.files 6753310 Incorrect handling of SmbNegotiate request when invalid dialects are negotiated. 6751123 Unable to join domain, core dump generated with IPMP setting 6722437 SMB_TRANS2_FIND returns wrong status code when stream file is passed 6716578 can not delete file in extended attribute name space in cifs client when cifs server is solaris PSARC 2008/584 Correction in nbmand behavior 6734067 Long delay when viewing MS Word Read-only file properties with nbmand enabled. PSARC/2007/281 NFS share properties for Montana compatibility 6475452 Need Solaris support for Montana approve file functionality in NFS 6582170 Host-based access control (approve file) 6749075 Unable to join domain if user password exceeds 20 characters 6612716 Join domain fails if hostname is > 15 chars 6753251 server signing: wrong signature is generated for the NetShareEnum reply 6757521 SMB daemon leaks memory after displaying GSS status 6760315 Local user cannot connnect to CIFS shares if CIFS server's hostname is not specified 6757333 Share publisher thread runs into infinite loop of displaying GSS major/minor status 6757132 smbd crashes at smb_idmap_batch_getmappings 6760876 security descriptor decoding function has a glitch 6761491 Cannot open or delete a named stream on a directory file. 6741449 Cleanup list in smbns_ads module 6593958 Users with restore privilege can take ownership of files --HG-- rename : usr/src/lib/smbsrv/libmlsvc/common/secdb.c => usr/src/lib/smbsrv/libmlsvc/common/smb_logon.c rename : usr/src/lib/smbsrv/libmlsvc/common/mlsvc_svcctl.c => usr/src/lib/smbsrv/libmlsvc/common/svcctl_svc.c
2008-08-21PSARC 2007/347 NFS/RDMA - Transport Version UpdateRobert Gordon1-5/+6
6661313 mountd does not deal well with malformed authentication requests from NFS server kernel 6551906 Update the kernel RPC/RDMA transport protocol to latest definitions Portions contributed by Ranjit Noronha <noronha@cse.ohio-state.edu> Lei Chai <chail@cse.ohio-state.edu> Weikuan Yu <yuw@cse.ohio-state.edu>
2008-06-126691702 nfsd startup is full of silent failure modesth1990962-91/+79
2007-08-316560317 TX NFS server needs to support NFSv3 clientsjarrett2-10/+129
6596123 TX NFSv4 should not allow a read-up mount via WebNFS
2007-04-02PSARC/2007/052 In-kernel Sharetabth1990965-32/+29
6371468 /etc/dfs/sharetab should be a mntfs style file
2007-02-226508208 File not closed on error path in mountdth1990961-1/+2
2006-10-13PSARC 2006/561 libcmd must dieraf1-1/+2
6480998 libcmd must die --HG-- rename : usr/src/lib/libcmd/common/deflt.c => usr/src/lib/libc/port/gen/deflt.c
2006-06-086417056 nfssrv should use doors/xdr as its IPC mech to mountd(1m) (fix unref)rmesta1-180/+0
--HG-- rename : usr/src/cmd/fs.d/nfs/mountd/svc_local.c => deleted_files/usr/src/cmd/fs.d/nfs/mountd/svc_local.c
2006-06-076417056 nfssrv should use doors/xdr as its IPC mech to mountd(1m)rmesta5-93/+267
--HG-- rename : usr/src/uts/common/rpcsvc/nfsauth_prot.x => deleted_files/usr/src/uts/common/rpcsvc/nfsauth_prot.x
2006-03-24PSARC/2002/762 Layered Trusted Solarisjpk1-2/+19
PSARC/2005/060 TSNET: Trusted Networking with Security Labels PSARC/2005/259 Layered Trusted Solaris Label Interfaces PSARC/2005/573 Solaris Trusted Extensions for Printing PSARC/2005/691 Trusted Extensions for Device Allocation PSARC/2005/723 Solaris Trusted Extensions Filesystem Labeling PSARC/2006/009 Labeled Auditing PSARC/2006/155 Trusted Extensions RBAC Changes PSARC/2006/191 is_system_labeled 6293271 Zone processes should use zone_kcred instead of kcred 6394554 integrate Solaris Trusted Extensions --HG-- rename : usr/src/cmd/dminfo/Makefile => deleted_files/usr/src/cmd/dminfo/Makefile rename : usr/src/cmd/dminfo/dminfo.c => usr/src/cmd/allocate/dminfo.c
2006-03-136344186 NFSv3 needs to support .zfs (like NFSv4 already does)thurlow2-28/+22
2005-07-286271088 gcc and cmd/fs.d/autofs don't get alongjwahlig3-7/+8
6271103 gcc and cmd/fs.d/nfs don't get along 6272593 gcc and common/rpc don't get along
2005-07-206253388 During nlm tests, BAD TRAP: type=31 rp=2a103e08ad0 addr=1 mmu_fsr=0 ↵gt296011-3/+3
occurred in module "genunix" 6279317 mountd hang up when receiving a signal
2005-06-14OpenSolaris Launchstevel@tonic-gate10-0/+4000