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