openldap/servers/slapd/overlays
2005-08-01 22:40:18 +00:00
..
accesslog.c
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 silence warning(s) 2005-07-25 20:50:33 +00:00
lastmod.c
Makefile.in
overlays.c Add static build for accesslog 2005-08-01 22:02:23 +00:00
pcache.c slap_mods2entry() should not zero pointers into the modifications 2005-08-01 02:16:02 +00:00
ppolicy.c slap_mods2entry() should not zero pointers into the modifications 2005-08-01 02:16:02 +00:00
README
refint.c slap_mods2entry() should not zero pointers into the modifications 2005-08-01 02:16:02 +00:00
retcode.c
rwm.c plug leaks; fix map initialization 2005-08-01 22:40:18 +00:00
rwm.h
rwmconf.c
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 assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +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

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