~ubuntu-branches/ubuntu/vivid/samba/vivid

« back to all changes in this revision

Viewing changes to source3/librpc/gen_ndr/srv_dcom.h

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "librpc/gen_ndr/ndr_dcom.h"
 
2
#ifndef __SRV_DCOM_UNKNOWN__
 
3
#define __SRV_DCOM_UNKNOWN__
 
4
void _UseProtSeq(struct pipes_struct *p, struct UseProtSeq *r);
 
5
void _GetCustomProtseqInfo(struct pipes_struct *p, struct GetCustomProtseqInfo *r);
 
6
void _UpdateResolverBindings(struct pipes_struct *p, struct UpdateResolverBindings *r);
 
7
void dcom_Unknown_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
8
struct rpc_srv_callbacks;
 
9
NTSTATUS rpc_dcom_Unknown_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
10
NTSTATUS rpc_dcom_Unknown_shutdown(void);
 
11
#endif /* __SRV_DCOM_UNKNOWN__ */
 
12
#ifndef __SRV_IUNKNOWN__
 
13
#define __SRV_IUNKNOWN__
 
14
WERROR _QueryInterface(struct pipes_struct *p, struct QueryInterface *r);
 
15
uint32 _AddRef(struct pipes_struct *p, struct AddRef *r);
 
16
uint32 _Release(struct pipes_struct *p, struct Release *r);
 
17
void IUnknown_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
18
struct rpc_srv_callbacks;
 
19
NTSTATUS rpc_IUnknown_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
20
NTSTATUS rpc_IUnknown_shutdown(void);
 
21
#endif /* __SRV_IUNKNOWN__ */
 
22
#ifndef __SRV_ICLASSFACTORY__
 
23
#define __SRV_ICLASSFACTORY__
 
24
WERROR _CreateInstance(struct pipes_struct *p, struct CreateInstance *r);
 
25
WERROR _RemoteCreateInstance(struct pipes_struct *p, struct RemoteCreateInstance *r);
 
26
WERROR _LockServer(struct pipes_struct *p, struct LockServer *r);
 
27
WERROR _RemoteLockServer(struct pipes_struct *p, struct RemoteLockServer *r);
 
28
void IClassFactory_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
29
struct rpc_srv_callbacks;
 
30
NTSTATUS rpc_IClassFactory_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
31
NTSTATUS rpc_IClassFactory_shutdown(void);
 
32
#endif /* __SRV_ICLASSFACTORY__ */
 
33
#ifndef __SRV_IREMUNKNOWN__
 
34
#define __SRV_IREMUNKNOWN__
 
35
WERROR _RemQueryInterface(struct pipes_struct *p, struct RemQueryInterface *r);
 
36
WERROR _RemAddRef(struct pipes_struct *p, struct RemAddRef *r);
 
37
WERROR _RemRelease(struct pipes_struct *p, struct RemRelease *r);
 
38
void IRemUnknown_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
39
struct rpc_srv_callbacks;
 
40
NTSTATUS rpc_IRemUnknown_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
41
NTSTATUS rpc_IRemUnknown_shutdown(void);
 
42
#endif /* __SRV_IREMUNKNOWN__ */
 
43
#ifndef __SRV_ICLASSACTIVATOR__
 
44
#define __SRV_ICLASSACTIVATOR__
 
45
void _GetClassObject(struct pipes_struct *p, struct GetClassObject *r);
 
46
void IClassActivator_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
47
struct rpc_srv_callbacks;
 
48
NTSTATUS rpc_IClassActivator_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
49
NTSTATUS rpc_IClassActivator_shutdown(void);
 
50
#endif /* __SRV_ICLASSACTIVATOR__ */
 
51
#ifndef __SRV_ISCMLOCALACTIVATOR__
 
52
#define __SRV_ISCMLOCALACTIVATOR__
 
53
WERROR _ISCMLocalActivator_CreateInstance(struct pipes_struct *p, struct ISCMLocalActivator_CreateInstance *r);
 
54
void ISCMLocalActivator_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
55
struct rpc_srv_callbacks;
 
56
NTSTATUS rpc_ISCMLocalActivator_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
57
NTSTATUS rpc_ISCMLocalActivator_shutdown(void);
 
58
#endif /* __SRV_ISCMLOCALACTIVATOR__ */
 
59
#ifndef __SRV_IMACHINELOCALACTIVATOR__
 
60
#define __SRV_IMACHINELOCALACTIVATOR__
 
61
WERROR _IMachineLocalActivator_foo(struct pipes_struct *p, struct IMachineLocalActivator_foo *r);
 
