]> git.sur5r.net Git - openldap/blob - servers/slapd/proto-slap.h
Changed backglue configuration. Added noSubordinates arg to select_backend
[openldap] / servers / slapd / proto-slap.h
1 /* $OpenLDAP$ */
2 /*
3  * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
4  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
5  */
6 #ifndef _PROTO_SLAP
7 #define _PROTO_SLAP
8
9 #include <ldap_cdefs.h>
10
11 LDAP_BEGIN_DECL
12
13 LDAP_SLAPD_V( int ) schema_init_done;
14 LDAP_SLAPD_V( struct slap_internal_schema ) slap_schema;
15
16 LDAP_SLAPD_F( int ) slap_valid_descr( const char * );
17
18 LDAP_SLAPD_F (int) slap_str2ad LDAP_P((
19         const char *,
20         AttributeDescription **ad,
21         const char **text ));
22
23 LDAP_SLAPD_F (int) slap_bv2ad LDAP_P((
24         struct berval *bv,
25         AttributeDescription **ad,
26         const char **text ));
27
28 LDAP_SLAPD_F (AttributeDescription *) ad_dup LDAP_P((
29         AttributeDescription *desc ));
30
31 #define ad_cmp(l,r)     ( strcasecmp( \
32         (l)->ad_cname.bv_val, (r)->ad_cname.bv_val ))
33
34 LDAP_SLAPD_F (int) is_ad_subtype LDAP_P((
35         AttributeDescription *sub,
36         AttributeDescription *super ));
37
38 LDAP_SLAPD_F (int) ad_inlist LDAP_P((
39         AttributeDescription *desc,
40         char **attrs ));
41
42 LDAP_SLAPD_F (int) slap_str2undef_ad LDAP_P((
43         const char *,
44         AttributeDescription **ad,
45         const char **text ));
46
47 LDAP_SLAPD_F (int) slap_bv2undef_ad LDAP_P((
48         struct berval *bv,
49         AttributeDescription **ad,
50         const char **text ));
51
52 LDAP_SLAPD_F (AttributeDescription *) ad_find_lang LDAP_P((
53         AttributeType *type,
54         struct berval *lang ));
55
56 /*
57  * acl.c
58  */
59
60 LDAP_SLAPD_F (int) access_allowed LDAP_P((
61         Backend *be, Connection *conn, Operation *op,
62         Entry *e, AttributeDescription *desc, struct berval *val,
63         slap_access_t access ));
64 LDAP_SLAPD_F (int) acl_check_modlist LDAP_P((
65         Backend *be, Connection *conn, Operation *op,
66         Entry *e, Modifications *ml ));
67
68 LDAP_SLAPD_F (void) acl_append( AccessControl **l, AccessControl *a );
69
70 /*
71  * aclparse.c
72  */
73
74 LDAP_SLAPD_F (void) parse_acl LDAP_P(( Backend *be,
75         const char *fname, int lineno,
76         int argc, char **argv ));
77
78 LDAP_SLAPD_F (char *) access2str LDAP_P(( slap_access_t access ));
79 LDAP_SLAPD_F (slap_access_t) str2access LDAP_P(( const char *str ));
80
81 #define ACCESSMASK_MAXLEN       sizeof("unknown (+wrscan)")
82 LDAP_SLAPD_F (char *) accessmask2str LDAP_P(( slap_mask_t mask, char* ));
83 LDAP_SLAPD_F (slap_mask_t) str2accessmask LDAP_P(( const char *str ));
84
85 /*
86  * at.c
87  */
88
89 LDAP_SLAPD_F (void) at_config LDAP_P(( const char *fname, int lineno, int argc, char **argv ));
90 LDAP_SLAPD_F (AttributeType *) at_find LDAP_P(( const char *name ));
91 LDAP_SLAPD_F (int) at_find_in_list LDAP_P(( AttributeType *sat, AttributeType **list ));
92 LDAP_SLAPD_F (int) at_append_to_list LDAP_P(( AttributeType *sat, AttributeType ***listp ));
93 LDAP_SLAPD_F (int) at_delete_from_list LDAP_P(( int pos, AttributeType ***listp ));
94 LDAP_SLAPD_F (int) at_schema_info LDAP_P(( Entry *e ));
95 LDAP_SLAPD_F (int) at_add LDAP_P(( LDAPAttributeType *at, const char **err ));
96
97 LDAP_SLAPD_F (int) is_at_subtype LDAP_P((
98         AttributeType *sub,
99         AttributeType *super ));
100
101 LDAP_SLAPD_F (int) is_at_syntax LDAP_P((
102         AttributeType *at,
103         const char *oid ));
104
105 #       define at_canonical_name(at) ((at)->sat_cname)  
106
107
108 /*
109  * attr.c
110  */
111
112 LDAP_SLAPD_F (void) attr_free LDAP_P(( Attribute *a ));
113 LDAP_SLAPD_F (Attribute *) attr_dup LDAP_P(( Attribute *a ));
114
115 LDAP_SLAPD_F (int) attr_merge LDAP_P(( Entry *e,
116         AttributeDescription *desc,
117         struct berval **vals ));
118 LDAP_SLAPD_F (Attribute *) attrs_find LDAP_P(( Attribute *a, AttributeDescription *desc ));
119 LDAP_SLAPD_F (Attribute *) attr_find LDAP_P(( Attribute *a, AttributeDescription *desc ));
120 LDAP_SLAPD_F (int) attr_delete LDAP_P(( Attribute **attrs, AttributeDescription *desc ));
121
122 LDAP_SLAPD_F (void) attrs_free LDAP_P(( Attribute *a ));
123 LDAP_SLAPD_F (Attribute *) attrs_dup LDAP_P(( Attribute *a ));
124
125
126 /*
127  * ava.c
128  */
129 LDAP_SLAPD_F (int) get_ava LDAP_P((
130         BerElement *ber,
131         AttributeAssertion **ava,
132         unsigned usage,
133         const char **text ));
134 LDAP_SLAPD_F (void) ava_free LDAP_P((
135         AttributeAssertion *ava,
136         int freeit ));
137
138 /*
139  * backend.c
140  */
141
142 LDAP_SLAPD_F (int) backend_init LDAP_P((void));
143 LDAP_SLAPD_F (int) backend_add LDAP_P((BackendInfo *aBackendInfo));
144 LDAP_SLAPD_F (int) backend_num LDAP_P((Backend *be));
145 LDAP_SLAPD_F (int) backend_startup LDAP_P((Backend *be));
146 LDAP_SLAPD_F (int) backend_sync LDAP_P((Backend *be));
147 LDAP_SLAPD_F (int) backend_shutdown LDAP_P((Backend *be));
148 LDAP_SLAPD_F (int) backend_destroy LDAP_P((void));
149
150 LDAP_SLAPD_F (BackendInfo *) backend_info LDAP_P(( const char *type ));
151 LDAP_SLAPD_F (BackendDB *) backend_db_init LDAP_P(( const char *type ));
152
153 LDAP_SLAPD_F (BackendDB *) select_backend LDAP_P((
154         const char * dn,
155         int manageDSAit,
156         int noSubordinates ));
157
158 LDAP_SLAPD_F (int) be_issuffix LDAP_P(( Backend *be, const char *suffix ));
159 LDAP_SLAPD_F (int) be_isroot LDAP_P(( Backend *be, const char *ndn ));
160 LDAP_SLAPD_F (int) be_isroot_pw LDAP_P(( Backend *be,
161         Connection *conn, const char *ndn, struct berval *cred ));
162 LDAP_SLAPD_F (int) be_isupdate LDAP_P(( Backend *be, const char *ndn ));
163 LDAP_SLAPD_F (char *) be_root_dn LDAP_P(( Backend *be ));
164 LDAP_SLAPD_F (int) be_entry_release_rw LDAP_P((
165         BackendDB *be, Connection *c, Operation *o, Entry *e, int rw ));
166 #define be_entry_release_r( be, c, o, e ) be_entry_release_rw( be, c, o, e, 0 )
167 #define be_entry_release_w( be, c, o, e ) be_entry_release_rw( be, c, o, e, 1 )
168
169 LDAP_SLAPD_F (int) backend_unbind LDAP_P((Connection *conn, Operation *op));
170
171 LDAP_SLAPD_F( int )     backend_check_restrictions LDAP_P((
172         BackendDB *be,
173         Connection *conn,
174         Operation *op,
175         const void *opdata,
176         const char **text ));
177
178 LDAP_SLAPD_F( int )     backend_check_referrals LDAP_P((
179         BackendDB *be,
180         Connection *conn,
181         Operation *op,
182         const char *dn,
183         const char *ndn ));
184
185 LDAP_SLAPD_F (int) backend_connection_init LDAP_P((Connection *conn));
186 LDAP_SLAPD_F (int) backend_connection_destroy LDAP_P((Connection *conn));
187
188 LDAP_SLAPD_F (int) backend_group LDAP_P((BackendDB *be,
189         Connection *conn,
190         Operation *op,
191         Entry *target,
192         const char *gr_ndn,
193         const char *op_ndn,
194         ObjectClass *group_oc,
195         AttributeDescription *group_at
196 ));
197
198 LDAP_SLAPD_F (int) backend_attribute LDAP_P((BackendDB *be,
199         Connection *conn,
200         Operation *op,
201         Entry *target,
202         const char *e_ndn,
203         AttributeDescription *entry_at,
204         struct berval ***vals
205 ));
206
207 LDAP_SLAPD_F (Attribute *) backend_operational(
208         BackendDB *,
209         Connection *conn,
210         Operation *op,
211         Entry * );
212
213
214 /*
215  * backglue.c
216  */
217
218 LDAP_SLAPD_F (int) glue_back_initialize( BackendInfo *bi );
219
220
221 /*
222  * ch_malloc.c
223  */
224
225 #ifdef CSRIMALLOC
226 #define ch_malloc malloc
227 #define ch_realloc realloc
228 #define ch_calloc calloc
229 #define ch_strdup strdup
230 #define ch_free free
231
232 #else
233 LDAP_SLAPD_F (void *) ch_malloc LDAP_P(( ber_len_t size ));
234 LDAP_SLAPD_F (void *) ch_realloc LDAP_P(( void *block, ber_len_t size ));
235 LDAP_SLAPD_F (void *) ch_calloc LDAP_P(( ber_len_t nelem, ber_len_t size ));
236 LDAP_SLAPD_F (char *) ch_strdup LDAP_P(( const char *string ));
237 LDAP_SLAPD_F (void) ch_free LDAP_P(( void * ));
238
239 #ifndef CH_FREE
240 #undef free
241 #define free ch_free
242 #endif
243 #endif
244
245 /*
246  * charray.c
247  */
248
249 LDAP_SLAPD_F (void) charray_add LDAP_P(( char ***a, const char *s ));
250 LDAP_SLAPD_F (void) charray_add_n LDAP_P(( char ***a, const char *s, int l ));
251 LDAP_SLAPD_F (void) charray_merge LDAP_P(( char ***a, char **s ));
252 LDAP_SLAPD_F (void) charray_free LDAP_P(( char **array ));
253 LDAP_SLAPD_F (int) charray_inlist LDAP_P(( char **a, const char *s ));
254 LDAP_SLAPD_F (char **) charray_dup LDAP_P(( char **a ));
255 LDAP_SLAPD_F (char **) str2charray LDAP_P(( const char *str, const char *brkstr ));
256 LDAP_SLAPD_F (int) charray_strcmp LDAP_P(( const char **a1, const char **a2 ));
257 LDAP_SLAPD_F (int) charray_strcasecmp LDAP_P(( const char **a1, const char **a2 ));
258         
259
260 /*
261  * controls.c
262  */
263 LDAP_SLAPD_F (int) get_ctrls LDAP_P((
264         Connection *co,
265         Operation *op,
266         int senderrors ));
267
268 LDAP_SLAPD_F (int) get_manageDSAit LDAP_P(( Operation *op ));
269
270 /*
271  * config.c
272  */
273
274 LDAP_SLAPD_F (int) read_config LDAP_P(( const char *fname ));
275
276
277 /*
278  * index.c
279  */
280 LDAP_SLAPD_F (int) slap_index2prefix LDAP_P(( int indextype ));
281 LDAP_SLAPD_F (int) slap_str2index LDAP_P(( const char *str, slap_mask_t *idx ));
282
283 /*
284  * connection.c
285  */
286 LDAP_SLAPD_F (int) connections_init LDAP_P((void));
287 LDAP_SLAPD_F (int) connections_shutdown LDAP_P((void));
288 LDAP_SLAPD_F (int) connections_destroy LDAP_P((void));
289 LDAP_SLAPD_F (int) connections_timeout_idle LDAP_P((time_t));
290
291 LDAP_SLAPD_F (long) connection_init LDAP_P((
292         ber_socket_t s,
293         const char* url,
294         const char* dnsname,
295         const char* peername,
296         const char* sockname,
297         int use_tls,
298         slap_ssf_t ssf,
299         const char *id ));
300
301 LDAP_SLAPD_F (void) connection_closing LDAP_P(( Connection *c ));
302 LDAP_SLAPD_F (int) connection_state_closing LDAP_P(( Connection *c ));
303 LDAP_SLAPD_F (const char *) connection_state2str LDAP_P(( int state )) LDAP_GCCATTR((const));
304
305 LDAP_SLAPD_F (int) connection_write LDAP_P((ber_socket_t s));
306 LDAP_SLAPD_F (int) connection_read LDAP_P((ber_socket_t s));
307
308 LDAP_SLAPD_F (unsigned long) connections_nextid(void);
309
310 LDAP_SLAPD_F (Connection *) connection_first LDAP_P((ber_socket_t *));
311 LDAP_SLAPD_F (Connection *) connection_next LDAP_P((Connection *, ber_socket_t *));
312 LDAP_SLAPD_F (void) connection_done LDAP_P((Connection *));
313
314 LDAP_SLAPD_F (void) connection2anonymous LDAP_P((Connection *));
315
316 LDAP_SLAPD_F (int) connection_internal_open(
317         Connection **conn, LDAP **ldp, const char *id );
318 LDAP_SLAPD_F (void) connection_internal_close( Connection *conn );
319
320 /*
321  * dn.c
322  */
323
324 LDAP_SLAPD_F (char *) dn_pretty LDAP_P(( const char *dn ));
325 LDAP_SLAPD_F (char *) dn_validate LDAP_P(( char *dn ));
326 LDAP_SLAPD_F (char *) dn_normalize LDAP_P(( char *dn ));
327 LDAP_SLAPD_F (int) dn_match LDAP_P(( const char *val, const char *asserted ));
328 LDAP_SLAPD_F (char *) dn_parent LDAP_P(( Backend *be, const char *dn ));
329 LDAP_SLAPD_F (char **) dn_subtree LDAP_P(( Backend *be, const char *dn ));
330 LDAP_SLAPD_F (char *) dn_rdn LDAP_P(( Backend *be, const char *dn ));
331 LDAP_SLAPD_F (int) dn_rdnlen LDAP_P(( Backend *be, const char *dn ));
332 LDAP_SLAPD_F (int) dn_issuffix LDAP_P(( const char *dn, const char *suffix ));
333 LDAP_SLAPD_F (int) dn_issuffixbv LDAP_P(( const struct berval *dn, const struct berval *suffix ));
334 LDAP_SLAPD_F (int) rdn_validate LDAP_P(( const char* str ));
335 LDAP_SLAPD_F (char *) rdn_attr_value LDAP_P(( const char * rdn ));
336 LDAP_SLAPD_F (char *) rdn_attr_type LDAP_P(( const char * rdn ));
337 LDAP_SLAPD_F (int) rdn_attrs LDAP_P(( const char * rdn, char ***ptypes, char ***pvals ));
338
339 LDAP_SLAPD_F (void) build_new_dn LDAP_P(( char ** new_dn,
340         const char *e_dn,
341         const char * p_dn,
342         const char * newrdn ));
343 /*
344  * entry.c
345  */
346
347 LDAP_SLAPD_V (const Entry) slap_entry_root;
348
349 LDAP_SLAPD_F (int) entry_destroy LDAP_P((void));
350
351 LDAP_SLAPD_F (Entry *) str2entry LDAP_P(( char  *s ));
352 LDAP_SLAPD_F (char *) entry2str LDAP_P(( Entry *e, int *len ));
353
354 LDAP_SLAPD_F (int) entry_decode LDAP_P(( struct berval *bv, Entry **e ));
355 LDAP_SLAPD_F (int) entry_encode LDAP_P(( Entry *e, struct berval *bv ));
356
357 LDAP_SLAPD_F (void) entry_free LDAP_P(( Entry *e ));
358 LDAP_SLAPD_F (int) entry_cmp LDAP_P(( Entry *a, Entry *b ));
359 LDAP_SLAPD_F (int) entry_dn_cmp LDAP_P(( Entry *a, Entry *b ));
360 LDAP_SLAPD_F (int) entry_id_cmp LDAP_P(( Entry *a, Entry *b ));
361
362 /*
363  * extended.c
364  */
365
366 typedef int (*SLAP_EXTOP_MAIN_FN) LDAP_P((
367         Connection *conn, Operation *op,
368         const char * reqoid,
369         struct berval * reqdata,
370         char ** rspoid,
371         struct berval ** rspdata,
372         LDAPControl *** rspctrls,
373         const char ** text,
374         struct berval *** refs ));
375
376 typedef int (*SLAP_EXTOP_GETOID_FN) LDAP_P((
377         int index, char *oid, int blen ));
378
379 LDAP_SLAPD_F (int) load_extension LDAP_P((const void *module, const char *file_name));
380 LDAP_SLAPD_F (char *) get_supported_extension LDAP_P((int index));
381
382 LDAP_SLAPD_F (int) load_extop LDAP_P((
383         const char *ext_oid,
384         SLAP_EXTOP_MAIN_FN ext_main ));
385
386 LDAP_SLAPD_F (int) extops_init LDAP_P(( void ));
387
388 LDAP_SLAPD_F (int) extops_kill LDAP_P(( void ));
389
390 LDAP_SLAPD_F (char *) get_supported_extop LDAP_P((int index));
391
392 /*
393  * filter.c
394  */
395
396 LDAP_SLAPD_F (int) get_filter LDAP_P((
397         Connection *conn,
398         BerElement *ber,
399         Filter **filt,
400         char **fstr,
401         const char **text ));
402
403 LDAP_SLAPD_F (void) filter_free LDAP_P(( Filter *f ));
404 LDAP_SLAPD_F (void) filter_print LDAP_P(( Filter *f ));
405
406 /*
407  * filterentry.c
408  */
409
410 LDAP_SLAPD_F (int) test_filter LDAP_P((
411         Backend *be, Connection *conn, Operation *op, Entry *e, Filter  *f ));
412
413 /*
414  * limits.c
415  */
416 LDAP_SLAPD_F (int) get_limits LDAP_P((
417         Backend *be, const char *ndn, struct slap_limits_set **limit ));
418 LDAP_SLAPD_F (int) add_limits LDAP_P((
419         Backend *be, int type, const char *pattern, 
420         struct slap_limits_set *limit ));
421 LDAP_SLAPD_F (int) parse_limits LDAP_P((
422         Backend *be, const char *fname, int lineno, int argc, char **argv ));
423 LDAP_SLAPD_F (int) parse_limit LDAP_P(( const char *arg, 
424         struct slap_limits_set *limit ));
425
426 /*
427  * lock.c
428  */
429
430 LDAP_SLAPD_F (FILE *) lock_fopen LDAP_P(( const char *fname, const char *type, FILE **lfp ));
431 LDAP_SLAPD_F (int) lock_fclose LDAP_P(( FILE *fp, FILE *lfp ));
432
433
434 /*
435  * modify.c
436  *      should be relocated to separate file
437  */
438 LDAP_SLAPD_F( void ) slap_mod_free LDAP_P(( Modification *mod, int freeit ));
439 LDAP_SLAPD_F( void ) slap_mods_free LDAP_P(( Modifications *mods ));
440 LDAP_SLAPD_F( void ) slap_modlist_free LDAP_P(( LDAPModList *ml ));
441
442 LDAP_SLAPD_F( int ) slap_modlist2mods(
443         LDAPModList *ml,
444         int update,
445         Modifications **mods,
446         const char **text,
447         char *textbuf, size_t textlen );
448
449 LDAP_SLAPD_F( int ) slap_mods_opattrs(
450         Operation *op,
451         Modifications **modlist,
452         const char **text );
453
454 /*
455  * module.c
456  */
457
458 #ifdef SLAPD_MODULES
459
460 LDAP_SLAPD_F (int) module_init LDAP_P(( void ));
461 LDAP_SLAPD_F (int) module_kill LDAP_P(( void ));
462
463 LDAP_SLAPD_F (int) load_null_module(
464         const void *module, const char *file_name);
465 LDAP_SLAPD_F (int) load_extop_module(
466         const void *module, const char *file_name);
467
468 LDAP_SLAPD_F (int) module_load LDAP_P((
469         const char* file_name,
470         int argc, char *argv[] ));
471 LDAP_SLAPD_F (int) module_path LDAP_P(( const char* path ));
472
473 LDAP_SLAPD_F (void) *module_resolve LDAP_P((
474         const void *module, const char *name));
475
476 #endif /* SLAPD_MODULES */
477
478 /*
479  * controls.c
480  */
481 LDAP_SLAPD_V (char *) supportedControls[];
482
483 /*
484  * mra.c
485  */
486 LDAP_SLAPD_F (int) get_mra LDAP_P((
487         BerElement *ber,
488         MatchingRuleAssertion **mra,
489         const char **text ));
490 LDAP_SLAPD_F (void) mra_free LDAP_P((
491         MatchingRuleAssertion *mra,
492         int freeit ));
493
494 /*
495  * operation.c
496  */
497
498 LDAP_SLAPD_F (void) slap_op_free LDAP_P(( Operation *op ));
499 LDAP_SLAPD_F (Operation *) slap_op_alloc LDAP_P((
500         BerElement *ber, ber_int_t msgid,
501         ber_tag_t tag, ber_int_t id ));
502
503 LDAP_SLAPD_F (int) slap_op_add LDAP_P(( Operation **olist, Operation *op ));
504 LDAP_SLAPD_F (int) slap_op_remove LDAP_P(( Operation **olist, Operation *op ));
505 LDAP_SLAPD_F (Operation *) slap_op_pop LDAP_P(( Operation **olist ));
506
507 /*
508  * phonetic.c
509  */
510
511 LDAP_SLAPD_F (char *) first_word LDAP_P(( char *s ));
512 LDAP_SLAPD_F (char *) next_word LDAP_P(( char *s ));
513 LDAP_SLAPD_F (char *) word_dup LDAP_P(( char *w ));
514 LDAP_SLAPD_F (char *) phonetic LDAP_P(( char *s ));
515
516 /*
517  * repl.c
518  */
519 LDAP_SLAPD_F (int) add_replica_info LDAP_P(( Backend *be, const char *host ));
520 LDAP_SLAPD_F (int) add_replica_suffix LDAP_P(( Backend *be, int nr, const char *suffix ));
521 LDAP_SLAPD_F (void) replog LDAP_P(( Backend *be, Operation *op, char *dn, char *ndn, void *change ));
522
523 /*
524  * referral.c
525  */
526 LDAP_SLAPD_F (int) validate_global_referral LDAP_P((
527         const char *url ));
528
529 LDAP_SLAPD_F (struct berval **) get_entry_referrals LDAP_P((
530         Backend *be, Connection *conn, Operation *op,
531         Entry *e, const char *target, int scope ));
532
533 LDAP_SLAPD_F (struct berval **) referral_rewrite LDAP_P((
534         struct berval **refs,
535         const char *base,
536         const char *target,
537         int scope ));
538
539 /*
540  * result.c
541  */
542
543 LDAP_SLAPD_F (void) send_ldap_result LDAP_P((
544         Connection *conn, Operation *op,
545         ber_int_t err, const char *matched, const char *text,
546         struct berval **refs,
547         LDAPControl **ctrls ));
548
549 LDAP_SLAPD_F (void) send_ldap_sasl LDAP_P((
550         Connection *conn, Operation *op,
551         ber_int_t err, const char *matched,
552         const char *text,
553         struct berval **refs,
554         LDAPControl **ctrls,
555         struct berval *cred ));
556
557 LDAP_SLAPD_F (void) send_ldap_disconnect LDAP_P((
558         Connection *conn, Operation *op,
559         ber_int_t err, const char *text ));
560
561 LDAP_SLAPD_F (void) send_ldap_extended LDAP_P((
562         Connection *conn, Operation *op,
563         ber_int_t err, const char *matched,
564         const char *text, struct berval **refs,
565         const char *rspoid, struct berval *rspdata,
566         LDAPControl **ctrls ));
567
568 LDAP_SLAPD_F (void) send_ldap_partial LDAP_P((
569         Connection *conn, Operation *op,
570         const char *rspoid, struct berval *rspdata,
571         LDAPControl **ctrls ));
572
573 LDAP_SLAPD_F (void) send_search_result LDAP_P((
574         Connection *conn, Operation *op,
575         ber_int_t err, const char *matched, const char *text,
576         struct berval **refs,
577         LDAPControl **ctrls,
578         int nentries ));
579
580 LDAP_SLAPD_F (int) send_search_reference LDAP_P((
581         Backend *be, Connection *conn, Operation *op,
582         Entry *e, struct berval **refs,
583         LDAPControl **ctrls,
584         struct berval ***v2refs ));
585
586 LDAP_SLAPD_F (int) send_search_entry LDAP_P((
587         Backend *be, Connection *conn, Operation *op,
588         Entry *e, char **attrs, int attrsonly,
589         LDAPControl **ctrls ));
590
591 LDAP_SLAPD_F (int) str2result LDAP_P(( char *s,
592         int *code, char **matched, char **info ));
593
594 /*
595  * sasl.c
596  */
597
598 LDAP_SLAPD_F (int) slap_sasl_init(void);
599 LDAP_SLAPD_F (char *) slap_sasl_secprops( const char * );
600 LDAP_SLAPD_F (int) slap_sasl_destroy(void);
601
602 LDAP_SLAPD_F (int) slap_sasl_open( Connection *c );
603 LDAP_SLAPD_F (char **) slap_sasl_mechs( Connection *c );
604
605 LDAP_SLAPD_F (int) slap_sasl_external( Connection *c,
606         slap_ssf_t ssf, /* relative strength of external security */
607         const char *authid );   /* asserted authenication id */
608
609 LDAP_SLAPD_F (int) slap_sasl_reset( Connection *c );
610 LDAP_SLAPD_F (int) slap_sasl_close( Connection *c );
611
612 LDAP_SLAPD_F (int) slap_sasl_bind LDAP_P((
613         Connection *conn, Operation *op, 
614         const char *dn, const char *ndn,
615         struct berval *cred,
616         char **edn, slap_ssf_t *ssf ));
617
618 /*
619  * saslauthz.c
620  */
621 LDAP_SLAPD_F (char *) slap_sasl2dn LDAP_P((     char *saslname ));
622 LDAP_SLAPD_F (int) slap_sasl_authorized LDAP_P((
623         char *authcid,
624         char *authzid ));
625 LDAP_SLAPD_F (int) slap_sasl_regexp_config LDAP_P((
626         const char *match, const char *replace ));
627
628 /* oc.c */
629 LDAP_SLAPD_F (int) oc_schema_info( Entry *e );
630
631 /* mr.c */
632 LDAP_SLAPD_F (int) mr_schema_info( Entry *e );
633
634 /* syntax.c */
635 LDAP_SLAPD_F (int) syn_schema_info( Entry *e );
636
637 /*
638  * schema.c
639  */
640
641 LDAP_SLAPD_F (void) oc_destroy LDAP_P(( void ));
642 LDAP_SLAPD_F (void) at_destroy LDAP_P(( void ));
643 LDAP_SLAPD_F (void) ad_destroy LDAP_P(( void * ));
644 LDAP_SLAPD_F (void) mr_destroy LDAP_P(( void ));
645 LDAP_SLAPD_F (void) syn_destroy LDAP_P(( void ));
646 LDAP_SLAPD_F (void) schema_destroy LDAP_P(( void ));
647
648 LDAP_SLAPD_F (ObjectClass *) oc_find LDAP_P((
649         const char *ocname));
650
651 LDAP_SLAPD_F (int) oc_add LDAP_P((
652         LDAPObjectClass *oc,
653         const char **err));
654
655 LDAP_SLAPD_F (int) is_object_subclass LDAP_P((
656         ObjectClass *sub,
657         ObjectClass *sup ));
658
659
660 LDAP_SLAPD_F (Syntax *) syn_find LDAP_P((const char *synname));
661 LDAP_SLAPD_F (Syntax *) syn_find_desc LDAP_P((const char *syndesc, int *slen));
662 #ifdef SLAPD_BINARY_CONVERSION
663 LDAP_SLAPD_F (int) syn_add LDAP_P((
664         LDAPSyntax *syn,
665         unsigned flags,
666         slap_syntax_validate_func *validate,
667         slap_syntax_transform_func *normalize,
668         slap_syntax_transform_func *pretty,
669         slap_syntax_transform_func *ber2str,
670         slap_syntax_transform_func *str2ber,
671         const char **err));
672 #else
673 LDAP_SLAPD_F (int) syn_add LDAP_P((
674         LDAPSyntax *syn,
675         unsigned flags,
676         slap_syntax_validate_func *validate,
677         slap_syntax_transform_func *normalize,
678         slap_syntax_transform_func *pretty,
679         const char **err));
680 #endif
681
682 LDAP_SLAPD_F (MatchingRule *) mr_find LDAP_P((const char *mrname));
683 LDAP_SLAPD_F (int) mr_add LDAP_P((LDAPMatchingRule *mr,
684         unsigned usage,
685         slap_mr_convert_func *convert,
686         slap_mr_normalize_func *normalize,
687         slap_mr_match_func *match,
688         slap_mr_indexer_func *indexer,
689         slap_mr_filter_func *filter,
690         MatchingRule * associated,
691         const char **err));
692
693 LDAP_SLAPD_F (int) register_syntax LDAP_P((
694         char *desc,
695         unsigned flags,
696         slap_syntax_validate_func *validate,
697         slap_syntax_transform_func *normalize,
698         slap_syntax_transform_func *pretty ));
699
700 LDAP_SLAPD_F (int) register_matching_rule LDAP_P((
701         char * desc,
702         unsigned usage,
703         slap_mr_convert_func *convert,
704         slap_mr_normalize_func *normalize,
705         slap_mr_match_func *match,
706         slap_mr_indexer_func *indexer,
707         slap_mr_filter_func *filter,
708         const char *associated ));
709
710 LDAP_SLAPD_F (int) schema_info LDAP_P(( Entry **entry, const char **text ));
711
712 LDAP_SLAPD_F (int) is_entry_objectclass LDAP_P((
713         Entry *, ObjectClass *oc ));
714 #define is_entry_alias(e)               is_entry_objectclass((e), slap_schema.si_oc_alias)
715 #define is_entry_referral(e)    is_entry_objectclass((e), slap_schema.si_oc_referral)
716
717
718 /*
719  * schema_check.c
720  */
721 int oc_check_allowed(
722         AttributeType *type,
723         struct berval **oclist );
724 LDAP_SLAPD_F (int) entry_schema_check LDAP_P((
725         Entry *e, Attribute *attrs,
726         const char** text,
727         char *textbuf, size_t textlen ));
728
729
730 /*
731  * schema_init.c
732  */
733 LDAP_SLAPD_F (int) schema_init LDAP_P((void));
734 LDAP_SLAPD_F (int) schema_prep LDAP_P((void));
735
736 LDAP_SLAPD_F (int) dnNormalize LDAP_P((
737         Syntax *syntax, 
738         struct berval *val, 
739         struct berval **normalized ));
740 LDAP_SLAPD_F (int) dnPretty LDAP_P(( 
741         Syntax *syntax, 
742         struct berval *val, 
743         struct berval **normalized ));
744 LDAP_SLAPD_F (int) dnMatch LDAP_P(( 
745         int *matchp, 
746         slap_mask_t flags, 
747         Syntax *syntax, 
748         MatchingRule *mr,
749         struct berval *value, 
750         void *assertedValue ));
751
752 /*
753  * schemaparse.c
754  */
755
756 LDAP_SLAPD_F (int) parse_oc_old LDAP_P((
757         Backend *be, const char *fname, int lineno, int argc, char **argv ));
758 LDAP_SLAPD_F (int) parse_oc LDAP_P((
759         const char *fname, int lineno, char *line, char **argv ));
760 LDAP_SLAPD_F (int) parse_at LDAP_P((
761         const char *fname, int lineno, char *line, char **argv ));
762 LDAP_SLAPD_F (int) parse_oidm LDAP_P((
763         const char *fname, int lineno, int argc, char **argv ));
764 LDAP_SLAPD_F (char *) scherr2str LDAP_P((int code)) LDAP_GCCATTR((const));
765 LDAP_SLAPD_F (int) dscompare LDAP_P(( const char *s1, const char *s2del,
766         char delim ));
767
768
769 /*
770  * starttls.c
771  */
772
773 LDAP_SLAPD_F (int) starttls_extop LDAP_P((
774         Connection *conn, Operation *op,
775         const char * reqoid,
776         struct berval * reqdata,
777         char ** rspoid,
778         struct berval ** rspdata,
779         LDAPControl ***rspctrls,
780         const char ** text,
781         struct berval *** refs ));
782
783
784 /*
785  * str2filter.c
786  */
787
788 LDAP_SLAPD_F (Filter *) str2filter LDAP_P(( const char *str ));
789
790 /*
791  * suffixalias.c
792  */
793 LDAP_SLAPD_F (char *) suffix_alias LDAP_P(( Backend *be, char *ndn ));
794
795 /*
796  * value.c
797  */
798 LDAP_SLAPD_F (int) value_normalize LDAP_P((
799         AttributeDescription *ad,
800         unsigned usage,
801         struct berval *in,
802         struct berval **out,
803         const char ** text ));
804 LDAP_SLAPD_F (int) value_match LDAP_P((
805         int *match,
806         AttributeDescription *ad,
807         MatchingRule *mr,
808         unsigned flags,
809         struct berval *v1,
810         void *v2,
811         const char ** text ));
812 #define value_find(ad,values,value) (value_find_ex((ad),0,(values),(value)))
813 LDAP_SLAPD_F (int) value_find_ex LDAP_P((
814         AttributeDescription *ad,
815         unsigned flags,
816         struct berval **values,
817         struct berval *value ));
818 LDAP_SLAPD_F (int) value_add LDAP_P((
819         struct berval ***vals,
820         struct berval **addvals ));
821
822 /*
823  * user.c
824  */
825 #if defined(HAVE_PWD_H) && defined(HAVE_GRP_H)
826 LDAP_SLAPD_F (void) slap_init_user LDAP_P(( char *username, char *groupname ));
827 #endif
828
829 /*
830  * passwd.c
831  */
832 LDAP_SLAPD_F (int) passwd_extop LDAP_P((
833         Connection *conn, Operation *op,
834         const char * reqoid,
835         struct berval * reqdata,
836         char ** rspoid,
837         struct berval ** rspdata,
838         LDAPControl *** rspctrls,
839         const char ** text,
840         struct berval *** refs ));
841
842 LDAP_SLAPD_F (int) slap_passwd_check(
843         Connection                      *conn,
844         Attribute                       *attr,
845         struct berval           *cred );
846
847 LDAP_SLAPD_F (struct berval *) slap_passwd_generate( void );
848
849 LDAP_SLAPD_F (struct berval *) slap_passwd_hash(
850         struct berval           *cred );
851
852 LDAP_SLAPD_F (struct berval *) slap_passwd_return(
853         struct berval           *cred );
854
855 LDAP_SLAPD_F (int) slap_passwd_parse(
856         struct berval *reqdata,
857         struct berval **id,
858         struct berval **oldpass,
859         struct berval **newpass,
860         const char **text );
861
862 /*
863  * kerberos.c
864  */
865 #ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
866 LDAP_SLAPD_V (char)     *ldap_srvtab;
867 LDAP_SLAPD_V (int)      krbv4_ldap_auth();
868 #endif
869
870 /*
871  * Other...
872  */
873 #define SLAP_SB_MAX_INCOMING_DEFAULT ((1<<18) - 1)
874 #define SLAP_SB_MAX_INCOMING_AUTH ((1<<24) - 1)
875
876 LDAP_SLAPD_V (ber_len_t) sockbuf_max_incoming;
877 LDAP_SLAPD_V (ber_len_t) sockbuf_max_incoming_auth;
878
879 LDAP_SLAPD_V (slap_mask_t)      global_restrictops;
880 LDAP_SLAPD_V (slap_mask_t)      global_allows;
881 LDAP_SLAPD_V (slap_mask_t)      global_disallows;
882 LDAP_SLAPD_V (slap_mask_t)      global_requires;
883 LDAP_SLAPD_V (slap_ssf_set_t)   global_ssf_set;
884
885 LDAP_SLAPD_V (struct berval **) default_referral;
886 LDAP_SLAPD_V (char *)           replogfile;
887 LDAP_SLAPD_V (const char)       Versionstr[];
888 LDAP_SLAPD_V (struct slap_limits_set)           deflimit;
889 LDAP_SLAPD_V (int)              g_argc;
890 LDAP_SLAPD_V (slap_access_t)    global_default_access;
891 LDAP_SLAPD_V (int)              global_lastmod;
892 LDAP_SLAPD_V (int)              global_idletimeout;
893 LDAP_SLAPD_V (int)              global_schemacheck;
894 LDAP_SLAPD_V (char)             *global_host;
895 LDAP_SLAPD_V (char)             *global_realm;
896 LDAP_SLAPD_V (int)              sasl_external_x509dn_convert;
897 LDAP_SLAPD_V (char)             *default_passwd_hash;
898 LDAP_SLAPD_V (int)              lber_debug;
899 LDAP_SLAPD_V (int)              ldap_syslog;
900 LDAP_SLAPD_V (char *)   default_search_base;
901 LDAP_SLAPD_V (char *)   default_search_nbase;
902
903 LDAP_SLAPD_V (int)              nSaslRegexp;
904 LDAP_SLAPD_V (SaslRegexp_t*) SaslRegexp;
905
906 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  num_sent_mutex;
907 LDAP_SLAPD_V (long)             num_bytes_sent;
908 LDAP_SLAPD_V (long)             num_pdu_sent;
909 LDAP_SLAPD_V (long)             num_entries_sent;
910 LDAP_SLAPD_V (long)             num_refs_sent;
911
912 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  num_ops_mutex;
913 LDAP_SLAPD_V (long)             num_ops_completed;
914 LDAP_SLAPD_V (long)             num_ops_initiated;
915
916 LDAP_SLAPD_V (char *)           slapd_pid_file;
917 LDAP_SLAPD_V (char *)           slapd_args_file;
918 LDAP_SLAPD_V (char)             **g_argv;
919 LDAP_SLAPD_V (time_t)           starttime;
920
921 /* use time(3) -- no mutex */
922 #define slap_get_time() time( NULL )
923
924 LDAP_SLAPD_V (ldap_pvt_thread_pool_t)   connection_pool;
925 LDAP_SLAPD_V (int)                      connection_pool_max;
926
927 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  entry2str_mutex;
928 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  replog_mutex;
929
930 #if defined( SLAPD_CRYPT ) || defined( SLAPD_SPASSWD )
931 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  passwd_mutex;
932 #endif
933 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  gmtime_mutex;
934
935 LDAP_SLAPD_V (AccessControl *) global_acl;
936
937 LDAP_SLAPD_F (int)      slap_init LDAP_P((int mode, const char* name));
938 LDAP_SLAPD_F (int)      slap_startup LDAP_P(( Backend *be ));
939 LDAP_SLAPD_F (int)      slap_shutdown LDAP_P(( Backend *be ));
940 LDAP_SLAPD_F (int)      slap_destroy LDAP_P((void));
941
942 struct sockaddr_in;
943
944 LDAP_SLAPD_F (void) slapd_add_internal(ber_socket_t s);
945 LDAP_SLAPD_F (int) slapd_daemon_init( const char *urls );
946 LDAP_SLAPD_F (int) slapd_daemon_destroy(void);
947 LDAP_SLAPD_F (int) slapd_daemon(void);
948
949 LDAP_SLAPD_F (void) slapd_set_write LDAP_P((ber_socket_t s, int wake));
950 LDAP_SLAPD_F (void) slapd_clr_write LDAP_P((ber_socket_t s, int wake));
951 LDAP_SLAPD_F (void) slapd_set_read LDAP_P((ber_socket_t s, int wake));
952 LDAP_SLAPD_F (void) slapd_clr_read LDAP_P((ber_socket_t s, int wake));
953
954 LDAP_SLAPD_F (void) slapd_remove LDAP_P((ber_socket_t s, int wake));
955
956 LDAP_SLAPD_F (RETSIGTYPE) slap_sig_shutdown LDAP_P((int sig));
957 LDAP_SLAPD_F (RETSIGTYPE) slap_sig_wake LDAP_P((int sig));
958
959 LDAP_SLAPD_F (int) config_info LDAP_P((
960         Entry **e, const char **text ));
961
962 LDAP_SLAPD_F (int) root_dse_info LDAP_P((
963         Connection *conn,
964         Entry **e,
965         const char **text ));
966
967 LDAP_SLAPD_F (int) read_root_dse_file LDAP_P((
968         const char *file));
969
970 LDAP_SLAPD_F (int) do_abandon LDAP_P((Connection *conn, Operation *op));
971 LDAP_SLAPD_F (int) do_add LDAP_P((Connection *conn, Operation *op));
972 LDAP_SLAPD_F (int) do_bind LDAP_P((Connection *conn, Operation *op));
973 LDAP_SLAPD_F (int) do_compare LDAP_P((Connection *conn, Operation *op));
974 LDAP_SLAPD_F (int) do_delete LDAP_P((Connection *conn, Operation *op));
975 LDAP_SLAPD_F (int) do_modify LDAP_P((Connection *conn, Operation *op));
976 LDAP_SLAPD_F (int) do_modrdn LDAP_P((Connection *conn, Operation *op));
977 LDAP_SLAPD_F (int) do_search LDAP_P((Connection *conn, Operation *op));
978 LDAP_SLAPD_F (int) do_unbind LDAP_P((Connection *conn, Operation *op));
979 LDAP_SLAPD_F (int) do_extended LDAP_P((Connection *conn, Operation *op));
980
981
982 LDAP_SLAPD_V (ber_socket_t) dtblsize;
983
984 LDAP_END_DECL
985
986 #endif /* _proto_slap */
987