diff options
author | joyce mcintosh <Joyce.McIntosh@Sun.COM> | 2010-07-22 14:53:56 -0700 |
---|---|---|
committer | joyce mcintosh <Joyce.McIntosh@Sun.COM> | 2010-07-22 14:53:56 -0700 |
commit | cb174861876aea6950a7ab4ce944aff84b1914cd (patch) | |
tree | 31b94d8bdce4feebc3a8ad33774d5f0184a44828 /usr/src/uts/common/smbsrv/smb.h | |
parent | 3123e98a91395671b56939eeaaffa611fb1c456b (diff) | |
download | illumos-joyent-cb174861876aea6950a7ab4ce944aff84b1914cd.tar.gz |
6957935 Only one standalone DFS namespace should be cached
6958322 Should allow setting and returning target priority info for DFS root target
6955030 assertion failed in thread_join() from smb_server_delete()
6950891 No "no matching rule" trace point for pid->sid
6957520 Sparc - System panics when running smbstat
6950103 Failed to open group database due to too many open files
6961197 SAMR requests failed due to context mismatch
6960835 Need to pass the share type to smbsrv
6952831 SMB level II oplocks
6955337 "Found in AD" tracepoint bogus for U->W with directory-based mapping
6960038 CIFS file ownership problem
6915527 libidmap should not export memdup()
6960283 Windows client dir /R option not listing NTFS named stream
6808472 SMB name space caching on clients
6966183 SMB/CIFS print service CUPS support
6966490 Validation support for NetrDfsSetInfo method, level 105
6962887 Restore kstats for SMB commands
6969600 ::smblist -r[v] crashed mdb
6968451 panic: smbsrv:smb_odir_open
6957572 Cifs server panics at ffffff000c895ad0 smbsrv:smb_user_delete+82 () with smbtorture test.
--HG--
rename : usr/src/lib/libidmap/common/idmap_priv.h => usr/src/cmd/idmap/idmap/namemaps.h
rename : usr/src/lib/libidmap/common/miscutils.c => usr/src/lib/libuutil/common/uu_string.c
Diffstat (limited to 'usr/src/uts/common/smbsrv/smb.h')
-rw-r--r-- | usr/src/uts/common/smbsrv/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/smbsrv/smb.h b/usr/src/uts/common/smbsrv/smb.h index 3576c6dbc3..59e056a52e 100644 --- a/usr/src/uts/common/smbsrv/smb.h +++ b/usr/src/uts/common/smbsrv/smb.h @@ -442,6 +442,7 @@ typedef uint32_t smb_utime_t; #define SMB_CSC_CACHE_NONE 0x000C #define SHI1005_FLAGS_ACCESS_BASED_DIRECTORY_ENUM 0x0800 +#define SHI1005_FLAGS_ALLOW_NAMESPACE_CACHING 0x0400 /* * The subcommand codes, placed in SETUP[0], for named pipe operations are: |