summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-04-24 21:01:08 +0000
committerLuke Leighton <lkcl@samba.org>1998-04-24 21:01:08 +0000
commit9189005f7f884123d29c8f27db73687b68c80bb9 (patch)
treec13cfec7a13f883b3d329e79f12cc6d4b7cbaebb /source3/include
parent42058f3c662b2bf6e442ea7667de038a21ec82be (diff)
downloadsamba-9189005f7f884123d29c8f27db73687b68c80bb9.tar.gz
samba-9189005f7f884123d29c8f27db73687b68c80bb9.tar.bz2
samba-9189005f7f884123d29c8f27db73687b68c80bb9.zip
ABOUT time. dce/rpc long packet format now works, server-side.
turns out that [it can be deduced that] microsoft ignores the SMBreadX offset, and goes by the SMBreadX length only. this makes for a lot simpler code, in both client and server. (This used to be commit a8b641c027c8cce179455ac1f6fd0322a8ab017d)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 70f61781ea..b999e6a4b6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -864,6 +864,8 @@ uint32 lookup_group_rid(char *group_name, uint32 *rid);
uint32 lookup_alias_rid(char *alias_name, uint32 *rid);
uint32 lookup_user_rid(char *user_name, uint32 *rid);
BOOL name_to_rid(char *user_name, uint32 *u_rid, uint32 *g_rid);
+uint32 uid_to_user_rid(uint32 uid);
+uint32 gid_to_group_rid(uint32 gid);
/*The following definitions come from lib/rpc/server/srv_wkssvc.c */