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