]> git.sur5r.net Git - openldap/log
openldap
19 years agolong lasting typo (at least since 2.0)
Pierangelo Masarati [Mon, 20 Dec 2004 21:41:30 +0000 (21:41 +0000)]
long lasting typo (at least since 2.0)

19 years agomisc fix for the component indexing commit
Jong Hyuk Choi [Mon, 20 Dec 2004 20:28:30 +0000 (20:28 +0000)]
misc fix for the component indexing commit

19 years agoinvalid path
Sang Seok Lim [Mon, 20 Dec 2004 16:53:41 +0000 (16:53 +0000)]
invalid path

19 years agofix snacc buffer memory leak
Sang Seok Lim [Mon, 20 Dec 2004 16:53:05 +0000 (16:53 +0000)]
fix snacc buffer memory leak

19 years agoreturn value mising
Sang Seok Lim [Mon, 20 Dec 2004 04:48:16 +0000 (04:48 +0000)]
return value mising

19 years agocode cleanup
Sang Seok Lim [Mon, 20 Dec 2004 03:49:58 +0000 (03:49 +0000)]
code cleanup

19 years agoComponent Indexing support for BDB
Sang Seok Lim [Mon, 20 Dec 2004 03:31:44 +0000 (03:31 +0000)]
Component Indexing support for BDB
- only for equality matching
- only components of ASN.1 types used in an X.509 certificate can be indexed
(composite types except for RDN and DN are not supported yet)
- how to use
index [attribute name].[component reference] eq
Ex)
index userCertificate eq
index userCertificate.toBeSigned.issuer.rdnSequence eq
index userCertificate.toBeSigned.serialNumber eq
index userCertificate.toBeSigned.version eq

19 years agoAdditional check for ITS#3425
Howard Chu [Sun, 19 Dec 2004 07:40:59 +0000 (07:40 +0000)]
Additional check for ITS#3425

19 years agoRemove obsolete comment
Howard Chu [Fri, 17 Dec 2004 10:24:54 +0000 (10:24 +0000)]
Remove obsolete comment

19 years agoRevert previous, unnecessary
Howard Chu [Fri, 17 Dec 2004 09:48:26 +0000 (09:48 +0000)]
Revert previous, unnecessary

19 years agoUse of bzero is not portable
Howard Chu [Thu, 16 Dec 2004 19:52:38 +0000 (19:52 +0000)]
Use of bzero is not portable

19 years agoITS#3445
Jong Hyuk Choi [Thu, 16 Dec 2004 15:59:35 +0000 (15:59 +0000)]
ITS#3445

19 years agoMove mkdir def. It should really go somewhere else...
Howard Chu [Thu, 16 Dec 2004 15:41:49 +0000 (15:41 +0000)]
Move mkdir def. It should really go somewhere else...

19 years agoITS#3443 fix shutdown test
Howard Chu [Thu, 16 Dec 2004 13:48:36 +0000 (13:48 +0000)]
ITS#3443 fix shutdown test

19 years agoadaptive caching code
Jong Hyuk Choi [Tue, 14 Dec 2004 17:25:35 +0000 (17:25 +0000)]
adaptive caching code

19 years agoadaptive caching implementation
Jong Hyuk Choi [Tue, 14 Dec 2004 17:22:22 +0000 (17:22 +0000)]
adaptive caching implementation

19 years agozone invalidation/locking implementation
Jong Hyuk Choi [Tue, 14 Dec 2004 03:51:09 +0000 (03:51 +0000)]
zone invalidation/locking implementation

19 years ago1) <select> and <content> type component reference support
Sang Seok Lim [Mon, 13 Dec 2004 16:26:58 +0000 (16:26 +0000)]
1) <select> and <content> type component reference support
2) attribute aliasing support
- x509CertificateIssuer
- x509CertificateSerial
- x509CertificateIssuerAndIssuer
3) AuthorityKeyIdentifier support(one of certificate extension)
4) Misc. improvement
- integrate OID and its decoder mapping table
- normalize and validate the values of both component asserions and
  extracted components
5) Misc. bug fix

19 years agodon't try to send results on abandon (ITS#3434)
Pierangelo Masarati [Sun, 12 Dec 2004 23:23:00 +0000 (23:23 +0000)]
don't try to send results on abandon (ITS#3434)

