]> git.sur5r.net Git - openldap/blob - servers/slapd/proto-slap.h
fix database operations in tool mode (ITS#3622)
[openldap] / servers / slapd / proto-slap.h
1 /* $OpenLDAP$ */
2 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3  *
4  * Copyright 1998-2005 The OpenLDAP Foundation.
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted only as authorized by the OpenLDAP
9  * Public License.
10  *
11  * A copy of this license is available in the file LICENSE in the
12  * top-level directory of the distribution or, alternatively, at
13  * <http://www.OpenLDAP.org/license.html>.
14  */
15 /* Portions Copyright (c) 1995 Regents of the University of Michigan.
16  * All rights reserved.
17  *
18  * Redistribution and use in source and binary forms are permitted
19  * provided that this notice is preserved and that due credit is given
20  * to the University of Michigan at Ann Arbor. The name of the University
21  * may not be used to endorse or promote products derived from this
22  * software without specific prior written permission. This software
23  * is provided ``as is'' without express or implied warranty.
24  */
25
26 #ifndef PROTO_SLAP_H
27 #define PROTO_SLAP_H
28
29 #include <ldap_cdefs.h>
30 #include "ldap_pvt.h"
31
32 LDAP_BEGIN_DECL
33
34 /*
35  * acl.c
36  */
37 LDAP_SLAPD_F (int) access_allowed_mask LDAP_P((
38         Operation *op,
39         Entry *e, AttributeDescription *desc, struct berval *val,
40         slap_access_t access,
41         AccessControlState *state,
42         slap_mask_t *mask ));
43 #define access_allowed(op,e,desc,val,access,state) access_allowed_mask(op,e,desc,val,access,state,NULL)
44 LDAP_SLAPD_F (int) acl_check_modlist LDAP_P((
45         Operation *op, Entry *e, Modifications *ml ));
46
47 LDAP_SLAPD_F (void) acl_append( AccessControl **l, AccessControl *a );
48
49 #ifdef SLAP_DYNACL
50 LDAP_SLAPD_F (int) slap_dynacl_register LDAP_P(( slap_dynacl_t *da ));
51 LDAP_SLAPD_F (slap_dynacl_t *) slap_dynacl_get LDAP_P(( const char *name ));
52 #endif /* SLAP_DYNACL */
53 LDAP_SLAPD_F (int) acl_init LDAP_P(( void ));
54
55 /*
56  * aclparse.c
57  */
58 LDAP_SLAPD_F (void) parse_acl LDAP_P(( Backend *be,
59         const char *fname, int lineno,
60         int argc, char **argv ));
61
62 LDAP_SLAPD_F (char *) access2str LDAP_P(( slap_access_t access ));
63 LDAP_SLAPD_F (slap_access_t) str2access LDAP_P(( const char *str ));
64
65 #define ACCESSMASK_MAXLEN       sizeof("unknown (+wrscan)")
66 LDAP_SLAPD_F (char *) accessmask2str LDAP_P(( slap_mask_t mask, char*, int debug ));
67 LDAP_SLAPD_F (slap_mask_t) str2accessmask LDAP_P(( const char *str ));
68 LDAP_SLAPD_F (void) acl_unparse LDAP_P(( AccessControl*, struct berval* ));
69 LDAP_SLAPD_F (void) acl_destroy LDAP_P(( AccessControl*, AccessControl* ));
70 LDAP_SLAPD_F (void) acl_free LDAP_P(( AccessControl *a ));
71
72
73 /*
74  * ad.c
75  */
76 LDAP_SLAPD_F (int) slap_str2ad LDAP_P((
77         const char *,
78         AttributeDescription **ad,
79         const char **text ));
80
81 LDAP_SLAPD_F (int) slap_bv2ad LDAP_P((
82         struct berval *bv,
83         AttributeDescription **ad,
84         const char **text ));
85
86 LDAP_SLAPD_F (void) ad_destroy LDAP_P(( AttributeDescription * ));
87
88 #define ad_cmp(l,r)     (((l)->ad_cname.bv_len < (r)->ad_cname.bv_len) \
89         ? -1 : (((l)->ad_cname.bv_len > (r)->ad_cname.bv_len) \
90                 ? 1 : strcasecmp((l)->ad_cname.bv_val, (r)->ad_cname.bv_val )))
91
92 LDAP_SLAPD_F (int) is_ad_subtype LDAP_P((
93         AttributeDescription *sub,
94         AttributeDescription *super ));
95
96 LDAP_SLAPD_F (int) ad_inlist LDAP_P((
97         AttributeDescription *desc,
98         AttributeName *attrs ));
99
100 LDAP_SLAPD_F (int) slap_str2undef_ad LDAP_P((
101         const char *,
102         AttributeDescription **ad,
103         const char **text ));
104
105 LDAP_SLAPD_F (int) slap_bv2undef_ad LDAP_P((
106         struct berval *bv,
107         AttributeDescription **ad,
108         const char **text ));
109
110 LDAP_SLAPD_F (AttributeDescription *) ad_find_tags LDAP_P((
111         AttributeType *type,
112         struct berval *tags ));
113
114 LDAP_SLAPD_F (AttributeName *) str2anlist LDAP_P(( AttributeName *an,
115         char *str, const char *brkstr ));
116 LDAP_SLAPD_F (char **) anlist2charray_x LDAP_P((
117                                                                         AttributeName *an, int dup, void *ctx ));
118 LDAP_SLAPD_F (char **) anlist2charray LDAP_P(( AttributeName *an, int dup ));
119 LDAP_SLAPD_F (char **) anlist2attrs LDAP_P(( AttributeName *anlist ));
120 LDAP_SLAPD_F (AttributeName *) file2anlist LDAP_P((
121                         AttributeName *, const char *, const char * ));
122 LDAP_SLAPD_F (int) an_find LDAP_P(( AttributeName *a, struct berval *s ));
123 LDAP_SLAPD_F (int) ad_define_option LDAP_P(( const char *name,
124         const char *fname, int lineno ));
125
126 LDAP_SLAPD_F (MatchingRule *) ad_mr(
127         AttributeDescription *ad,
128         unsigned usage );
129
130 LDAP_SLAPD_V( AttributeName * ) slap_anlist_no_attrs;
131 LDAP_SLAPD_V( AttributeName * ) slap_anlist_all_user_attributes;
132 LDAP_SLAPD_V( AttributeName * ) slap_anlist_all_operational_attributes;
133 LDAP_SLAPD_V( AttributeName * ) slap_anlist_all_attributes;
134
135 /*
136  * add.c
137  */
138 LDAP_SLAPD_F (int) slap_mods2entry LDAP_P(( Modifications *mods, Entry **e,
139         int repl_user, int dup, const char **text, char *textbuf, size_t textlen ));
140
141 LDAP_SLAPD_F (int) slap_entry2mods LDAP_P(( Entry *e,
142                                                 Modifications **mods, const char **text,
143                                                 char *textbuf, size_t textlen ));
144
145 /*
146  * at.c
147  */
148 LDAP_SLAPD_V(int) at_oc_cache;
149 LDAP_SLAPD_F (void) at_config LDAP_P((
150         const char *fname, int lineno,
151         int argc, char **argv ));
152 LDAP_SLAPD_F (AttributeType *) at_find LDAP_P((
153         const char *name ));
154 LDAP_SLAPD_F (AttributeType *) at_bvfind LDAP_P((
155         struct berval *name ));
156 LDAP_SLAPD_F (int) at_find_in_list LDAP_P((
157         AttributeType *sat, AttributeType **list ));
158 LDAP_SLAPD_F (int) at_append_to_list LDAP_P((
159         AttributeType *sat, AttributeType ***listp ));
160 LDAP_SLAPD_F (int) at_delete_from_list LDAP_P((
161         int pos, AttributeType ***listp ));
162 LDAP_SLAPD_F (int) at_schema_info LDAP_P(( Entry *e ));
163 LDAP_SLAPD_F (int) at_add LDAP_P((
164         LDAPAttributeType *at, int user,
165         AttributeType **sat, const char **err ));
166 LDAP_SLAPD_F (void) at_destroy LDAP_P(( void ));
167
168 LDAP_SLAPD_F (int) is_at_subtype LDAP_P((
169         AttributeType *sub,
170         AttributeType *super ));
171
172 LDAP_SLAPD_F (int) is_at_syntax LDAP_P((
173         AttributeType *at,
174         const char *oid ));
175
176 LDAP_SLAPD_F (int) at_start LDAP_P(( AttributeType **at ));
177 LDAP_SLAPD_F (int) at_next LDAP_P(( AttributeType **at ));
178
179 LDAP_SLAPD_F (void) at_unparse LDAP_P((
180         BerVarray *bva, AttributeType *start, AttributeType *end, int system ));
181
182 /*
183  * attr.c
184  */
185 LDAP_SLAPD_F (void) attr_free LDAP_P(( Attribute *a ));
186 LDAP_SLAPD_F (Attribute *) attr_dup LDAP_P(( Attribute *a ));
187
188 #define attr_mergeit( e, d, v ) attr_merge( e, d, v, NULL /* FIXME */ )
189 #define attr_mergeit_one( e, d, v ) attr_merge_one( e, d, v, NULL /* FIXME */ )
190
191 LDAP_SLAPD_F (int) attr_merge LDAP_P(( Entry *e,
192         AttributeDescription *desc,
193         BerVarray vals,
194         BerVarray nvals ));
195 LDAP_SLAPD_F (int) attr_merge_one LDAP_P(( Entry *e,
196         AttributeDescription *desc,
197         struct berval *val,
198         struct berval *nval ));
199 LDAP_SLAPD_F (int) attr_merge_normalize LDAP_P(( Entry *e,
200         AttributeDescription *desc,
201         BerVarray vals, void *memctx ));
202 LDAP_SLAPD_F (int) attr_merge_normalize_one LDAP_P(( Entry *e,
203         AttributeDescription *desc,
204         struct berval *val, void *memctx ));
205 LDAP_SLAPD_F (Attribute *) attrs_find LDAP_P((
206         Attribute *a, AttributeDescription *desc ));
207 LDAP_SLAPD_F (Attribute *) attr_find LDAP_P((
208         Attribute *a, AttributeDescription *desc ));
209 LDAP_SLAPD_F (int) attr_delete LDAP_P((
210         Attribute **attrs, AttributeDescription *desc ));
211
212 LDAP_SLAPD_F (void) attrs_free LDAP_P(( Attribute *a ));
213 LDAP_SLAPD_F (Attribute *) attrs_dup LDAP_P(( Attribute *a ));
214
215
216 /*
217  * ava.c
218  */
219 LDAP_SLAPD_F (int) get_ava LDAP_P((
220         Operation *op,
221         BerElement *ber,
222         AttributeAssertion **ava,
223         unsigned usage,
224         const char **text ));
225 LDAP_SLAPD_F (void) ava_free LDAP_P((
226         Operation *op,
227         AttributeAssertion *ava,
228         int freeit ));
229
230 /*
231  * backend.c
232  */
233 LDAP_SLAPD_F (int) backend_init LDAP_P((void));
234 LDAP_SLAPD_F (int) backend_add LDAP_P((BackendInfo *aBackendInfo));
235 LDAP_SLAPD_F (int) backend_num LDAP_P((Backend *be));
236 LDAP_SLAPD_F (int) backend_startup LDAP_P((Backend *be));
237 LDAP_SLAPD_F (int) backend_startup_one LDAP_P((Backend *be));
238 LDAP_SLAPD_F (int) backend_sync LDAP_P((Backend *be));
239 LDAP_SLAPD_F (int) backend_shutdown LDAP_P((Backend *be));
240 LDAP_SLAPD_F (int) backend_destroy LDAP_P((void));
241
242 LDAP_SLAPD_F (BackendInfo *) backend_info LDAP_P(( const char *type ));
243 LDAP_SLAPD_F (BackendDB *) backend_db_init LDAP_P(( const char *type ));
244
245 LDAP_SLAPD_F (BackendDB *) select_backend LDAP_P((
246         struct berval * dn,
247         int manageDSAit,
248         int noSubordinates ));
249
250 LDAP_SLAPD_F (int) be_issuffix LDAP_P(( Backend *be,
251         struct berval *suffix ));
252 LDAP_SLAPD_F (int) be_isroot LDAP_P(( Operation *op ));
253 LDAP_SLAPD_F (int) be_isroot_dn LDAP_P(( Backend *be, struct berval *ndn ));
254 LDAP_SLAPD_F (int) be_isroot_pw LDAP_P(( Operation *op ));
255 LDAP_SLAPD_F (int) be_slurp_update LDAP_P(( Operation *op ));
256 #define be_isupdate( op ) be_slurp_update( (op) )
257 LDAP_SLAPD_F (int) be_shadow_update LDAP_P(( Operation *op ));
258 LDAP_SLAPD_F (int) be_isupdate_dn LDAP_P(( Backend *be, struct berval *ndn ));
259 LDAP_SLAPD_F (struct berval *) be_root_dn LDAP_P(( Backend *be ));
260 LDAP_SLAPD_F (int) be_entry_get_rw LDAP_P(( struct slap_op *o,
261                 struct berval *ndn, ObjectClass *oc,
262                 AttributeDescription *at, int rw, Entry **e ));
263 LDAP_SLAPD_F (int) be_entry_release_rw LDAP_P((
264         Operation *o, Entry *e, int rw ));
265 #define be_entry_release_r( o, e ) be_entry_release_rw( o, e, 0 )
266 #define be_entry_release_w( o, e ) be_entry_release_rw( o, e, 1 )
267
268 LDAP_SLAPD_F (int) backend_unbind LDAP_P((Operation *op, SlapReply *rs));
269 LDAP_SLAPD_F (int) backend_connection_init LDAP_P((Connection *conn));
270 LDAP_SLAPD_F (int) backend_connection_destroy LDAP_P((Connection *conn));
271
272 LDAP_SLAPD_F( int ) backend_check_controls LDAP_P((
273         Operation *op,
274         SlapReply *rs ));
275 LDAP_SLAPD_F( int )     backend_check_restrictions LDAP_P((
276         Operation *op,
277         SlapReply *rs,
278         struct berval *opdata ));
279
280 LDAP_SLAPD_F( int )     backend_check_referrals LDAP_P((
281         Operation *op,
282         SlapReply *rs ));
283
284 LDAP_SLAPD_F (int) backend_group LDAP_P((
285         Operation *op,
286         Entry *target,
287         struct berval *gr_ndn,
288         struct berval *op_ndn,
289         ObjectClass *group_oc,
290         AttributeDescription *group_at
291 ));
292
293 LDAP_SLAPD_F (int) backend_attribute LDAP_P((
294         Operation *op,
295         Entry *target,
296         struct berval *entry_ndn,
297         AttributeDescription *entry_at,
298         BerVarray *vals,
299         slap_access_t access
300 ));
301
302 LDAP_SLAPD_F (int) backend_access LDAP_P((
303         Operation               *op,
304         Entry                   *target,
305         struct berval           *edn,
306         AttributeDescription    *entry_at,
307         struct berval           *nval,
308         slap_access_t           access,
309         slap_mask_t             *mask ));
310
311 LDAP_SLAPD_F (int) backend_operational LDAP_P((
312         Operation *op,
313         SlapReply *rs 
314 ));
315
316 LDAP_SLAPD_V(BackendInfo) slap_binfo[]; 
317
318 /*
319  * backglue.c
320  */
321
322 LDAP_SLAPD_F (int) glue_back_initialize( BackendInfo *bi );
323 LDAP_SLAPD_F (int) glue_sub_init( void );
324
325 /*
326  * backover.c
327  */
328
329 LDAP_SLAPD_F (int) overlay_register LDAP_P(( slap_overinst *on ));
330 LDAP_SLAPD_F (int) overlay_config LDAP_P(( BackendDB *be, const char *ov ));
331 LDAP_SLAPD_F (slap_overinst *) overlay_next LDAP_P(( slap_overinst *on ));
332 LDAP_SLAPD_F (slap_overinst *) overlay_find LDAP_P(( const char *name ));
333 LDAP_SLAPD_F (int) overlay_is_over LDAP_P(( BackendDB *be ));
334 LDAP_SLAPD_F (int) overlay_is_inst LDAP_P(( BackendDB *be, const char *name ));
335 LDAP_SLAPD_F (int) overlay_register_control LDAP_P((
336         BackendDB *be,
337         const char *oid ));
338
339 /*
340  * ch_malloc.c
341  */
342 LDAP_SLAPD_V (BerMemoryFunctions) ch_mfuncs;
343 LDAP_SLAPD_F (void *) ch_malloc LDAP_P(( ber_len_t size ));
344 LDAP_SLAPD_F (void *) ch_realloc LDAP_P(( void *block, ber_len_t size ));
345 LDAP_SLAPD_F (void *) ch_calloc LDAP_P(( ber_len_t nelem, ber_len_t size ));
346 LDAP_SLAPD_F (char *) ch_strdup LDAP_P(( const char *string ));
347 LDAP_SLAPD_F (void) ch_free LDAP_P(( void * ));
348
349 #ifndef CH_FREE
350 #undef free
351 #define free ch_free
352 #endif
353
354 /*
355  * component.c
356  */
357 #ifdef LDAP_COMP_MATCH
358 LDAP_SLAPD_F (int) test_comp_filter_entry LDAP_P((
359         Operation* op,
360         Entry* e,
361         MatchingRuleAssertion* mr));
362
363 LDAP_SLAPD_F (int) get_comp_filter LDAP_P((
364         Operation* op,
365         BerValue* bv,
366         ComponentFilter** filt,
367         const char **text ));
368
369 LDAP_SLAPD_F (int) componentFilterMatch LDAP_P(( 
370         int *matchp, 
371         slap_mask_t flags, 
372         Syntax *syntax, 
373         MatchingRule *mr,
374         struct berval *value, 
375         void *assertedValue ));
376
377 LDAP_SLAPD_F (int) directoryComponentsMatch LDAP_P((
378         int *matchp,
379         slap_mask_t flags,
380         Syntax *syntax,
381         MatchingRule *mr,
382         struct berval *value,
383         void *assertedValue ));
384
385 LDAP_SLAPD_F (int) allComponentsMatch LDAP_P((
386         int *matchp,
387         slap_mask_t flags,
388         Syntax *syntax,
389         MatchingRule *mr,
390         struct berval *value,
391         void *assertedValue ));
392                                                                           
393 LDAP_SLAPD_F (int) componentFilterValidate LDAP_P(( 
394         Syntax *syntax,
395         struct berval* bv ));
396
397 LDAP_SLAPD_F (int) allComponentsValidate LDAP_P((
398         Syntax *syntax,
399         struct berval* bv ));
400
401 LDAP_SLAPD_V (test_membership_func*) is_aliased_attribute;
402
403 LDAP_SLAPD_V (free_component_func*) component_destructor;
404
405 LDAP_SLAPD_V (get_component_info_func*) get_component_description;
406
407 LDAP_SLAPD_V (component_encoder_func*) component_encoder;
408
409 LDAP_SLAPD_V (convert_attr_to_comp_func*) attr_converter;
410
411 LDAP_SLAPD_V (alloc_nibble_func*) nibble_mem_allocator;
412
413 LDAP_SLAPD_V (free_nibble_func*) nibble_mem_free;
414 #endif
415
416 /*
417  * controls.c
418  */
419 LDAP_SLAPD_V( struct slap_control_ids ) slap_cids;
420 LDAP_SLAPD_F (void) slap_free_ctrls LDAP_P((
421         Operation *op,
422         LDAPControl **ctrls ));
423 LDAP_SLAPD_F (int) get_ctrls LDAP_P((
424         Operation *op,
425         SlapReply *rs,
426         int senderrors ));
427 LDAP_SLAPD_F (int) register_supported_control LDAP_P((
428         const char *controloid,
429         slap_mask_t controlmask,
430         char **controlexops,
431         SLAP_CTRL_PARSE_FN *controlparsefn,
432         int *controlcid ));
433 LDAP_SLAPD_F (int) slap_controls_init LDAP_P ((void));
434 LDAP_SLAPD_F (void) controls_destroy LDAP_P ((void));
435 LDAP_SLAPD_F (int) controls_root_dse_info LDAP_P ((Entry *e));
436 LDAP_SLAPD_F (int) get_supported_controls LDAP_P ((
437         char ***ctrloidsp, slap_mask_t **ctrlmasks ));
438 LDAP_SLAPD_F (int) slap_find_control_id LDAP_P ((
439         const char *oid, int *cid ));
440 LDAP_SLAPD_F (int) slap_global_control LDAP_P ((
441         Operation *op, const char *oid, int *cid ));
442
443 /*
444  * config.c
445  */
446 LDAP_SLAPD_F (int) read_config LDAP_P(( const char *fname, const char *dir ));
447 LDAP_SLAPD_F (void) config_destroy LDAP_P ((void));
448 LDAP_SLAPD_F (char **) slap_str2clist LDAP_P((
449         char ***, char *, const char * ));
450 LDAP_SLAPD_F (int) verb_to_mask LDAP_P((
451         const char *word,  slap_verbmasks *v ));
452 LDAP_SLAPD_F (int) verbs_to_mask LDAP_P((
453         int argc, char *argv[], slap_verbmasks *v, slap_mask_t *m ));
454 LDAP_SLAPD_F (int) mask_to_verbs LDAP_P((
455         slap_verbmasks *v, slap_mask_t m, BerVarray *bva ));
456 LDAP_SLAPD_F (int) bindconf_parse LDAP_P((
457         const char *word,  slap_bindconf *bc ));
458 LDAP_SLAPD_F (int) bindconf_unparse LDAP_P((
459         slap_bindconf *bc, struct berval *bv ));
460 LDAP_SLAPD_F (void) bindconf_free LDAP_P(( slap_bindconf *bc ));
461 LDAP_SLAPD_F (int) config_generic_wrapper LDAP_P(( Backend *be,
462         const char *fname, int lineno, int argc, char **argv ));
463
464 #ifdef LDAP_SLAPI
465 LDAP_SLAPD_V (int) slapi_plugins_used;
466 #endif
467
468 /*
469  * connection.c
470  */
471 LDAP_SLAPD_F (int) connections_init LDAP_P((void));
472 LDAP_SLAPD_F (int) connections_shutdown LDAP_P((void));
473 LDAP_SLAPD_F (int) connections_destroy LDAP_P((void));
474 LDAP_SLAPD_F (int) connections_timeout_idle LDAP_P((time_t));
475
476 LDAP_SLAPD_F (int) connection_client_setup LDAP_P((
477         ber_socket_t s,
478         ldap_pvt_thread_start_t *func,
479         void *arg ));
480 LDAP_SLAPD_F (void) connection_client_enable LDAP_P(( ber_socket_t s ));
481 LDAP_SLAPD_F (void) connection_client_stop LDAP_P(( ber_socket_t s ));
482
483
484 LDAP_SLAPD_F (long) connection_init LDAP_P((
485         ber_socket_t s,
486         Listener* url,
487         const char* dnsname,
488         const char* peername,
489         int use_tls,
490         slap_ssf_t ssf,
491         struct berval *id ));
492
493 LDAP_SLAPD_F (void) connection_closing LDAP_P(( Connection *c ));
494 LDAP_SLAPD_F (int) connection_state_closing LDAP_P(( Connection *c ));
495 LDAP_SLAPD_F (const char *) connection_state2str LDAP_P(( int state ))
496         LDAP_GCCATTR((const));
497
498 LDAP_SLAPD_F (int) connection_write LDAP_P((ber_socket_t s));
499 LDAP_SLAPD_F (int) connection_read LDAP_P((ber_socket_t s));
500
501 LDAP_SLAPD_F (unsigned long) connections_nextid(void);
502
503 LDAP_SLAPD_F (Connection *) connection_first LDAP_P(( ber_socket_t * ));
504 LDAP_SLAPD_F (Connection *) connection_next LDAP_P((
505         Connection *, ber_socket_t *));
506 LDAP_SLAPD_F (void) connection_done LDAP_P((Connection *));
507
508 LDAP_SLAPD_F (void) connection2anonymous LDAP_P((Connection *));
509 LDAP_SLAPD_F (void) connection_fake_init LDAP_P((
510         Connection *conn,
511         Operation *op,
512         void *threadctx ));
513 LDAP_SLAPD_F (void) connection_assign_nextid LDAP_P((Connection *));
514
515 /*
516  * cr.c
517  */
518 LDAP_SLAPD_F (int) cr_schema_info( Entry *e );
519 LDAP_SLAPD_F (void) cr_unparse LDAP_P((
520         BerVarray *bva, ContentRule *start, ContentRule *end, int system ));
521
522 LDAP_SLAPD_F (int) cr_add LDAP_P((
523         LDAPContentRule *oc,
524         int user,
525         ContentRule **scr,
526         const char **err));
527
528 LDAP_SLAPD_F (void) cr_destroy LDAP_P(( void ));
529
530 LDAP_SLAPD_F (ContentRule *) cr_find LDAP_P((
531         const char *crname));
532 LDAP_SLAPD_F (ContentRule *) cr_bvfind LDAP_P((
533         struct berval *crname));
534
535 /*
536  * ctxcsn.c
537  */
538
539 LDAP_SLAPD_V( const struct berval ) slap_ldapsync_bv;
540 LDAP_SLAPD_V( const struct berval ) slap_ldapsync_cn_bv;
541 LDAP_SLAPD_F (void) slap_get_commit_csn LDAP_P((
542         Operation *, struct berval *maxcsn, struct berval *curcsn ));
543 LDAP_SLAPD_F (void) slap_rewind_commit_csn LDAP_P(( Operation * ));
544 LDAP_SLAPD_F (void) slap_graduate_commit_csn LDAP_P(( Operation * ));
545 LDAP_SLAPD_F (Entry *) slap_create_context_csn_entry LDAP_P(( Backend *, struct berval *));
546 LDAP_SLAPD_F (int) slap_get_csn LDAP_P(( Operation *, char *, int, struct berval *, int ));
547 LDAP_SLAPD_F (void) slap_queue_csn LDAP_P(( Operation *, struct berval * ));
548
549 /*
550  * daemon.c
551  */
552 LDAP_SLAPD_F (void) slapd_add_internal(ber_socket_t s, int isactive);
553 LDAP_SLAPD_F (int) slapd_daemon_init( const char *urls );
554 LDAP_SLAPD_F (int) slapd_daemon_destroy(void);
555 LDAP_SLAPD_F (int) slapd_daemon(void);
556 LDAP_SLAPD_F (Listener **)      slapd_get_listeners LDAP_P((void));
557 LDAP_SLAPD_F (void) slapd_remove LDAP_P((ber_socket_t s, int wasactive, int wake));
558
559 LDAP_SLAPD_F (RETSIGTYPE) slap_sig_shutdown LDAP_P((int sig));
560 LDAP_SLAPD_F (RETSIGTYPE) slap_sig_wake LDAP_P((int sig));
561 LDAP_SLAPD_F (void) slap_wake_listener LDAP_P((void));
562
563 LDAP_SLAPD_F (void) slapd_set_write LDAP_P((ber_socket_t s, int wake));
564 LDAP_SLAPD_F (void) slapd_clr_write LDAP_P((ber_socket_t s, int wake));
565 LDAP_SLAPD_F (void) slapd_set_read LDAP_P((ber_socket_t s, int wake));
566 LDAP_SLAPD_F (void) slapd_clr_read LDAP_P((ber_socket_t s, int wake));
567
568 LDAP_SLAPD_V (volatile sig_atomic_t) slapd_abrupt_shutdown;
569 LDAP_SLAPD_V (volatile sig_atomic_t) slapd_shutdown;
570 LDAP_SLAPD_V (int) slapd_register_slp;
571 LDAP_SLAPD_V (slap_ssf_t) local_ssf;
572 LDAP_SLAPD_V (struct runqueue_s) slapd_rq;
573
574 /*
575  * dn.c
576  */
577
578 #define dn_match(dn1, dn2)      ( ber_bvcmp((dn1), (dn2)) == 0 )
579 #define bvmatch(bv1, bv2)       ( ((bv1)->bv_len == (bv2)->bv_len) && (memcmp((bv1)->bv_val, (bv2)->bv_val, (bv1)->bv_len) == 0) )
580
581 LDAP_SLAPD_F (int) dnValidate LDAP_P((
582         Syntax *syntax, 
583         struct berval *val ));
584 LDAP_SLAPD_F (int) rdnValidate LDAP_P((
585         Syntax *syntax, 
586         struct berval *val ));
587
588 LDAP_SLAPD_F (slap_mr_normalize_func) dnNormalize;
589
590 LDAP_SLAPD_F (slap_mr_normalize_func) rdnNormalize;
591
592 LDAP_SLAPD_F (slap_syntax_transform_func) dnPretty;
593
594 LDAP_SLAPD_F (slap_syntax_transform_func) rdnPretty;
595
596 LDAP_SLAPD_F (int) dnPrettyNormal LDAP_P(( 
597         Syntax *syntax, 
598         struct berval *val, 
599         struct berval *pretty,
600         struct berval *normal,
601         void *ctx ));
602
603 LDAP_SLAPD_F (int) dnMatch LDAP_P(( 
604         int *matchp, 
605         slap_mask_t flags, 
606         Syntax *syntax, 
607         MatchingRule *mr,
608         struct berval *value, 
609         void *assertedValue ));
610
611 LDAP_SLAPD_F (int) dnRelativeMatch LDAP_P(( 
612         int *matchp, 
613         slap_mask_t flags, 
614         Syntax *syntax, 
615         MatchingRule *mr,
616         struct berval *value, 
617         void *assertedValue ));
618
619 LDAP_SLAPD_F (int) rdnMatch LDAP_P(( 
620         int *matchp, 
621         slap_mask_t flags, 
622         Syntax *syntax, 
623         MatchingRule *mr,
624         struct berval *value, 
625         void *assertedValue ));
626
627
628 LDAP_SLAPD_F (int) dnIsSuffix LDAP_P((
629         const struct berval *dn, const struct berval *suffix ));
630
631 LDAP_SLAPD_F (int) dnIsOneLevelRDN LDAP_P(( struct berval *rdn ));
632
633 LDAP_SLAPD_F (int) dnExtractRdn LDAP_P((
634         struct berval *dn, struct berval *rdn, void *ctx ));
635
636 LDAP_SLAPD_F (int) rdn_validate LDAP_P(( struct berval * rdn ));
637
638 LDAP_SLAPD_F (int) dn_rdnlen LDAP_P(( Backend *be, struct berval *dn ));
639
640 LDAP_SLAPD_F (void) build_new_dn LDAP_P((
641         struct berval * new_dn,
642         struct berval * parent_dn,
643         struct berval * newrdn,
644         void *memctx ));
645
646 LDAP_SLAPD_F (void) dnParent LDAP_P(( struct berval *dn, struct berval *pdn ));
647 LDAP_SLAPD_F (void) dnRdn LDAP_P(( struct berval *dn, struct berval *rdn ));
648
649 LDAP_SLAPD_F (int) dnX509normalize LDAP_P(( void *x509_name, struct berval *out ));
650
651 LDAP_SLAPD_F (int) dnX509peerNormalize LDAP_P(( void *ssl, struct berval *dn ));
652
653 LDAP_SLAPD_F (int) dnPrettyNormalDN LDAP_P(( Syntax *syntax, struct berval *val, LDAPDN *dn, int flags, void *ctx ));
654 #define dnPrettyDN(syntax, val, dn, ctx) \
655         dnPrettyNormalDN((syntax),(val),(dn), SLAP_LDAPDN_PRETTY, ctx)
656 #define dnNormalDN(syntax, val, dn, ctx) \
657         dnPrettyNormalDN((syntax),(val),(dn), 0, ctx)
658
659 typedef int (SLAP_CERT_MAP_FN) LDAP_P(( void *ssl, struct berval *dn ));
660 LDAP_SLAPD_F (int) register_certificate_map_function LDAP_P(( SLAP_CERT_MAP_FN *fn ));
661
662 /*
663  * entry.c
664  */
665 LDAP_SLAPD_V (const Entry) slap_entry_root;
666
667 LDAP_SLAPD_F (int) entry_destroy LDAP_P((void));
668
669 LDAP_SLAPD_F (Entry *) str2entry LDAP_P(( char  *s ));
670 LDAP_SLAPD_F (Entry *) str2entry2 LDAP_P(( char *s, int checkvals ));
671 LDAP_SLAPD_F (char *) entry2str LDAP_P(( Entry *e, int *len ));
672
673 LDAP_SLAPD_F (void) entry_flatsize LDAP_P((
674         Entry *e, ber_len_t *siz, ber_len_t *len, int norm ));
675 #ifdef SLAP_ZONE_ALLOC
676 LDAP_SLAPD_F (int) entry_decode LDAP_P((
677                                                 struct berval *bv, Entry **e, void *ctx ));
678 #else
679 LDAP_SLAPD_F (int) entry_decode LDAP_P((
680                                                 struct berval *bv, Entry **e ));
681 #endif
682 LDAP_SLAPD_F (int) entry_encode LDAP_P(( Entry *e, struct berval *bv ));
683
684 LDAP_SLAPD_F (void) entry_clean LDAP_P(( Entry *e ));
685 LDAP_SLAPD_F (void) entry_free LDAP_P(( Entry *e ));
686 LDAP_SLAPD_F (int) entry_cmp LDAP_P(( Entry *a, Entry *b ));
687 LDAP_SLAPD_F (int) entry_dn_cmp LDAP_P(( const void *v_a, const void *v_b ));
688 LDAP_SLAPD_F (int) entry_id_cmp LDAP_P(( const void *v_a, const void *v_b ));
689 LDAP_SLAPD_F (Entry *) entry_dup LDAP_P(( Entry *e ));
690
691 /*
692  * extended.c
693  */
694 LDAP_SLAPD_F (int) exop_root_dse_info LDAP_P ((Entry *e));
695
696 #define exop_is_write( op )     ((op->ore_flags & SLAP_EXOP_WRITES) != 0)
697
698 LDAP_SLAPD_V( const struct berval ) slap_EXOP_CANCEL;
699 LDAP_SLAPD_V( const struct berval ) slap_EXOP_WHOAMI;
700 LDAP_SLAPD_V( const struct berval ) slap_EXOP_MODIFY_PASSWD;
701 LDAP_SLAPD_V( const struct berval ) slap_EXOP_START_TLS;
702
703 typedef int (SLAP_EXTOP_MAIN_FN) LDAP_P(( Operation *op, SlapReply *rs ));
704
705 typedef int (SLAP_EXTOP_GETOID_FN) LDAP_P((
706         int index, struct berval *oid, int blen ));
707
708 LDAP_SLAPD_F (int) load_extop LDAP_P((
709         struct berval *ext_oid,
710         slap_mask_t flags,
711         SLAP_EXTOP_MAIN_FN *ext_main ));
712
713 LDAP_SLAPD_F (int) extops_init LDAP_P(( void ));
714
715 LDAP_SLAPD_F (int) extops_kill LDAP_P(( void ));
716
717 LDAP_SLAPD_F (struct berval *) get_supported_extop LDAP_P((int index));
718
719 /*
720  * cancel.c
721  */
722 LDAP_SLAPD_F ( SLAP_EXTOP_MAIN_FN ) cancel_extop;
723
724 /*
725  * filter.c
726  */
727 LDAP_SLAPD_F (int) get_filter LDAP_P((
728         Operation *op,
729         BerElement *ber,
730         Filter **filt,
731         const char **text ));
732
733 LDAP_SLAPD_F (void) filter_free LDAP_P(( Filter *f ));
734 LDAP_SLAPD_F (void) filter_free_x LDAP_P(( Operation *op, Filter *f ));
735 LDAP_SLAPD_F (void) filter2bv LDAP_P(( Filter *f, struct berval *bv ));
736 LDAP_SLAPD_F (void) filter2bv_x LDAP_P(( Operation *op, Filter *f, struct berval *bv ));
737
738 LDAP_SLAPD_F (int) get_vrFilter LDAP_P(( Operation *op, BerElement *ber,
739         ValuesReturnFilter **f,
740         const char **text ));
741
742 LDAP_SLAPD_F (void) vrFilter_free LDAP_P(( Operation *op, ValuesReturnFilter *f ));
743 LDAP_SLAPD_F (void) vrFilter2bv LDAP_P(( Operation *op, ValuesReturnFilter *f, struct berval *fstr ));
744
745 LDAP_SLAPD_F (int) filter_has_subordinates LDAP_P(( Filter *filter ));
746 LDAP_SLAPD_F (int) filter_escape_value LDAP_P(( struct berval *in, 
747         struct berval *out ));
748
749 /*
750  * filterentry.c
751  */
752
753 LDAP_SLAPD_F (int) test_filter LDAP_P(( Operation *op, Entry *e, Filter *f ));
754
755 /*
756  * frontend.c
757  */
758 LDAP_SLAPD_F (int) frontend_init LDAP_P(( void ));
759
760 /*
761  * globals.c
762  */
763
764 LDAP_SLAPD_V( const struct berval ) slap_empty_bv;
765 LDAP_SLAPD_V( const struct berval ) slap_unknown_bv;
766 LDAP_SLAPD_V( const struct berval ) slap_true_bv;
767 LDAP_SLAPD_V( const struct berval ) slap_false_bv;
768 LDAP_SLAPD_V( struct slap_sync_cookie_s ) slap_sync_cookie;
769 LDAP_SLAPD_V( void * ) slap_tls_ctx;
770
771 /*
772  * index.c
773  */
774 LDAP_SLAPD_F (int) slap_str2index LDAP_P(( const char *str, slap_mask_t *idx ));
775 LDAP_SLAPD_F (void) slap_index2bvlen LDAP_P(( slap_mask_t idx, struct berval *bv ));
776 LDAP_SLAPD_F (void) slap_index2bv LDAP_P(( slap_mask_t idx, struct berval *bv ));
777
778 /*
779  * init.c
780  */
781 LDAP_SLAPD_F (int)      slap_init LDAP_P((int mode, const char* name));
782 LDAP_SLAPD_F (int)      slap_startup LDAP_P(( Backend *be ));
783 LDAP_SLAPD_F (int)      slap_shutdown LDAP_P(( Backend *be ));
784 LDAP_SLAPD_F (int)      slap_destroy LDAP_P((void));
785
786 LDAP_SLAPD_V (char *)   slap_known_controls[];
787
788 /*
789  * kerberos.c
790  */
791 #ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
792 LDAP_SLAPD_V (char *)   ldap_srvtab;
793 LDAP_SLAPD_V (int)      krbv4_ldap_auth();
794 #endif
795
796 /*
797  * ldapsync.c
798  */
799 LDAP_SLAPD_F (void) slap_compose_sync_cookie LDAP_P((
800                                 Operation *, struct berval *, struct berval *, int ));
801 LDAP_SLAPD_F (void) slap_sync_cookie_free LDAP_P((
802                                 struct sync_cookie *, int free_cookie ));
803 LDAP_SLAPD_F (int) slap_parse_sync_cookie LDAP_P((
804                                 struct sync_cookie * ));
805 LDAP_SLAPD_F (int) slap_init_sync_cookie_ctxcsn LDAP_P((
806                                 struct sync_cookie * ));
807 LDAP_SLAPD_F (struct sync_cookie *) slap_dup_sync_cookie LDAP_P((
808                                 struct sync_cookie *, struct sync_cookie * ));
809 LDAP_SLAPD_F (int) slap_build_syncUUID_set LDAP_P((
810                                 Operation *, BerVarray *, Entry * ));
811
812 /*
813  * limits.c
814  */
815 LDAP_SLAPD_F (int) limits_get LDAP_P((
816         Operation *op, struct berval *ndn,
817         struct slap_limits_set **limit ));
818 LDAP_SLAPD_F (int) limits_parse LDAP_P((
819         Backend *be, const char *fname, int lineno,
820         int argc, char **argv ));
821 LDAP_SLAPD_F (int) limits_parse_one LDAP_P(( const char *arg, 
822         struct slap_limits_set *limit ));
823 LDAP_SLAPD_F (int) limits_check LDAP_P((
824         Operation *op, SlapReply *rs ));
825 LDAP_SLAPD_F (void) limits_unparse_one LDAP_P(( 
826         struct slap_limits_set *limit, int which, struct berval *bv ));
827 LDAP_SLAPD_F (void) limits_unparse LDAP_P(( 
828         struct slap_limits *limit, struct berval *bv ));
829
830 /*
831  * lock.c
832  */
833 LDAP_SLAPD_F (FILE *) lock_fopen LDAP_P(( const char *fname,
834         const char *type, FILE **lfp ));
835 LDAP_SLAPD_F (int) lock_fclose LDAP_P(( FILE *fp, FILE *lfp ));
836
837 /*
838  * matchedValues.c
839  */
840 LDAP_SLAPD_F (int) filter_matched_values( 
841         Operation       *op,
842         Attribute       *a,
843         char            ***e_flags );
844
845 /*
846  * modrdn.c
847  */
848 LDAP_SLAPD_F (int) slap_modrdn2mods(
849         Operation       *op,
850         SlapReply       *rs,
851         Entry           *e,
852         LDAPRDN         oldrdn,
853         LDAPRDN         newrdn,
854         Modifications   **pmod );
855
856 /*
857  * modify.c
858  */
859 LDAP_SLAPD_F( int ) slap_mods_no_update_check(
860         Modifications *ml,
861         const char **text,
862         char *textbuf, size_t textlen );
863
864 LDAP_SLAPD_F( int ) slap_mods_check(
865         Modifications *ml,
866         const char **text,
867         char *textbuf, size_t textlen, void *ctx );
868
869 LDAP_SLAPD_F( int ) slap_mods_opattrs(
870         Operation *op,
871         Modifications *mods,
872         Modifications **modlist,
873         const char **text,
874         char *textbuf, size_t textlen,
875         int manage_ctxcsn );
876
877 /*
878  * mods.c
879  */
880 LDAP_SLAPD_F( int ) modify_add_values( Entry *e,
881         Modification *mod,
882         int permissive,
883         const char **text, char *textbuf, size_t textlen );
884 LDAP_SLAPD_F( int ) modify_delete_values( Entry *e,
885         Modification *mod,
886         int permissive,
887         const char **text, char *textbuf, size_t textlen );
888 LDAP_SLAPD_F( int ) modify_replace_values( Entry *e,
889         Modification *mod,
890         int permissive,
891         const char **text, char *textbuf, size_t textlen );
892 LDAP_SLAPD_F( int ) modify_increment_values( Entry *e,
893         Modification *mod,
894         int permissive,
895         const char **text, char *textbuf, size_t textlen );
896
897 LDAP_SLAPD_F( void ) slap_mod_free( Modification *mod, int freeit );
898 LDAP_SLAPD_F( void ) slap_mods_free( Modifications *mods );
899 LDAP_SLAPD_F( void ) slap_modlist_free( LDAPModList *ml );
900
901 /*
902  * module.c
903  */
904 #ifdef SLAPD_MODULES
905
906 LDAP_SLAPD_F (int) module_init LDAP_P(( void ));
907 LDAP_SLAPD_F (int) module_kill LDAP_P(( void ));
908
909 LDAP_SLAPD_F (int) load_null_module(
910         const void *module, const char *file_name);
911 LDAP_SLAPD_F (int) load_extop_module(
912         const void *module, const char *file_name);
913
914 LDAP_SLAPD_F (int) module_load LDAP_P((
915         const char* file_name,
916         int argc, char *argv[] ));
917 LDAP_SLAPD_F (int) module_path LDAP_P(( const char* path ));
918
919 LDAP_SLAPD_F (void) *module_resolve LDAP_P((
920         const void *module, const char *name));
921
922 #endif /* SLAPD_MODULES */
923
924 /* mr.c */
925 LDAP_SLAPD_F (MatchingRule *) mr_bvfind LDAP_P((struct berval *mrname));
926 LDAP_SLAPD_F (MatchingRule *) mr_find LDAP_P((const char *mrname));
927 LDAP_SLAPD_F (int) mr_add LDAP_P(( LDAPMatchingRule *mr,
928         slap_mrule_defs_rec *def,
929         MatchingRule * associated,
930         const char **err ));
931 LDAP_SLAPD_F (void) mr_destroy LDAP_P(( void ));
932
933 LDAP_SLAPD_F (int) register_matching_rule LDAP_P((
934         slap_mrule_defs_rec *def ));
935
936 LDAP_SLAPD_F (void) mru_destroy LDAP_P(( void ));
937 LDAP_SLAPD_F (int) matching_rule_use_init LDAP_P(( void ));
938
939 LDAP_SLAPD_F (int) mr_schema_info( Entry *e );
940 LDAP_SLAPD_F (int) mru_schema_info( Entry *e );
941
942 LDAP_SLAPD_F (int) mr_usable_with_at( MatchingRule *mr,
943         AttributeType *at );
944
945 /*
946  * mra.c
947  */
948 LDAP_SLAPD_F (int) get_mra LDAP_P((
949         Operation *op,
950         BerElement *ber,
951         MatchingRuleAssertion **mra,
952         const char **text ));
953 LDAP_SLAPD_F (void) mra_free LDAP_P((
954         Operation *op,
955         MatchingRuleAssertion *mra,
956         int freeit ));
957
958 /* oc.c */
959 LDAP_SLAPD_F (int) oc_add LDAP_P((
960         LDAPObjectClass *oc,
961         int user,
962         ObjectClass **soc,
963         const char **err));
964 LDAP_SLAPD_F (void) oc_destroy LDAP_P(( void ));
965
966 LDAP_SLAPD_F (ObjectClass *) oc_find LDAP_P((
967         const char *ocname));
968 LDAP_SLAPD_F (ObjectClass *) oc_bvfind LDAP_P((
969         struct berval *ocname));
970 LDAP_SLAPD_F (ObjectClass *) oc_bvfind_undef LDAP_P((
971         struct berval *ocname));
972 LDAP_SLAPD_F (int) is_object_subclass LDAP_P((
973         ObjectClass *sup,
974         ObjectClass *sub ));
975
976 LDAP_SLAPD_F (int) is_entry_objectclass LDAP_P((
977         Entry *, ObjectClass *oc, int set_flags ));
978 #define is_entry_alias(e)               \
979         (((e)->e_ocflags & SLAP_OC__END) \
980          ? (((e)->e_ocflags & SLAP_OC_ALIAS) != 0) \
981          : is_entry_objectclass((e), slap_schema.si_oc_alias, 1))
982 #define is_entry_referral(e)    \
983         (((e)->e_ocflags & SLAP_OC__END) \
984          ? (((e)->e_ocflags & SLAP_OC_REFERRAL) != 0) \
985          : is_entry_objectclass((e), slap_schema.si_oc_referral, 1))
986 #define is_entry_subentry(e)    \
987         (((e)->e_ocflags & SLAP_OC__END) \
988          ? (((e)->e_ocflags & SLAP_OC_SUBENTRY) != 0) \
989          : is_entry_objectclass((e), slap_schema.si_oc_subentry, 1))
990 #define is_entry_collectiveAttributeSubentry(e) \
991         (((e)->e_ocflags & SLAP_OC__END) \
992          ? (((e)->e_ocflags & SLAP_OC_COLLECTIVEATTRIBUTESUBENTRY) != 0) \
993          : is_entry_objectclass((e), slap_schema.si_oc_collectiveAttributeSubentry, 1))
994 #define is_entry_dynamicObject(e)       \
995         (((e)->e_ocflags & SLAP_OC__END) \
996          ? (((e)->e_ocflags & SLAP_OC_DYNAMICOBJECT) != 0) \
997          : is_entry_objectclass((e), slap_schema.si_oc_dynamicObject, 1))
998 #define is_entry_glue(e)        \
999         (((e)->e_ocflags & SLAP_OC__END) \
1000          ? (((e)->e_ocflags & SLAP_OC_GLUE) != 0) \
1001          : is_entry_objectclass((e), slap_schema.si_oc_glue, 1))
1002 #define is_entry_syncProviderSubentry(e)        \
1003         (((e)->e_ocflags & SLAP_OC__END) \
1004          ? (((e)->e_ocflags & SLAP_OC_SYNCPROVIDERSUBENTRY) != 0) \
1005          : is_entry_objectclass((e), slap_schema.si_oc_syncProviderSubentry, 1))
1006 #define is_entry_syncConsumerSubentry(e)        \
1007         (((e)->e_ocflags & SLAP_OC__END) \
1008          ? (((e)->e_ocflags & SLAP_OC_SYNCCONSUMERSUBENTRY) != 0) \
1009          : is_entry_objectclass((e), slap_schema.si_oc_syncConsumerSubentry, 1))
1010
1011 LDAP_SLAPD_F (int) oc_schema_info( Entry *e );
1012 LDAP_SLAPD_F (void) oc_unparse LDAP_P((
1013         BerVarray *bva, ObjectClass *start, ObjectClass *end, int system ));
1014
1015 /*
1016  * oidm.c
1017  */
1018 LDAP_SLAPD_F(char *) oidm_find(char *oid);
1019 LDAP_SLAPD_F (void) oidm_destroy LDAP_P(( void ));
1020 LDAP_SLAPD_F (void) oidm_unparse LDAP_P((
1021         BerVarray *bva, OidMacro *start, OidMacro *end, int system ));
1022 LDAP_SLAPD_F (int) parse_oidm LDAP_P((
1023         const char *fname, int lineno, int argc, char **argv, int user,
1024         OidMacro **om ));
1025
1026 /*
1027  * operation.c
1028  */
1029 LDAP_SLAPD_F (void) slap_op_init LDAP_P(( void ));
1030 LDAP_SLAPD_F (void) slap_op_destroy LDAP_P(( void ));
1031 LDAP_SLAPD_F (void) slap_op_free LDAP_P(( Operation *op ));
1032 LDAP_SLAPD_F (Operation *) slap_op_alloc LDAP_P((
1033         BerElement *ber, ber_int_t msgid,
1034         ber_tag_t tag, ber_int_t id ));
1035
1036 LDAP_SLAPD_F (int) slap_op_add LDAP_P(( Operation **olist, Operation *op ));
1037 LDAP_SLAPD_F (int) slap_op_remove LDAP_P(( Operation **olist, Operation *op ));
1038 LDAP_SLAPD_F (Operation *) slap_op_pop LDAP_P(( Operation **olist ));
1039
1040 /*
1041  * operational.c
1042  */
1043 LDAP_SLAPD_F (Attribute *) slap_operational_subschemaSubentry( Backend *be );
1044 LDAP_SLAPD_F (Attribute *) slap_operational_entryDN( Entry *e );
1045 LDAP_SLAPD_F (Attribute *) slap_operational_hasSubordinate( int has );
1046
1047 /*
1048  * overlays.c
1049  */
1050 LDAP_SLAPD_F (int) overlay_init( void );
1051
1052 /*
1053  * passwd.c
1054  */
1055 LDAP_SLAPD_F (SLAP_EXTOP_MAIN_FN) passwd_extop;
1056
1057 LDAP_SLAPD_F (int) slap_passwd_check(
1058         Operation               *op,
1059         Entry                   *e,
1060         Attribute               *a,
1061         struct berval           *cred,
1062         const char              **text );
1063
1064 LDAP_SLAPD_F (void) slap_passwd_generate( struct berval * );
1065
1066 LDAP_SLAPD_F (void) slap_passwd_hash(
1067         struct berval           *cred,
1068         struct berval           *hash,
1069         const char              **text );
1070
1071 LDAP_SLAPD_F (void) slap_passwd_hash_type(
1072         struct berval           *cred,
1073         struct berval           *hash,
1074         char                    *htype,
1075         const char              **text );
1076
1077 LDAP_SLAPD_F (struct berval *) slap_passwd_return(
1078         struct berval           *cred );
1079
1080 LDAP_SLAPD_F (int) slap_passwd_parse(
1081         struct berval           *reqdata,
1082         struct berval           *id,
1083         struct berval           *oldpass,
1084         struct berval           *newpass,
1085         const char              **text );
1086
1087 LDAP_SLAPD_F (void) slap_passwd_init (void);
1088
1089 /*
1090  * phonetic.c
1091  */
1092 LDAP_SLAPD_F (char *) phonetic LDAP_P(( char *s ));
1093
1094 /*
1095  * referral.c
1096  */
1097 LDAP_SLAPD_F (int) validate_global_referral LDAP_P((
1098         const char *url ));
1099
1100 LDAP_SLAPD_F (BerVarray) get_entry_referrals LDAP_P((
1101         Operation *op, Entry *e ));
1102
1103 LDAP_SLAPD_F (BerVarray) referral_rewrite LDAP_P((
1104         BerVarray refs,
1105         struct berval *base,
1106         struct berval *target,
1107         int scope ));
1108
1109 LDAP_SLAPD_F (int) get_alias_dn LDAP_P((
1110         Entry *e,
1111         struct berval *ndn,
1112         int *err,
1113         const char **text ));
1114
1115 /*
1116  * repl.c
1117  */
1118 LDAP_SLAPD_F (int) add_replica_info LDAP_P(( Backend *be,
1119         const char *uri, const char *host ));
1120 LDAP_SLAPD_F (int) add_replica_suffix LDAP_P(( Backend *be,
1121         int nr, const char *suffix ));
1122 LDAP_SLAPD_F (int) add_replica_attrs LDAP_P(( Backend *be,
1123         int nr, char *attrs, int exclude ));
1124 LDAP_SLAPD_F (void) replog LDAP_P(( Operation *op ));
1125
1126 /*
1127  * result.c
1128  */
1129 LDAP_SLAPD_F (void) slap_send_ldap_result LDAP_P(( Operation *op, SlapReply *rs ));
1130 LDAP_SLAPD_F (void) send_ldap_sasl LDAP_P(( Operation *op, SlapReply *rs ));
1131 LDAP_SLAPD_F (void) send_ldap_disconnect LDAP_P(( Operation *op, SlapReply *rs ));
1132 LDAP_SLAPD_F (void) slap_send_ldap_extended LDAP_P(( Operation *op, SlapReply *rs ));
1133 LDAP_SLAPD_F (void) slap_send_ldap_intermediate LDAP_P(( Operation *op, SlapReply *rs ));
1134 LDAP_SLAPD_F (void) slap_send_search_result LDAP_P(( Operation *op, SlapReply *rs ));
1135 LDAP_SLAPD_F (int) slap_send_search_reference LDAP_P(( Operation *op, SlapReply *rs ));
1136 LDAP_SLAPD_F (int) slap_send_search_entry LDAP_P(( Operation *op, SlapReply *rs ));
1137 LDAP_SLAPD_F (int) slap_null_cb LDAP_P(( Operation *op, SlapReply *rs ));
1138 LDAP_SLAPD_F (int) slap_freeself_cb LDAP_P(( Operation *op, SlapReply *rs ));
1139 LDAP_SLAPD_F (int) slap_replog_cb LDAP_P(( Operation *op, SlapReply *rs ));
1140
1141 LDAP_SLAPD_V( const struct berval ) slap_pre_read_bv;
1142 LDAP_SLAPD_V( const struct berval ) slap_post_read_bv;
1143 LDAP_SLAPD_F (int) slap_read_controls LDAP_P(( Operation *op, SlapReply *rs,
1144         Entry *e, const struct berval *oid, LDAPControl **ctrl ));
1145
1146 LDAP_SLAPD_F (int) str2result LDAP_P(( char *s,
1147         int *code, char **matched, char **info ));
1148 LDAP_SLAPD_F (int) slap_map_api2result LDAP_P(( SlapReply *rs ));
1149 LDAP_SLAPD_F (slap_mask_t) slap_attr_flags LDAP_P(( AttributeName *an ));
1150
1151 LDAP_SLAPD_V( const struct berval ) slap_dummy_bv;
1152
1153 /*
1154  * root_dse.c
1155  */
1156 LDAP_SLAPD_F (int) root_dse_info LDAP_P((
1157         Connection *conn,
1158         Entry **e,
1159         const char **text ));
1160
1161 LDAP_SLAPD_F (int) read_root_dse_file LDAP_P((
1162         const char *file));
1163
1164 /*
1165  * sasl.c
1166  */
1167 LDAP_SLAPD_F (int) slap_sasl_init(void);
1168 LDAP_SLAPD_F (char *) slap_sasl_secprops( const char * );
1169 LDAP_SLAPD_F (void) slap_sasl_secprops_unparse( struct berval * );
1170 LDAP_SLAPD_F (int) slap_sasl_destroy(void);
1171
1172 LDAP_SLAPD_F (int) slap_sasl_open( Connection *c, int reopen );
1173 LDAP_SLAPD_F (char **) slap_sasl_mechs( Connection *c );
1174
1175 LDAP_SLAPD_F (int) slap_sasl_external( Connection *c,
1176         slap_ssf_t ssf, /* relative strength of external security */
1177         struct berval *authid );        /* asserted authenication id */
1178
1179 LDAP_SLAPD_F (int) slap_sasl_reset( Connection *c );
1180 LDAP_SLAPD_F (int) slap_sasl_close( Connection *c );
1181
1182 LDAP_SLAPD_F (int) slap_sasl_bind LDAP_P(( Operation *op, SlapReply *rs ));
1183
1184 LDAP_SLAPD_F (int) slap_sasl_setpass(
1185         Operation       *op,
1186         SlapReply       *rs );
1187
1188 LDAP_SLAPD_F (int) slap_sasl_getdn( Connection *conn, Operation *op,
1189         struct berval *id, char *user_realm, struct berval *dn, int flags );
1190
1191 /*
1192  * saslauthz.c
1193  */
1194 LDAP_SLAPD_F (int) slap_parse_user LDAP_P((
1195         struct berval *id, struct berval *user,
1196         struct berval *realm, struct berval *mech ));
1197 LDAP_SLAPD_F (int) slap_sasl_matches LDAP_P((
1198         Operation *op, BerVarray rules,
1199         struct berval *assertDN, struct berval *authc ));
1200 LDAP_SLAPD_F (void) slap_sasl2dn LDAP_P((
1201         Operation *op,
1202         struct berval *saslname,
1203         struct berval *dn,
1204         int flags ));
1205 LDAP_SLAPD_F (int) slap_sasl_authorized LDAP_P((
1206         Operation *op,
1207         struct berval *authcid,
1208         struct berval *authzid ));
1209 LDAP_SLAPD_F (int) slap_sasl_regexp_config LDAP_P((
1210         const char *match, const char *replace ));
1211 LDAP_SLAPD_F (void) slap_sasl_regexp_unparse LDAP_P(( BerVarray *bva ));
1212 LDAP_SLAPD_F (int) slap_sasl_setpolicy LDAP_P(( const char * ));
1213 LDAP_SLAPD_F (const char *) slap_sasl_getpolicy LDAP_P(( void ));
1214 #ifdef SLAP_AUTH_REWRITE
1215 LDAP_SLAPD_F (int) slap_sasl_rewrite_config LDAP_P(( 
1216         const char *fname,
1217         int lineno,
1218         int argc, 
1219         char **argv ));
1220 #endif /* SLAP_AUTH_REWRITE */
1221
1222 /*
1223  * schema.c
1224  */
1225 LDAP_SLAPD_F (int) schema_info LDAP_P(( Entry **entry, const char **text ));
1226
1227 /*
1228  * schema_check.c
1229  */
1230 LDAP_SLAPD_F( int ) oc_check_allowed(
1231         AttributeType *type,
1232         BerVarray oclist,
1233         ObjectClass *sc );
1234
1235 LDAP_SLAPD_F( int ) structural_class(
1236         BerVarray ocs,
1237         struct berval *scbv,
1238         ObjectClass **sc,
1239         const char **text,
1240         char *textbuf, size_t textlen );
1241
1242 LDAP_SLAPD_F( int ) entry_schema_check(
1243         Backend *be, Entry *e, Attribute *attrs,
1244         const char** text,
1245         char *textbuf, size_t textlen );
1246
1247 LDAP_SLAPD_F( int ) mods_structural_class(
1248         Modifications *mods,
1249         struct berval *oc,
1250         const char** text,
1251         char *textbuf, size_t textlen );
1252
1253 /*
1254  * schema_init.c
1255  */
1256 LDAP_SLAPD_V( int ) schema_init_done;
1257 LDAP_SLAPD_F (int) slap_schema_init LDAP_P((void));
1258 LDAP_SLAPD_F (void) schema_destroy LDAP_P(( void ));
1259
1260 LDAP_SLAPD_F( slap_mr_indexer_func ) octetStringIndexer;
1261 LDAP_SLAPD_F( slap_mr_filter_func ) octetStringFilter;
1262
1263
1264 /*
1265  * schema_prep.c
1266  */
1267 LDAP_SLAPD_V( struct slap_internal_schema ) slap_schema;
1268 LDAP_SLAPD_F (int) slap_schema_load LDAP_P((void));
1269 LDAP_SLAPD_F (int) slap_schema_check LDAP_P((void));
1270
1271 /*
1272  * schemaparse.c
1273  */
1274 LDAP_SLAPD_F( int ) slap_valid_descr( const char * );
1275
1276 LDAP_SLAPD_F (int) parse_cr LDAP_P((
1277         const char *fname, int lineno, char *line, char **argv,
1278         ContentRule **scr ));
1279 LDAP_SLAPD_F (int) parse_oc LDAP_P((
1280         const char *fname, int lineno, char *line, char **argv,
1281         ObjectClass **soc ));
1282 LDAP_SLAPD_F (int) parse_at LDAP_P((
1283         const char *fname, int lineno, char *line, char **argv,
1284         AttributeType **sat ));
1285 LDAP_SLAPD_F (char *) scherr2str LDAP_P((int code)) LDAP_GCCATTR((const));
1286 LDAP_SLAPD_F (int) dscompare LDAP_P(( const char *s1, const char *s2del,
1287         char delim ));
1288
1289 /*
1290  * sessionlog.c
1291  */
1292 LDAP_SLAPD_F (int) slap_send_session_log LDAP_P((
1293                                         Operation *, Operation *, SlapReply *));
1294 LDAP_SLAPD_F (int) slap_add_session_log LDAP_P((
1295                                         Operation *, Operation *, Entry * ));
1296
1297 /*
1298  * sl_malloc.c
1299  */
1300 LDAP_SLAPD_F (void *) slap_sl_malloc LDAP_P((
1301         ber_len_t size, void *ctx ));
1302 LDAP_SLAPD_F (void *) slap_sl_realloc LDAP_P((
1303         void *block, ber_len_t size, void *ctx ));
1304 LDAP_SLAPD_F (void *) slap_sl_calloc LDAP_P((
1305         ber_len_t nelem, ber_len_t size, void *ctx ));
1306 LDAP_SLAPD_F (void) slap_sl_free LDAP_P((
1307         void *, void *ctx ));
1308
1309 LDAP_SLAPD_V (BerMemoryFunctions) slap_sl_mfuncs;
1310
1311 LDAP_SLAPD_F (void) slap_sl_mem_init LDAP_P(( void ));
1312 LDAP_SLAPD_F (void *) slap_sl_mem_create LDAP_P((
1313                                                 ber_len_t size, int stack, void *ctx ));
1314 LDAP_SLAPD_F (void) slap_sl_mem_detach LDAP_P(( void *ctx, void *memctx ));
1315 LDAP_SLAPD_F (void) slap_sl_mem_destroy LDAP_P(( void *key, void *data ));
1316 LDAP_SLAPD_F (void *) slap_sl_context LDAP_P(( void *ptr ));
1317
1318 /*
1319  * starttls.c
1320  */
1321 LDAP_SLAPD_F (SLAP_EXTOP_MAIN_FN) starttls_extop;
1322
1323 /*
1324  * str2filter.c
1325  */
1326 LDAP_SLAPD_F (Filter *) str2filter LDAP_P(( const char *str ));
1327 LDAP_SLAPD_F (Filter *) str2filter_x LDAP_P(( Operation *op, const char *str ));
1328
1329 /*
1330  * syncrepl.c
1331  */
1332
1333 LDAP_SLAPD_F (void) init_syncrepl LDAP_P((syncinfo_t *));
1334 LDAP_SLAPD_F (void*) do_syncrepl LDAP_P((void *, void *));
1335 LDAP_SLAPD_F (int) syncrepl_message_to_entry LDAP_P((
1336                                         syncinfo_t *, Operation *, LDAPMessage *,
1337                                         Modifications **, Entry **, int ));
1338 LDAP_SLAPD_F (int) syncrepl_entry LDAP_P((
1339                                         syncinfo_t *, Operation*, Entry*,
1340                                         Modifications**,int, struct berval*,
1341                                         struct sync_cookie *,
1342                                         struct berval * ));
1343 LDAP_SLAPD_F (void) syncrepl_updateCookie LDAP_P((
1344                                         syncinfo_t *, Operation *, struct berval *,
1345                                         struct sync_cookie * ));
1346 LDAP_SLAPD_F (void)  syncrepl_add_glue LDAP_P(( 
1347                                         Operation*, Entry* ));
1348 LDAP_SLAPD_F (Entry*) slap_create_syncrepl_entry LDAP_P((
1349                                         Backend *, struct berval *,
1350                                         struct berval *, struct berval * ));
1351 LDAP_SLAPD_F (struct berval *) slap_uuidstr_from_normalized LDAP_P((
1352                                         struct berval *, struct berval *, void * ));
1353 LDAP_SLAPD_F (void) syncinfo_free LDAP_P(( syncinfo_t * ));
1354
1355 /* syntax.c */
1356 LDAP_SLAPD_F (Syntax *) syn_find LDAP_P((
1357         const char *synname ));
1358 LDAP_SLAPD_F (Syntax *) syn_find_desc LDAP_P((
1359         const char *syndesc, int *slen ));
1360 LDAP_SLAPD_F (int) syn_add LDAP_P((
1361         LDAPSyntax *syn,
1362         slap_syntax_defs_rec *def,
1363         const char **err ));
1364 LDAP_SLAPD_F (void) syn_destroy LDAP_P(( void ));
1365
1366 LDAP_SLAPD_F (int) register_syntax LDAP_P((
1367         slap_syntax_defs_rec *def ));
1368
1369 LDAP_SLAPD_F (int) syn_schema_info( Entry *e );
1370
1371 /*
1372  * user.c
1373  */
1374 #if defined(HAVE_PWD_H) && defined(HAVE_GRP_H)
1375 LDAP_SLAPD_F (void) slap_init_user LDAP_P(( char *username, char *groupname ));
1376 #endif
1377
1378 /*
1379  * value.c
1380  */
1381 LDAP_SLAPD_F (int) asserted_value_validate_normalize LDAP_P((
1382         AttributeDescription *ad,
1383         MatchingRule *mr,
1384         unsigned usage,
1385         struct berval *in,
1386         struct berval *out,
1387         const char ** text,
1388         void *ctx ));
1389
1390 LDAP_SLAPD_F (int) value_match LDAP_P((
1391         int *match,
1392         AttributeDescription *ad,
1393         MatchingRule *mr,
1394         unsigned flags,
1395         struct berval *v1,
1396         void *v2,
1397         const char ** text ));
1398 LDAP_SLAPD_F (int) value_find_ex LDAP_P((
1399         AttributeDescription *ad,
1400         unsigned flags,
1401         BerVarray values,
1402         struct berval *value,
1403         void *ctx ));
1404
1405 LDAP_SLAPD_F (int) value_add LDAP_P((
1406         BerVarray *vals,
1407         BerVarray addvals ));
1408 LDAP_SLAPD_F (int) value_add_one LDAP_P((
1409         BerVarray *vals,
1410         struct berval *addval ));
1411
1412 /* assumes (x) > (y) returns 1 if true, 0 otherwise */
1413 #define SLAP_PTRCMP(x, y) ((x) < (y) ? -1 : (x) > (y))
1414
1415 #ifdef SLAP_ZONE_ALLOC
1416 /*
1417  * zn_malloc.c
1418  */
1419 LDAP_SLAPD_F (void *) slap_zn_malloc LDAP_P((ber_len_t, void *));
1420 LDAP_SLAPD_F (void *) slap_zn_realloc LDAP_P((void *, ber_len_t, void *));
1421 LDAP_SLAPD_F (void *) slap_zn_calloc LDAP_P((ber_len_t, ber_len_t, void *));
1422 LDAP_SLAPD_F (void) slap_zn_free LDAP_P((void *, void *));
1423
1424 LDAP_SLAPD_F (void *) slap_zn_mem_create LDAP_P((
1425                                                         ber_len_t, ber_len_t, ber_len_t, ber_len_t));
1426 LDAP_SLAPD_F (void) slap_zn_mem_destroy LDAP_P((void *));
1427 LDAP_SLAPD_F (int) slap_zn_validate LDAP_P((void *, void *, int));
1428 LDAP_SLAPD_F (int) slap_zn_invalidate LDAP_P((void *, void *));
1429 LDAP_SLAPD_F (int) slap_zh_rlock LDAP_P((void*));
1430 LDAP_SLAPD_F (int) slap_zh_runlock LDAP_P((void*));
1431 LDAP_SLAPD_F (int) slap_zh_wlock LDAP_P((void*));
1432 LDAP_SLAPD_F (int) slap_zh_wunlock LDAP_P((void*));
1433 LDAP_SLAPD_F (int) slap_zn_rlock LDAP_P((void*, void*));
1434 LDAP_SLAPD_F (int) slap_zn_runlock LDAP_P((void*, void*));
1435 LDAP_SLAPD_F (int) slap_zn_wlock LDAP_P((void*, void*));
1436 LDAP_SLAPD_F (int) slap_zn_wunlock LDAP_P((void*, void*));
1437 #endif
1438
1439 /*
1440  * Other...
1441  */
1442 LDAP_SLAPD_V (unsigned int) index_substr_if_minlen;
1443 LDAP_SLAPD_V (unsigned int) index_substr_if_maxlen;
1444 LDAP_SLAPD_V (unsigned int) index_substr_any_len;
1445 LDAP_SLAPD_V (unsigned int) index_substr_any_step;
1446
1447 LDAP_SLAPD_V (ber_len_t) sockbuf_max_incoming;
1448 LDAP_SLAPD_V (ber_len_t) sockbuf_max_incoming_auth;
1449 LDAP_SLAPD_V (int)              slap_conn_max_pending;
1450 LDAP_SLAPD_V (int)              slap_conn_max_pending_auth;
1451
1452 LDAP_SLAPD_V (slap_mask_t)      global_allows;
1453 LDAP_SLAPD_V (slap_mask_t)      global_disallows;
1454
1455 LDAP_SLAPD_V (BerVarray)        default_referral;
1456 LDAP_SLAPD_V (const char)       Versionstr[];
1457
1458 LDAP_SLAPD_V (int)              global_gentlehup;
1459 LDAP_SLAPD_V (int)              global_idletimeout;
1460 LDAP_SLAPD_V (int)              global_schemacheck;
1461 LDAP_SLAPD_V (char *)   global_host;
1462 LDAP_SLAPD_V (char *)   global_realm;
1463 LDAP_SLAPD_V (char **)  default_passwd_hash;
1464 LDAP_SLAPD_V (int)              lber_debug;
1465 LDAP_SLAPD_V (int)              ldap_syslog;
1466 LDAP_SLAPD_V (struct berval)    default_search_base;
1467 LDAP_SLAPD_V (struct berval)    default_search_nbase;
1468
1469 LDAP_SLAPD_V (slap_counters_t)  slap_counters;
1470
1471 LDAP_SLAPD_V (char *)           slapd_pid_file;
1472 LDAP_SLAPD_V (char *)           slapd_args_file;
1473 LDAP_SLAPD_V (time_t)           starttime;
1474
1475 /* use time(3) -- no mutex */
1476 #define slap_get_time() time( NULL )
1477
1478 LDAP_SLAPD_V (ldap_pvt_thread_pool_t)   connection_pool;
1479 LDAP_SLAPD_V (int)                      connection_pool_max;
1480
1481 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  entry2str_mutex;
1482 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  replog_mutex;
1483
1484 #ifndef HAVE_GMTIME_R
1485 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  gmtime_mutex;
1486 #endif
1487
1488 LDAP_SLAPD_V (ber_socket_t)     dtblsize;
1489
1490 LDAP_SLAPD_V (int)              use_reverse_lookup;
1491
1492 LDAP_SLAPD_V (struct berval)    AllUser;
1493 LDAP_SLAPD_V (struct berval)    AllOper;
1494 LDAP_SLAPD_V (struct berval)    NoAttrs;
1495
1496 /*
1497  * operations
1498  */
1499 LDAP_SLAPD_F (int) do_abandon LDAP_P((Operation *op, SlapReply *rs));
1500 LDAP_SLAPD_F (int) do_add LDAP_P((Operation *op, SlapReply *rs));
1501 LDAP_SLAPD_F (int) do_bind LDAP_P((Operation *op, SlapReply *rs));
1502 LDAP_SLAPD_F (int) do_compare LDAP_P((Operation *op, SlapReply *rs));
1503 LDAP_SLAPD_F (int) do_delete LDAP_P((Operation *op, SlapReply *rs));
1504 LDAP_SLAPD_F (int) do_modify LDAP_P((Operation *op, SlapReply *rs));
1505 LDAP_SLAPD_F (int) do_modrdn LDAP_P((Operation *op, SlapReply *rs));
1506 LDAP_SLAPD_F (int) do_search LDAP_P((Operation *op, SlapReply *rs));
1507 LDAP_SLAPD_F (int) do_unbind LDAP_P((Operation *op, SlapReply *rs));
1508 LDAP_SLAPD_F (int) do_extended LDAP_P((Operation *op, SlapReply *rs));
1509
1510 /*
1511  * frontend operations
1512  */
1513 LDAP_SLAPD_F (int) fe_op_abandon LDAP_P((Operation *op, SlapReply *rs));
1514 LDAP_SLAPD_F (int) fe_op_add LDAP_P((Operation *op, SlapReply *rs));
1515 LDAP_SLAPD_F (int) fe_op_bind LDAP_P((Operation *op, SlapReply *rs));
1516 LDAP_SLAPD_F (int) fe_op_compare LDAP_P((Operation *op, SlapReply *rs));
1517 LDAP_SLAPD_F (int) fe_op_delete LDAP_P((Operation *op, SlapReply *rs));
1518 LDAP_SLAPD_F (int) fe_op_modify LDAP_P((Operation *op, SlapReply *rs));
1519 LDAP_SLAPD_F (int) fe_op_modrdn LDAP_P((Operation *op, SlapReply *rs));
1520 LDAP_SLAPD_F (int) fe_op_search LDAP_P((Operation *op, SlapReply *rs));
1521 #if 0
1522 LDAP_SLAPD_F (int) fe_op_unbind LDAP_P((Operation *op, SlapReply *rs));
1523 #endif
1524 LDAP_SLAPD_F (int) fe_extended LDAP_P((Operation *op, SlapReply *rs));
1525
1526 LDAP_END_DECL
1527
1528 #endif /* PROTO_SLAP_H */
1529