From 29bd28862cfb8abbd3a0f0a4b17e08bbc3652836 Mon Sep 17 00:00:00 2001 From: Alan Wright Date: Tue, 9 Jun 2009 14:20:02 -0600 Subject: 6803042 AUXILIARY tags in libsmb mapfile produce ELF noise and bloated binary 6663517 smb_auth_[nt]lm_hash and friends should take const arguments 6788664 Remove misleading debug messages at smbd startup 6828536 Allow manipulating ACLs on share from Windows client 6836556 smb_nic_addhost miscomputes buffer length 6766364 Add scripting support to Autohome PSARC 2009/184 SMB/CIFS Share Exec Properties 6837681 CIFS server ignores the preferred DC setting during DC discovery 6775827 cifs server should support guest access PSARC 2009/164 Support for guest access to CIFS/SMB shares 6744962 The daemon smbd doesn't go into maintenance state when the listeners cannot bind to the sockets. 6810419 For smb server on SPARC, NetBIOS name IP is backwards for Windows machine 6840864 Additional levels for srvsvc netshareinfo 6813129 Unable to map cifs share using fqdn and @fqdn for authentication. 6742726 panic when trying to join domain with 1000 pre-existing shares 6842449 The ADS selection algorithm doesn't always pick the configured 'pdc'. 6840692 Setting pdc configuration requires smb/server restart 6832673 smb_ads_find_host() can return host from incorrect domain when host is cached 6840721 Unable to assign an IPv6 address to the 'pdc' property 6842462 FW needs an API for finding a domain controller in a multiple DC environment 6843140 CIFS service dumps core when security tab accessed with certain ACE combinations --- usr/src/cmd/smbsrv/smbd/Makefile | 1 - usr/src/cmd/smbsrv/smbd/server.xml | 15 +- usr/src/cmd/smbsrv/smbd/smbd.h | 3 +- usr/src/cmd/smbsrv/smbd/smbd_door_ops.c | 132 ++++------ usr/src/cmd/smbsrv/smbd/smbd_join.c | 65 ++--- usr/src/cmd/smbsrv/smbd/smbd_logon.c | 4 +- usr/src/cmd/smbsrv/smbd/smbd_main.c | 350 ++++++++++++++++++++------- usr/src/cmd/smbsrv/smbd/smbd_net.c | 118 --------- usr/src/cmd/smbsrv/smbd/smbd_share_doorsvc.c | 36 +++ 9 files changed, 385 insertions(+), 339 deletions(-) delete mode 100644 usr/src/cmd/smbsrv/smbd/smbd_net.c (limited to 'usr/src/cmd') diff --git a/usr/src/cmd/smbsrv/smbd/Makefile b/usr/src/cmd/smbsrv/smbd/Makefile index 0f1fda4524..dcd3040558 100644 --- a/usr/src/cmd/smbsrv/smbd/Makefile +++ b/usr/src/cmd/smbsrv/smbd/Makefile @@ -31,7 +31,6 @@ SRCS= \ smbd_join.c \ smbd_logon.c \ smbd_main.c \ - smbd_net.c \ smbd_opipe_doorsvc.c \ smbd_share_doorsvc.c \ smbd_vss.c diff --git a/usr/src/cmd/smbsrv/smbd/server.xml b/usr/src/cmd/smbsrv/smbd/server.xml index 68fbd131da..208a64d0d8 100644 --- a/usr/src/cmd/smbsrv/smbd/server.xml +++ b/usr/src/cmd/smbsrv/smbd/server.xml @@ -92,7 +92,7 @@ file. + privileges='all' /> @@ -167,8 +167,6 @@ file. value='' override='true'/> - + + + + + + + +