summaryrefslogtreecommitdiff
path: root/usr/src/cmd/smbsrv/Makefile.smbsrv.defs
diff options
context:
space:
mode:
authoras200622 <none@none>2008-04-14 10:40:32 -0700
committeras200622 <none@none>2008-04-14 10:40:32 -0700
commit6537f381d2d9e7b4e2f7b29c3e7a3f13be036f2e (patch)
treeec37fe96c19e06afc60c44639c6ee298503a0283 /usr/src/cmd/smbsrv/Makefile.smbsrv.defs
parentea8190a2a3b5243d911d4bd8185a4161b02d09c0 (diff)
downloadillumos-joyent-6537f381d2d9e7b4e2f7b29c3e7a3f13be036f2e.tar.gz
6666802 Cannot copy >1023 byte readonly file from Vista client to Solaris CIFS share
6669427 Intermittently seeing incorrect file sizes in Mac Finder 6671224 Nic monitoring needs to be part of libsmb 6671269 ntsid.h cleanup 6671618 smbstat: kstat lookups failed for smb 6673567 smbd crashes in smb_lgrp_free 6674636 smb_fsop_frlock() needs to use single common CIFS pid smb_ct.cc_pid 6677633 unix_to_nt_time() panic 6679147 zfs_znode_free while running stress tests. 6680694 smbadm CLI unnecessarily prompts users for overriding domain configuration 6681178 nbl_lock_conflict() return code should not be returned directly from smb_fsop_read()/write() 6684686 smbadm join CLI doesn't always create all the necessary attributes in a system's AD computer object 6687645 The kernel configuration is not totally updated when parameters change. --HG-- rename : usr/src/cmd/smbsrv/smbd/smbd_nicmon.c => usr/src/lib/smbsrv/libsmb/common/smb_nicmon.c rename : usr/src/uts/common/smbsrv/ntsid.h => usr/src/uts/common/smbsrv/smb_sid.h
Diffstat (limited to 'usr/src/cmd/smbsrv/Makefile.smbsrv.defs')
-rw-r--r--usr/src/cmd/smbsrv/Makefile.smbsrv.defs3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/smbsrv/Makefile.smbsrv.defs b/usr/src/cmd/smbsrv/Makefile.smbsrv.defs
index 40089b387b..d8cd3f209d 100644
--- a/usr/src/cmd/smbsrv/Makefile.smbsrv.defs
+++ b/usr/src/cmd/smbsrv/Makefile.smbsrv.defs
@@ -19,7 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
@@ -31,7 +31,6 @@
OBJS= $(SRCS:%.c=%.o)
-LDLIBS += -lumem
LDLIBS += -L$(ROOT)/usr/lib/smbsrv
LDFLAGS += -R/usr/lib/smbsrv
LINTFLAGS += -xerroff=E_NAME_DEF_NOT_USED2