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