[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[sfrench/samba-autobuild/.git] / source3 / rpc_parse / parse_rpc.c
index 6b2a9f4d388b532797dc739d924708494a6d34ac..d1f7ad3e851403532915dd64448e90bfa6ad83f0 100644 (file)
@@ -190,16 +190,6 @@ interface/version dce/rpc pipe identification
        }, 0x00                             \
 }
 
        }, 0x00                             \
 }
 
-#define SYNT_UNIXINFO_V0                    \
-{                                           \
-       {                                   \
-               0x9c54e310, 0xa955, 0x4885, \
-               { 0xbd, 0x31 },             \
-                { 0x78, 0x78,               \
-                  0x71, 0x47, 0xdf, 0xa6 }  \
-       }, 0x00                             \
-}
-
 #define SYNT_NTSVCS_V1                      \
 {                                           \
        {                                   \
 #define SYNT_NTSVCS_V1                      \
 {                                           \
        {                                   \
@@ -210,16 +200,6 @@ interface/version dce/rpc pipe identification
        }, 0x01                             \
 }
 
        }, 0x01                             \
 }
 
-#define SYNT_EPMAPPER_V3                                       \
-{                                                                                      \
-       {                                                                               \
-               0xe1af8308, 0x5d1f,0x11c9, \
-               { 0x91,0xa4},                                           \
-                        {0x08,0x00,                            \
-                             0x2b,0x14,0xa0,0xfa}      \
-       }, 0x03 \
-}
-
 /*
  * IMPORTANT!!  If you update this structure, make sure to
  * update the index #defines in smb.h.
 /*
  * IMPORTANT!!  If you update this structure, make sure to
  * update the index #defines in smb.h.
@@ -241,9 +221,7 @@ const struct pipe_id_info pipe_names [] =
        { PIPE_SHUTDOWN, SYNT_SHUTDOWN_V1      , PIPE_SHUTDOWN , TRANS_SYNT_V2 },
        { PIPE_SVCCTL  , SYNT_SVCCTL_V2        , PIPE_NTSVCS   , TRANS_SYNT_V2 },
        { PIPE_EVENTLOG, SYNT_EVENTLOG_V0      , PIPE_EVENTLOG , TRANS_SYNT_V2 },
        { PIPE_SHUTDOWN, SYNT_SHUTDOWN_V1      , PIPE_SHUTDOWN , TRANS_SYNT_V2 },
        { PIPE_SVCCTL  , SYNT_SVCCTL_V2        , PIPE_NTSVCS   , TRANS_SYNT_V2 },
        { PIPE_EVENTLOG, SYNT_EVENTLOG_V0      , PIPE_EVENTLOG , TRANS_SYNT_V2 },
-       { PIPE_UNIXINFO, SYNT_UNIXINFO_V0      , PIPE_UNIXINFO , TRANS_SYNT_V2 },
        { PIPE_NTSVCS  , SYNT_NTSVCS_V1        , PIPE_NTSVCS   , TRANS_SYNT_V2 },
        { PIPE_NTSVCS  , SYNT_NTSVCS_V1        , PIPE_NTSVCS   , TRANS_SYNT_V2 },
-       { PIPE_EPMAPPER, SYNT_EPMAPPER_V3          , PIPE_EPMAPPER , TRANS_SYNT_V2 },
        { NULL         , SYNT_NONE_V0          , NULL          , SYNT_NONE_V0  }
 };
 
        { NULL         , SYNT_NONE_V0          , NULL          , SYNT_NONE_V0  }
 };