openldap/servers/slapd/overlays
2005-08-23 08:52:01 +00:00
..
accesslog.c Cleanup (unused variable ad_oldest) 2005-08-02 10:36:48 +00:00
auditlog.c
collect.c
denyop.c
dyngroup.c
dynlist.c rs->sr_flags should be saved in variables of type slap_mask_t, not int. 2005-07-22 13:28:49 +00:00
glue.c fix various leaks 2005-08-01 23:32:14 +00:00
lastmod.c Silence warnings 2005-07-14 19:32:21 +00:00
Makefile.in Add sorted values overlay 2005-08-23 08:47:38 +00:00
overlays.c Add valsort 2005-08-23 08:52:01 +00:00
pcache.c plug selected leaks at shutdown 2005-08-07 16:38:20 +00:00
ppolicy.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
README
refint.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
retcode.c cleanup 2005-08-20 19:50:59 +00:00
rwm.c allow noUserMod attrs write proxying when manageDIT is set (still to work in frontend for add) 2005-08-17 19:40:02 +00:00
rwm.h
rwmconf.c log the right string 2005-08-22 09:42:51 +00:00
rwmdn.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
rwmmap.c plug leaks; fix map initialization 2005-08-01 22:40:18 +00:00
seqmod.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
slapover.txt
syncprov.c ITS#3961 better fix - provide a context for the main thread. The context 2005-08-23 04:12:57 +00:00
translucent.c slap_mods2entry() should not zero pointers into the modifications 2005-08-01 02:16:02 +00:00
unique.c Remove unused variables. 2005-07-22 13:18:28 +00:00
valsort.c Add sorted values overlay 2005-08-23 08:47:38 +00:00

This directory contains a number of SLAPD overlays, some
project-maintained, some not.  Some are generally usable,
others are purely experimental.