openldap/servers/slapd
2007-12-27 20:27:51 +00:00
..
back-bdb Support DB encryption 2007-12-15 19:07:41 +00:00
back-dnssrv uniformly exploit rootdn bind; add support for rootdn bind to backends that didn't have it (ITS#4962) 2007-08-16 09:38:15 +00:00
back-hdb Fix depend/.links dependency for parallel make 2007-10-20 04:24:15 +00:00
back-ldap fix typing warnings 2007-10-05 10:06:20 +00:00
back-ldif behave when the empty DN is used as database suffix (ITS#5265) 2007-12-11 16:59:40 +00:00
back-meta silence warnings 2007-11-23 12:47:53 +00:00
back-monitor fix declarations of buffers for numeric strings; other related cleanup 2007-12-15 15:23:23 +00:00
back-null Reworked recent backend API changes, now using a separate struct, 2007-08-03 12:02:07 +00:00
back-passwd happy new year 2007-01-02 20:00:42 +00:00
back-perl ITS#5102 fix 2007-09-01 00:28:07 +00:00
back-relay uniformly exploit rootdn bind; add support for rootdn bind to backends that didn't have it (ITS#4962) 2007-08-16 09:38:15 +00:00
back-shell let req_modify_s and req_modrdn_s have a common portion to interoperate within slap_mods_opattrs() (ITS#5093) 2007-08-16 09:48:53 +00:00
back-sock Require compare (not read) access to entry attr for compare ops 2007-12-27 00:51:45 +00:00
back-sql fix declarations of buffers for numeric strings; other related cleanup 2007-12-15 15:23:23 +00:00
overlays fix previous commit 2007-12-27 19:57:51 +00:00
schema ITS#5236 add 'countryName' alias back, should not have been dropped. 2007-12-13 08:30:12 +00:00
shell-backends 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
slapi silence warnings 2007-11-23 12:47:53 +00:00
abandon.c Concurrency tweaks: 2007-10-25 02:22:40 +00:00
aci.c Use attr_valfind instead of value_find_ex to optimize lookups 2007-09-24 05:02:31 +00:00
acl.c fix declarations of buffers for numeric strings; other related cleanup 2007-12-15 15:23:23 +00:00
aclparse.c fix declarations of buffers for numeric strings; other related cleanup 2007-12-15 15:23:23 +00:00
ad.c add anlist_free 2007-08-27 07:11:32 +00:00
add.c Preliminary sorted value support 2007-09-24 01:31:23 +00:00
alock.c ITS#5129 fix alock_close with Quick mode 2007-09-08 05:26:03 +00:00
alock.h ITS#5129 fix alock_close with Quick mode 2007-09-08 05:26:03 +00:00
at.c allow array of more generic syntaxes 2007-05-16 09:13:14 +00:00
attr.c silence warnings 2007-11-23 12:47:53 +00:00
ava.c happy new year 2007-01-02 20:00:42 +00:00
backend.c Use attr_valfind instead of value_find_ex to optimize lookups 2007-09-24 05:02:31 +00:00
backglue.c Fix prev commit, broke test033 2007-11-12 12:16:05 +00:00
backover.c pass ConfigReply to overlays; don't complain unless once-only overlays are instantiated multiple times 2007-12-27 17:36:39 +00:00
bconfig.c Convert back-sock to dynamic config 2007-12-24 05:18:25 +00:00
bind.c s/orb_tmp_mech/orb_mech/ 2007-08-16 09:29:45 +00:00
cancel.c Concurrency tweaks: 2007-10-25 02:22:40 +00:00
ch_malloc.c happy new year 2007-01-02 20:00:42 +00:00
compare.c Use attr_valfind instead of value_find_ex to optimize lookups 2007-09-24 05:02:31 +00:00
component.c happy new year 2007-01-02 20:00:42 +00:00
component.h happy new year 2007-01-02 20:00:42 +00:00
config.c Revert prev commit, different fix 2007-12-14 02:48:11 +00:00
config.h pass ConfigReply to overlays; don't complain unless once-only overlays are instantiated multiple times 2007-12-27 17:36:39 +00:00
connection.c ITS#5259 fix sasl_auxprop_store to allow cleanup after bindop is gone 2007-12-22 22:53:58 +00:00
controls.c ITS#5191 do all pagedresult control parsing in the frontend, don't 2007-11-01 15:11:22 +00:00
cr.c cleanup struct declarations 2007-03-20 01:07:10 +00:00
ctxcsn.c Unconditionalize gmtime_mutex, always use it when calling lutil_csnstr 2007-02-11 13:52:55 +00:00
daemon.c fix declarations of buffers for numeric strings; other related cleanup 2007-12-15 15:23:23 +00:00
DB_CONFIG DB_CONFIG.example URL wrong in comments (ITS#5288) 2007-12-18 12:50:27 +00:00
delete.c ITS#4375 rework statslog, debug log info 2007-07-23 03:51:42 +00:00
dn.c Protect Debug messages from NULL pointers 2007-09-01 13:35:34 +00:00
entry.c Log the attribute that failed normalization 2007-09-24 06:25:34 +00:00
extended.c ITS#4375 rework statslog, debug log info 2007-07-23 03:51:42 +00:00
filter.c More for ITS#5212 make conditional explicit 2007-11-09 07:28:42 +00:00
filterentry.c ITS#5153 fix prev commit, ordering matches can be done in O(1) instead 2007-09-25 05:46:12 +00:00
frontend.c happy new year 2007-01-02 20:00:42 +00:00
globals.c happy new year 2007-01-02 20:00:42 +00:00
index.c happy new year 2007-01-02 20:00:42 +00:00
init.c Use per-thread slap_counters to eliminate lock contention 2007-10-25 08:45:00 +00:00
ldapsync.c s/strtoul/strtol/ (ITS#5165) 2007-10-02 23:45:50 +00:00
limits.c ITS#5230 fix slimit for rootDN w/pagedresults 2007-11-12 08:14:50 +00:00
lock.c happy new year 2007-01-02 20:00:42 +00:00
main.c ITS#5209 sasl_host may be different from global_host 2007-11-05 09:30:40 +00:00
Makefile.in ITS#5215 fix Windows slapd.def rules 2007-11-20 15:10:52 +00:00
matchedValues.c happy new year 2007-01-02 20:00:42 +00:00
modify.c Preliminary sorted value support 2007-09-24 01:31:23 +00:00
modrdn.c Attribute/Modification value counters 2007-09-21 08:43:56 +00:00
mods.c silence warnings 2007-11-23 12:47:53 +00:00
module.c re-fix ITS#4936 2007-06-10 21:55:39 +00:00
mr.c allow to register further syntax/mr compatibility 2007-08-24 20:05:30 +00:00
mra.c happy new year 2007-01-02 20:00:42 +00:00
nt_svc.c happy new year 2007-01-02 20:00:42 +00:00
oc.c cleanup struct declarations 2007-03-20 01:07:10 +00:00
oidm.c Reworked recent backend API changes, now using a separate struct, 2007-08-03 12:02:07 +00:00
operation.c Concurrency tweaks: 2007-10-25 02:22:40 +00:00
operational.c Attribute/Modification value counters 2007-09-21 08:43:56 +00:00
passwd.c Make slap_passwd_parse non-destructive 2007-09-23 04:40:51 +00:00
phonetic.c happy new year 2007-01-02 20:00:42 +00:00
proto-slap.h ITS#5259 fix sasl_auxprop_store to allow cleanup after bindop is gone 2007-12-22 22:53:58 +00:00
referral.c happy new year 2007-01-02 20:00:42 +00:00
result.c ITS#5268 don't replicate dSAOperation attributes unless specifically 2007-12-08 17:44:15 +00:00
root_dse.c Revert prev commit, don't advertise subord scope 2007-08-30 21:09:30 +00:00
sasl.c Axe obsolete Cyrus 1.5 support 2007-12-23 01:33:39 +00:00
saslauthz.c ITS#5264 don't log NULL/anonymous DNs 2007-12-22 21:16:54 +00:00
schema_check.c Use attr_valfind instead of value_find_ex to optimize lookups 2007-09-24 05:02:31 +00:00
schema_init.c Integer indexing - cleanup, signedness, redefine signmask => RIP overflow test 2007-12-03 09:54:01 +00:00
schema_prep.c Use IANA-assigned OID for entryDN and remove hide flag. 2007-05-23 03:54:31 +00:00
schema.c happy new year 2007-01-02 20:00:42 +00:00
schemaparse.c Reworked recent backend API changes, now using a separate struct, 2007-08-03 12:02:07 +00:00
search.c ITS#4375 rework statslog, debug log info 2007-07-23 03:51:42 +00:00
sets.c fix ITS#5286 (NULL + set = NULL); add more verbose set logging if requested 2007-12-27 20:27:51 +00:00
sets.h cleanup struct declarations 2007-03-20 01:07:10 +00:00
sl_malloc.c Fix SLAP_NO_SL_MALLOC (ber_malloc_x -> ber_memalloc_x) for ITS#4990. 2007-07-04 22:49:34 +00:00
slap.h pass ConfigReply to overlays; don't complain unless once-only overlays are instantiated multiple times 2007-12-27 17:36:39 +00:00
slapacl.c Remove tool_id2entry_get 2007-08-11 04:19:53 +00:00
slapadd.c ITS#5225 fix contextCSN updating 2007-11-12 03:50:31 +00:00
slapauth.c Give OperationBuffer normal struct members instead of using 2007-05-18 23:54:26 +00:00
slapcat.c ITS#5248: use volatile sig_atomic_t for signal variable gotsig 2007-12-06 17:15:41 +00:00
slapcommon.c Fix, truncate should not be valid for slapadd, should be for slapindex. 2007-11-21 15:40:09 +00:00
slapcommon.h add -S to slapadd to set desired SID in generated entryCSN/contextCSN 2007-08-28 19:35:57 +00:00
slapd.conf trim listed modules 2007-01-10 01:57:26 +00:00
slapd.ldif Fix typos 2007-11-19 22:17:45 +00:00
slapdn.c happy new year 2007-01-02 20:00:42 +00:00
slapindex.c Keep attr list intact, glued DBs may need it 2007-01-15 01:23:02 +00:00
slappasswd.c happy new year 2007-01-02 20:00:42 +00:00
slaptest.c add '-Q' switch (used by slaptest only; ITS#4930) 2007-08-14 13:42:40 +00:00
starttls.c happy new year 2007-01-02 20:00:42 +00:00
str2filter.c happy new year 2007-01-02 20:00:42 +00:00
syncrepl.c fix declarations of buffers for numeric strings; other related cleanup 2007-12-15 15:23:23 +00:00
syntax.c consistently use SLAP_* malloc macros; alloc sizeof(Syntax *) instead of sizeof(Syntax) for areray of superiors; free resources also in case of failure of syn_insert() 2007-08-16 12:08:47 +00:00
txn.c ITS#4799 remove kerberos / kbind 2007-01-10 00:23:28 +00:00
unbind.c ITS#4375 rework statslog, debug log info 2007-07-23 03:51:42 +00:00
user.c happy new year 2007-01-02 20:00:42 +00:00
value.c coverity - a->a_nvals may be NULL 2007-09-26 20:26:03 +00:00
zn_malloc.c happy new year 2007-01-02 20:00:42 +00:00