62
void IMachineLocalActivator_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
63
struct rpc_srv_callbacks;
 
64
NTSTATUS rpc_IMachineLocalActivator_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
65
NTSTATUS rpc_IMachineLocalActivator_shutdown(void);
 
66
#endif /* __SRV_IMACHINELOCALACTIVATOR__ */
 
67
#ifndef __SRV_ILOCALOBJECTEXPORTER__
 
68
#define __SRV_ILOCALOBJECTEXPORTER__
 
69
WERROR _ILocalObjectExporter_Foo(struct pipes_struct *p, struct ILocalObjectExporter_Foo *r);
 
70
void ILocalObjectExporter_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
71
struct rpc_srv_callbacks;
 
72
NTSTATUS rpc_ILocalObjectExporter_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
73
NTSTATUS rpc_ILocalObjectExporter_shutdown(void);
 
74
#endif /* __SRV_ILOCALOBJECTEXPORTER__ */
 
75
#ifndef __SRV_ISYSTEMACTIVATOR__
 
76
#define __SRV_ISYSTEMACTIVATOR__
 
77
WERROR _ISystemActivatorRemoteCreateInstance(struct pipes_struct *p, struct ISystemActivatorRemoteCreateInstance *r);
 
78
void ISystemActivator_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
79
struct rpc_srv_callbacks;
 
80
NTSTATUS rpc_ISystemActivator_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
81
NTSTATUS rpc_ISystemActivator_shutdown(void);
 
82
#endif /* __SRV_ISYSTEMACTIVATOR__ */
 
83
#ifndef __SRV_IREMUNKNOWN2__
 
84
#define __SRV_IREMUNKNOWN2__
 
85
WERROR _RemQueryInterface2(struct pipes_struct *p, struct RemQueryInterface2 *r);
 
86
void IRemUnknown2_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
87
struct rpc_srv_callbacks;
 
88
NTSTATUS rpc_IRemUnknown2_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
89
NTSTATUS rpc_IRemUnknown2_shutdown(void);
 
90
#endif /* __SRV_IREMUNKNOWN2__ */
 
91
#ifndef __SRV_IDISPATCH__
 
92
#define __SRV_IDISPATCH__
 
93
WERROR _GetTypeInfoCount(struct pipes_struct *p, struct GetTypeInfoCount *r);
 
94
WERROR _GetTypeInfo(struct pipes_struct *p, struct GetTypeInfo *r);
 
95
WERROR _GetIDsOfNames(struct pipes_struct *p, struct GetIDsOfNames *r);
 
96
WERROR _Invoke(struct pipes_struct *p, struct Invoke *r);
 
97
void IDispatch_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
98
struct rpc_srv_callbacks;
 
99
NTSTATUS rpc_IDispatch_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
100
NTSTATUS rpc_IDispatch_shutdown(void);
 
101
#endif /* __SRV_IDISPATCH__ */
 
102
#ifndef __SRV_IMARSHAL__
 
103
#define __SRV_IMARSHAL__
 
104
WERROR _MarshalInterface(struct pipes_struct *p, struct MarshalInterface *r);
 
105
WERROR _UnMarshalInterface(struct pipes_struct *p, struct UnMarshalInterface *r);
 
106
void IMarshal_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
107
struct rpc_srv_callbacks;
 
108
NTSTATUS rpc_IMarshal_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
109
NTSTATUS rpc_IMarshal_shutdown(void);
 
110
#endif /* __SRV_IMARSHAL__ */
 
111
#ifndef __SRV_ICOFFEEMACHINE__
 
112
#define __SRV_ICOFFEEMACHINE__
 
113
WERROR _MakeCoffee(struct pipes_struct *p, struct MakeCoffee *r);
 
114
void ICoffeeMachine_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
115
struct rpc_srv_callbacks;
 
116
NTSTATUS rpc_ICoffeeMachine_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
117
NTSTATUS rpc_ICoffeeMachine_shutdown(void);
 
118
#endif /* __SRV_ICOFFEEMACHINE__ */
 
119
#ifndef __SRV_ISTREAM__
 
120
#define __SRV_ISTREAM__
 
121
WERROR _Read(struct pipes_struct *p, struct Read *r);
 
122
WERROR _Write(struct pipes_struct *p, struct Write *r);
 
123
void IStream_get_pipe_fns(struct api_struct **fns, int *n_fns);
 
124
struct rpc_srv_callbacks;
 
125
NTSTATUS rpc_IStream_init(const struct rpc_srv_callbacks *rpc_srv_cb);
 
126
NTSTATUS rpc_IStream_shutdown(void);
 
127
#endif /* __SRV_ISTREAM__ */