Print this page
NEX-19057 All zfs/nfs/smb threads in door calls to idle idmap
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
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>
NEX-1638 Updated DC Locator
Includes work by: matt.barden@nexenta.com, kevin.crowe@nexenta.com
SMB-108 Should have comments to relate types with their XDR functions
SMB-50 User-mode SMB server
Includes work by these authors:
Thomas Keiser <thomas.keiser@nexenta.com>
Albert Lee <trisk@nexenta.com>
@@ -18,18 +18,18 @@
*
* CDDL HEADER END
*/
/*
* Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright 2014 Nexenta Systems, Inc. All rights reserved.
+ * Copyright 2019 Nexenta Systems, Inc. All rights reserved.
*/
#ifndef _SMBSRV_SMB_DOOR_H
#define _SMBSRV_SMB_DOOR_H
#include <sys/door.h>
-#include <smbsrv/wintypes.h>
+#include <smb/wintypes.h>
#include <smbsrv/smb_xdr.h>
#include <smbsrv/smb_token.h>
#ifdef __cplusplus
extern "C" {
@@ -68,11 +68,13 @@
SMB_DR_QUOTA_QUERY,
SMB_DR_QUOTA_SET,
SMB_DR_DFS_GET_REFERRALS,
SMB_DR_SHR_HOSTACCESS,
SMB_DR_SHR_EXEC,
- SMB_DR_NOTIFY_DC_CHANGED
+ SMB_DR_NOTIFY_DC_CHANGED,
+ SMB_DR_LOOKUP_LSID,
+ SMB_DR_LOOKUP_LNAME
} smb_dopcode_t;
struct smb_event;
typedef struct smb_doorarg {