version 1.14, 2007/08/03 10:02:09
|
version 1.15, 2007/11/23 11:47:53
|
Line 1
|
Line 1
|
/* auditlog.c - log modifications for audit/history purposes */ |
/* auditlog.c - log modifications for audit/history purposes */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/auditlog.c,v 1.13 2007/07/25 15:21:06 ralf Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/auditlog.c,v 1.14 2007/08/03 10:02:09 ralf Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 2005-2007 The OpenLDAP Foundation. |
* Copyright 2005-2007 The OpenLDAP Foundation. |
Line 224 auditlog_db_destroy(
|
Line 224 auditlog_db_destroy(
|
return 0; |
return 0; |
} |
} |
|
|
|
#if 0 |
static int |
static int |
auditlog_config( |
auditlog_config( |
BackendDB *be, |
BackendDB *be, |
Line 249 auditlog_config(
|
Line 250 auditlog_config(
|
} |
} |
return SLAP_CONF_UNKNOWN; |
return SLAP_CONF_UNKNOWN; |
} |
} |
|
#endif /* 0 */ |
|
|
int auditlog_initialize() { |
int auditlog_initialize() { |
int rc; |
int rc; |