mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
6ed67b003e
- Fix syntax error in shell script (refused by dash)
- Regenerate output
(This used to be commit 4dba965f9a
)
33 lines
1.4 KiB
C
33 lines
1.4 KiB
C
/* header auto-generated by pidl */
|
|
|
|
#include "librpc/gen_ndr/unixinfo.h"
|
|
|
|
#ifndef _HEADER_NDR_unixinfo
|
|
#define _HEADER_NDR_unixinfo
|
|
|
|
#include "librpc/ndr/libndr.h"
|
|
#define DCERPC_UNIXINFO_UUID "9c54e310-a955-4885-bd31-78787147dfa6"
|
|
#define DCERPC_UNIXINFO_VERSION 0.0
|
|
#define DCERPC_UNIXINFO_NAME "unixinfo"
|
|
#define DCERPC_UNIXINFO_HELPSTRING "Unixinfo specific stuff"
|
|
extern const struct dcerpc_interface_table dcerpc_table_unixinfo;
|
|
NTSTATUS dcerpc_server_unixinfo_init(void);
|
|
#define DCERPC_UNIXINFO_SIDTOUID (0x00)
|
|
|
|
#define DCERPC_UNIXINFO_UIDTOSID (0x01)
|
|
|
|
#define DCERPC_UNIXINFO_SIDTOGID (0x02)
|
|
|
|
#define DCERPC_UNIXINFO_GIDTOSID (0x03)
|
|
|
|
#define DCERPC_UNIXINFO_GETPWUID (0x04)
|
|
|
|
#define DCERPC_UNIXINFO_CALL_COUNT (5)
|
|
void ndr_print_unixinfo_GetPWUidInfo(struct ndr_print *ndr, const char *name, const struct unixinfo_GetPWUidInfo *r);
|
|
void ndr_print_unixinfo_SidToUid(struct ndr_print *ndr, const char *name, int flags, const struct unixinfo_SidToUid *r);
|
|
void ndr_print_unixinfo_UidToSid(struct ndr_print *ndr, const char *name, int flags, const struct unixinfo_UidToSid *r);
|
|
void ndr_print_unixinfo_SidToGid(struct ndr_print *ndr, const char *name, int flags, const struct unixinfo_SidToGid *r);
|
|
void ndr_print_unixinfo_GidToSid(struct ndr_print *ndr, const char *name, int flags, const struct unixinfo_GidToSid *r);
|
|
void ndr_print_unixinfo_GetPWUid(struct ndr_print *ndr, const char *name, int flags, const struct unixinfo_GetPWUid *r);
|
|
#endif /* _HEADER_NDR_unixinfo */
|