diff options
author | Jordan Brown <Jordan.Brown@Sun.COM> | 2009-11-05 14:34:36 -0800 |
---|---|---|
committer | Jordan Brown <Jordan.Brown@Sun.COM> | 2009-11-05 14:34:36 -0800 |
commit | bbf6f00c25b6a2bed23c35eac6d62998ecdb338c (patch) | |
tree | 8cf72fd47362b5b0da2ffe9be7fe7726a3d24426 /usr/src/uts/common/smbsrv/mac_cifs.h | |
parent | d95ac3ffcdcc13296bb4c53f621f72c0535f32c3 (diff) | |
download | illumos-joyent-bbf6f00c25b6a2bed23c35eac6d62998ecdb338c.tar.gz |
6747532 ns_lookup_bypid spams syslog with too many messages
6888836 Not listing all files in a directory of a CIFS share in Windows XP
6812570 Trans2 is missing pass-through levels: FILE_RENAME_INFORMATION (and others)
6888827 Add Unicode codepage support
6865488 libadutils: leak in ldap_lookup_domains_in_forest()
6888708 idmapd crashing periodically. Need cores analyzed.
6891342 invalid, redundant SQL in rule WHERE expressions
6891767 minor cleanups in idmap
6892544 Panic occurred at smb_node_ref+0x7f(ffffffd612297310)
--HG--
rename : usr/src/uts/common/smbsrv/cifs.h => usr/src/uts/common/smbsrv/smb.h
Diffstat (limited to 'usr/src/uts/common/smbsrv/mac_cifs.h')
-rw-r--r-- | usr/src/uts/common/smbsrv/mac_cifs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/smbsrv/mac_cifs.h b/usr/src/uts/common/smbsrv/mac_cifs.h index 26f0451958..767cf50cd8 100644 --- a/usr/src/uts/common/smbsrv/mac_cifs.h +++ b/usr/src/uts/common/smbsrv/mac_cifs.h @@ -19,15 +19,13 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SMBSRV_MAC_CIFS_H #define _SMBSRV_MAC_CIFS_H -#pragma ident "%Z%%M% %I% %E% SMI" - /* * This file provides definitions for the Macintosh Extensions for CIFS * interface (see http://www.thursby.com/cifs). @@ -42,7 +40,7 @@ extern "C" { * Macintosh information level extensions. The entire list is presented * here for convenience but for consistency with the existing CIFS * information levels don't use these values directly. Use the SMB_MAC_ - * definitions in cifs.h. + * definitions in smb.h. * * SmbTrans2QueryFsInformation: MAC_QUERY_FS_INFO * SmbTrans2Find{First|Next}2: MAC_FIND_BOTH_HFS_INFO |