]> git.sur5r.net Git - openldap/blob - servers/slapd/proto-slap.h
rework op/rs structures to deal with opeartional attributes
[openldap] / servers / slapd / proto-slap.h
1 /* $OpenLDAP$ */
2 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3  *
4  * Copyright 1998-2004 The OpenLDAP Foundation.
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted only as authorized by the OpenLDAP
9  * Public License.
10  *
11  * A copy of this license is available in the file LICENSE in the
12  * top-level directory of the distribution or, alternatively, at
13  * <http://www.OpenLDAP.org/license.html>.
14  */
15 /* Portions Copyright (c) 1995 Regents of the University of Michigan.
16  * All rights reserved.
17  *
18  * Redistribution and use in source and binary forms are permitted
19  * provided that this notice is preserved and that due credit is given
20  * to the University of Michigan at Ann Arbor. The name of the University
21  * may not be used to endorse or promote products derived from this
22  * software without specific prior written permission. This software
23  * is provided ``as is'' without express or implied warranty.
24  */
25
26 #ifndef PROTO_SLAP_H
27 #define PROTO_SLAP_H
28
29 #include <ldap_cdefs.h>
30 #include "ldap_pvt.h"
31
32 LDAP_BEGIN_DECL
33
34 /*
35  * acl.c
36  */
37 LDAP_SLAPD_F (int) access_allowed_mask LDAP_P((
38         Operation *op,
39         Entry *e, AttributeDescription *desc, struct berval *val,
40         slap_access_t access,
41         AccessControlState *state,
42         slap_mask_t *mask ));
43 #define access_allowed(op,e,desc,val,access,state) access_allowed_mask(op,e,desc,val,access,state,NULL)
44 LDAP_SLAPD_F (int) acl_check_modlist LDAP_P((
45         Operation *op, Entry *e, Modifications *ml ));
46
47 LDAP_SLAPD_F (void) acl_append( AccessControl **l, AccessControl *a );
48
49 /*
50  * aclparse.c
51  */
52 LDAP_SLAPD_F (void) parse_acl LDAP_P(( Backend *be,
53         const char *fname, int lineno,
54         int argc, char **argv ));
55
56 LDAP_SLAPD_F (char *) access2str LDAP_P(( slap_access_t access ));
57 LDAP_SLAPD_F (slap_access_t) str2access LDAP_P(( const char *str ));
58
59 #define ACCESSMASK_MAXLEN       sizeof("unknown (+wrscan)")
60 LDAP_SLAPD_F (char *) accessmask2str LDAP_P(( slap_mask_t mask, char* ));
61 LDAP_SLAPD_F (slap_mask_t) str2accessmask LDAP_P(( const char *str ));
62 LDAP_SLAPD_F (void) acl_destroy LDAP_P(( AccessControl*, AccessControl* ));
63 LDAP_SLAPD_F (void) acl_free LDAP_P(( AccessControl *a ));
64
65 /*
66  * ad.c
67  */
68 LDAP_SLAPD_F (int) slap_str2ad LDAP_P((
69         const char *,
70         AttributeDescription **ad,
71         const char **text ));
72
73 LDAP_SLAPD_F (int) slap_bv2ad LDAP_P((
74         struct berval *bv,
75         AttributeDescription **ad,
76         const char **text ));
77
78 LDAP_SLAPD_F (void) ad_destroy LDAP_P(( AttributeDescription * ));
79
80 #define ad_cmp(l,r)     (((l)->ad_cname.bv_len < (r)->ad_cname.bv_len) \
81         ? -1 : (((l)->ad_cname.bv_len > (r)->ad_cname.bv_len) \
82                 ? 1 : strcasecmp((l)->ad_cname.bv_val, (r)->ad_cname.bv_val )))
83
84 LDAP_SLAPD_F (int) is_ad_subtype LDAP_P((
85         AttributeDescription *sub,
86         AttributeDescription *super ));
87
88 LDAP_SLAPD_F (int) ad_inlist LDAP_P((
89         AttributeDescription *desc,
90         AttributeName *attrs ));
91
92 LDAP_SLAPD_F (int) slap_str2undef_ad LDAP_P((
93         const char *,
94         AttributeDescription **ad,
95         const char **text ));
96
97 LDAP_SLAPD_F (int) slap_bv2undef_ad LDAP_P((
98         struct berval *bv,
99         AttributeDescription **ad,
100         const char **text ));
101
102 LDAP_SLAPD_F (AttributeDescription *) ad_find_tags LDAP_P((
103         AttributeType *type,
104         struct berval *tags ));
105
106 LDAP_SLAPD_F (AttributeName *) str2anlist LDAP_P(( AttributeName *an,
107         char *str, const char *brkstr ));
108 LDAP_SLAPD_F (int) an_find LDAP_P(( AttributeName *a, struct berval *s ));
109 LDAP_SLAPD_F (int) ad_define_option LDAP_P(( const char *name,
110         const char *fname, int lineno ));
111
112 LDAP_SLAPD_F (MatchingRule *) ad_mr(
113         AttributeDescription *ad,
114         unsigned usage );
115
116 LDAP_SLAPD_V( AttributeName * ) slap_anlist_no_attrs;
117 LDAP_SLAPD_V( AttributeName * ) slap_anlist_all_user_attributes;
118 LDAP_SLAPD_V( AttributeName * ) slap_anlist_all_operational_attributes;
119 LDAP_SLAPD_V( AttributeName * ) slap_anlist_all_attributes;
120
121 /*
122  * add.c
123  */
124 LDAP_SLAPD_F (int) slap_mods2entry LDAP_P(( Modifications *mods, Entry **e,
125         int repl_user, int dup, const char **text, char *textbuf, size_t textlen ));
126
127 LDAP_SLAPD_F (int) slap_entry2mods LDAP_P(( Entry *e,
128                                                 Modifications **mods, const char **text,
129                                                 char *textbuf, size_t textlen ));
130
131 /*
132  * at.c
133  */
134 LDAP_SLAPD_F (void) at_config LDAP_P((
135         const char *fname, int lineno,
136         int argc, char **argv ));
137 LDAP_SLAPD_F (AttributeType *) at_find LDAP_P((
138         const char *name ));
139 LDAP_SLAPD_F (AttributeType *) at_bvfind LDAP_P((
140         struct berval *name ));
141 LDAP_SLAPD_F (int) at_find_in_list LDAP_P((
142         AttributeType *sat, AttributeType **list ));
143 LDAP_SLAPD_F (int) at_append_to_list LDAP_P((
144         AttributeType *sat, AttributeType ***listp ));
145 LDAP_SLAPD_F (int) at_delete_from_list LDAP_P((
146         int pos, AttributeType ***listp ));
147 LDAP_SLAPD_F (int) at_schema_info LDAP_P(( Entry *e ));
148 LDAP_SLAPD_F (int) at_add LDAP_P((
149         LDAPAttributeType *at, const char **err ));
150 LDAP_SLAPD_F (void) at_destroy LDAP_P(( void ));
151
152 LDAP_SLAPD_F (int) is_at_subtype LDAP_P((
153         AttributeType *sub,
154         AttributeType *super ));
155
156 LDAP_SLAPD_F (int) is_at_syntax LDAP_P((
157         AttributeType *at,
158         const char *oid ));
159
160 LDAP_SLAPD_F (int) at_start LDAP_P(( AttributeType **at ));
161 LDAP_SLAPD_F (int) at_next LDAP_P(( AttributeType **at ));
162
163 /*
164  * attr.c
165  */
166 LDAP_SLAPD_F (void) attr_free LDAP_P(( Attribute *a ));
167 LDAP_SLAPD_F (Attribute *) attr_dup LDAP_P(( Attribute *a ));
168
169 #define attr_mergeit( e, d, v ) attr_merge( e, d, v, NULL /* FIXME */ )
170 #define attr_mergeit_one( e, d, v ) attr_merge_one( e, d, v, NULL /* FIXME */ )
171
172 LDAP_SLAPD_F (int) attr_merge LDAP_P(( Entry *e,
173         AttributeDescription *desc,
174         BerVarray vals,
175         BerVarray nvals ));
176 LDAP_SLAPD_F (int) attr_merge_one LDAP_P(( Entry *e,
177         AttributeDescription *desc,
178         struct berval *val,
179         struct berval *nval ));
180 LDAP_SLAPD_F (int) attr_merge_normalize LDAP_P(( Entry *e,
181         AttributeDescription *desc,
182         BerVarray vals, void *memctx ));
183 LDAP_SLAPD_F (int) attr_merge_normalize_one LDAP_P(( Entry *e,
184         AttributeDescription *desc,
185         struct berval *val, void *memctx ));
186 LDAP_SLAPD_F (Attribute *) attrs_find LDAP_P((
187         Attribute *a, AttributeDescription *desc ));
188 LDAP_SLAPD_F (Attribute *) attr_find LDAP_P((
189         Attribute *a, AttributeDescription *desc ));
190 LDAP_SLAPD_F (int) attr_delete LDAP_P((
191         Attribute **attrs, AttributeDescription *desc ));
192
193 LDAP_SLAPD_F (void) attrs_free LDAP_P(( Attribute *a ));
194 LDAP_SLAPD_F (Attribute *) attrs_dup LDAP_P(( Attribute *a ));
195
196
197 /*
198  * ava.c
199  */
200 LDAP_SLAPD_F (int) get_ava LDAP_P((
201         Operation *op,
202         BerElement *ber,
203         AttributeAssertion **ava,
204         unsigned usage,
205         const char **text ));
206 LDAP_SLAPD_F (void) ava_free LDAP_P((
207         Operation *op,
208         AttributeAssertion *ava,
209         int freeit ));
210
211 /*
212  * backend.c
213  */
214 LDAP_SLAPD_F (int) backend_init LDAP_P((void));
215 LDAP_SLAPD_F (int) backend_add LDAP_P((BackendInfo *aBackendInfo));
216 LDAP_SLAPD_F (int) backend_num LDAP_P((Backend *be));
217 LDAP_SLAPD_F (int) backend_startup LDAP_P((Backend *be));
218 LDAP_SLAPD_F (int) backend_startup_one LDAP_P((Backend *be));
219 LDAP_SLAPD_F (int) backend_sync LDAP_P((Backend *be));
220 LDAP_SLAPD_F (int) backend_shutdown LDAP_P((Backend *be));
221 LDAP_SLAPD_F (int) backend_destroy LDAP_P((void));
222
223 LDAP_SLAPD_F (BackendInfo *) backend_info LDAP_P(( const char *type ));
224 LDAP_SLAPD_F (BackendDB *) backend_db_init LDAP_P(( const char *type ));
225
226 LDAP_SLAPD_F (BackendDB *) select_backend LDAP_P((
227         struct berval * dn,
228         int manageDSAit,
229         int noSubordinates ));
230
231 LDAP_SLAPD_F (int) be_issuffix LDAP_P(( Backend *be,
232         struct berval *suffix ));
233 LDAP_SLAPD_F (int) be_isroot LDAP_P(( Operation *op ));
234 LDAP_SLAPD_F (int) be_isroot_dn LDAP_P(( Backend *be, struct berval *ndn ));
235 LDAP_SLAPD_F (int) be_isroot_pw LDAP_P(( Operation *op ));
236 LDAP_SLAPD_F (int) be_sync_update LDAP_P(( Operation *op ));
237 LDAP_SLAPD_F (int) be_slurp_update LDAP_P(( Operation *op ));
238 #define be_isupdate( op ) be_slurp_update( (op) )
239 LDAP_SLAPD_F (int) be_shadow_update LDAP_P(( Operation *op ));
240 LDAP_SLAPD_F (int) be_isupdate_dn LDAP_P(( Backend *be, struct berval *ndn ));
241 LDAP_SLAPD_F (struct berval *) be_root_dn LDAP_P(( Backend *be ));
242 LDAP_SLAPD_F (int) be_entry_get_rw LDAP_P(( struct slap_op *o,
243                 struct berval *ndn, ObjectClass *oc,
244                 AttributeDescription *at, int rw, Entry **e ));
245 LDAP_SLAPD_F (int) be_entry_release_rw LDAP_P((
246         Operation *o, Entry *e, int rw ));
247 #define be_entry_release_r( o, e ) be_entry_release_rw( o, e, 0 )
248 #define be_entry_release_w( o, e ) be_entry_release_rw( o, e, 1 )
249
250 LDAP_SLAPD_F (int) backend_unbind LDAP_P((Operation *op, SlapReply *rs));
251 LDAP_SLAPD_F (int) backend_connection_init LDAP_P((Connection *conn));
252 LDAP_SLAPD_F (int) backend_connection_destroy LDAP_P((Connection *conn));
253
254 LDAP_SLAPD_F( int )     backend_check_restrictions LDAP_P((
255         Operation *op,
256         SlapReply *rs,
257         struct berval *opdata ));
258
259 LDAP_SLAPD_F( int )     backend_check_referrals LDAP_P((
260         Operation *op,
261         SlapReply *rs ));
262
263 LDAP_SLAPD_F (int) backend_group LDAP_P((
264         Operation *op,
265         Entry *target,
266         struct berval *gr_ndn,
267         struct berval *op_ndn,
268         ObjectClass *group_oc,
269         AttributeDescription *group_at
270 ));
271
272 LDAP_SLAPD_F (int) backend_attribute LDAP_P((
273         Operation *op,
274         Entry *target,
275         struct berval *entry_ndn,
276         AttributeDescription *entry_at,
277         BerVarray *vals
278 ));
279
280 LDAP_SLAPD_F (int) backend_operational LDAP_P((
281         Operation *op,
282         SlapReply *rs 
283 ));
284
285 /*
286  * backglue.c
287  */
288
289 LDAP_SLAPD_F (int) glue_back_initialize( BackendInfo *bi );
290 LDAP_SLAPD_F (int) glue_sub_init( void );
291
292 /*
293  * backover.c
294  */
295
296 LDAP_SLAPD_F (int) overlay_register( slap_overinst *on );
297 LDAP_SLAPD_F (int) overlay_config( BackendDB *be, const char *ov );
298 LDAP_SLAPD_F (slap_overinst *) overlay_next( slap_overinst *on );
299
300 /*
301  * ch_malloc.c
302  */
303 LDAP_SLAPD_V (BerMemoryFunctions) ch_mfuncs;
304 LDAP_SLAPD_F (void *) ch_malloc LDAP_P(( ber_len_t size ));
305 LDAP_SLAPD_F (void *) ch_realloc LDAP_P(( void *block, ber_len_t size ));
306 LDAP_SLAPD_F (void *) ch_calloc LDAP_P(( ber_len_t nelem, ber_len_t size ));
307 LDAP_SLAPD_F (char *) ch_strdup LDAP_P(( const char *string ));
308 LDAP_SLAPD_F (void) ch_free LDAP_P(( void * ));
309
310 #ifndef CH_FREE
311 #undef free
312 #define free ch_free
313 #endif
314
315 /*
316  * controls.c
317  */
318 LDAP_SLAPD_F (void) slap_free_ctrls LDAP_P((
319         Operation *op,
320         LDAPControl **ctrls ));
321 LDAP_SLAPD_F (int) get_ctrls LDAP_P((
322         Operation *op,
323         SlapReply *rs,
324         int senderrors ));
325 LDAP_SLAPD_F (int) register_supported_control LDAP_P((
326         const char *controloid,
327         slap_mask_t controlmask,
328         char **controlexops,
329         SLAP_CTRL_PARSE_FN *controlparsefn ));
330 LDAP_SLAPD_F (int) slap_controls_init LDAP_P ((void));
331 LDAP_SLAPD_F (void) controls_destroy LDAP_P ((void));
332 LDAP_SLAPD_F (int) controls_root_dse_info LDAP_P ((Entry *e));
333 LDAP_SLAPD_F (int) get_supported_controls LDAP_P (( char ***ctrloidsp, slap_mask_t **ctrlmasks ));
334
335 /*
336  * config.c
337  */
338 LDAP_SLAPD_F (int) read_config LDAP_P(( const char *fname, int depth ));
339 LDAP_SLAPD_F (void) config_destroy LDAP_P ((void));
340 LDAP_SLAPD_F (char **) str2clist LDAP_P(( char ***, char *, const char * ));
341 #ifdef LDAP_SLAPI
342 LDAP_SLAPD_V (int) slapi_plugins_used;
343 #endif
344
345 /*
346  * connection.c
347  */
348 LDAP_SLAPD_F (int) connections_init LDAP_P((void));
349 LDAP_SLAPD_F (int) connections_shutdown LDAP_P((void));
350 LDAP_SLAPD_F (int) connections_destroy LDAP_P((void));
351 LDAP_SLAPD_F (int) connections_timeout_idle LDAP_P((time_t));
352
353 LDAP_SLAPD_F (int) connection_client_setup LDAP_P((
354         ber_socket_t s,
355         ldap_pvt_thread_start_t *func,
356         void *arg ));
357 LDAP_SLAPD_F (void) connection_client_enable LDAP_P(( ber_socket_t s ));
358 LDAP_SLAPD_F (void) connection_client_stop LDAP_P(( ber_socket_t s ));
359
360
361 LDAP_SLAPD_F (long) connection_init LDAP_P((
362         ber_socket_t s,
363         Listener* url,
364         const char* dnsname,
365         const char* peername,
366         int use_tls,
367         slap_ssf_t ssf,
368         struct berval *id ));
369
370 LDAP_SLAPD_F (void) connection_closing LDAP_P(( Connection *c ));
371 LDAP_SLAPD_F (int) connection_state_closing LDAP_P(( Connection *c ));
372 LDAP_SLAPD_F (const char *) connection_state2str LDAP_P(( int state ))
373         LDAP_GCCATTR((const));
374
375 LDAP_SLAPD_F (int) connection_write LDAP_P((ber_socket_t s));
376 LDAP_SLAPD_F (int) connection_read LDAP_P((ber_socket_t s));
377
378 LDAP_SLAPD_F (unsigned long) connections_nextid(void);
379
380 LDAP_SLAPD_F (Connection *) connection_first LDAP_P(( ber_socket_t * ));
381 LDAP_SLAPD_F (Connection *) connection_next LDAP_P((
382         Connection *, ber_socket_t *));
383 LDAP_SLAPD_F (void) connection_done LDAP_P((Connection *));
384
385 LDAP_SLAPD_F (void) connection2anonymous LDAP_P((Connection *));
386 LDAP_SLAPD_F (void) connection_fake_init LDAP_P((
387         Connection *conn,
388         Operation *op,
389         void *threadctx ));
390
391 /*
392  * cr.c
393  */
394 LDAP_SLAPD_F (int) cr_schema_info( Entry *e );
395
396 LDAP_SLAPD_F (int) cr_add LDAP_P((
397         LDAPContentRule *oc,
398         int user,
399         const char **err));
400 LDAP_SLAPD_F (void) cr_destroy LDAP_P(( void ));
401
402 LDAP_SLAPD_F (ContentRule *) cr_find LDAP_P((
403         const char *crname));
404 LDAP_SLAPD_F (ContentRule *) cr_bvfind LDAP_P((
405         struct berval *crname));
406
407 /*
408  * ctxcsn.c
409  */
410
411 LDAP_SLAPD_V( const struct berval ) slap_ldapsync_bv;
412 LDAP_SLAPD_V( const struct berval ) slap_ldapsync_cn_bv;
413 LDAP_SLAPD_F (void) slap_get_commit_csn LDAP_P(( Operation *, struct berval * ));
414 LDAP_SLAPD_F (void) slap_rewind_commit_csn LDAP_P(( Operation * ));
415 LDAP_SLAPD_F (void) slap_graduate_commit_csn LDAP_P(( Operation * ));
416 LDAP_SLAPD_F (Entry *) slap_create_context_csn_entry LDAP_P(( Backend *, struct berval *));
417 LDAP_SLAPD_F (int) slap_get_csn LDAP_P(( Operation *, char *, int, struct berval *, int ));
418
419 /*
420  * daemon.c
421  */
422 LDAP_SLAPD_F (void) slapd_add_internal(ber_socket_t s, int isactive);
423 LDAP_SLAPD_F (int) slapd_daemon_init( const char *urls );
424 LDAP_SLAPD_F (int) slapd_daemon_destroy(void);
425 LDAP_SLAPD_F (int) slapd_daemon(void);
426 LDAP_SLAPD_F (Listener **)      slapd_get_listeners LDAP_P((void));
427 LDAP_SLAPD_F (void) slapd_remove LDAP_P((ber_socket_t s, int wasactive, int wake));
428
429 LDAP_SLAPD_F (RETSIGTYPE) slap_sig_shutdown LDAP_P((int sig));
430 LDAP_SLAPD_F (RETSIGTYPE) slap_sig_wake LDAP_P((int sig));
431 LDAP_SLAPD_F (void) slap_wake_listener LDAP_P((void));
432
433 LDAP_SLAPD_F (void) slapd_set_write LDAP_P((ber_socket_t s, int wake));
434 LDAP_SLAPD_F (void) slapd_clr_write LDAP_P((ber_socket_t s, int wake));
435 LDAP_SLAPD_F (void) slapd_set_read LDAP_P((ber_socket_t s, int wake));
436 LDAP_SLAPD_F (void) slapd_clr_read LDAP_P((ber_socket_t s, int wake));
437
438 LDAP_SLAPD_V (volatile sig_atomic_t) slapd_abrupt_shutdown;
439 LDAP_SLAPD_V (volatile sig_atomic_t) slapd_shutdown;
440 LDAP_SLAPD_V (int) slapd_register_slp;
441
442 /*
443  * dn.c
444  */
445
446 #define dn_match(dn1, dn2)      ( ber_bvcmp((dn1), (dn2)) == 0 )
447 #define bvmatch(bv1, bv2)       ( ((bv1)->bv_len == (bv2)->bv_len) && (memcmp((bv1)->bv_val, (bv2)->bv_val, (bv1)->bv_len) == 0) )
448
449 LDAP_SLAPD_F (int) dnValidate LDAP_P((
450         Syntax *syntax, 
451         struct berval *val ));
452 LDAP_SLAPD_F (int) rdnValidate LDAP_P((
453         Syntax *syntax, 
454         struct berval *val ));
455
456 LDAP_SLAPD_F (slap_mr_normalize_func) dnNormalize;
457
458 LDAP_SLAPD_F (slap_mr_normalize_func) rdnNormalize;
459
460 LDAP_SLAPD_F (slap_syntax_transform_func) dnPretty;
461
462 LDAP_SLAPD_F (slap_syntax_transform_func) rdnPretty;
463
464 LDAP_SLAPD_F (int) dnPrettyNormal LDAP_P(( 
465         Syntax *syntax, 
466         struct berval *val, 
467         struct berval *pretty,
468         struct berval *normal,
469         void *ctx ));
470
471 LDAP_SLAPD_F (int) dnMatch LDAP_P(( 
472         int *matchp, 
473         slap_mask_t flags, 
474         Syntax *syntax, 
475         MatchingRule *mr,
476         struct berval *value, 
477         void *assertedValue ));
478
479 LDAP_SLAPD_F (int) rdnMatch LDAP_P(( 
480         int *matchp, 
481         slap_mask_t flags, 
482         Syntax *syntax, 
483         MatchingRule *mr,
484         struct berval *value, 
485         void *assertedValue ));
486
487 LDAP_SLAPD_F (int) dnIsSuffix LDAP_P((
488         const struct berval *dn, const struct berval *suffix ));
489
490 LDAP_SLAPD_F (int) dnExtractRdn LDAP_P((
491         struct berval *dn, struct berval *rdn, void *ctx ));
492
493 LDAP_SLAPD_F (int) rdn_validate LDAP_P(( struct berval * rdn ));
494
495 LDAP_SLAPD_F (int) dn_rdnlen LDAP_P(( Backend *be, struct berval *dn ));
496
497 LDAP_SLAPD_F (void) build_new_dn LDAP_P((
498         struct berval * new_dn,
499         struct berval * parent_dn,
500         struct berval * newrdn,
501         void *memctx ));
502
503 LDAP_SLAPD_F (void) dnParent LDAP_P(( struct berval *dn, struct berval *pdn ));
504
505 LDAP_SLAPD_F (int) dnX509normalize LDAP_P(( void *x509_name, struct berval *out ));
506
507 LDAP_SLAPD_F (int) dnX509peerNormalize LDAP_P(( void *ssl, struct berval *dn ));
508
509 LDAP_SLAPD_F (int) dnPrettyNormalDN LDAP_P(( Syntax *syntax, struct berval *val, LDAPDN *dn, int flags, void *ctx ));
510 #define dnPrettyDN(syntax, val, dn, ctx) \
511         dnPrettyNormalDN((syntax),(val),(dn), SLAP_LDAPDN_PRETTY, ctx)
512 #define dnNormalDN(syntax, val, dn, ctx) \
513         dnPrettyNormalDN((syntax),(val),(dn), 0, ctx)
514
515
516 /*
517  * entry.c
518  */
519 LDAP_SLAPD_V (const Entry) slap_entry_root;
520
521 LDAP_SLAPD_F (int) entry_destroy LDAP_P((void));
522
523 LDAP_SLAPD_F (Entry *) str2entry LDAP_P(( char  *s ));
524 LDAP_SLAPD_F (char *) entry2str LDAP_P(( Entry *e, int *len ));
525
526 LDAP_SLAPD_F (void) entry_flatsize LDAP_P((
527         Entry *e, ber_len_t *siz, ber_len_t *len, int norm ));
528 LDAP_SLAPD_F (int) entry_decode LDAP_P(( struct berval *bv, Entry **e ));
529 LDAP_SLAPD_F (int) entry_encode LDAP_P(( Entry *e, struct berval *bv ));
530
531 LDAP_SLAPD_F (void) entry_free LDAP_P(( Entry *e ));
532 LDAP_SLAPD_F (int) entry_cmp LDAP_P(( Entry *a, Entry *b ));
533 LDAP_SLAPD_F (int) entry_dn_cmp LDAP_P(( const void *v_a, const void *v_b ));
534 LDAP_SLAPD_F (int) entry_id_cmp LDAP_P(( const void *v_a, const void *v_b ));
535 LDAP_SLAPD_F (Entry *) entry_dup LDAP_P(( Entry *e ));
536
537 /*
538  * extended.c
539  */
540 LDAP_SLAPD_F (int) exop_root_dse_info LDAP_P ((Entry *e));
541
542 LDAP_SLAPD_V( const struct berval ) slap_EXOP_CANCEL;
543 LDAP_SLAPD_V( const struct berval ) slap_EXOP_WHOAMI;
544 LDAP_SLAPD_V( const struct berval ) slap_EXOP_MODIFY_PASSWD;
545 LDAP_SLAPD_V( const struct berval ) slap_EXOP_START_TLS;
546
547 typedef int (SLAP_EXTOP_MAIN_FN) LDAP_P(( Operation *op, SlapReply *rs ));
548
549 typedef int (SLAP_EXTOP_GETOID_FN) LDAP_P((
550         int index, struct berval *oid, int blen ));
551
552 LDAP_SLAPD_F (int) load_extop LDAP_P((
553         struct berval *ext_oid,
554         slap_mask_t flags,
555         SLAP_EXTOP_MAIN_FN *ext_main ));
556
557 LDAP_SLAPD_F (int) extops_init LDAP_P(( void ));
558
559 LDAP_SLAPD_F (int) extops_kill LDAP_P(( void ));
560
561 LDAP_SLAPD_F (struct berval *) get_supported_extop LDAP_P((int index));
562
563 /*
564  * cancel.c
565  */
566 LDAP_SLAPD_F ( SLAP_EXTOP_MAIN_FN ) cancel_extop;
567
568 /*
569  * filter.c
570  */
571 LDAP_SLAPD_F (int) get_filter LDAP_P((
572         Operation *op,
573         BerElement *ber,
574         Filter **filt,
575         const char **text ));
576
577 LDAP_SLAPD_F (void) filter_free LDAP_P(( Filter *f ));
578 LDAP_SLAPD_F (void) filter_free_x LDAP_P(( Operation *op, Filter *f ));
579 LDAP_SLAPD_F (void) filter2bv LDAP_P(( Filter *f, struct berval *bv ));
580 LDAP_SLAPD_F (void) filter2bv_x LDAP_P(( Operation *op, Filter *f, struct berval *bv ));
581
582 LDAP_SLAPD_F (int) get_vrFilter LDAP_P(( Operation *op, BerElement *ber,
583         ValuesReturnFilter **f,
584         const char **text ));
585
586 LDAP_SLAPD_F (void) vrFilter_free LDAP_P(( Operation *op, ValuesReturnFilter *f ));
587 LDAP_SLAPD_F (void) vrFilter2bv LDAP_P(( Operation *op, ValuesReturnFilter *f, struct berval *fstr ));
588
589 LDAP_SLAPD_F (int) filter_has_subordinates LDAP_P(( Filter *filter ));
590 LDAP_SLAPD_F (int) filter_escape_value LDAP_P(( struct berval *in, 
591         struct berval *out ));
592
593 /*
594  * filterentry.c
595  */
596
597 LDAP_SLAPD_F (int) test_filter LDAP_P(( Operation *op, Entry *e, Filter *f ));
598
599 /*
600  * globals.c
601  */
602
603 LDAP_SLAPD_V( const struct berval ) slap_empty_bv;
604 LDAP_SLAPD_V( const struct berval ) slap_unknown_bv;
605 LDAP_SLAPD_V( const struct berval ) slap_true_bv;
606 LDAP_SLAPD_V( const struct berval ) slap_false_bv;
607 LDAP_SLAPD_V( struct slap_sync_cookie_s ) slap_sync_cookie;
608 LDAP_SLAPD_V( void * ) slap_tls_ctx;
609
610 /*
611  * index.c
612  */
613 LDAP_SLAPD_F (int) slap_str2index LDAP_P(( const char *str, slap_mask_t *idx ));
614
615 /*
616  * init.c
617  */
618 LDAP_SLAPD_F (int)      slap_init LDAP_P((int mode, const char* name));
619 LDAP_SLAPD_F (int)      slap_startup LDAP_P(( Backend *be ));
620 LDAP_SLAPD_F (int)      slap_shutdown LDAP_P(( Backend *be ));
621 LDAP_SLAPD_F (int)      slap_destroy LDAP_P((void));
622
623 LDAP_SLAPD_V (char **)  slap_known_controls;
624
625 /*
626  * kerberos.c
627  */
628 #ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
629 LDAP_SLAPD_V (char *)   ldap_srvtab;
630 LDAP_SLAPD_V (int)      krbv4_ldap_auth();
631 #endif
632
633 /*
634  * ldapsync.c
635  */
636 LDAP_SLAPD_F (int) slap_build_sync_state_ctrl LDAP_P((
637                                 Operation *, SlapReply *, Entry *, int, LDAPControl **,
638                                 int, int, struct berval * ));
639 LDAP_SLAPD_F (int) slap_build_sync_done_ctrl LDAP_P((
640                                 Operation *, SlapReply *, LDAPControl **,
641                                 int, int, struct berval *, int ));
642 LDAP_SLAPD_F (int) slap_build_sync_state_ctrl_from_slog LDAP_P((
643                                 Operation *, SlapReply *, struct slog_entry *, int,
644                                 LDAPControl **, int, int, struct berval * ));
645 LDAP_SLAPD_F (int) slap_send_syncinfo LDAP_P((
646                                 Operation *, SlapReply *, int,
647                                 struct berval *, int, BerVarray, int ));
648 LDAP_SLAPD_F (void) slap_compose_sync_cookie LDAP_P((
649                                 Operation *, struct berval *, struct berval *, int, int ));
650 LDAP_SLAPD_F (void) slap_sync_cookie_free LDAP_P((
651                                 struct sync_cookie *, int free_cookie ));
652 LDAP_SLAPD_F (int) slap_parse_sync_cookie LDAP_P((
653                                 struct sync_cookie * ));
654 LDAP_SLAPD_F (int) slap_init_sync_cookie_ctxcsn LDAP_P((
655                                 struct sync_cookie * ));
656 LDAP_SLAPD_F (struct sync_cookie *) slap_dup_sync_cookie LDAP_P((
657                                 struct sync_cookie *, struct sync_cookie * ));
658 LDAP_SLAPD_F (int) slap_build_syncUUID_set LDAP_P((
659                                 Operation *, BerVarray *, Entry * ));
660
661 /*
662  * limits.c
663  */
664 LDAP_SLAPD_F (int) limits_get LDAP_P((
665         Operation *op, struct berval *ndn,
666         struct slap_limits_set **limit ));
667 LDAP_SLAPD_F (int) limits_parse LDAP_P((
668         Backend *be, const char *fname, int lineno,
669         int argc, char **argv ));
670 LDAP_SLAPD_F (int) limits_parse_one LDAP_P(( const char *arg, 
671         struct slap_limits_set *limit ));
672 LDAP_SLAPD_F (int) limits_check LDAP_P((
673         Operation *op, SlapReply *rs ));
674
675 /*
676  * lock.c
677  */
678 LDAP_SLAPD_F (FILE *) lock_fopen LDAP_P(( const char *fname,
679         const char *type, FILE **lfp ));
680 LDAP_SLAPD_F (int) lock_fclose LDAP_P(( FILE *fp, FILE *lfp ));
681
682 /*
683  * matchedValues.c
684  */
685 LDAP_SLAPD_F (int) filter_matched_values( 
686         Operation       *op,
687         Attribute       *a,
688         char            ***e_flags );
689
690 /*
691  * modrdn.c
692  */
693 LDAP_SLAPD_F (int) slap_modrdn2mods(
694         Operation       *op,
695         SlapReply       *rs,
696         Entry           *e,
697         LDAPRDN         oldrdn,
698         LDAPRDN         newrdn,
699         Modifications   **pmod );
700
701 /*
702  * modify.c
703  */
704 LDAP_SLAPD_F( int ) slap_mods_check(
705         Modifications *ml,
706         int update,
707         const char **text,
708         char *textbuf, size_t textlen, void *ctx );
709
710 LDAP_SLAPD_F( int ) slap_mods_opattrs(
711         Operation *op,
712         Modifications *mods,
713         Modifications **modlist,
714         const char **text,
715         char *textbuf, size_t textlen );
716
717 /*
718  * mods.c
719  */
720 LDAP_SLAPD_F( int ) modify_add_values( Entry *e,
721         Modification *mod,
722         int permissive,
723         const char **text, char *textbuf, size_t textlen );
724 LDAP_SLAPD_F( int ) modify_delete_values( Entry *e,
725         Modification *mod,
726         int permissive,
727         const char **text, char *textbuf, size_t textlen );
728 LDAP_SLAPD_F( int ) modify_replace_values( Entry *e,
729         Modification *mod,
730         int permissive,
731         const char **text, char *textbuf, size_t textlen );
732 LDAP_SLAPD_F( int ) modify_increment_values( Entry *e,
733         Modification *mod,
734         int permissive,
735         const char **text, char *textbuf, size_t textlen );
736
737 LDAP_SLAPD_F( void ) slap_mod_free( Modification *mod, int freeit );
738 LDAP_SLAPD_F( void ) slap_mods_free( Modifications *mods );
739 LDAP_SLAPD_F( void ) slap_modlist_free( LDAPModList *ml );
740
741 /*
742  * module.c
743  */
744 #ifdef SLAPD_MODULES
745
746 LDAP_SLAPD_F (int) module_init LDAP_P(( void ));
747 LDAP_SLAPD_F (int) module_kill LDAP_P(( void ));
748
749 LDAP_SLAPD_F (int) load_null_module(
750         const void *module, const char *file_name);
751 LDAP_SLAPD_F (int) load_extop_module(
752         const void *module, const char *file_name);
753
754 LDAP_SLAPD_F (int) module_load LDAP_P((
755         const char* file_name,
756         int argc, char *argv[] ));
757 LDAP_SLAPD_F (int) module_path LDAP_P(( const char* path ));
758
759 LDAP_SLAPD_F (void) *module_resolve LDAP_P((
760         const void *module, const char *name));
761
762 #endif /* SLAPD_MODULES */
763
764 /* mr.c */
765 LDAP_SLAPD_F (MatchingRule *) mr_bvfind LDAP_P((struct berval *mrname));
766 LDAP_SLAPD_F (MatchingRule *) mr_find LDAP_P((const char *mrname));
767 LDAP_SLAPD_F (int) mr_add LDAP_P(( LDAPMatchingRule *mr,
768         slap_mrule_defs_rec *def,
769         MatchingRule * associated,
770         const char **err ));
771 LDAP_SLAPD_F (void) mr_destroy LDAP_P(( void ));
772
773 LDAP_SLAPD_F (int) register_matching_rule LDAP_P((
774         slap_mrule_defs_rec *def ));
775
776 LDAP_SLAPD_F (void) mru_destroy LDAP_P(( void ));
777 LDAP_SLAPD_F (int) matching_rule_use_init LDAP_P(( void ));
778
779 LDAP_SLAPD_F (int) mr_schema_info( Entry *e );
780 LDAP_SLAPD_F (int) mru_schema_info( Entry *e );
781
782 LDAP_SLAPD_F (int) mr_usable_with_at( MatchingRule *mr,
783         AttributeType *at );
784
785 /*
786  * mra.c
787  */
788 LDAP_SLAPD_F (int) get_mra LDAP_P((
789         Operation *op,
790         BerElement *ber,
791         MatchingRuleAssertion **mra,
792         const char **text ));
793 LDAP_SLAPD_F (void) mra_free LDAP_P((
794         Operation *op,
795         MatchingRuleAssertion *mra,
796         int freeit ));
797
798 /* oc.c */
799 LDAP_SLAPD_F (int) oc_add LDAP_P((
800         LDAPObjectClass *oc,
801         int user,
802         const char **err));
803 LDAP_SLAPD_F (void) oc_destroy LDAP_P(( void ));
804
805 LDAP_SLAPD_F (ObjectClass *) oc_find LDAP_P((
806         const char *ocname));
807 LDAP_SLAPD_F (ObjectClass *) oc_bvfind LDAP_P((
808         struct berval *ocname));
809 LDAP_SLAPD_F (int) is_object_subclass LDAP_P((
810         ObjectClass *sup,
811         ObjectClass *sub ));
812
813 LDAP_SLAPD_F (int) is_entry_objectclass LDAP_P((
814         Entry *, ObjectClass *oc, int set_flags ));
815 #define is_entry_alias(e)               \
816         (((e)->e_ocflags & SLAP_OC__END) \
817          ? (((e)->e_ocflags & SLAP_OC_ALIAS) != 0) \
818          : is_entry_objectclass((e), slap_schema.si_oc_alias, 1))
819 #define is_entry_referral(e)    \
820         (((e)->e_ocflags & SLAP_OC__END) \
821          ? (((e)->e_ocflags & SLAP_OC_REFERRAL) != 0) \
822          : is_entry_objectclass((e), slap_schema.si_oc_referral, 1))
823 #define is_entry_subentry(e)    \
824         (((e)->e_ocflags & SLAP_OC__END) \
825          ? (((e)->e_ocflags & SLAP_OC_SUBENTRY) != 0) \
826          : is_entry_objectclass((e), slap_schema.si_oc_subentry, 1))
827 #define is_entry_collectiveAttributeSubentry(e) \
828         (((e)->e_ocflags & SLAP_OC__END) \
829          ? (((e)->e_ocflags & SLAP_OC_COLLECTIVEATTRIBUTESUBENTRY) != 0) \
830          : is_entry_objectclass((e), slap_schema.si_oc_collectiveAttributeSubentry, 1))
831 #define is_entry_dynamicObject(e)       \
832         (((e)->e_ocflags & SLAP_OC__END) \
833          ? (((e)->e_ocflags & SLAP_OC_DYNAMICOBJECT) != 0) \
834          : is_entry_objectclass((e), slap_schema.si_oc_dynamicObject, 1))
835 #define is_entry_glue(e)        \
836         (((e)->e_ocflags & SLAP_OC__END) \
837          ? (((e)->e_ocflags & SLAP_OC_GLUE) != 0) \
838          : is_entry_objectclass((e), slap_schema.si_oc_glue, 1))
839 #define is_entry_syncProviderSubentry(e)        \
840         (((e)->e_ocflags & SLAP_OC__END) \
841          ? (((e)->e_ocflags & SLAP_OC_SYNCPROVIDERSUBENTRY) != 0) \
842          : is_entry_objectclass((e), slap_schema.si_oc_syncProviderSubentry, 1))
843 #define is_entry_syncConsumerSubentry(e)        \
844         (((e)->e_ocflags & SLAP_OC__END) \
845          ? (((e)->e_ocflags & SLAP_OC_SYNCCONSUMERSUBENTRY) != 0) \
846          : is_entry_objectclass((e), slap_schema.si_oc_syncConsumerSubentry, 1))
847
848 LDAP_SLAPD_F (int) oc_schema_info( Entry *e );
849
850 /*
851  * oidm.c
852  */
853 LDAP_SLAPD_F(char *) oidm_find(char *oid);
854 LDAP_SLAPD_F (void) oidm_destroy LDAP_P(( void ));
855 LDAP_SLAPD_F (int) parse_oidm LDAP_P((
856         const char *fname, int lineno, int argc, char **argv ));
857
858 /*
859  * operation.c
860  */
861 LDAP_SLAPD_F (void) slap_op_init LDAP_P(( void ));
862 LDAP_SLAPD_F (void) slap_op_destroy LDAP_P(( void ));
863 LDAP_SLAPD_F (void) slap_op_free LDAP_P(( Operation *op ));
864 LDAP_SLAPD_F (Operation *) slap_op_alloc LDAP_P((
865         BerElement *ber, ber_int_t msgid,
866         ber_tag_t tag, ber_int_t id ));
867
868 LDAP_SLAPD_F (int) slap_op_add LDAP_P(( Operation **olist, Operation *op ));
869 LDAP_SLAPD_F (int) slap_op_remove LDAP_P(( Operation **olist, Operation *op ));
870 LDAP_SLAPD_F (Operation *) slap_op_pop LDAP_P(( Operation **olist ));
871
872 /*
873  * operational.c
874  */
875 LDAP_SLAPD_F (Attribute *) slap_operational_subschemaSubentry( Backend *be );
876 LDAP_SLAPD_F (Attribute *) slap_operational_hasSubordinate( int has );
877
878 /*
879  * overlays.c
880  */
881 LDAP_SLAPD_F (int) overlay_init( void );
882
883 /*
884  * passwd.c
885  */
886 LDAP_SLAPD_F (SLAP_EXTOP_MAIN_FN) passwd_extop;
887
888 LDAP_SLAPD_F (int) slap_passwd_check(
889         Connection                      *conn,
890         Attribute                       *attr,
891         struct berval           *cred,
892         const char                      **text );
893
894 LDAP_SLAPD_F (void) slap_passwd_generate( struct berval * );
895
896 LDAP_SLAPD_F (void) slap_passwd_hash(
897         struct berval           *cred,
898         struct berval           *hash,
899         const char              **text );
900
901 LDAP_SLAPD_F (void) slap_passwd_hash_type(
902         struct berval           *cred,
903         struct berval           *hash,
904         char                            *htype,
905         const char              **text );
906
907 LDAP_SLAPD_F (struct berval *) slap_passwd_return(
908         struct berval           *cred );
909
910 LDAP_SLAPD_F (int) slap_passwd_parse(
911         struct berval *reqdata,
912         struct berval *id,
913         struct berval *oldpass,
914         struct berval *newpass,
915         const char **text );
916
917 /*
918  * phonetic.c
919  */
920 LDAP_SLAPD_F (char *) phonetic LDAP_P(( char *s ));
921
922 /*
923  * referral.c
924  */
925 LDAP_SLAPD_F (int) validate_global_referral LDAP_P((
926         const char *url ));
927
928 LDAP_SLAPD_F (BerVarray) get_entry_referrals LDAP_P((
929         Operation *op, Entry *e ));
930
931 LDAP_SLAPD_F (BerVarray) referral_rewrite LDAP_P((
932         BerVarray refs,
933         struct berval *base,
934         struct berval *target,
935         int scope ));
936
937 LDAP_SLAPD_F (int) get_alias_dn LDAP_P((
938         Entry *e,
939         struct berval *ndn,
940         int *err,
941         const char **text ));
942
943 /*
944  * repl.c
945  */
946 LDAP_SLAPD_F (int) add_replica_info LDAP_P(( Backend *be,
947         const char *host ));
948 LDAP_SLAPD_F (int) add_replica_suffix LDAP_P(( Backend *be,
949         int nr, const char *suffix ));
950 LDAP_SLAPD_F (int) add_replica_attrs LDAP_P(( Backend *be,
951         int nr, char *attrs, int exclude ));
952 LDAP_SLAPD_F (void) replog LDAP_P(( Operation *op ));
953
954 /*
955  * result.c
956  */
957 LDAP_SLAPD_F (void) slap_send_ldap_result LDAP_P(( Operation *op, SlapReply *rs ));
958 LDAP_SLAPD_F (void) send_ldap_sasl LDAP_P(( Operation *op, SlapReply *rs ));
959 LDAP_SLAPD_F (void) send_ldap_disconnect LDAP_P(( Operation *op, SlapReply *rs ));
960 LDAP_SLAPD_F (void) slap_send_ldap_extended LDAP_P(( Operation *op, SlapReply *rs ));
961 LDAP_SLAPD_F (void) slap_send_ldap_intermediate LDAP_P(( Operation *op, SlapReply *rs ));
962 LDAP_SLAPD_F (void) slap_send_search_result LDAP_P(( Operation *op, SlapReply *rs ));
963 LDAP_SLAPD_F (int) slap_send_search_reference LDAP_P(( Operation *op, SlapReply *rs ));
964 LDAP_SLAPD_F (int) slap_send_search_entry LDAP_P(( Operation *op, SlapReply *rs ));
965 LDAP_SLAPD_F (int) slap_null_cb LDAP_P(( Operation *op, SlapReply *rs ));
966 LDAP_SLAPD_F (int) slap_freeself_cb LDAP_P(( Operation *op, SlapReply *rs ));
967 LDAP_SLAPD_F (int) slap_replog_cb LDAP_P(( Operation *op, SlapReply *rs ));
968
969 LDAP_SLAPD_V( const struct berval ) slap_pre_read_bv;
970 LDAP_SLAPD_V( const struct berval ) slap_post_read_bv;
971 LDAP_SLAPD_F (int) slap_read_controls LDAP_P(( Operation *op, SlapReply *rs,
972         Entry *e, const struct berval *oid, LDAPControl **ctrl ));
973
974 LDAP_SLAPD_F (int) str2result LDAP_P(( char *s,
975         int *code, char **matched, char **info ));
976 LDAP_SLAPD_F (int) slap_map_api2result LDAP_P(( SlapReply *rs ));
977
978 /*
979  * root_dse.c
980  */
981 LDAP_SLAPD_F (int) root_dse_info LDAP_P((
982         Connection *conn,
983         Entry **e,
984         const char **text ));
985
986 LDAP_SLAPD_F (int) read_root_dse_file LDAP_P((
987         const char *file));
988
989 /*
990  * sasl.c
991  */
992 LDAP_SLAPD_F (int) slap_sasl_init(void);
993 LDAP_SLAPD_F (char *) slap_sasl_secprops( const char * );
994 LDAP_SLAPD_F (int) slap_sasl_destroy(void);
995
996 LDAP_SLAPD_F (int) slap_sasl_open( Connection *c, int reopen );
997 LDAP_SLAPD_F (char **) slap_sasl_mechs( Connection *c );
998
999 LDAP_SLAPD_F (int) slap_sasl_external( Connection *c,
1000         slap_ssf_t ssf, /* relative strength of external security */
1001         struct berval *authid );        /* asserted authenication id */
1002
1003 LDAP_SLAPD_F (int) slap_sasl_reset( Connection *c );
1004 LDAP_SLAPD_F (int) slap_sasl_close( Connection *c );
1005
1006 LDAP_SLAPD_F (int) slap_sasl_bind LDAP_P(( Operation *op, SlapReply *rs ));
1007
1008 LDAP_SLAPD_F (int) slap_sasl_setpass(
1009         Operation       *op,
1010         SlapReply       *rs );
1011
1012 LDAP_SLAPD_F (int) slap_sasl_config(
1013         int cargc,
1014         char **cargv,
1015         char *line,
1016         const char *fname,
1017         int lineno );
1018
1019 LDAP_SLAPD_F (int) slap_sasl_getdn( Connection *conn, Operation *op,
1020         struct berval *id, char *user_realm, struct berval *dn, int flags );
1021
1022 /*
1023  * saslauthz.c
1024  */
1025 LDAP_SLAPD_F (int) slap_parse_user LDAP_P((
1026         struct berval *id, struct berval *user,
1027         struct berval *realm, struct berval *mech ));
1028 LDAP_SLAPD_F (int) slap_sasl_matches LDAP_P((
1029         Operation *op, BerVarray rules,
1030         struct berval *assertDN, struct berval *authc ));
1031 LDAP_SLAPD_F (void) slap_sasl2dn LDAP_P((
1032         Operation *op,
1033         struct berval *saslname,
1034         struct berval *dn,
1035         int flags ));
1036 LDAP_SLAPD_F (int) slap_sasl_authorized LDAP_P((
1037         Operation *op,
1038         struct berval *authcid,
1039         struct berval *authzid ));
1040 LDAP_SLAPD_F (int) slap_sasl_regexp_config LDAP_P((
1041         const char *match, const char *replace ));
1042 LDAP_SLAPD_F (int) slap_sasl_setpolicy LDAP_P(( const char * ));
1043 #ifdef SLAP_AUTH_REWRITE
1044 LDAP_SLAPD_F (int) slap_sasl_rewrite_config LDAP_P(( 
1045         const char *fname,
1046         int lineno,
1047         int argc, 
1048         char **argv ));
1049 #endif /* SLAP_AUTH_REWRITE */
1050
1051 /*
1052  * schema.c
1053  */
1054 LDAP_SLAPD_F (int) schema_info LDAP_P(( Entry **entry, const char **text ));
1055
1056 /*
1057  * schema_check.c
1058  */
1059 LDAP_SLAPD_F( int ) oc_check_allowed(
1060         AttributeType *type,
1061         BerVarray oclist,
1062         ObjectClass *sc );
1063
1064 LDAP_SLAPD_F( int ) structural_class(
1065         BerVarray ocs,
1066         struct berval *scbv,
1067         ObjectClass **sc,
1068         const char **text,
1069         char *textbuf, size_t textlen );
1070
1071 LDAP_SLAPD_F( int ) entry_schema_check(
1072         Backend *be, Entry *e, Attribute *attrs,
1073         const char** text,
1074         char *textbuf, size_t textlen );
1075
1076 LDAP_SLAPD_F( int ) mods_structural_class(
1077         Modifications *mods,
1078         struct berval *oc,
1079         const char** text,
1080         char *textbuf, size_t textlen );
1081
1082 /*
1083  * schema_init.c
1084  */
1085 LDAP_SLAPD_V( int ) schema_init_done;
1086 LDAP_SLAPD_F (int) slap_schema_init LDAP_P((void));
1087 LDAP_SLAPD_F (void) schema_destroy LDAP_P(( void ));
1088
1089 LDAP_SLAPD_F( slap_mr_indexer_func ) octetStringIndexer;
1090 LDAP_SLAPD_F( slap_mr_filter_func ) octetStringFilter;
1091
1092
1093 /*
1094  * schema_prep.c
1095  */
1096 LDAP_SLAPD_V( struct slap_internal_schema ) slap_schema;
1097 LDAP_SLAPD_F (int) slap_schema_load LDAP_P((void));
1098 LDAP_SLAPD_F (int) slap_schema_check LDAP_P((void));
1099
1100 /*
1101  * schemaparse.c
1102  */
1103 LDAP_SLAPD_F( int ) slap_valid_descr( const char * );
1104
1105 LDAP_SLAPD_F (int) parse_cr LDAP_P((
1106         const char *fname, int lineno, char *line, char **argv ));
1107 LDAP_SLAPD_F (int) parse_oc LDAP_P((
1108         const char *fname, int lineno, char *line, char **argv ));
1109 LDAP_SLAPD_F (int) parse_at LDAP_P((
1110         const char *fname, int lineno, char *line, char **argv ));
1111 LDAP_SLAPD_F (char *) scherr2str LDAP_P((int code)) LDAP_GCCATTR((const));
1112 LDAP_SLAPD_F (int) dscompare LDAP_P(( const char *s1, const char *s2del,
1113         char delim ));
1114
1115 /*
1116  * sessionlog.c
1117  */
1118 LDAP_SLAPD_F (int) slap_send_session_log LDAP_P((
1119                                         Operation *, Operation *, SlapReply *));
1120 LDAP_SLAPD_F (int) slap_add_session_log LDAP_P((
1121                                         Operation *, Operation *, Entry * ));
1122
1123 /*
1124  * sl_malloc.c
1125  */
1126 LDAP_SLAPD_F (void *) slap_sl_malloc LDAP_P((
1127         ber_len_t size, void *ctx ));
1128 LDAP_SLAPD_F (void *) slap_sl_realloc LDAP_P((
1129         void *block, ber_len_t size, void *ctx ));
1130 LDAP_SLAPD_F (void *) slap_sl_calloc LDAP_P((
1131         ber_len_t nelem, ber_len_t size, void *ctx ));
1132 LDAP_SLAPD_F (void) slap_sl_free LDAP_P((
1133         void *, void *ctx ));
1134
1135 LDAP_SLAPD_V (BerMemoryFunctions) slap_sl_mfuncs;
1136
1137 LDAP_SLAPD_F (void) slap_sl_mem_init LDAP_P(( void ));
1138 LDAP_SLAPD_F (void *) slap_sl_mem_create LDAP_P(( ber_len_t size, void *ctx ));
1139 LDAP_SLAPD_F (void) slap_sl_mem_detach LDAP_P(( void *ctx, void *memctx ));
1140 LDAP_SLAPD_F (void) slap_sl_mem_destroy LDAP_P(( void *key, void *data ));
1141 LDAP_SLAPD_F (void *) slap_sl_context LDAP_P(( void *ptr ));
1142
1143 /*
1144  * starttls.c
1145  */
1146 LDAP_SLAPD_F (SLAP_EXTOP_MAIN_FN) starttls_extop;
1147
1148 /*
1149  * str2filter.c
1150  */
1151 LDAP_SLAPD_F (Filter *) str2filter LDAP_P(( const char *str ));
1152 LDAP_SLAPD_F (Filter *) str2filter_x LDAP_P(( Operation *op, const char *str ));
1153
1154 /*
1155  * syncrepl.c
1156  */
1157
1158 LDAP_SLAPD_V (struct runqueue_s) syncrepl_rq;
1159
1160 LDAP_SLAPD_F (void) init_syncrepl LDAP_P((syncinfo_t *));
1161 LDAP_SLAPD_F (void*) do_syncrepl LDAP_P((void *, void *));
1162 LDAP_SLAPD_F (int) syncrepl_message_to_entry LDAP_P((
1163                                         syncinfo_t *, Operation *, LDAPMessage *,
1164                                         Modifications **, Entry **, int ));
1165 LDAP_SLAPD_F (int) syncrepl_entry LDAP_P((
1166                                         syncinfo_t *, Operation*, Entry*,
1167                                         Modifications*,int, struct berval*,
1168                                         struct sync_cookie * ));
1169 LDAP_SLAPD_F (void) syncrepl_updateCookie LDAP_P((
1170                                         syncinfo_t *, Operation *, struct berval *,
1171                                         struct sync_cookie * ));
1172 LDAP_SLAPD_F (void)  syncrepl_add_glue LDAP_P(( 
1173                                         Operation*, Entry* ));
1174 LDAP_SLAPD_F (Entry*) slap_create_syncrepl_entry LDAP_P((
1175                                         Backend *, struct berval *,
1176                                         struct berval *, struct berval * ));
1177 LDAP_SLAPD_F (struct berval *) slap_uuidstr_from_normalized LDAP_P((
1178                                         struct berval *, struct berval *, void * ));
1179 LDAP_SLAPD_F (int) syncrepl_isupdate LDAP_P(( Operation * ));
1180 LDAP_SLAPD_F (int) syncrepl_isupdate_dn LDAP_P(( Backend *, struct berval * ));
1181
1182 /* syntax.c */
1183 LDAP_SLAPD_F (Syntax *) syn_find LDAP_P((
1184         const char *synname ));
1185 LDAP_SLAPD_F (Syntax *) syn_find_desc LDAP_P((
1186         const char *syndesc, int *slen ));
1187 LDAP_SLAPD_F (int) syn_add LDAP_P((
1188         LDAPSyntax *syn,
1189         slap_syntax_defs_rec *def,
1190         const char **err ));
1191 LDAP_SLAPD_F (void) syn_destroy LDAP_P(( void ));
1192
1193 LDAP_SLAPD_F (int) register_syntax LDAP_P((
1194         slap_syntax_defs_rec *def ));
1195
1196 LDAP_SLAPD_F (int) syn_schema_info( Entry *e );
1197
1198 /*
1199  * user.c
1200  */
1201 #if defined(HAVE_PWD_H) && defined(HAVE_GRP_H)
1202 LDAP_SLAPD_F (void) slap_init_user LDAP_P(( char *username, char *groupname ));
1203 #endif
1204
1205 /*
1206  * value.c
1207  */
1208 LDAP_SLAPD_F (int) asserted_value_validate_normalize LDAP_P((
1209         AttributeDescription *ad,
1210         MatchingRule *mr,
1211         unsigned usage,
1212         struct berval *in,
1213         struct berval *out,
1214         const char ** text,
1215         void *ctx ));
1216
1217 LDAP_SLAPD_F (int) value_match LDAP_P((
1218         int *match,
1219         AttributeDescription *ad,
1220         MatchingRule *mr,
1221         unsigned flags,
1222         struct berval *v1,
1223         void *v2,
1224         const char ** text ));
1225 LDAP_SLAPD_F (int) value_find_ex LDAP_P((
1226         AttributeDescription *ad,
1227         unsigned flags,
1228         BerVarray values,
1229         struct berval *value,
1230         void *ctx ));
1231
1232 LDAP_SLAPD_F (int) value_add LDAP_P((
1233         BerVarray *vals,
1234         BerVarray addvals ));
1235 LDAP_SLAPD_F (int) value_add_one LDAP_P((
1236         BerVarray *vals,
1237         struct berval *addval ));
1238
1239 /* assumes (x) > (y) returns 1 if true, 0 otherwise */
1240 #define SLAP_PTRCMP(x, y) ((x) < (y) ? -1 : (x) > (y))
1241
1242 /*
1243  * Other...
1244  */
1245 LDAP_SLAPD_V(unsigned) num_subordinates;
1246
1247 LDAP_SLAPD_V (ber_len_t) sockbuf_max_incoming;
1248 LDAP_SLAPD_V (ber_len_t) sockbuf_max_incoming_auth;
1249 LDAP_SLAPD_V (int)              slap_conn_max_pending;
1250 LDAP_SLAPD_V (int)              slap_conn_max_pending_auth;
1251
1252 LDAP_SLAPD_V (slap_mask_t)      global_restrictops;
1253 LDAP_SLAPD_V (slap_mask_t)      global_allows;
1254 LDAP_SLAPD_V (slap_mask_t)      global_disallows;
1255 LDAP_SLAPD_V (slap_mask_t)      global_requires;
1256 LDAP_SLAPD_V (slap_ssf_set_t)   global_ssf_set;
1257
1258 LDAP_SLAPD_V (BerVarray)                default_referral;
1259 LDAP_SLAPD_V (char *)           replogfile;
1260 LDAP_SLAPD_V (const char)       Versionstr[];
1261 LDAP_SLAPD_V (struct slap_limits_set)           deflimit;
1262
1263 LDAP_SLAPD_V (slap_access_t)    global_default_access;
1264 LDAP_SLAPD_V (int)              global_gentlehup;
1265 LDAP_SLAPD_V (int)              global_idletimeout;
1266 LDAP_SLAPD_V (int)              global_schemacheck;
1267 LDAP_SLAPD_V (char *)   global_host;
1268 LDAP_SLAPD_V (char *)   global_realm;
1269 LDAP_SLAPD_V (char **)  default_passwd_hash;
1270 LDAP_SLAPD_V (int)              lber_debug;
1271 LDAP_SLAPD_V (int)              ldap_syslog;
1272 LDAP_SLAPD_V (struct berval)    default_search_base;
1273 LDAP_SLAPD_V (struct berval)    default_search_nbase;
1274
1275 LDAP_SLAPD_V (struct berval)    global_schemadn;
1276 LDAP_SLAPD_V (struct berval)    global_schemandn;
1277
1278 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  num_sent_mutex;
1279 LDAP_SLAPD_V (unsigned long)            num_bytes_sent;
1280 LDAP_SLAPD_V (unsigned long)            num_pdu_sent;
1281 LDAP_SLAPD_V (unsigned long)            num_entries_sent;
1282 LDAP_SLAPD_V (unsigned long)            num_refs_sent;
1283
1284 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  num_ops_mutex;
1285 LDAP_SLAPD_V (unsigned long)            num_ops_completed;
1286 LDAP_SLAPD_V (unsigned long)            num_ops_initiated;
1287 #ifdef SLAPD_MONITOR
1288 LDAP_SLAPD_V (unsigned long)            num_ops_completed_[SLAP_OP_LAST];
1289 LDAP_SLAPD_V (unsigned long)            num_ops_initiated_[SLAP_OP_LAST];
1290 #endif /* SLAPD_MONITOR */
1291
1292 LDAP_SLAPD_V (char *)           slapd_pid_file;
1293 LDAP_SLAPD_V (char *)           slapd_args_file;
1294 LDAP_SLAPD_V (time_t)           starttime;
1295
1296 /* use time(3) -- no mutex */
1297 #define slap_get_time() time( NULL )
1298
1299 LDAP_SLAPD_V (ldap_pvt_thread_pool_t)   connection_pool;
1300 LDAP_SLAPD_V (int)                      connection_pool_max;
1301
1302 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  entry2str_mutex;
1303 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  replog_mutex;
1304
1305 #if defined( SLAPD_CRYPT ) || defined( SLAPD_SPASSWD )
1306 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  passwd_mutex;
1307 #endif
1308 #ifndef HAVE_GMTIME_R
1309 LDAP_SLAPD_V (ldap_pvt_thread_mutex_t)  gmtime_mutex;
1310 #endif
1311
1312 LDAP_SLAPD_V (AccessControl *) global_acl;
1313
1314 LDAP_SLAPD_V (ber_socket_t)     dtblsize;
1315
1316 LDAP_SLAPD_V (int)              use_reverse_lookup;
1317
1318 LDAP_SLAPD_V (struct berval)    AllUser;
1319 LDAP_SLAPD_V (struct berval)    AllOper;
1320 LDAP_SLAPD_V (struct berval)    NoAttrs;
1321
1322 /*
1323  * operations
1324  */
1325 LDAP_SLAPD_F (int) do_abandon LDAP_P((Operation *op, SlapReply *rs));
1326 LDAP_SLAPD_F (int) do_add LDAP_P((Operation *op, SlapReply *rs));
1327 LDAP_SLAPD_F (int) do_bind LDAP_P((Operation *op, SlapReply *rs));
1328 LDAP_SLAPD_F (int) do_compare LDAP_P((Operation *op, SlapReply *rs));
1329 LDAP_SLAPD_F (int) do_delete LDAP_P((Operation *op, SlapReply *rs));
1330 LDAP_SLAPD_F (int) do_modify LDAP_P((Operation *op, SlapReply *rs));
1331 LDAP_SLAPD_F (int) do_modrdn LDAP_P((Operation *op, SlapReply *rs));
1332 LDAP_SLAPD_F (int) do_search LDAP_P((Operation *op, SlapReply *rs));
1333 LDAP_SLAPD_F (int) do_unbind LDAP_P((Operation *op, SlapReply *rs));
1334 LDAP_SLAPD_F (int) do_extended LDAP_P((Operation *op, SlapReply *rs));
1335
1336 LDAP_END_DECL
1337
1338 #endif /* PROTO_SLAP_H */
1339