openldap/servers/slapd/tools
Pierangelo Masarati 5fdba27288 This is the skeleton of back-monitor, the slapd monitoring backend.
The old monitoring stuff has been removed; the new backend is
enabled by using --enable-monitor at configure time and requires

	database monitor

in slapd.conf to be activated.  At present it implements a subset
of the old monitoring options, and it should be extendable to
a number of different subsystems.  The search operation has been
implementd; it does not honor abandon or size/time limits, though.
The compare and the abandon operations are planned.

Copyright Pierangelo Masarati <ando@sys-net.it>; the code is provided
AS IS with NO GUARANTEE.  It can be used and distributed under the
conditions stated by the OpenLDAP Public License.
2001-07-14 17:34:24 +00:00
..
Makefile.in moved some slap_mods_* functions into mods.c, so mods.o can be included 2001-07-07 09:13:05 +00:00
mimic.c This is the skeleton of back-monitor, the slapd monitoring backend. 2001-07-14 17:34:24 +00:00
slapadd.c Forbid empty ("") dn! (followup 5 to ITS#1173) 2001-07-09 10:35:43 +00:00
slapadd.dsp Misc updates for NT4 2001-06-15 04:16:55 +00:00
slapcat.c Fix callback check logic 2000-08-21 03:08:01 +00:00
slapcat.dsp Misc updates for NT4 2001-06-15 04:16:55 +00:00
slapcommon.c First-cut at manageDSAit-aware backend selection. 2000-10-21 03:29:02 +00:00
slapcommon.h Remove -s (noschemacheck in favor of using global_schemacheck) 2000-09-17 20:40:43 +00:00
slapindex.c Fix the logic for checking if backend DB has all necessary functions. 2000-08-18 16:58:46 +00:00
slapindex.dsp Misc updates for NT4 2001-06-15 04:16:55 +00:00
slappasswd.c Misc updates to password codes / docs 2001-06-13 05:40:24 +00:00