openldap/servers/slapd/overlays
Howard Chu 0e00a1af79 ITS#3456 - omit FIND_MAXCSN call from syncprov_db_open. Will probably
delete all associated code soon; since the maxcsn will be updated as
soon as any write op occurs, it's no big deal for this to be out of date.
Also, since the maxcsn will get checkpointed on close, it will only get
out of date on an actual slapd crash, which is hopefully too rare to
worry about.
2005-06-30 03:42:51 +00:00
..
accesslog.c silence warning 2005-06-15 18:00:49 +00:00
auditlog.c ITS#3691 import auditlog overlay 2005-06-07 03:03:18 +00:00
collect.c Happy New Year! 2005-01-01 20:49:32 +00:00
denyop.c Happy New Year! 2005-01-01 20:49:32 +00:00
dyngroup.c In backend_group, return LDAP_COMPARE_FALSE if attr exists but value is 2005-05-04 06:28:27 +00:00
dynlist.c exit on error 2005-05-23 21:59:14 +00:00
glue.c Fix tool startup, don't start main backend twice 2005-04-26 00:46:00 +00:00
lastmod.c Add slap_timestamp(), use mutex in slap_get_csn() 2005-06-07 04:12:14 +00:00
Makefile.in add support for connection_init/destroy and retcode overlay 2005-06-19 22:42:12 +00:00
overlays.c add support for connection_init/destroy and retcode overlay 2005-06-19 22:42:12 +00:00
pcache.c Add SLAP_MOD_INTERNAL flag to Modifications, allow internal ops to bypass 2005-06-04 09:44:39 +00:00
ppolicy.c ITS#3779 fix pwdLockoutDuration handling 2005-06-15 21:21:12 +00:00
README Seems all overlays are going here (at present) 2004-03-20 23:10:58 +00:00
refint.c Add SLAP_MOD_INTERNAL flag to Modifications, allow internal ops to bypass 2005-06-04 09:44:39 +00:00
retcode.c don't try to lookup the rootdn; handle errors separately 2005-06-25 15:05:02 +00:00
rwm.c add support for connection_init/destroy and retcode overlay 2005-06-19 22:42:12 +00:00
rwm.h honor T-F filters (ITS#3706) 2005-05-04 23:57:33 +00:00
rwmconf.c more on strict config parsing (ITS#3705) 2005-05-06 16:42:03 +00:00
rwmdn.c don't use temporaries 2005-04-26 00:33:43 +00:00
rwmmap.c fix ITS#3785: do our best to deal with invalid filters... 2005-06-16 19:27:03 +00:00
seqmod.c Happy New Year! 2005-01-01 20:49:32 +00:00
slapover.txt bvalue cleanup 2004-04-08 06:49:17 +00:00
syncprov.c ITS#3456 - omit FIND_MAXCSN call from syncprov_db_open. Will probably 2005-06-30 03:42:51 +00:00
translucent.c fix interaction with table-driven config of back-ldap (please review) 2005-05-23 07:25:45 +00:00
unique.c Ignore matches from the entry being modified 2005-03-13 23:18:49 +00:00

This directory contains a number of SLAPD overlays, some
project-maintained, some not.  Some are generally usable,
others are purely experimental.