]> git.sur5r.net Git - openldap/blob - servers/slapd/slapi/slapi.h
e219e87182e15356507c0ae5a3a8af81a08bc9ea
[openldap] / servers / slapd / slapi / slapi.h
1 /*
2  * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
3  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4  */
5 /*
6  * (C) Copyright IBM Corp. 1997,2002
7  * Redistribution and use in source and binary forms are permitted
8  * provided that this notice is preserved and that due credit is 
9  * given to IBM Corporation. This software is provided ``as is'' 
10  * without express or implied warranty.
11  */
12
13 #ifndef _SLAPI_H
14 #define _SLAPI_H
15
16 #include <ibm_pblock_params.h> 
17
18 LDAP_BEGIN_DECL
19
20 typedef struct  slapi_pblock    Slapi_PBlock;
21 typedef struct  slap_entry      Slapi_Entry;
22 typedef struct  slap_attr       Slapi_Attr;
23 typedef Filter                  Slapi_Filter;
24
25 LDAP_END_DECL
26
27 #include <slapi_utils.h>
28 #ifndef NO_PBLOCK_CLASS
29 #include <slapi_pblock.h>
30 #endif /* NO_PBLOCK_CLASS */
31 #include <plugin.h>
32 #include <slapi_ops.h>
33 #if 0 /* unused (yet?) */
34 #include <slapi_cl.h>
35 #endif /* 0 */
36
37 LDAP_BEGIN_DECL
38
39 /*
40  * Plugin types universally supported by SLAPI
41  * implementations
42  */
43 #define SLAPI_PLUGIN_DATABASE           1
44 #define SLAPI_PLUGIN_EXTENDEDOP         2
45 #define SLAPI_PLUGIN_PREOPERATION       3
46 #define SLAPI_PLUGIN_POSTOPERATION      4
47 #define SLAPI_PLUGIN_MATCHINGRULE       5
48 #define SLAPI_PLUGIN_SYNTAX             6
49 /* XXX this is SLAPI_PLUGIN_ACL in SunDS */
50 #define SLAPI_PLUGIN_AUDIT              7
51 /*
52  * The following plugin types are reserved for future
53  * Sun ONE DS compatability.
54  */
55 #define SLAPI_PLUGIN_BEPREOPERATION             8       
56 #define SLAPI_PLUGIN_BEPOSTOPERATION            9       
57 #define SLAPI_PLUGIN_ENTRY                      10      
58 #define SLAPI_PLUGIN_TYPE_OBJECT                11      
59 #define SLAPI_PLUGIN_INTERNAL_PREOPERATION      12      
60 #define SLAPI_PLUGIN_INTERNAL_POSTOPERATION     13
61 #define SLAPI_PLUGIN_PWD_STORAGE_SCHEME         14
62 #define SLAPI_PLUGIN_VATTR_SP                   15
63 #define SLAPI_PLUGIN_REVER_PWD_STORAGE_SCHEME   16
64
65 #define SLAPI_PLUGIN_EXTENDED_SENT_RESULT       -1
66 #define SLAPI_PLUGIN_EXTENDED_NOT_HANDLED       -2
67
68 #define SLAPI_BIND_SUCCESS              0
69 #define SLAPI_BIND_FAIL                 2
70 #define SLAPI_BIND_ANONYMOUS            3
71
72 #define SLAPI_BACKEND                           130
73 #define SLAPI_CONNECTION                        131
74 #define SLAPI_OPERATION                         132
75 #define SLAPI_REQUESTOR_ISROOT                  133
76 #define SLAPI_BE_MONITORDN                      134
77 #define SLAPI_BE_TYPE                           135
78 #define SLAPI_BE_READONLY                       136
79 #define SLAPI_BE_LASTMOD                        137
80 #define SLAPI_CONN_ID                           139
81
82 #define SLAPI_OPINITIATED_TIME                  140
83 #define SLAPI_REQUESTOR_DN                      141
84 #define SLAPI_REQUESTOR_ISUPDATEDN              142
85 #define SLAPI_CONN_DN                           143
86 #define SLAPI_CONN_AUTHTYPE                     144
87
88 #define SLAPD_AUTH_NONE   "none"
89 #define SLAPD_AUTH_SIMPLE "simple"
90 #define SLAPD_AUTH_SSL    "SSL"
91 #define SLAPD_AUTH_SASL   "SASL "
92
93 #define SLAPI_PLUGIN                            3
94 #define SLAPI_PLUGIN_PRIVATE                    4
95 #define SLAPI_PLUGIN_TYPE                       5
96 #define SLAPI_PLUGIN_ARGV                       6
97 #define SLAPI_PLUGIN_ARGC                       7
98 #define SLAPI_PLUGIN_VERSION                    8
99
100 #define SLAPI_PLUGIN_OPRETURN                   9
101 #define SLAPI_PLUGIN_OBJECT                     10
102 #define SLAPI_PLUGIN_DESTROY_FN                 11
103
104 #define SLAPI_PLUGIN_DESCRIPTION                12
105
106 #define SLAPI_PLUGIN_INTOP_RESULT               15
107 #define SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES       16
108 #define SLAPI_PLUGIN_INTOP_SEARCH_REFERRALS     17
109
110 #define SLAPI_PLUGIN_DB_BIND_FN                 200
111 #define SLAPI_PLUGIN_DB_UNBIND_FN               201
112 #define SLAPI_PLUGIN_DB_SEARCH_FN               202
113 #define SLAPI_PLUGIN_DB_COMPARE_FN              203
114 #define SLAPI_PLUGIN_DB_MODIFY_FN               204
115 #define SLAPI_PLUGIN_DB_MODRDN_FN               205
116 #define SLAPI_PLUGIN_DB_ADD_FN                  206
117 #define SLAPI_PLUGIN_DB_DELETE_FN               207
118 #define SLAPI_PLUGIN_DB_ABANDON_FN              208
119 #define SLAPI_PLUGIN_DB_CONFIG_FN               209
120 #define SLAPI_PLUGIN_CLOSE_FN                   210
121 #define SLAPI_PLUGIN_DB_FLUSH_FN                211
122 #define SLAPI_PLUGIN_START_FN                   212
123 #define SLAPI_PLUGIN_DB_SEQ_FN                  213
124 #define SLAPI_PLUGIN_DB_ENTRY_FN                214
125 #define SLAPI_PLUGIN_DB_REFERRAL_FN             215
126 #define SLAPI_PLUGIN_DB_RESULT_FN               216
127 #define SLAPI_PLUGIN_DB_LDIF2DB_FN              217
128 #define SLAPI_PLUGIN_DB_DB2LDIF_FN              218
129 #define SLAPI_PLUGIN_DB_BEGIN_FN                219
130 #define SLAPI_PLUGIN_DB_COMMIT_FN               220
131 #define SLAPI_PLUGIN_DB_ABORT_FN                221
132 #define SLAPI_PLUGIN_DB_ARCHIVE2DB_FN           222
133 #define SLAPI_PLUGIN_DB_DB2ARCHIVE_FN           223
134 #define SLAPI_PLUGIN_DB_NEXT_SEARCH_ENTRY_FN    224
135 #define SLAPI_PLUGIN_DB_FREE_RESULT_SET_FN      225
136 #define SLAPI_PLUGIN_DB_SIZE_FN                 226
137 #define SLAPI_PLUGIN_DB_TEST_FN                 227
138 #define SLAPI_PLUGIN_DB_NO_ACL                  250
139
140 #define SLAPI_PLUGIN_EXT_OP_FN                  300
141 #define SLAPI_PLUGIN_EXT_OP_OIDLIST             301
142 #define SLAPI_PLUGIN_PRE_BIND_FN                401
143 #define SLAPI_PLUGIN_PRE_UNBIND_FN              402
144 #define SLAPI_PLUGIN_PRE_SEARCH_FN              403
145 #define SLAPI_PLUGIN_PRE_COMPARE_FN             404
146 #define SLAPI_PLUGIN_PRE_MODIFY_FN              405
147 #define SLAPI_PLUGIN_PRE_MODRDN_FN              406
148 #define SLAPI_PLUGIN_PRE_ADD_FN                 407
149 #define SLAPI_PLUGIN_PRE_DELETE_FN              408
150 #define SLAPI_PLUGIN_PRE_ABANDON_FN             409
151 #define SLAPI_PLUGIN_PRE_ENTRY_FN               410
152 #define SLAPI_PLUGIN_PRE_REFERRAL_FN            411
153 #define SLAPI_PLUGIN_PRE_RESULT_FN              412
154 #define SLAPI_PLUGIN_POST_BIND_FN               501
155 #define SLAPI_PLUGIN_POST_UNBIND_FN             502
156 #define SLAPI_PLUGIN_POST_SEARCH_FN             503
157 #define SLAPI_PLUGIN_POST_COMPARE_FN            504
158 #define SLAPI_PLUGIN_POST_MODIFY_FN             505
159 #define SLAPI_PLUGIN_POST_MODRDN_FN             506
160 #define SLAPI_PLUGIN_POST_ADD_FN                507
161 #define SLAPI_PLUGIN_POST_DELETE_FN             508
162 #define SLAPI_PLUGIN_POST_ABANDON_FN            509
163 #define SLAPI_PLUGIN_POST_ENTRY_FN              510
164 #define SLAPI_PLUGIN_POST_REFERRAL_FN           511
165 #define SLAPI_PLUGIN_POST_RESULT_FN             512
166
167 #define SLAPI_PLUGIN_MR_FILTER_CREATE_FN        600
168 #define SLAPI_PLUGIN_MR_INDEXER_CREATE_FN       601
169 #define SLAPI_PLUGIN_MR_FILTER_MATCH_FN         602
170 #define SLAPI_PLUGIN_MR_FILTER_INDEX_FN         603
171 #define SLAPI_PLUGIN_MR_FILTER_RESET_FN         604
172 #define SLAPI_PLUGIN_MR_INDEX_FN                605
173 #define SLAPI_PLUGIN_MR_OID                     610
174 #define SLAPI_PLUGIN_MR_TYPE                    611
175 #define SLAPI_PLUGIN_MR_VALUE                   612
176 #define SLAPI_PLUGIN_MR_VALUES                  613
177 #define SLAPI_PLUGIN_MR_KEYS                    614
178 #define SLAPI_PLUGIN_MR_FILTER_REUSABLE         615
179 #define SLAPI_PLUGIN_MR_QUERY_OPERATOR          616
180 #define SLAPI_PLUGIN_MR_USAGE                   617
181
182 #define SLAPI_OP_LESS                                   1
183 #define SLAPI_OP_LESS_OR_EQUAL                          2
184 #define SLAPI_OP_EQUAL                                  3
185 #define SLAPI_OP_GREATER_OR_EQUAL                       4
186 #define SLAPI_OP_GREATER                                5
187 #define SLAPI_OP_SUBSTRING                              6
188
189 #define SLAPI_PLUGIN_MR_USAGE_INDEX             0
190 #define SLAPI_PLUGIN_MR_USAGE_SORT              1
191
192 #define SLAPI_PLUGIN_SYNTAX_FILTER_AVA          700
193 #define SLAPI_PLUGIN_SYNTAX_FILTER_SUB          701
194 #define SLAPI_PLUGIN_SYNTAX_VALUES2KEYS         702
195 #define SLAPI_PLUGIN_SYNTAX_ASSERTION2KEYS_AVA  703
196 #define SLAPI_PLUGIN_SYNTAX_ASSERTION2KEYS_SUB  704
197 #define SLAPI_PLUGIN_SYNTAX_NAMES               705
198 #define SLAPI_PLUGIN_SYNTAX_OID                 706
199 #define SLAPI_PLUGIN_SYNTAX_FLAGS               707
200 #define SLAPI_PLUGIN_SYNTAX_COMPARE             708
201
202 #define SLAPI_RESULT_CODE                       881
203 #define SLAPI_RESULT_TEXT                       882
204 #define SLAPI_RESULT_MATCHED                    883
205
206 #define SLAPI_PLUGIN_SYNTAX_FLAG_ORKEYS                 1
207 #define SLAPI_PLUGIN_SYNTAX_FLAG_ORDERING               2
208
209 #define SLAPI_PLUGIN_AUDIT_DATA                 1100
210 #define SLAPI_PLUGIN_AUDIT_FN                   1101
211
212 #define SLAPI_MANAGEDSAIT                       1000
213
214 #define SLAPI_CONFIG_FILENAME                   40
215 #define SLAPI_CONFIG_LINENO                     41
216 #define SLAPI_CONFIG_ARGC                       42
217 #define SLAPI_CONFIG_ARGV                       43
218
219 #define SLAPI_TARGET_DN                         50
220 #define SLAPI_REQCONTROLS                       51
221
222 #define SLAPI_ENTRY_PRE_OP                      52
223 #define SLAPI_ENTRY_POST_OP                     53
224
225 #define SLAPI_RESCONTROLS                       55
226 #define SLAPI_ADD_RESCONTROL                    56
227
228 #define SLAPI_ADD_TARGET                        SLAPI_TARGET_DN
229 #define SLAPI_ADD_ENTRY                         60
230
231 #define SLAPI_BIND_TARGET                       SLAPI_TARGET_DN
232 #define SLAPI_BIND_METHOD                       70
233 #define SLAPI_BIND_CREDENTIALS                  71
234 #define SLAPI_BIND_SASLMECHANISM                72
235 #define SLAPI_BIND_RET_SASLCREDS                73
236
237 #define SLAPI_COMPARE_TARGET                    SLAPI_TARGET_DN
238 #define SLAPI_COMPARE_TYPE                      80
239 #define SLAPI_COMPARE_VALUE                     81
240
241 #define SLAPI_DELETE_TARGET                     SLAPI_TARGET_DN
242
243 #define SLAPI_MODIFY_TARGET                     SLAPI_TARGET_DN
244 #define SLAPI_MODIFY_MODS                       90
245
246 #define SLAPI_MODRDN_TARGET                     SLAPI_TARGET_DN
247 #define SLAPI_MODRDN_NEWRDN                     100
248 #define SLAPI_MODRDN_DELOLDRDN                  101
249 #define SLAPI_MODRDN_NEWSUPERIOR                102
250
251 #define SLAPI_SEARCH_TARGET                     SLAPI_TARGET_DN
252 #define SLAPI_SEARCH_SCOPE                      110
253 #define SLAPI_SEARCH_DEREF                      111
254 #define SLAPI_SEARCH_SIZELIMIT                  112
255 #define SLAPI_SEARCH_TIMELIMIT                  113
256 #define SLAPI_SEARCH_FILTER                     114
257 #define SLAPI_SEARCH_STRFILTER                  115
258 #define SLAPI_SEARCH_ATTRS                      116
259 #define SLAPI_SEARCH_ATTRSONLY                  117
260
261 #define SLAPI_ABANDON_MSGID                     120
262
263 #define SLAPI_SEQ_TYPE                          150
264 #define SLAPI_SEQ_ATTRNAME                      151
265 #define SLAPI_SEQ_VAL                           152
266
267 #define SLAPI_EXT_OP_REQ_OID                    160
268 #define SLAPI_EXT_OP_REQ_VALUE                  161
269 #define SLAPI_EXT_OP_RET_OID                    162
270 #define SLAPI_EXT_OP_RET_VALUE                  163
271
272 #define SLAPI_MR_FILTER_ENTRY                   170     
273 #define SLAPI_MR_FILTER_TYPE                    171
274 #define SLAPI_MR_FILTER_VALUE                   172
275 #define SLAPI_MR_FILTER_OID                     173
276 #define SLAPI_MR_FILTER_DNATTRS                 174
277
278 #define SLAPI_LDIF2DB_FILE                      180
279 #define SLAPI_LDIF2DB_REMOVEDUPVALS             185
280
281 #define SLAPI_DB2LDIF_PRINTKEY                  183
282
283 #define SLAPI_PARENT_TXN                        190
284 #define SLAPI_TXN                               191
285
286 #define SLAPI_SEARCH_RESULT_SET                 193
287 #define SLAPI_SEARCH_RESULT_ENTRY               194
288 #define SLAPI_NENTRIES                          195
289 #define SLAPI_SEARCH_REFERRALS                  196
290
291 #define SLAPI_CHANGENUMBER                      197
292 #define SLAPI_LOG_OPERATION                     198
293
294 #define SLAPI_DBSIZE                            199
295
296 #define SLAPI_LOG_FATAL                         0
297 #define SLAPI_LOG_TRACE                         1
298 #define SLAPI_LOG_PACKETS                       2
299 #define SLAPI_LOG_ARGS                          3
300 #define SLAPI_LOG_CONNS                         4
301 #define SLAPI_LOG_BER                           5
302 #define SLAPI_LOG_FILTER                        6
303 #define SLAPI_LOG_CONFIG                        7
304 #define SLAPI_LOG_ACL                           8
305 #define SLAPI_LOG_SHELL                         9
306 #define SLAPI_LOG_PARSE                         10
307 #define SLAPI_LOG_HOUSE                         11
308 #define SLAPI_LOG_REPL                          12
309 #define SLAPI_LOG_CACHE                         13
310 #define SLAPI_LOG_PLUGIN                        14
311
312 #define SLAPI_OPERATION_BIND                    0x00000001L
313 #define SLAPI_OPERATION_UNBIND                  0x00000002L
314 #define SLAPI_OPERATION_SEARCH                  0x00000004L
315 #define SLAPI_OPERATION_MODIFY                  0x00000008L
316 #define SLAPI_OPERATION_ADD                     0x00000010L
317 #define SLAPI_OPERATION_DELETE                  0x00000020L
318 #define SLAPI_OPERATION_MODDN                   0x00000040L
319 #define SLAPI_OPERATION_MODRDN                  SLAPI_OPERATION_MODDN
320 #define SLAPI_OPERATION_COMPARE                 0x00000080L
321 #define SLAPI_OPERATION_ABANDON                 0x00000100L
322 #define SLAPI_OPERATION_EXTENDED                0x00000200L
323 #define SLAPI_OPERATION_ANY                     0xFFFFFFFFL
324 #define SLAPI_OPERATION_NONE                    0x00000000L
325
326 LDAP_END_DECL
327
328 #endif /* _SLAPI_H */
329