There's no need to keep a "FILE *" for the file being printed to in a
[obnox/wireshark/wip.git] / packet-dcerpc-drsuapi.h
1 /* packet-dcerpc-drsuapi.h
2  * Routines for the drsuapi (Directory Replication Service) MSRPC interface 
3  * Copyright 2003 Jean-Baptiste Marchand <jbm@hsc.fr>
4  *
5  * $Id: packet-dcerpc-drsuapi.h,v 1.1 2003/09/20 08:56:56 guy Exp $
6  *
7  * Ethereal - Network traffic analyzer
8  * By Gerald Combs <gerald@ethereal.com>
9  * Copyright 1998 Gerald Combs
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License
13  * as published by the Free Software Foundation; either version 2
14  * of the License, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24  */
25
26 #ifndef __PACKET_DCERPC_DRSUAPI_H
27 #define __PACKET_DCERPC_DRSUAPI_H
28
29 /* MSRPC functions available in the drsuapi interface */
30
31 #define DRSUAPI_BIND                    0x00
32 #define DRSUAPI_UNBIND                  0x01
33 #define DRSUAPI_REPLICA_SYNC            0x02
34 #define DRSUAPI_GET_NC_CHANGES          0x03
35 #define DRSUAPI_UPDATE_REFS             0x04
36 #define DRSUAPI_REPLICA_ADD             0x05    
37 #define DRSUAPI_REPLICA_DEL             0x06
38 #define DRSUAPI_REPLICA_MODIFY          0x07
39 #define DRSUAPI_VERIFY_NAMES            0x08
40 #define DRSUAPI_GET_MEMBERSHIPS         0x09
41 #define DRSUAPI_INTER_DOMAIN_MOVE       0x0a
42 #define DRSUAPI_GET_NT4_CHANGELOG       0x0b
43 #define DRSUAPI_CRACKNAMES              0x0c
44 #define DRSUAPI_WRITE_SPN               0x0d
45 #define DRSUAPI_REMOVE_DS_SERVER        0x0e
46 #define DRSUAPI_REMOVE_DS_DOMAIN        0x0f
47 #define DRSUAPI_DOMAIN_CONTROLLER_INFO  0x10
48 #define DRSUAPI_ADD_ENTRY               0x11
49 #define DRSUAPI_EXECUTE_KCC             0x12
50 #define DRSUAPI_GET_REPL_INFO           0x13
51 #define DRSUAPI_ADD_SID_HISTORY         0x14
52 #define DRSUAPI_GET_MEMBERSHIPS2        0x15
53 #define DRSUAPI_REPLICA_VERIFY_OBJECTS  0x16
54 #define DRSUAPI_GET_OBJECT_EXISTENCE    0x17
55 #define DRSUAPI_QUERY_SITES_BY_COST     0x18
56
57 #endif /* packet-dcerpc-drsuapi.h */
58
59
60