openldap/servers/slapd/overlays
2007-10-08 07:37:53 +00:00
..
accesslog.c first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred. In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently 2007-09-29 17:55:33 +00:00
auditlog.c
collect.c first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred. In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently 2007-09-29 17:55:33 +00:00
constraint.c
dds.c More for Mod.sm_numvals 2007-09-24 05:30:53 +00:00
dyngroup.c
dynlist.c first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred. In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently 2007-09-29 17:55:33 +00:00
Makefile.in
memberof.c Preliminary sorted value support 2007-09-24 01:31:23 +00:00
overlays.c
pcache.c ITS#5173 simplify defer open behavior 2007-10-08 07:37:53 +00:00
ppolicy.c Attribute/Modification value counters 2007-09-21 08:43:56 +00:00
README
refint.c More for Modification value counter 2007-09-21 09:34:31 +00:00
retcode.c
rwm.c Partially revert prev commit, unintended. 2007-09-24 05:30:36 +00:00
rwm.h
rwmconf.c
rwmdn.c
rwmmap.c de-normalize simple filter values consistently 2007-10-05 09:49:19 +00:00
seqmod.c
slapover.txt
syncprov.c Don't queue zero-length CSNs 2007-10-02 23:51:40 +00:00
translucent.c ITS#5173 simplify defer open behavior 2007-10-08 07:37:53 +00:00
unique.c first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred. In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently 2007-09-29 17:55:33 +00:00
valsort.c first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred. In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently 2007-09-29 17:55:33 +00:00

This directory contains a number of SLAPD overlays, some
project-maintained, some not.  Some are generally usable,
others are purely experimental.  Additional overlays can
be found in the contrib/slapd-modules directory.