summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/slapi-private.h
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-03-11 03:47:36 +0000
committerRich Megginson <rmeggins@redhat.com>2005-03-11 03:47:36 +0000
commit9667f84c94b16d51743bea68df24aeee57bf6f82 (patch)
tree3e4ac798dc26f0fb3c7883c88d83c5e254f08384 /ldap/servers/slapd/slapi-private.h
parent5a9fd42bc4bfc2ca4a4fad2f10881ea16cf504ea (diff)
downloadds-9667f84c94b16d51743bea68df24aeee57bf6f82.tar.gz
ds-9667f84c94b16d51743bea68df24aeee57bf6f82.tar.xz
ds-9667f84c94b16d51743bea68df24aeee57bf6f82.zip
This one is mostly strcpy/strcat checking, checking for null strings before strlen, removing some dead code, other odds and ends.
Diffstat (limited to 'ldap/servers/slapd/slapi-private.h')
-rw-r--r--ldap/servers/slapd/slapi-private.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/ldap/servers/slapd/slapi-private.h b/ldap/servers/slapd/slapi-private.h
index fc956615..05862cd6 100644
--- a/ldap/servers/slapd/slapi-private.h
+++ b/ldap/servers/slapd/slapi-private.h
@@ -585,19 +585,6 @@ typedef struct index_config
int system; /* marks this index as system */
}IndexConfig;
-int be_create_instance (const char *type, /* for now, must be "ldbm" */
- const char *name, /* gloably unique instance name */
- const char *root, /* backend root, i.e. o=mcom.com */
- int cache_size, /* cache size in bytes; 0 for default */
- IndexConfig *indexes, /* indexes in addition to standard */
- int index_count, /* number of elements in indexes */
- void *plugin_identity /* identity of the calling plugin */
- );
-int be_remove_instance (const char *type, /* for now, must be "ldbm" */
- const char *name, /* gloably unique instance name */
- void *plugin_identity /* identity of the calling plugin */
- );
-
void be_set_sizelimit(Slapi_Backend * be, int sizelimit);
void be_set_timelimit(Slapi_Backend * be, int timelimit);
@@ -1123,14 +1110,8 @@ int config_get_secureport( void );
char* get_localhost_DN( void );
char* get_localhost_DNS( void );
-int ref_array_replace(const char *dn, struct berval *referral, int write, int read);
-void ref_array_moddn(const char *dn, char *newrdn, Slapi_PBlock *pb);
-int ref_register_callback(int type, char *description,
- void (*cb)(Slapi_PBlock *, void *), void *cbData);
-int ref_remove_callback(char *description);
/* GGOODREPL get_data_source definition should move into repl DLL */
struct berval **get_data_source(Slapi_PBlock *pb, const Slapi_DN *sdn, int orc, void *cf_refs);
-/* Ref_Array *send_read_referrals(Slapi_PBlock *pb, int scope, char *dn, struct berval ***urls); */
/* JCMREPL - IFP and CFP should be defined centrally */
#ifndef _IFP