openldap/servers/slapd/overlays
Pierangelo Masarati 5cf95c5b30 fix length
2008-11-18 00:12:22 +00:00
..
accesslog.c Warning cleanup: Remove no-op bv_len < 0 and bv_len >= 0 tests 2008-10-17 17:40:48 +00:00
auditlog.c make stamp a long no matter what time_t is, to print it accordingly (ITS#5441) 2008-03-29 16:22:50 +00:00
collect.c ITS#5747: Simplify previous fix. Just use the struct hack. 2008-10-17 21:58:09 +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 don't free and reuse filter structure; don't rewrite undefined filter values (ITS#5731,ITS#5732) 2008-10-09 22:34:43 +00:00
deref.c fix dangling pointer issue; cleanup as early as possible 2008-10-26 19:24:10 +00:00
dyngroup.c Happy New Year (belated) 2008-01-08 00:19:56 +00:00
dynlist.c fix length 2008-11-18 00:12:22 +00:00
Makefile.in add support for (experimental) dereference control (ITS#5768); need to re-run autoconf (and autoheader?) 2008-10-22 22:19:49 +00:00
memberof.c s/o_dn/o_ndn/ (ITS#5622) 2008-07-19 11:27:10 +00:00
overlays.c Happy New Year (belated) 2008-01-08 00:19:56 +00:00
pcache.c ITS#5572 retrieve main DB's ACL before relevant operations 2008-11-11 22:10:28 +00:00
ppolicy.c ITS#5770: Fix unaligned BerElements: Use BerElementBuffer, not char[size]. 2008-10-24 17:52:05 +00:00
README Add note about contrib/slapd-modules 2006-01-25 22:12:16 +00:00
refint.c allow to customize the modifiersName of internal modifications (partially addresses ITS#5505) 2008-05-24 11:57:18 +00:00
retcode.c don't free and reuse filter structure; don't rewrite undefined filter values (ITS#5731,ITS#5732) 2008-10-09 22:34:43 +00:00
rwm.c address ITS#5773 for slapo-rwm(); needs work 2008-10-26 20:47:11 +00:00
rwm.h normalize rewritten DN-valued attrs (ITS#5772) 2008-10-26 19:29:36 +00:00
rwmconf.c make sure objectClass is not filtered out by 'rwm-map attribute *' (ITS#5647) 2008-08-09 10:49:20 +00:00
rwmdn.c Happy New Year (belated) 2008-01-08 00:19:56 +00:00
rwmmap.c normalize rewritten DN-valued attrs (ITS#5772) 2008-10-26 19:29:36 +00:00
seqmod.c Happy New Year (belated) 2008-01-08 00:19:56 +00:00
slapover.txt bvalue cleanup 2004-04-08 06:49:17 +00:00
syncprov.c ITS#5710 fix stupid updateCookie hack, use explicit o_dont_replicate flag 2008-11-06 21:10:25 +00:00
translucent.c ITS#5572 retrieve main DB's ACL before relevant operations 2008-11-11 22:10:28 +00:00
unique.c don't free and reuse filter structure; don't rewrite undefined filter values (ITS#5731,ITS#5732) 2008-10-09 22:34:43 +00:00
valsort.c Happy New Year (belated) 2008-01-08 00:19:56 +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.