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