]> git.sur5r.net Git - openldap/log
openldap
16 years agoFix crash when no-op control is used (ITS#5358)
Ralf Haferkamp [Thu, 7 Feb 2008 12:06:24 +0000 (12:06 +0000)]
Fix crash when no-op control is used (ITS#5358)

16 years agoDon't emit global ACLs for other database than frontendDB (ITS#5352)
Ralf Haferkamp [Tue, 5 Feb 2008 12:16:21 +0000 (12:16 +0000)]
Don't emit global ACLs for other database than frontendDB (ITS#5352)

16 years agoallow 2.1 CSN format (ITS#5348)
Pierangelo Masarati [Sat, 2 Feb 2008 10:23:35 +0000 (10:23 +0000)]
allow 2.1 CSN format (ITS#5348)

16 years agos/assert/LDAP_INVALID_SYNTAX/ (ITS#5348)
Pierangelo Masarati [Fri, 1 Feb 2008 19:16:58 +0000 (19:16 +0000)]
s/assert/LDAP_INVALID_SYNTAX/ (ITS#5348)

16 years agodon't error out if replacing a non-existant attribute, create opattrs in
Ralf Haferkamp [Thu, 31 Jan 2008 18:12:00 +0000 (18:12 +0000)]
don't error out if replacing a non-existant attribute, create opattrs in
config_build_entry() to have them also when started with -f (ITS#5343)

16 years agoerror out if modify_delete_vindex() fails (ITS#5343)
Ralf Haferkamp [Wed, 30 Jan 2008 14:45:35 +0000 (14:45 +0000)]
error out if modify_delete_vindex() fails (ITS#5343)

16 years agoCleanup for C++
Howard Chu [Mon, 28 Jan 2008 15:30:40 +0000 (15:30 +0000)]
Cleanup for C++

16 years agoOnly ServerID needs to be unique and include 2 Syncrepl configs for MirrorMode.
Gavin Henry [Fri, 25 Jan 2008 23:25:35 +0000 (23:25 +0000)]
Only ServerID needs to be unique and include 2 Syncrepl configs for MirrorMode.

16 years agoITS#5338
Pierangelo Masarati [Fri, 25 Jan 2008 00:00:30 +0000 (00:00 +0000)]
ITS#5338

16 years agofixed missing #includes
Ralf Haferkamp [Tue, 22 Jan 2008 15:34:04 +0000 (15:34 +0000)]
fixed missing #includes

16 years agocleanup #includes, removed SUSE-specific stuff from comments
Ralf Haferkamp [Tue, 22 Jan 2008 14:31:54 +0000 (14:31 +0000)]
cleanup #includes, removed SUSE-specific stuff from comments

16 years agoadd wrapper methods to add/replace Attributes
Ralf Haferkamp [Tue, 22 Jan 2008 14:14:39 +0000 (14:14 +0000)]
add wrapper methods to add/replace Attributes

16 years agoClean up config.h
Howard Chu [Tue, 22 Jan 2008 13:26:16 +0000 (13:26 +0000)]
Clean up config.h

16 years agofix referrals (part of ITS#5328); fix compare (ITS#4937)
Pierangelo Masarati [Sat, 19 Jan 2008 10:43:08 +0000 (10:43 +0000)]
fix referrals (part of ITS#5328); fix compare (ITS#4937)

16 years agoMore ITS#5328 cleanup
Hallvard Furuseth [Fri, 18 Jan 2008 17:05:23 +0000 (17:05 +0000)]
More ITS#5328 cleanup

16 years agoslapo-accesslog
Gavin Henry [Thu, 17 Jan 2008 00:14:29 +0000 (00:14 +0000)]
slapo-accesslog

16 years agocleanup previous commit
Pierangelo Masarati [Wed, 16 Jan 2008 22:00:57 +0000 (22:00 +0000)]
cleanup previous commit

16 years agorework back-relay internals along Hallvard's suggestions (ITS#5328)
Pierangelo Masarati [Wed, 16 Jan 2008 21:53:44 +0000 (21:53 +0000)]
rework back-relay internals along Hallvard's suggestions (ITS#5328)

16 years agofix test; don't return error when relaying exops
Pierangelo Masarati [Tue, 15 Jan 2008 21:59:23 +0000 (21:59 +0000)]
fix test; don't return error when relaying exops

16 years agofix repetition
Pierangelo Masarati [Tue, 15 Jan 2008 21:57:55 +0000 (21:57 +0000)]
fix repetition

16 years agoWee fix. More overlay and replication tomorrow night.
Gavin Henry [Tue, 15 Jan 2008 20:58:44 +0000 (20:58 +0000)]
Wee fix. More overlay and replication tomorrow night.

16 years agofix ITS#5327 crasher
Pierangelo Masarati [Tue, 15 Jan 2008 20:32:35 +0000 (20:32 +0000)]
fix ITS#5327 crasher

16 years agofix test
Pierangelo Masarati [Mon, 14 Jan 2008 17:28:01 +0000 (17:28 +0000)]
fix test

16 years agofix str2entry2() when there is no attrs (ITS#5308)
Pierangelo Masarati [Fri, 11 Jan 2008 19:32:01 +0000 (19:32 +0000)]
fix str2entry2() when there is no attrs (ITS#5308)

16 years agoITS#5324 don't use %n
Howard Chu [Fri, 11 Jan 2008 06:39:50 +0000 (06:39 +0000)]
ITS#5324 don't use %n

16 years agoWarning cleanup: function ptr <=> void* at ldap_pvt_thread_pool_<set/get>key()
Hallvard Furuseth [Fri, 11 Jan 2008 06:07:43 +0000 (06:07 +0000)]
Warning cleanup: function ptr <=> void* at ldap_pvt_thread_pool_<set/get>key()

16 years agoITS#5319 no special treatment for no-effect renames
Howard Chu [Fri, 11 Jan 2008 04:01:37 +0000 (04:01 +0000)]
ITS#5319 no special treatment for no-effect renames

16 years agoITS#5319 test renames to same DN
Howard Chu [Fri, 11 Jan 2008 03:17:37 +0000 (03:17 +0000)]
ITS#5319 test renames to same DN

16 years agoITS#5319 allow rename to same DN
Howard Chu [Fri, 11 Jan 2008 03:17:10 +0000 (03:17 +0000)]
ITS#5319 allow rename to same DN

16 years agoITS#5322 don't try to free a NULL locker
Howard Chu [Fri, 11 Jan 2008 00:44:12 +0000 (00:44 +0000)]
ITS#5322 don't try to free a NULL locker

16 years agoldap_int_bisect_find(): Silence harmless "may be used uninitialized" warning
Hallvard Furuseth [Thu, 10 Jan 2008 18:34:40 +0000 (18:34 +0000)]
ldap_int_bisect_find(): Silence harmless "may be used uninitialized" warning

16 years ago#include <signal.h> for pthread_kill()
Hallvard Furuseth [Thu, 10 Jan 2008 16:24:07 +0000 (16:24 +0000)]
#include <signal.h> for pthread_kill()

16 years agoForced commit: Last change removed un*used* variable
Hallvard Furuseth [Wed, 9 Jan 2008 20:39:59 +0000 (20:39 +0000)]
Forced commit: Last change removed un*used* variable

16 years agoRemove uninitialized variable since last change
Hallvard Furuseth [Wed, 9 Jan 2008 20:25:51 +0000 (20:25 +0000)]
Remove uninitialized variable since last change

16 years agofor ITS#5317: initialize exit code for -f/dev/null
Hallvard Furuseth [Wed, 9 Jan 2008 20:24:29 +0000 (20:24 +0000)]
for ITS#5317: initialize exit code for -f/dev/null

16 years agoFix RFC reference
Howard Chu [Wed, 9 Jan 2008 16:22:36 +0000 (16:22 +0000)]
Fix RFC reference

16 years agoTrim replog-related cruft
Howard Chu [Wed, 9 Jan 2008 16:05:28 +0000 (16:05 +0000)]
Trim replog-related cruft

16 years agoTrim obsolete replog reference
Howard Chu [Wed, 9 Jan 2008 15:59:51 +0000 (15:59 +0000)]
Trim obsolete replog reference

16 years agoITS#5312 - input must conform to RFC2849
Howard Chu [Wed, 9 Jan 2008 15:58:34 +0000 (15:58 +0000)]
ITS#5312 - input must conform to RFC2849

16 years agoCorrected memory allocation for cookie (ITS#5315)
Ralf Haferkamp [Wed, 9 Jan 2008 13:28:09 +0000 (13:28 +0000)]
Corrected memory allocation for cookie (ITS#5315)

16 years agomore attribute values mucking
Pierangelo Masarati [Tue, 8 Jan 2008 17:02:37 +0000 (17:02 +0000)]
more attribute values mucking

16 years agoRemove unused variable
Hallvard Furuseth [Tue, 8 Jan 2008 16:49:13 +0000 (16:49 +0000)]
Remove unused variable

16 years agoexplicitly present the ip masking algorithm
Pierangelo Masarati [Tue, 8 Jan 2008 16:39:24 +0000 (16:39 +0000)]
explicitly present the ip masking algorithm

16 years agoRemove unused variables
Hallvard Furuseth [Tue, 8 Jan 2008 16:37:13 +0000 (16:37 +0000)]
Remove unused variables

16 years agoITS#5309 followup: join a ldap_pvt_thread_pool_getkey() call into a setkey()
Hallvard Furuseth [Tue, 8 Jan 2008 16:24:53 +0000 (16:24 +0000)]
ITS#5309 followup: join a ldap_pvt_thread_pool_getkey() call into a setkey()

16 years agoldap_pvt_thread_pool_getkey() arg 'data' should point to a void* variable
Hallvard Furuseth [Tue, 8 Jan 2008 16:23:05 +0000 (16:23 +0000)]
ldap_pvt_thread_pool_getkey() arg 'data' should point to a void* variable

16 years agofix zeroing out attribute values (should fix ITS#5311)
Pierangelo Masarati [Tue, 8 Jan 2008 14:58:24 +0000 (14:58 +0000)]
fix zeroing out attribute values (should fix ITS#5311)

16 years agoHappy New Year (belated)
Kurt Zeilenga [Tue, 8 Jan 2008 00:19:56 +0000 (00:19 +0000)]
Happy New Year (belated)

16 years agoFix spew_file() comment
Hallvard Furuseth [Tue, 8 Jan 2008 00:02:58 +0000 (00:02 +0000)]
Fix spew_file() comment

16 years agoFix comment for be_rootdn_bind()
Hallvard Furuseth [Mon, 7 Jan 2008 23:23:12 +0000 (23:23 +0000)]
Fix comment for be_rootdn_bind()

16 years agoMore ITS#5265: Disable unsupported back-ldif tests
Hallvard Furuseth [Mon, 7 Jan 2008 22:50:01 +0000 (22:50 +0000)]
More ITS#5265: Disable unsupported back-ldif tests

16 years agorename ldap_pvt_thread_pool_setkey_x() to ldap_pvt_thread_pool_setkey() (as part...
Pierangelo Masarati [Mon, 7 Jan 2008 21:35:03 +0000 (21:35 +0000)]
rename ldap_pvt_thread_pool_setkey_x() to ldap_pvt_thread_pool_setkey() (as part of ITS#5309)

16 years agoFix Debug() format in previous change
Hallvard Furuseth [Mon, 7 Jan 2008 20:13:01 +0000 (20:13 +0000)]
Fix Debug() format in previous change

16 years agoITS#5309: Use ldap_pvt_thread_pool_setkey_x() more. Fix void** arguments.
Hallvard Furuseth [Mon, 7 Jan 2008 20:10:22 +0000 (20:10 +0000)]
ITS#5309: Use ldap_pvt_thread_pool_setkey_x() more. Fix void** arguments.

16 years agoITS#5309: Use ldap_pvt_thread_pool_setkey_x() in slap_passwd_check() and
Hallvard Furuseth [Mon, 7 Jan 2008 20:08:22 +0000 (20:08 +0000)]
ITS#5309: Use ldap_pvt_thread_pool_setkey_x() in slap_passwd_check() and
be_rootdn_bind() - push/pop any old value instead of resetting it.

16 years agoITS#5309: complete the addition of ldap_pvt_thread_pool_setkey_x()
Hallvard Furuseth [Mon, 7 Jan 2008 20:04:46 +0000 (20:04 +0000)]
ITS#5309: complete the addition of ldap_pvt_thread_pool_setkey_x()

16 years agoAvoid use of uninitialized variable 'e' after failed overlay_entry_get_ov().
Hallvard Furuseth [Mon, 7 Jan 2008 18:50:54 +0000 (18:50 +0000)]
Avoid use of uninitialized variable 'e' after failed overlay_entry_get_ov().
(It was harmless unless the value was a trap representation.)

16 years agoITS#4112 temporarily disable broken code
Howard Chu [Sun, 6 Jan 2008 07:34:19 +0000 (07:34 +0000)]
ITS#4112 temporarily disable broken code

16 years agoQuick import of N-Way Multimaster stuff. Clean up tonight.
Gavin Henry [Fri, 4 Jan 2008 17:14:36 +0000 (17:14 +0000)]
Quick import of N-Way Multimaster stuff. Clean up tonight.

16 years agoFix prev commit
Howard Chu [Thu, 3 Jan 2008 08:25:58 +0000 (08:25 +0000)]
Fix prev commit

16 years agodon't leave 'round pointers to buffers on the stack
Pierangelo Masarati [Wed, 2 Jan 2008 23:08:04 +0000 (23:08 +0000)]
don't leave 'round pointers to buffers on the stack

16 years agofix modlist cleanup during rename
Pierangelo Masarati [Wed, 2 Jan 2008 22:49:45 +0000 (22:49 +0000)]
fix modlist cleanup during rename

16 years agoSlight formatting.
Gavin Henry [Wed, 2 Jan 2008 17:54:42 +0000 (17:54 +0000)]
Slight formatting.

16 years agofix to ITS#5304
Pierangelo Masarati [Wed, 2 Jan 2008 17:30:40 +0000 (17:30 +0000)]
fix to ITS#5304

16 years agonew ldap_pvt_thread_pool_setkey API
Pierangelo Masarati [Sat, 29 Dec 2007 18:14:54 +0000 (18:14 +0000)]
new ldap_pvt_thread_pool_setkey API

16 years agoplug leak (ITS#5302)
Pierangelo Masarati [Sat, 29 Dec 2007 17:59:28 +0000 (17:59 +0000)]
plug leak (ITS#5302)

16 years agoallow slapo-memberof to be used as global overlay, and thus provide cross-database...
Pierangelo Masarati [Sat, 29 Dec 2007 16:07:07 +0000 (16:07 +0000)]
allow slapo-memberof to be used as global overlay, and thus provide cross-database integrity (ITS#5301)

16 years agoITS#5300, reject substring filters with empty values
Howard Chu [Sat, 29 Dec 2007 02:32:22 +0000 (02:32 +0000)]
ITS#5300, reject substring filters with empty values

16 years agoAssign contrib config OID
Howard Chu [Fri, 28 Dec 2007 07:51:00 +0000 (07:51 +0000)]
Assign contrib config OID

16 years agoRemove unnneded boi_locker field
Howard Chu [Fri, 28 Dec 2007 07:44:41 +0000 (07:44 +0000)]
Remove unnneded boi_locker field

16 years agoITS#5086 fix Adds in IDL cache
Howard Chu [Fri, 28 Dec 2007 07:40:18 +0000 (07:40 +0000)]
ITS#5086 fix Adds in IDL cache

16 years agoallow to programmatically register new response code names
Pierangelo Masarati [Fri, 28 Dec 2007 01:21:22 +0000 (01:21 +0000)]
allow to programmatically register new response code names

16 years agoallow to customize the error code in case of constraint violation
Pierangelo Masarati [Fri, 28 Dec 2007 00:38:27 +0000 (00:38 +0000)]
allow to customize the error code in case of constraint violation

16 years agoallow to workaround size limits when deleting recursively (ITS#5294)
Pierangelo Masarati [Thu, 27 Dec 2007 21:08:29 +0000 (21:08 +0000)]
allow to workaround size limits when deleting recursively (ITS#5294)

16 years agoif referential integrity is broken, things could go wrong; don't assert
Pierangelo Masarati [Thu, 27 Dec 2007 20:57:42 +0000 (20:57 +0000)]
if referential integrity is broken, things could go wrong; don't assert

16 years agofix ITS#5286 (NULL + set = NULL); add more verbose set logging if requested
Pierangelo Masarati [Thu, 27 Dec 2007 20:27:51 +0000 (20:27 +0000)]
fix ITS#5286 (NULL + set = NULL); add more verbose set logging if requested

16 years agofix previous commit
Pierangelo Masarati [Thu, 27 Dec 2007 19:57:51 +0000 (19:57 +0000)]
fix previous commit

16 years agocheck objectClass inheritance on add (consistent with modify; ITS#5299)
Pierangelo Masarati [Thu, 27 Dec 2007 19:50:12 +0000 (19:50 +0000)]
check objectClass inheritance on add (consistent with modify; ITS#5299)

16 years agopass ConfigReply to overlays; don't complain unless once-only overlays are instantiat...
Pierangelo Masarati [Thu, 27 Dec 2007 17:36:39 +0000 (17:36 +0000)]
pass ConfigReply to overlays; don't complain unless once-only overlays are instantiated multiple times

16 years agoRequire compare (not read) access to entry attr for compare ops
Howard Chu [Thu, 27 Dec 2007 00:51:45 +0000 (00:51 +0000)]
Require compare (not read) access to entry attr for compare ops

16 years agoComplete prev commit
Howard Chu [Mon, 24 Dec 2007 05:32:13 +0000 (05:32 +0000)]
Complete prev commit

16 years agoConvert back-sock to dynamic config
Howard Chu [Mon, 24 Dec 2007 05:18:25 +0000 (05:18 +0000)]
Convert back-sock to dynamic config

16 years agoAxe obsolete Cyrus 1.5 support
Howard Chu [Sun, 23 Dec 2007 01:33:39 +0000 (01:33 +0000)]
Axe obsolete Cyrus 1.5 support

16 years agoITS#5298 use SASL's memory for temporary DN storage
Howard Chu [Sun, 23 Dec 2007 01:21:56 +0000 (01:21 +0000)]
ITS#5298 use SASL's memory for temporary DN storage

16 years agoITS#5259 fix sasl_auxprop_store to allow cleanup after bindop is gone
Howard Chu [Sat, 22 Dec 2007 22:53:58 +0000 (22:53 +0000)]
ITS#5259 fix sasl_auxprop_store to allow cleanup after bindop is gone

16 years agoITS#5264 don't log NULL/anonymous DNs
Howard Chu [Sat, 22 Dec 2007 21:16:54 +0000 (21:16 +0000)]
ITS#5264 don't log NULL/anonymous DNs

16 years agoITS#5261 quick fix, don't checkpoint on first write to DB
Howard Chu [Sat, 22 Dec 2007 05:00:38 +0000 (05:00 +0000)]
ITS#5261 quick fix, don't checkpoint on first write to DB

16 years agoAdd BindDN, separate LDAP session for searches, sample interval option
Howard Chu [Sat, 22 Dec 2007 04:41:28 +0000 (04:41 +0000)]
Add BindDN, separate LDAP session for searches, sample interval option

16 years agoITS#4982 libldap_r threaded library linking
Quanah Gibson-Mount [Fri, 21 Dec 2007 22:18:35 +0000 (22:18 +0000)]
ITS#4982 libldap_r threaded library linking

16 years agoautoconf/automake adjustments, regenerated files
Ralf Haferkamp [Thu, 20 Dec 2007 12:35:30 +0000 (12:35 +0000)]
autoconf/automake adjustments, regenerated files

16 years agoinitial support for SASL
Ralf Haferkamp [Thu, 20 Dec 2007 12:33:48 +0000 (12:33 +0000)]
initial support for SASL

16 years agoFixed includes
Ralf Haferkamp [Thu, 20 Dec 2007 11:58:40 +0000 (11:58 +0000)]
Fixed includes

16 years agoCheck for active requests before trying to receive a message
Ralf Haferkamp [Thu, 20 Dec 2007 11:49:03 +0000 (11:49 +0000)]
Check for active requests before trying to receive a message

16 years agotest047 needs slapo-rwm (ITS#5292)
Pierangelo Masarati [Thu, 20 Dec 2007 10:58:29 +0000 (10:58 +0000)]
test047 needs slapo-rwm (ITS#5292)

16 years agoCleanup spaces
Howard Chu [Thu, 20 Dec 2007 02:46:59 +0000 (02:46 +0000)]
Cleanup spaces

16 years agoITS#5291, more for rev 1.79 search timeouts
Howard Chu [Thu, 20 Dec 2007 02:46:13 +0000 (02:46 +0000)]
ITS#5291, more for rev 1.79 search timeouts

16 years agobdb Oracle URLs
Gavin Henry [Wed, 19 Dec 2007 17:27:19 +0000 (17:27 +0000)]
bdb Oracle URLs

16 years agoHelper Classes to handle cyrus-sasl interactions
Ralf Haferkamp [Wed, 19 Dec 2007 16:54:42 +0000 (16:54 +0000)]
Helper Classes to handle cyrus-sasl interactions

16 years agoDB_CONFIG.example URL wrong in comments (ITS#5288)
Gavin Henry [Tue, 18 Dec 2007 12:50:27 +0000 (12:50 +0000)]
DB_CONFIG.example URL wrong in comments (ITS#5288)

16 years agoBetter fix to prev commit
Howard Chu [Mon, 17 Dec 2007 07:11:24 +0000 (07:11 +0000)]
Better fix to prev commit