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