openldap/servers/slapd/overlays
Ralf Haferkamp 9e3517595d Plugged memory leak. Syncentry wasn't free'd when sending
LDAP_SYNC_NEW_COOKIE intermediate results. (ITS#6459)
2010-01-21 13:33:21 +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
dds.c Use fake_init2 in db_open/db_close since they can execute from a 2009-11-15 10:38:13 +00:00
deref.c
dyngroup.c
dynlist.c remove REP_ENTRY_MUSTRELEASE when copying (ITS#6423) 2009-12-08 18:47:17 +00:00
Makefile.in Add sssvlv to build system 2009-07-13 13:35:30 +00:00
memberof.c trim unnecessary test 2009-11-16 10:02:47 +00:00
overlays.c
pcache.c Fix rev 1.200 commit: C90 forbids mixed declarations and code 2009-11-23 16:04:00 +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 allow direct insert/delete of olcRwmMap (ITS#6436) 2009-12-21 18:58:21 +00:00
rwm.h
rwmconf.c
rwmdn.c
rwmmap.c
seqmod.c
slapover.txt
sssvlv.c ITS#6288 don't deref sort control if it wasn't set 2009-09-29 03:10:03 +00:00
syncprov.c Plugged memory leak. Syncentry wasn't free'd when sending 2010-01-21 13:33:21 +00:00
translucent.c ITS#6403: reset 'entry' output argument to overlay_entry_get_ov() 2009-11-29 19:53:01 +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.