[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[samba.git] / source / rpc_parse / parse_rpc.c
index 6fd3ef764d2b358a12694a187257546db7da28e6..d1f7ad3e851403532915dd64448e90bfa6ad83f0 100644 (file)
@@ -17,8 +17,7 @@
  *  GNU General Public License for more details.
  *  
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "includes.h"
@@ -191,16 +190,6 @@ interface/version dce/rpc pipe identification
        }, 0x00                             \
 }
 
-#define SYNT_UNIXINFO_V0                    \
-{                                           \
-       {                                   \
-               0x9c54e310, 0xa955, 0x4885, \
-               { 0xbd, 0x31 },             \
-                { 0x78, 0x78,               \
-                  0x71, 0x47, 0xdf, 0xa6 }  \
-       }, 0x00                             \
-}
-
 #define SYNT_NTSVCS_V1                      \
 {                                           \
        {                                   \
@@ -211,16 +200,6 @@ interface/version dce/rpc pipe identification
        }, 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.
@@ -242,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_UNIXINFO, SYNT_UNIXINFO_V0      , PIPE_UNIXINFO , 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  }
 };