openldap/servers/slapd/overlays
2007-11-07 04:58:07 +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 Reworked recent backend API changes, now using a separate struct, 2007-08-03 12:02:07 +00:00
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 Reworked recent backend API changes, now using a separate struct, 2007-08-03 12:02:07 +00:00
dds.c More for Mod.sm_numvals 2007-09-24 05:30:53 +00:00
dyngroup.c Add cn=config support 2007-08-23 01:40:09 +00:00
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 Fix depend dependency for parallel make 2007-10-20 04:29:11 +00:00
memberof.c Preliminary sorted value support 2007-09-24 01:31:23 +00:00
overlays.c
pcache.c Fix prev commit, only defer open for online Add 2007-10-16 16:25:56 +00:00
ppolicy.c ITS#5146 better check for single val in modify 2007-11-07 04:58:07 +00:00
README
refint.c More for Modification value counter 2007-09-21 09:34:31 +00:00
retcode.c fix previous commit 2007-09-01 15:47:23 +00:00
rwm.c Partially revert prev commit, unintended. 2007-09-24 05:30:36 +00:00
rwm.h major improvement: baseline support for back-config; minor improvement: trim code to handle absence of librewrite (enable forced when slapo-rwm is configured...) 2007-07-14 16:18:44 +00:00
rwmconf.c major improvement: baseline support for back-config; minor improvement: trim code to handle absence of librewrite (enable forced when slapo-rwm is configured...) 2007-07-14 16:18:44 +00:00
rwmdn.c Protect Debug messages from NULL pointers 2007-09-01 13:35:34 +00:00
rwmmap.c de-normalize simple filter values consistently 2007-10-05 09:49:19 +00:00
seqmod.c Reworked recent backend API changes, now using a separate struct, 2007-08-03 12:02:07 +00:00
slapover.txt
syncprov.c ITS#5211 spec says we must ignore invalid cookies 2007-11-04 12:34:41 +00:00
translucent.c Fix prev commit, only defer open for online Add 2007-10-16 16:25:56 +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.