summaryrefslogtreecommitdiffstats
path: root/source/librpc/rpc/dcerpc_util.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-22 22:11:50 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-03-22 22:11:50 +0000
commitdd8a20142131df1d997ac3bac53fc4f92df79f67 (patch)
tree17ee0377ea589f50e5c3d4daebeb1accc886b9c7 /source/librpc/rpc/dcerpc_util.c
parent312b4ec125a238fcf3ade6801fd2694cad68e3f9 (diff)
downloadsamba-dd8a20142131df1d997ac3bac53fc4f92df79f67.tar.gz
samba-dd8a20142131df1d997ac3bac53fc4f92df79f67.tar.xz
samba-dd8a20142131df1d997ac3bac53fc4f92df79f67.zip
r5976: SIDs can't have more then 5 subauths (caught by [validate] and
range())
Diffstat (limited to 'source/librpc/rpc/dcerpc_util.c')
-rw-r--r--source/librpc/rpc/dcerpc_util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/librpc/rpc/dcerpc_util.c b/source/librpc/rpc/dcerpc_util.c
index 3ee3445ede0..88b1c54cefd 100644
--- a/source/librpc/rpc/dcerpc_util.c
+++ b/source/librpc/rpc/dcerpc_util.c
@@ -165,6 +165,9 @@ static const struct {
{ EPM_PROTOCOL_NCADG, EPM_PROTOCOL_IPX },
},
{ "ncacn_spx", NCACN_SPX, 3,
+ /* I guess some MS programmer confused the identifier for
+ * EPM_PROTOCOL_UUID (0x0D or 13) with the one for
+ * EPM_PROTOCOL_SPX (0x13) here. -- jelmer*/
{ EPM_PROTOCOL_NCACN, EPM_PROTOCOL_NCALRPC, EPM_PROTOCOL_UUID },
},
};