]> git.sur5r.net Git - openldap/log
openldap
19 years agoldap_url_parse_ext(): Kill duplicate init + pointless free(NULL) of lud_filter.
Hallvard Furuseth [Sun, 18 Jul 2004 04:12:24 +0000 (04:12 +0000)]
ldap_url_parse_ext(): Kill duplicate init + pointless free(NULL) of lud_filter.

19 years agoSplit string literal to keep it below ANSI C's allowed 509-char limit.
Hallvard Furuseth [Sun, 18 Jul 2004 00:47:35 +0000 (00:47 +0000)]
Split string literal to keep it below ANSI C's allowed 509-char limit.

19 years agoHide WINAPI entry points from slapd/symdummy
Howard Chu [Sat, 17 Jul 2004 17:46:54 +0000 (17:46 +0000)]
Hide WINAPI entry points from slapd/symdummy

19 years agodon't ask for attributes
Pierangelo Masarati [Sat, 17 Jul 2004 17:06:03 +0000 (17:06 +0000)]
don't ask for attributes

19 years agomore cleanup
Pierangelo Masarati [Sat, 17 Jul 2004 15:35:06 +0000 (15:35 +0000)]
more cleanup

19 years agocleanup
Pierangelo Masarati [Sat, 17 Jul 2004 15:15:59 +0000 (15:15 +0000)]
cleanup

