mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r18688: get rid of the now obsolete keepref attribute
This commit is contained in:
parent
aa8222c6a7
commit
b970f05b9b
@ -5,8 +5,7 @@
|
||||
[ uuid("4fc742e0-4a10-11cf-8273-00aa004ae673"),
|
||||
version(3.0),
|
||||
pointer_default(unique),
|
||||
helpstring("Settings for Microsoft Distributed File System"),
|
||||
keepref
|
||||
helpstring("Settings for Microsoft Distributed File System")
|
||||
] interface netdfs
|
||||
{
|
||||
/******************/
|
||||
|
@ -4,8 +4,7 @@
|
||||
endpoint("ncacn_np:[\\pipe\\rpcecho]", "ncacn_ip_tcp:", "ncalrpc:"),
|
||||
pointer_default(unique),
|
||||
version(1.0),
|
||||
helpstring("Simple echo pipe"),
|
||||
keepref
|
||||
helpstring("Simple echo pipe")
|
||||
]
|
||||
interface rpcecho
|
||||
{
|
||||
|
@ -7,8 +7,7 @@
|
||||
version(0.0),
|
||||
depends(lsa,security),
|
||||
pointer_default(unique),
|
||||
helpstring("Event Logger"),
|
||||
keepref
|
||||
helpstring("Event Logger")
|
||||
] interface eventlog
|
||||
{
|
||||
typedef bitmap {
|
||||
|
@ -9,8 +9,7 @@
|
||||
version(1.0),
|
||||
endpoint("ncacn_np:[\\pipe\\InitShutdown]"),
|
||||
pointer_default(unique),
|
||||
helpstring("Init shutdown service"),
|
||||
keepref
|
||||
helpstring("Init shutdown service")
|
||||
] interface initshutdown
|
||||
{
|
||||
typedef struct {
|
||||
|
@ -9,8 +9,7 @@
|
||||
endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\netlogon]","ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:", "ncalrpc:"),
|
||||
pointer_default(unique),
|
||||
helpstring("Local Security Authority"),
|
||||
depends(security),
|
||||
keepref
|
||||
depends(security)
|
||||
] interface lsarpc
|
||||
{
|
||||
declare bitmap security_secinfo;
|
||||
|
@ -12,8 +12,7 @@
|
||||
endpoint("ncacn_np:[\\pipe\\netlogon]","ncacn_ip_tcp:","ncalrpc:"),
|
||||
pointer_default(unique),
|
||||
pointer_default_top(unique),
|
||||
depends(lsa,samr,security),
|
||||
keepref
|
||||
depends(lsa,samr,security)
|
||||
]
|
||||
|
||||
interface netlogon
|
||||
|
@ -13,8 +13,7 @@
|
||||
endpoint("ncacn_np:[\\pipe\\samr]","ncacn_ip_tcp:", "ncalrpc:"),
|
||||
pointer_default(unique),
|
||||
pointer_default_top(unique),
|
||||
depends(misc,lsa,security),
|
||||
keepref
|
||||
depends(misc,lsa,security)
|
||||
] interface samr
|
||||
{
|
||||
declare bitmap security_secinfo;
|
||||
|
@ -11,8 +11,7 @@
|
||||
pointer_default_top(unique),
|
||||
helpstring("Spooler SubSystem"),
|
||||
depends(security),
|
||||
helper("librpc/ndr/ndr_spoolss_buf.h"),
|
||||
keepref
|
||||
helper("librpc/ndr/ndr_spoolss_buf.h")
|
||||
] interface spoolss
|
||||
{
|
||||
typedef struct {
|
||||
|
@ -10,8 +10,7 @@
|
||||
pointer_default(unique),
|
||||
pointer_default_top(unique),
|
||||
helpstring("Server Service"),
|
||||
depends(security,svcctl),
|
||||
keepref
|
||||
depends(security,svcctl)
|
||||
] interface srvsvc
|
||||
{
|
||||
declare bitmap svcctl_ServerType;
|
||||
|
@ -9,8 +9,7 @@
|
||||
pointer_default(unique),
|
||||
pointer_default_top(unique),
|
||||
endpoint("ncacn_np:[\\pipe\\svcctl]", "ncalrpc:"),
|
||||
helpstring("Service Control"),
|
||||
keepref
|
||||
helpstring("Service Control")
|
||||
] interface svcctl
|
||||
{
|
||||
typedef struct {
|
||||
|
@ -8,8 +8,7 @@
|
||||
endpoint("ncacn_np:[\\pipe\\unixinfo]", "ncacn_ip_tcp:", "ncalrpc:"),
|
||||
pointer_default(unique),
|
||||
helpstring("Unixinfo specific stuff"),
|
||||
depends(security),
|
||||
keepref
|
||||
depends(security)
|
||||
] interface unixinfo
|
||||
{
|
||||
/******************/
|
||||
|
@ -9,8 +9,7 @@
|
||||
pointer_default(unique),
|
||||
pointer_default_top(unique),
|
||||
helpstring("Remote Registry Service"),
|
||||
depends(lsa,initshutdown,security),
|
||||
keepref
|
||||
depends(lsa,initshutdown,security)
|
||||
] interface winreg
|
||||
{
|
||||
declare bitmap security_secinfo;
|
||||
|
@ -7,8 +7,7 @@
|
||||
pointer_default(unique),
|
||||
pointer_default_top(unique),
|
||||
helpstring("Workstation Service"),
|
||||
depends(srvsvc),
|
||||
keepref
|
||||
depends(srvsvc)
|
||||
] interface wkssvc
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user