r25068: Older samba3 DCs will return DCERPC_FAULT_OP_RNG_ERROR for every opcode on the
[Samba.git] / source / rpc_server / srv_epmapper_nt.c
blob77a06124db365cd8412b1753dac70711f3a2a37f
1 /*
2 * Unix SMB/CIFS implementation.
3 * RPC Pipe client / server routines for the endpoint mapper
4 * Copyright (C) Jelmer Vernooij 2007.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 /* This is the implementation of the dfs pipe. */
23 #include "includes.h"
25 uint32 _epm_MapAuth(pipes_struct *p, struct epm_MapAuth *r)
27 /* FIXME */
28 return 0;
31 uint32 _epm_MgmtDelete(pipes_struct *p, struct epm_MgmtDelete *r)
33 /* FIXME */
34 return 0;
37 uint32 _epm_InqObject(pipes_struct *p, struct epm_InqObject *r)
39 /* FIXME */
40 return 0;
43 uint32 _epm_LookupHandleFree(pipes_struct *p, struct epm_LookupHandleFree *r)
45 /* FIXME */
46 return 0;
49 uint32 _epm_Map(pipes_struct *p, struct epm_Map *r)
51 /* FIXME */
52 return 0;
55 uint32 _epm_Lookup(pipes_struct *p, struct epm_Lookup *r)
57 /* FIXME */
58 return 0;
61 uint32 _epm_Delete(pipes_struct *p, struct epm_Delete *r)
63 /* FIXME */
64 return 0;
67 uint32 _epm_Insert(pipes_struct *p, struct epm_Insert *r)
69 /* FIXME */
70 return 0;