19 years agonormalize authcDN (ITS#3246); don't touch databases when running slapadd in dryryn...
Pierangelo Masarati [Sat, 17 Jul 2004 14:45:07 +0000 (14:45 +0000)]
normalize authcDN (ITS#3246); don't touch databases when running slapadd in dryryn mode (ITS#3244); release lock when acquiring entry in tool mode (ITS#3245)

19 years agoto be safe, always start backends and database
Pierangelo Masarati [Fri, 16 Jul 2004 16:42:57 +0000 (16:42 +0000)]
to be safe, always start backends and database

19 years agouninitialized var
Pierangelo Masarati [Wed, 14 Jul 2004 08:18:26 +0000 (08:18 +0000)]
uninitialized var

19 years agocleanup; fix loop
Pierangelo Masarati [Wed, 14 Jul 2004 01:34:46 +0000 (01:34 +0000)]
cleanup; fix loop

19 years agocleanup
Pierangelo Masarati [Wed, 14 Jul 2004 01:16:23 +0000 (01:16 +0000)]
cleanup

19 years agocleanup; plug potential leak?
Pierangelo Masarati [Wed, 14 Jul 2004 01:10:35 +0000 (01:10 +0000)]
cleanup; plug potential leak?

19 years agorevert previous change; anticipate backend_operational before overlays callbacks...
Pierangelo Masarati [Wed, 14 Jul 2004 00:42:23 +0000 (00:42 +0000)]
revert previous change; anticipate backend_operational before overlays callbacks (thanks, Howard); rework overlays cycle to allow callbacks to free themselves (thanks Howard)

19 years agosilence warning
Pierangelo Masarati [Wed, 14 Jul 2004 00:22:27 +0000 (00:22 +0000)]
silence warning

19 years agouse a separate field for a modified entry in SlapReply
Pierangelo Masarati [Tue, 13 Jul 2004 22:52:54 +0000 (22:52 +0000)]
use a separate field for a modified entry in SlapReply

19 years agomore on AttributeDescription error messages
Pierangelo Masarati [Tue, 13 Jul 2004 22:49:50 +0000 (22:49 +0000)]
more on AttributeDescription error messages

19 years agoswap overlay and internal cleanup
Pierangelo Masarati [Tue, 13 Jul 2004 22:00:28 +0000 (22:00 +0000)]
swap overlay and internal cleanup

19 years agomemory hanling cleanup
Pierangelo Masarati [Tue, 13 Jul 2004 01:00:48 +0000 (01:00 +0000)]
memory hanling cleanup

19 years agochange flags only if entry massaging goes fine
Pierangelo Masarati [Mon, 12 Jul 2004 22:50:34 +0000 (22:50 +0000)]
change flags only if entry massaging goes fine

19 years agocleanup
Pierangelo Masarati [Mon, 12 Jul 2004 22:33:44 +0000 (22:33 +0000)]
cleanup

19 years agoAdd backend_startup_one()
Howard Chu [Mon, 12 Jul 2004 20:27:33 +0000 (20:27 +0000)]
Add backend_startup_one()

19 years agoDon't bother logging lock failures for tryOnly mode
Howard Chu [Mon, 12 Jul 2004 20:02:24 +0000 (20:02 +0000)]
Don't bother logging lock failures for tryOnly mode

19 years agoadd test for back-relay/rwm
Pierangelo Masarati [Mon, 12 Jul 2004 19:26:07 +0000 (19:26 +0000)]
add test for back-relay/rwm

19 years agoRelease cache locker on db close
Howard Chu [Mon, 12 Jul 2004 14:29:13 +0000 (14:29 +0000)]
Release cache locker on db close

19 years agoFix for non-thread run
Howard Chu [Mon, 12 Jul 2004 04:05:26 +0000 (04:05 +0000)]
Fix for non-thread run

19 years agoad test for back-relay and rwm overlay
Pierangelo Masarati [Mon, 12 Jul 2004 00:19:15 +0000 (00:19 +0000)]
ad test for back-relay and rwm overlay

19 years agomostly done...
Pierangelo Masarati [Sun, 11 Jul 2004 22:57:51 +0000 (22:57 +0000)]
mostly done...

19 years agominor cleanup
Pierangelo Masarati [Sun, 11 Jul 2004 22:55:57 +0000 (22:55 +0000)]
minor cleanup

19 years agolog what backend is starting (bdb/hdb)
Pierangelo Masarati [Sun, 11 Jul 2004 22:52:26 +0000 (22:52 +0000)]
log what backend is starting (bdb/hdb)

19 years agoback-relay doesn't like this
Pierangelo Masarati [Sun, 11 Jul 2004 22:52:01 +0000 (22:52 +0000)]
back-relay doesn't like this

19 years agoMake sure DB result codes are returned to caller; add missing retries to
Howard Chu [Sat, 10 Jul 2004 19:06:20 +0000 (19:06 +0000)]
Make sure DB result codes are returned to caller; add missing retries to
callers of bdb_cache_find_id().

19 years agoRemove redundant code from previous patch
Howard Chu [Sat, 10 Jul 2004 18:26:05 +0000 (18:26 +0000)]
Remove redundant code from previous patch

19 years agofix previous commit (needs work)
Pierangelo Masarati [Sat, 10 Jul 2004 15:15:01 +0000 (15:15 +0000)]
fix previous commit (needs work)

19 years agomake sure we only get here when everything is fine
Pierangelo Masarati [Sat, 10 Jul 2004 11:41:28 +0000 (11:41 +0000)]
make sure we only get here when everything is fine

19 years agocache backend was not started up
Pierangelo Masarati [Sat, 10 Jul 2004 11:37:48 +0000 (11:37 +0000)]
cache backend was not started up

19 years agounnecessary DN in URI
Pierangelo Masarati [Sat, 10 Jul 2004 11:08:43 +0000 (11:08 +0000)]
unnecessary DN in URI

19 years agoallow unescaped equals, according to draft-ietf-ldapbis-dn (ITS#3229)
Pierangelo Masarati [Sat, 10 Jul 2004 10:48:41 +0000 (10:48 +0000)]
allow unescaped equals, according to draft-ietf-ldapbis-dn (ITS#3229)

19 years agoMinor cleanup
Howard Chu [Sat, 10 Jul 2004 04:48:07 +0000 (04:48 +0000)]
Minor cleanup

19 years agobasic poll(2) implementation for connect(2) (needs work)
Kurt Zeilenga [Fri, 9 Jul 2004 19:29:46 +0000 (19:29 +0000)]
basic poll(2) implementation for connect(2) (needs work)
Need to deal with selectinfo...

19 years agoMore prep for poll(2) support.
Kurt Zeilenga [Fri, 9 Jul 2004 19:08:48 +0000 (19:08 +0000)]
More prep for poll(2) support.

19 years agoAdd a query to aggravate delete deadlocks
Howard Chu [Fri, 9 Jul 2004 18:29:44 +0000 (18:29 +0000)]
Add a query to aggravate delete deadlocks

19 years agoMove SETSIZE hack to a header to avoid config.status munging
Kurt Zeilenga [Fri, 9 Jul 2004 17:52:26 +0000 (17:52 +0000)]
Move SETSIZE hack to a header to avoid config.status munging

19 years agoMark areas needed poll(2) support with HAVE_POLL.
Kurt Zeilenga [Fri, 9 Jul 2004 17:50:22 +0000 (17:50 +0000)]
Mark areas needed poll(2) support with HAVE_POLL.

19 years agoFix prev commit
Howard Chu [Fri, 9 Jul 2004 17:44:50 +0000 (17:44 +0000)]
Fix prev commit

19 years agoUse previously unused Backend->be_context_csn
Howard Chu [Fri, 9 Jul 2004 17:27:23 +0000 (17:27 +0000)]
Use previously unused Backend->be_context_csn

19 years agoUse long-lived per-thread TXNs for loading entries from DB.
Howard Chu [Fri, 9 Jul 2004 17:00:07 +0000 (17:00 +0000)]
Use long-lived per-thread TXNs for loading entries from DB.
Make sure only one thread tries to load a given entry at a time.
Bump up the DB environment's max TXNs to accomodate the new TXNs.

19 years agoITS#3226: Clear attribute flags after schema_check failed
Ralf Haferkamp [Fri, 9 Jul 2004 11:18:42 +0000 (11:18 +0000)]
ITS#3226: Clear attribute flags after schema_check failed

19 years agoFix 't' tag option
Howard Chu [Fri, 9 Jul 2004 10:19:20 +0000 (10:19 +0000)]
Fix 't' tag option

19 years agoSLAP_IDL_CACHE macro removed
Jong Hyuk Choi [Fri, 9 Jul 2004 03:31:52 +0000 (03:31 +0000)]
SLAP_IDL_CACHE macro removed

19 years agocleanup AD stuff (ITS#3225)
Pierangelo Masarati [Fri, 9 Jul 2004 00:14:15 +0000 (00:14 +0000)]
cleanup AD stuff (ITS#3225)

19 years agofurther improve error log clarity
Pierangelo Masarati [Wed, 7 Jul 2004 23:01:22 +0000 (23:01 +0000)]
further improve error log clarity

19 years agosmall improvements
Pierangelo Masarati [Tue, 6 Jul 2004 22:37:22 +0000 (22:37 +0000)]
small improvements

19 years agovalidate/pretty before normalizing... (ITS#3218)
Pierangelo Masarati [Tue, 6 Jul 2004 22:02:52 +0000 (22:02 +0000)]
validate/pretty before normalizing... (ITS#3218)

19 years agosearch for DN-related atributes...
Pierangelo Masarati [Tue, 6 Jul 2004 02:01:45 +0000 (02:01 +0000)]
search for DN-related atributes...

19 years agoreverse last commit
Kurt Zeilenga [Mon, 5 Jul 2004 21:45:01 +0000 (21:45 +0000)]
reverse last commit

19 years agofix typos in last commit
Kurt Zeilenga [Mon, 5 Jul 2004 21:44:12 +0000 (21:44 +0000)]
fix typos in last commit

19 years agobetter ssf related error messages
Kurt Zeilenga [Mon, 5 Jul 2004 21:41:10 +0000 (21:41 +0000)]
better ssf related error messages
cleanup

19 years agoPlug mem leaks
Howard Chu [Mon, 5 Jul 2004 21:00:09 +0000 (21:00 +0000)]
Plug mem leaks

19 years agoBetter fix for ITS#3213, plug mem leaks. Also fix postread response.
Howard Chu [Mon, 5 Jul 2004 20:08:20 +0000 (20:08 +0000)]
Better fix for ITS#3213, plug mem leaks. Also fix postread response.

19 years agofix URI parsing error code
Pierangelo Masarati [Mon, 5 Jul 2004 12:03:39 +0000 (12:03 +0000)]
fix URI parsing error code

19 years agoclear shared connections when ldap_result fails with -1 (typically, remote server...
Pierangelo Masarati [Sun, 4 Jul 2004 23:35:18 +0000 (23:35 +0000)]
clear shared connections when ldap_result fails with -1 (typically, remote server is down); fixes ITS#3217

19 years agoPlug memleak from ITS#2895
Howard Chu [Sun, 4 Jul 2004 04:56:36 +0000 (04:56 +0000)]
Plug memleak from ITS#2895

19 years agoFix misplaced unlock in prev commit
Howard Chu [Sat, 3 Jul 2004 21:06:34 +0000 (21:06 +0000)]
Fix misplaced unlock in prev commit

19 years agoRe-order EntryInfo/DB locks to fix deadlocks
Howard Chu [Sat, 3 Jul 2004 20:03:14 +0000 (20:03 +0000)]
Re-order EntryInfo/DB locks to fix deadlocks

19 years agoAdditional debug tracking...
Howard Chu [Sat, 3 Jul 2004 16:25:30 +0000 (16:25 +0000)]
Additional debug tracking...

19 years agoFix prev commit
Howard Chu [Sat, 3 Jul 2004 16:17:54 +0000 (16:17 +0000)]
Fix prev commit

19 years agoFix: LRU corruption, HDB rename detection, Ctxcsn assert failure
Howard Chu [Sat, 3 Jul 2004 15:47:44 +0000 (15:47 +0000)]
Fix: LRU corruption, HDB rename detection, Ctxcsn assert failure

19 years agofix extended matching when rule is missing (ITS#3216)
Pierangelo Masarati [Sat, 3 Jul 2004 11:28:47 +0000 (11:28 +0000)]
fix extended matching when rule is missing (ITS#3216)

19 years agoupdates (according to ITS#3209)
Pierangelo Masarati [Sat, 3 Jul 2004 11:18:00 +0000 (11:18 +0000)]
updates (according to ITS#3209)

19 years agofix matchedValue (ITS#3209); might need work
Pierangelo Masarati [Sat, 3 Jul 2004 11:17:11 +0000 (11:17 +0000)]
fix matchedValue (ITS#3209); might need work

19 years agotypo in comment
Pierangelo Masarati [Sat, 3 Jul 2004 11:16:22 +0000 (11:16 +0000)]
typo in comment

19 years agoquick fix for ITS#3215; needs work to re-enable ACI caching, if possible at all
Pierangelo Masarati [Fri, 2 Jul 2004 16:45:06 +0000 (16:45 +0000)]
quick fix for ITS#3215; needs work to re-enable ACI caching, if possible at all

19 years agoreset o_next pointer before freeing the operation (otherwise an assertion
Ralf Haferkamp [Fri, 2 Jul 2004 14:57:35 +0000 (14:57 +0000)]
reset o_next pointer before freeing the operation (otherwise an assertion
failure in slap_op_free is possible)

19 years agounifdef old code
Howard Chu [Fri, 2 Jul 2004 12:06:03 +0000 (12:06 +0000)]
unifdef old code

19 years agoFix pointer conflict with backglue
Howard Chu [Fri, 2 Jul 2004 11:59:05 +0000 (11:59 +0000)]
Fix pointer conflict with backglue

19 years agoQualify some structure fields
Howard Chu [Fri, 2 Jul 2004 11:34:16 +0000 (11:34 +0000)]
Qualify some structure fields

19 years agocleanup
Jong Hyuk Choi [Thu, 1 Jul 2004 22:40:03 +0000 (22:40 +0000)]
cleanup

19 years agocleanup last commit, add commit
Kurt Zeilenga [Wed, 30 Jun 2004 22:36:47 +0000 (22:36 +0000)]
cleanup last commit, add commit

19 years agoAvoid high-level retry on low-level error as that implies a
Kurt Zeilenga [Wed, 30 Jun 2004 22:30:09 +0000 (22:30 +0000)]
Avoid high-level retry on low-level error as that implies a
re-sasl_encode() of the input.  sasl_encode() may be stateful.

19 years agocleanup
Kurt Zeilenga [Wed, 30 Jun 2004 22:28:15 +0000 (22:28 +0000)]
cleanup

19 years agorevert the ITS#3139 change for now
Jong Hyuk Choi [Wed, 30 Jun 2004 17:51:06 +0000 (17:51 +0000)]
revert the ITS#3139 change for now

19 years agobeautify comment
Pierangelo Masarati [Wed, 30 Jun 2004 16:26:06 +0000 (16:26 +0000)]
beautify comment

19 years agolog error string
Pierangelo Masarati [Wed, 30 Jun 2004 16:25:40 +0000 (16:25 +0000)]
log error string

19 years agocleanup
Pierangelo Masarati [Wed, 30 Jun 2004 16:25:14 +0000 (16:25 +0000)]
cleanup

19 years agotypo in comment
Pierangelo Masarati [Wed, 30 Jun 2004 16:24:07 +0000 (16:24 +0000)]
typo in comment

19 years agocleanup
Pierangelo Masarati [Wed, 30 Jun 2004 01:17:05 +0000 (01:17 +0000)]
cleanup

19 years agocleanup
Kurt Zeilenga [Tue, 29 Jun 2004 23:52:18 +0000 (23:52 +0000)]
cleanup

19 years agoThis patch provides support for rdnMatch matching rule and RDN syntax in
Sang Seok Lim [Tue, 29 Jun 2004 23:36:58 +0000 (23:36 +0000)]
This patch provides support for rdnMatch matching rule and RDN syntax in
RFC 3687. For now, both the attribute and assertion values are considered
as RDNs. Refer to ITS#3207 to find related discussion.

19 years agoimprove logging...
Pierangelo Masarati [Tue, 29 Jun 2004 18:04:30 +0000 (18:04 +0000)]
improve logging...

19 years agofix last commit
Kurt Zeilenga [Tue, 29 Jun 2004 17:48:19 +0000 (17:48 +0000)]
fix last commit

19 years agoITS#3212: sasl_encode/decode type conflict fix
Kurt Zeilenga [Tue, 29 Jun 2004 17:46:30 +0000 (17:46 +0000)]
ITS#3212: sasl_encode/decode type conflict fix

19 years ago`err' might be used uninitialized
Pierangelo Masarati [Tue, 29 Jun 2004 17:32:43 +0000 (17:32 +0000)]
`err' might be used uninitialized

19 years agosmall improvement to acl test
Pierangelo Masarati [Tue, 29 Jun 2004 17:25:45 +0000 (17:25 +0000)]
small improvement to acl test

19 years agoadd uniqueMember tests
Pierangelo Masarati [Tue, 29 Jun 2004 17:25:05 +0000 (17:25 +0000)]
add uniqueMember tests

19 years agofix uniqueMemberMatch according to previous fix (related to ITS#3210)
Pierangelo Masarati [Tue, 29 Jun 2004 17:23:54 +0000 (17:23 +0000)]
fix uniqueMemberMatch according to previous fix (related to ITS#3210)

19 years agofix nameUID* and uniqueMember* stuff in a consistent manner (related to ITS#3210)
Pierangelo Masarati [Tue, 29 Jun 2004 16:29:00 +0000 (16:29 +0000)]
fix nameUID* and uniqueMember* stuff in a consistent manner (related to ITS#3210)

19 years agoTS#3213: free copy of e_attrs before retrying the transaction in bdb_modify()
Ralf Haferkamp [Tue, 29 Jun 2004 14:52:03 +0000 (14:52 +0000)]
TS#3213: free copy of e_attrs before retrying the transaction in bdb_modify()

19 years agologging psearch return code
Jong Hyuk Choi [Mon, 28 Jun 2004 23:51:17 +0000 (23:51 +0000)]
logging psearch return code

19 years agocleanup
Kurt Zeilenga [Mon, 28 Jun 2004 23:03:01 +0000 (23:03 +0000)]
cleanup

19 years agoA more strict oidValidate
Kurt Zeilenga [Mon, 28 Jun 2004 22:53:19 +0000 (22:53 +0000)]
A more strict oidValidate