Print this page
NEX-14666 Need to provide SMB 2.1 Client
NEX-17187 panic in smbfs_acl_store
NEX-17231 smbfs create xattr files finds wrong file
NEX-17224 smbfs lookup EINVAL should be ENOENT
NEX-17260 SMB1 client fails to list directory after NEX-14666
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
and: (cleanup)
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
*** 19,37 ****
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
include ../../../Makefile.master
HDRS= \
doserror.h \
lmerr.h \
nterror.h \
! ntstatus.h
ROOTDIR= $(ROOT)/usr/include/smb
ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%)
CHECKHDRS= $(HDRS:%.h=%.check)
--- 19,41 ----
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2018 Nexenta Systems, Inc. All rights reserved.
#
include ../../../Makefile.master
HDRS= \
doserror.h \
lmerr.h \
+ ntaccess.h \
nterror.h \
! ntstatus.h \
! winioctl.h \
! wintypes.h
ROOTDIR= $(ROOT)/usr/include/smb
ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%)
CHECKHDRS= $(HDRS:%.h=%.check)