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