openldap/servers/slapd/overlays
2007-12-14 19:02:44 +00:00
..
accesslog.c Omit auditContext when sync control is present 2007-12-08 17:03:47 +00:00
auditlog.c cleanup 2007-11-27 20:58:19 +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
dds.c don't try to count non-expired entries if database does not exist (ITS#5267) 2007-12-08 21:57:22 +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 Fix depend dependency for parallel make 2007-10-20 04:29:11 +00:00
memberof.c save old values when deleting (ITS#5258; not optimal) 2007-12-06 12:29:04 +00:00
overlays.c
pcache.c silence warnings 2007-11-23 12:47:53 +00:00
ppolicy.c let c_conn_idx be -1 (ITS#5235?) 2007-11-17 13:39:19 +00:00
README
refint.c
retcode.c
rwm.c
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 ITS#5268 omit contextCSN when replicating 2007-12-08 17:45:10 +00:00
translucent.c ITS#5283 add remote/local attribute lists, search both local and remote 2007-12-14 19:02:44 +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.