2 * Unix SMB/CIFS implementation.
3 * RPC Pipe client / server routines for the endpoint mapper
4 * Copyright (C) Jelmer Vernooij 2007.
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 3 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, see <http://www.gnu.org/licenses/>.
20 /* This is the implementation of the dfs pipe. */
24 uint32
_epm_MapAuth(pipes_struct
*p
, struct epm_MapAuth
*r
)
30 uint32
_epm_MgmtDelete(pipes_struct
*p
, struct epm_MgmtDelete
*r
)
36 uint32
_epm_InqObject(pipes_struct
*p
, struct epm_InqObject
*r
)
42 uint32
_epm_LookupHandleFree(pipes_struct
*p
, struct epm_LookupHandleFree
*r
)
48 uint32
_epm_Map(pipes_struct
*p
, struct epm_Map
*r
)
54 uint32
_epm_Lookup(pipes_struct
*p
, struct epm_Lookup
*r
)
60 uint32
_epm_Delete(pipes_struct
*p
, struct epm_Delete
*r
)
66 uint32
_epm_Insert(pipes_struct
*p
, struct epm_Insert
*r
)