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