openldap/servers/slapd/overlays
2010-04-08 17:24:44 +00:00
..
accesslog.c ITS#6400 clarify... 2009-11-24 03:41:24 +00:00
auditlog.c fix LDIF comment when modifying (ITS#6286) 2009-09-08 04:40:24 +00:00
collect.c guard against simultaneous REP_ENTRY_MUSTRELEASE and REP_ENTRY_MODIFIABLE (related to ITS#6423) 2009-12-08 20:53:39 +00:00
constraint.c return LDAP_OTHER if the filter cannot be parsed (ITS#5751) 2008-10-19 21:23:06 +00:00
dds.c check for NULL backend (ITS#6490) 2010-03-22 21:48:25 +00:00
deref.c ITS#6056 pagedresults stacked control is not overlay-friendly, add 2009-04-15 10:34:24 +00:00
dyngroup.c Update copyright notices 2009-01-22 00:40:04 +00:00
dynlist.c reduce code duplication 2010-02-12 08:55:34 +00:00
Makefile.in Add sssvlv to build system 2009-07-13 13:35:30 +00:00
memberof.c keep attrs count consistent (ITS#6508) 2010-04-08 17:24:44 +00:00
overlays.c Update copyright notices 2009-01-22 00:40:04 +00:00
pcache.c check for NULL backend (ITS#6490) 2010-03-22 21:48:25 +00:00
ppolicy.c Implement policy checks on compare op 2009-10-15 07:11:39 +00:00
README
refint.c Plug leak in prev commit 2009-06-05 01:25:35 +00:00
retcode.c check result of str2filter; syncrepl: can be broken; retcode: can't; pcache: shouldn't (ITS#6391) 2009-11-22 11:57:17 +00:00
rwm.c ITS#6484 don't bypass other overlays' entry_release handler 2010-03-03 23:36:29 +00:00
rwm.h fix ITS#6057 2009-04-15 10:46:11 +00:00
rwmconf.c Update copyright notices 2009-01-22 00:40:04 +00:00
rwmdn.c Update copyright notices 2009-01-22 00:40:04 +00:00
rwmmap.c cleanup (related to ITS#5760) 2009-02-15 22:16:21 +00:00
seqmod.c Update copyright notices 2009-01-22 00:40:04 +00:00
slapover.txt
sssvlv.c plugged one time memory leak (found with valgrind) 2010-01-22 18:01:25 +00:00
syncprov.c Plugged memory leak. Syncentry wasn't free'd when sending 2010-01-21 13:33:21 +00:00
translucent.c increment counter (ITS#6497) 2010-03-23 20:33:06 +00:00
unique.c ITS#6270, refix patch from ITS#5511 2009-11-30 06:07:22 +00:00
valsort.c guard against simultaneous REP_ENTRY_MUSTRELEASE and REP_ENTRY_MODIFIABLE (related to ITS#6423) 2009-12-08 20:53:39 +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.