19 years agoDetect regression of ITS#3425:
Howard Chu [Sun, 12 Dec 2004 07:09:04 +0000 (07:09 +0000)]
Detect regression of ITS#3425:
Stop consumer, then restart after more mods are done to master.

19 years agoFix playlog uninit'd fields
Howard Chu [Sun, 12 Dec 2004 07:00:58 +0000 (07:00 +0000)]
Fix playlog uninit'd fields

19 years agoFix ITS#3425, use less restrictive search filter when getting info about
Howard Chu [Sun, 12 Dec 2004 06:09:02 +0000 (06:09 +0000)]
Fix ITS#3425, use less restrictive search filter when getting info about
an old entry that must be deleted.

19 years agomore cleanup
Pierangelo Masarati [Sat, 11 Dec 2004 18:36:31 +0000 (18:36 +0000)]
more cleanup

19 years agocleanup
Pierangelo Masarati [Sat, 11 Dec 2004 18:04:38 +0000 (18:04 +0000)]
cleanup

19 years agowork out an issue with chk_referrals and back-relay/rwm; this looks like the best...
Pierangelo Masarati [Sat, 11 Dec 2004 17:48:49 +0000 (17:48 +0000)]
work out an issue with chk_referrals and back-relay/rwm; this looks like the best compromise

