openldap/servers/slapd/overlays
Luke Howard 71d76fbeba slap_mods2entry() should not zero pointers into the modifications
list because checking is performed on these, rather than the entry.

slap_mods_free() now takes an extra argument indicating whether to
free the values or not.
2005-08-01 02:16:02 +00:00
..
accesslog.c Silence warnings 2005-07-14 19:32:21 +00:00
auditlog.c ITS#3691 import auditlog overlay 2005-06-07 03:03:18 +00:00
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 Silence warnings 2005-07-14 19:32:21 +00:00
Makefile.in add support for connection_init/destroy and retcode overlay 2005-06-19 22:42:12 +00:00
overlays.c add support for connection_init/destroy and retcode overlay 2005-06-19 22:42:12 +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 Remove spurious printf argument 2005-07-17 12:17:54 +00:00
rwm.c rs->sr_flags should be saved in variables of type slap_mask_t, not int. 2005-07-22 13:28:49 +00:00
rwm.h
rwmconf.c more on strict config parsing (ITS#3705) 2005-05-06 16:42:03 +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 silence warning 2005-07-25 23:06:12 +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.