19 years agoimprove usability of global ovrlays for write operations; may need to anticipate...
Pierangelo Masarati [Sat, 11 Dec 2004 17:48:15 +0000 (17:48 +0000)]
improve usability of global ovrlays for write operations; may need to anticipate SLAPI accordingly.  More work needed for add (overlays need to understand they're global and call slap_mods2entry() explicitly)

19 years agowork out an issue with chk_referrals and back-relay/rwm; this looks like the best...
Pierangelo Masarati [Sat, 11 Dec 2004 17:37:21 +0000 (17:37 +0000)]
work out an issue with chk_referrals and back-relay/rwm; this looks like the best compromise; minor cleanup

19 years agowork out an issue with chk_referrals and back-relay/rwm; this looks like the best...
Pierangelo Masarati [Sat, 11 Dec 2004 17:36:25 +0000 (17:36 +0000)]
work out an issue with chk_referrals and back-relay/rwm; this looks like the best compromise

19 years agodata struct for zone allocator
Jong Hyuk Choi [Sat, 11 Dec 2004 17:16:58 +0000 (17:16 +0000)]
data struct for zone allocator

19 years ago(temporary?) fix to ITS#3434
Pierangelo Masarati [Sat, 11 Dec 2004 16:28:45 +0000 (16:28 +0000)]
(temporary?) fix to ITS#3434

19 years agorework fix for NULL be_pcl_mutexp
Pierangelo Masarati [Sat, 11 Dec 2004 15:44:30 +0000 (15:44 +0000)]
rework fix for NULL be_pcl_mutexp

19 years agobetter fix to ITS#3433
Pierangelo Masarati [Sat, 11 Dec 2004 15:41:50 +0000 (15:41 +0000)]
better fix to ITS#3433

19 years agotemporarily work around ITS#3433; need to understand why it happens and how to fix...
Pierangelo Masarati [Sat, 11 Dec 2004 14:06:21 +0000 (14:06 +0000)]
temporarily work around ITS#3433; need to understand why it happens and how to fix it correctly

19 years agorequired by global overlay write funcs...
Pierangelo Masarati [Sat, 11 Dec 2004 12:53:47 +0000 (12:53 +0000)]
required by global overlay write funcs...

19 years agoMoved cookie validation into slap_parse_sync_cookie so consumer uses it too
Howard Chu [Fri, 10 Dec 2004 03:18:33 +0000 (03:18 +0000)]
Moved cookie validation into slap_parse_sync_cookie so consumer uses it too

19 years agoDon't reject invalid cookies, just ignore them. partially revert prev.
Howard Chu [Fri, 10 Dec 2004 02:51:34 +0000 (02:51 +0000)]
Don't reject invalid cookies, just ignore them. partially revert prev.

19 years agoFix, don't record psearch until after it has been validated
Howard Chu [Fri, 10 Dec 2004 01:50:16 +0000 (01:50 +0000)]
Fix, don't record psearch until after it has been validated

19 years agoFix abandon, only drop our cloned ops, not real frontend ops
Howard Chu [Fri, 10 Dec 2004 01:35:34 +0000 (01:35 +0000)]
Fix abandon, only drop our cloned ops, not real frontend ops

19 years agominor cleanup
Pierangelo Masarati [Thu, 9 Dec 2004 23:11:08 +0000 (23:11 +0000)]
minor cleanup

19 years agoupdated zone tree structure; added debug info
Jong Hyuk Choi [Thu, 9 Dec 2004 22:32:19 +0000 (22:32 +0000)]
updated zone tree structure; added debug info

19 years agoFix abandon processing
Howard Chu [Thu, 9 Dec 2004 22:21:26 +0000 (22:21 +0000)]
Fix abandon processing

19 years agoFix prev commit
Howard Chu [Thu, 9 Dec 2004 21:49:24 +0000 (21:49 +0000)]
Fix prev commit

19 years agoAdd fe_op_abandon, call it in connection_abandon()
Howard Chu [Thu, 9 Dec 2004 21:17:29 +0000 (21:17 +0000)]
Add fe_op_abandon, call it in connection_abandon()

19 years agoFix typo in prev commit
Howard Chu [Thu, 9 Dec 2004 21:16:16 +0000 (21:16 +0000)]
Fix typo in prev commit

19 years agoFix delete/refresh switch
Howard Chu [Thu, 9 Dec 2004 20:30:48 +0000 (20:30 +0000)]
Fix delete/refresh switch

19 years agoPersist mode fixes
Howard Chu [Thu, 9 Dec 2004 19:52:30 +0000 (19:52 +0000)]
Persist mode fixes

19 years agoinclude zn_malloc.c
Jong Hyuk Choi [Thu, 9 Dec 2004 17:35:05 +0000 (17:35 +0000)]
include zn_malloc.c

19 years agominor cleanup
Jong Hyuk Choi [Thu, 9 Dec 2004 16:43:36 +0000 (16:43 +0000)]
minor cleanup

19 years agozone-based memory allocator for adaptive caching
Jong Hyuk Choi [Thu, 9 Dec 2004 16:38:25 +0000 (16:38 +0000)]
zone-based memory allocator for adaptive caching

19 years agoFix 1.48 change
Howard Chu [Thu, 9 Dec 2004 09:20:11 +0000 (09:20 +0000)]
Fix 1.48 change

19 years agoAdd better validation of received cookie csn
Howard Chu [Thu, 9 Dec 2004 08:49:54 +0000 (08:49 +0000)]
Add better validation of received cookie csn

19 years agoA better approach for detach_op
Howard Chu [Thu, 9 Dec 2004 08:28:12 +0000 (08:28 +0000)]
A better approach for detach_op

19 years agoITS#3426, copy group ACL cache to saved Op
Howard Chu [Thu, 9 Dec 2004 08:14:57 +0000 (08:14 +0000)]
ITS#3426, copy group ACL cache to saved Op

19 years agoessential description of the chain overlay; please review
Pierangelo Masarati [Wed, 8 Dec 2004 23:47:08 +0000 (23:47 +0000)]
essential description of the chain overlay; please review

19 years agoFix ITS#3424
Howard Chu [Wed, 8 Dec 2004 20:55:35 +0000 (20:55 +0000)]
Fix ITS#3424

19 years agocleanup; add entryCSN
Pierangelo Masarati [Wed, 8 Dec 2004 19:40:46 +0000 (19:40 +0000)]
cleanup; add entryCSN

19 years agofix schema (1.3.6.1.4.1.4203.666.3.13 for 'monitoredObject' was already assigned...
Pierangelo Masarati [Wed, 8 Dec 2004 19:21:37 +0000 (19:21 +0000)]
fix schema (1.3.6.1.4.1.4203.666.3.13 for 'monitoredObject' was already assigned to 'lastmod')

19 years ago- consistently honor multiple referrals
Pierangelo Masarati [Wed, 8 Dec 2004 19:14:57 +0000 (19:14 +0000)]
- consistently honor multiple referrals
- return those that failed as referrals
- fix handling of some operational attributes
- fix URI rebuilding (use default scope)
- make copies of o_req_dn/o_req_ndn in case other overlays muck with them

19 years agominor cleanup
Pierangelo Masarati [Wed, 8 Dec 2004 19:11:27 +0000 (19:11 +0000)]
minor cleanup

19 years agoclarify why we don't accept scheme other than ldap:// in authz-regexps
Pierangelo Masarati [Wed, 8 Dec 2004 19:09:54 +0000 (19:09 +0000)]
clarify why we don't accept scheme other than ldap:// in authz-regexps

19 years agomake sure global overlays don't use ora_e after the lock is released
Pierangelo Masarati [Wed, 8 Dec 2004 19:08:06 +0000 (19:08 +0000)]
make sure global overlays don't use ora_e after the lock is released

19 years agouse pre-formatted log string in configure; note the failure reason for DN syntax...
Pierangelo Masarati [Wed, 8 Dec 2004 19:07:24 +0000 (19:07 +0000)]
use pre-formatted log string in configure; note the failure reason for DN syntax checks

19 years agodeclare oc_bvfind_undef()
Pierangelo Masarati [Wed, 8 Dec 2004 19:06:10 +0000 (19:06 +0000)]
declare oc_bvfind_undef()

19 years agoMinor tweaks
Howard Chu [Wed, 8 Dec 2004 09:09:22 +0000 (09:09 +0000)]
Minor tweaks

19 years agomisc cleanup
Jong Hyuk Choi [Wed, 8 Dec 2004 08:12:15 +0000 (08:12 +0000)]
misc cleanup

19 years agoUpdates for syncprov overlay
Howard Chu [Wed, 8 Dec 2004 07:38:06 +0000 (07:38 +0000)]
Updates for syncprov overlay

19 years agoMoved sessionlog description from bdb to syncprov
Howard Chu [Wed, 8 Dec 2004 04:57:43 +0000 (04:57 +0000)]
Moved sessionlog description from bdb to syncprov

19 years agoITS#3423 implement delete for ID sets
Howard Chu [Wed, 8 Dec 2004 04:47:29 +0000 (04:47 +0000)]
ITS#3423 implement delete for ID sets

19 years agoITS#3422, restore original select() behavior
Howard Chu [Wed, 8 Dec 2004 03:47:48 +0000 (03:47 +0000)]
ITS#3422, restore original select() behavior

19 years agoFix playlog search
Howard Chu [Wed, 8 Dec 2004 02:05:50 +0000 (02:05 +0000)]
Fix playlog search

19 years agoAdded sessionlog support. consumer needs work...
Howard Chu [Wed, 8 Dec 2004 00:47:24 +0000 (00:47 +0000)]
Added sessionlog support. consumer needs work...

19 years agoLet slap_get_commit_csn return the current CSN as well
Howard Chu [Wed, 8 Dec 2004 00:46:14 +0000 (00:46 +0000)]
Let slap_get_commit_csn return the current CSN as well

19 years agoFix findpresent, include user's filter
Howard Chu [Tue, 7 Dec 2004 18:52:55 +0000 (18:52 +0000)]
Fix findpresent, include user's filter

19 years agocleanup
Kurt Zeilenga [Tue, 7 Dec 2004 18:40:47 +0000 (18:40 +0000)]
cleanup

19 years agoDelete unused slap_build_syncUUID_set()
Howard Chu [Tue, 7 Dec 2004 18:29:21 +0000 (18:29 +0000)]
Delete unused slap_build_syncUUID_set()

19 years agoRearrange shortcut check for context with no changes
Howard Chu [Tue, 7 Dec 2004 10:43:48 +0000 (10:43 +0000)]
Rearrange shortcut check for context with no changes

19 years agoPreallocate syncuuid set instead of realloc/freeing
Howard Chu [Tue, 7 Dec 2004 10:05:24 +0000 (10:05 +0000)]
Preallocate syncuuid set instead of realloc/freeing

19 years agohardcode "uid" into slapd & improve previous commit
Pierangelo Masarati [Tue, 7 Dec 2004 10:01:48 +0000 (10:01 +0000)]
hardcode "uid" into slapd & improve previous commit

19 years agoFix ITS#3420
Howard Chu [Tue, 7 Dec 2004 08:48:28 +0000 (08:48 +0000)]
Fix ITS#3420

19 years agorestore code in search_cleanup to free ctrls
Howard Chu [Tue, 7 Dec 2004 02:58:33 +0000 (02:58 +0000)]
restore code in search_cleanup to free ctrls

19 years agoWrite contextCSN during db_open if it's newer than was previously recorded
Howard Chu [Tue, 7 Dec 2004 02:20:15 +0000 (02:20 +0000)]
Write contextCSN during db_open if it's newer than was previously recorded

19 years agoDelete unused be_context_csn, cleanup pending csn entry
Howard Chu [Mon, 6 Dec 2004 23:17:58 +0000 (23:17 +0000)]
Delete unused be_context_csn, cleanup pending csn entry

19 years agoFix entry_release backend swapping
Howard Chu [Mon, 6 Dec 2004 22:13:19 +0000 (22:13 +0000)]
Fix entry_release backend swapping

19 years agoFix inequality cursor management
Howard Chu [Mon, 6 Dec 2004 21:25:16 +0000 (21:25 +0000)]
Fix inequality cursor management

19 years agoFix mod locking
Howard Chu [Mon, 6 Dec 2004 20:32:53 +0000 (20:32 +0000)]
Fix mod locking

19 years agoITS#3419: values in built auth DNs may need DN escaping, so build them via ldap_dn2bv
Pierangelo Masarati [Mon, 6 Dec 2004 15:17:23 +0000 (15:17 +0000)]
ITS#3419: values in built auth DNs may need DN escaping, so build them via ldap_dn2bv

19 years agoBetter fix for prev commit
Howard Chu [Mon, 6 Dec 2004 07:38:09 +0000 (07:38 +0000)]
Better fix for prev commit

19 years agoStore entryIDs in big-endian order, no more custom sort function.
Howard Chu [Mon, 6 Dec 2004 07:28:47 +0000 (07:28 +0000)]
Store entryIDs in big-endian order, no more custom sort function.
back-hdb still needs work.

19 years agoFix previous commit
Howard Chu [Mon, 6 Dec 2004 07:27:09 +0000 (07:27 +0000)]
Fix previous commit

19 years agobdb_tool_dn2id_get should use bdb_dn2id, not duplicate the code
Howard Chu [Mon, 6 Dec 2004 07:25:33 +0000 (07:25 +0000)]
bdb_tool_dn2id_get should use bdb_dn2id, not duplicate the code

19 years agoFix GE inequality lookups, key was getting overwritten
Howard Chu [Mon, 6 Dec 2004 07:16:57 +0000 (07:16 +0000)]
Fix GE inequality lookups, key was getting overwritten

19 years agoDon't assert on short time strings, just ignore them.
Howard Chu [Mon, 6 Dec 2004 03:37:06 +0000 (03:37 +0000)]
Don't assert on short time strings, just ignore them.

19 years agoBug fix
Sang Seok Lim [Mon, 6 Dec 2004 01:26:38 +0000 (01:26 +0000)]
Bug fix
GSER/BER decoders: return code and memory leackage

19 years agoAdd glue overlay
Howard Chu [Sun, 5 Dec 2004 21:15:48 +0000 (21:15 +0000)]
Add glue overlay

19 years agoForced commit - add CVS ID tag
Howard Chu [Sun, 5 Dec 2004 20:57:34 +0000 (20:57 +0000)]
Forced commit - add CVS ID tag

19 years agoRestored findcsn( MAX ), used at db_open time
Howard Chu [Sun, 5 Dec 2004 20:52:49 +0000 (20:52 +0000)]
Restored findcsn( MAX ), used at db_open time

19 years agoMore shutdown fixes
Howard Chu [Sun, 5 Dec 2004 08:19:28 +0000 (08:19 +0000)]
More shutdown fixes

19 years agoFix prev commit
Howard Chu [Sun, 5 Dec 2004 07:30:12 +0000 (07:30 +0000)]
Fix prev commit

19 years agoMake sure db_close only gets called once
Howard Chu [Sun, 5 Dec 2004 07:07:50 +0000 (07:07 +0000)]
Make sure db_close only gets called once

19 years agoGo back to original startup/shutdown behavior. Fix entry_release.
Howard Chu [Sun, 5 Dec 2004 06:44:54 +0000 (06:44 +0000)]
Go back to original startup/shutdown behavior. Fix entry_release.