]> git.sur5r.net Git - openldap/log
openldap
18 years agodocument "protocol-version" directive (ITS#4488)
Pierangelo Masarati [Tue, 9 May 2006 21:57:07 +0000 (21:57 +0000)]
document "protocol-version" directive (ITS#4488)

18 years agofix warning message
Pierangelo Masarati [Tue, 9 May 2006 20:32:25 +0000 (20:32 +0000)]
fix warning message

18 years agocheck for NULLs from ber_mem funcs
Howard Chu [Tue, 9 May 2006 11:09:04 +0000 (11:09 +0000)]
check for NULLs from ber_mem funcs

18 years agoplug leak
Howard Chu [Tue, 9 May 2006 10:52:22 +0000 (10:52 +0000)]
plug leak

18 years agocoverity cleanup
Howard Chu [Tue, 9 May 2006 10:41:05 +0000 (10:41 +0000)]
coverity cleanup

18 years agoFix tlimit munging
Howard Chu [Tue, 9 May 2006 00:01:35 +0000 (00:01 +0000)]
Fix tlimit munging

18 years agorefine prev commit
Howard Chu [Mon, 8 May 2006 13:12:12 +0000 (13:12 +0000)]
refine prev commit

18 years agoFix strchrlen running past end of berval
Howard Chu [Mon, 8 May 2006 12:43:01 +0000 (12:43 +0000)]
Fix strchrlen running past end of berval

18 years agoFix dynacl tgrant/tdeny initialization
Howard Chu [Mon, 8 May 2006 09:06:37 +0000 (09:06 +0000)]
Fix dynacl tgrant/tdeny initialization

18 years agoITS#4525
Luke Howard [Mon, 8 May 2006 08:58:33 +0000 (08:58 +0000)]
ITS#4525

18 years agocleanup
Pierangelo Masarati [Sat, 6 May 2006 17:22:59 +0000 (17:22 +0000)]
cleanup

18 years agoadd URI list resorting feature (ITS#4524)
Pierangelo Masarati [Sat, 6 May 2006 16:15:25 +0000 (16:15 +0000)]
add URI list resorting feature (ITS#4524)

18 years agofix previous commit
Pierangelo Masarati [Sat, 6 May 2006 11:53:54 +0000 (11:53 +0000)]
fix previous commit

18 years agotouch idle-timeout HAVE_TLS odds; silence warning #ifndef HAVE_TLS
Pierangelo Masarati [Sat, 6 May 2006 10:50:13 +0000 (10:50 +0000)]
touch idle-timeout HAVE_TLS odds; silence warning #ifndef HAVE_TLS

18 years agocleanup version parsing
Pierangelo Masarati [Sat, 6 May 2006 10:42:29 +0000 (10:42 +0000)]
cleanup version parsing

18 years agorefine previous commit
Pierangelo Masarati [Sat, 6 May 2006 03:16:45 +0000 (03:16 +0000)]
refine previous commit

18 years agoparallelize dobind/search (ITS#4519)
Pierangelo Masarati [Sat, 6 May 2006 02:25:53 +0000 (02:25 +0000)]
parallelize dobind/search (ITS#4519)

18 years agofix "host=", broken by rev 1.446 of servers/slapd/config.c
Pierangelo Masarati [Fri, 5 May 2006 23:53:14 +0000 (23:53 +0000)]
fix "host=", broken by rev 1.446 of servers/slapd/config.c

18 years agomake sure NULL pointers are not dereferenced
Pierangelo Masarati [Thu, 4 May 2006 22:07:35 +0000 (22:07 +0000)]
make sure NULL pointers are not dereferenced

18 years agogracefully handle server down while initiating a search (ITS#4518)
Pierangelo Masarati [Thu, 4 May 2006 08:37:31 +0000 (08:37 +0000)]
gracefully handle server down while initiating a search (ITS#4518)

18 years agoApply logoldattr / reqOld to ModRDN
Howard Chu [Wed, 3 May 2006 21:38:15 +0000 (21:38 +0000)]
Apply logoldattr / reqOld to ModRDN

18 years agoApply logoldattr / reqOld to modRDN requests as well
Howard Chu [Wed, 3 May 2006 21:29:56 +0000 (21:29 +0000)]
Apply logoldattr / reqOld to modRDN requests as well

18 years agodon't muck with freed memory (spotted by valgrind)
Pierangelo Masarati [Wed, 3 May 2006 18:54:04 +0000 (18:54 +0000)]
don't muck with freed memory (spotted by valgrind)

18 years agoFurther details as to why slapcat(8) output cannot be used
Kurt Zeilenga [Wed, 3 May 2006 16:51:45 +0000 (16:51 +0000)]
Further details as to why slapcat(8) output cannot be used
as generated with ldapadd(1).

18 years agoRemove some more yield() calls
Howard Chu [Wed, 3 May 2006 07:41:12 +0000 (07:41 +0000)]
Remove some more yield() calls

18 years agoAdd syncrepl TLS config keywords
Howard Chu [Wed, 3 May 2006 03:50:02 +0000 (03:50 +0000)]
Add syncrepl TLS config keywords

18 years agoHide starttls keyword if no TLS
Howard Chu [Wed, 3 May 2006 03:12:16 +0000 (03:12 +0000)]
Hide starttls keyword if no TLS

18 years agoDetect TLS config changes
Howard Chu [Wed, 3 May 2006 02:48:23 +0000 (02:48 +0000)]
Detect TLS config changes

18 years agoITS#4515 add missing equality rules
Howard Chu [Tue, 2 May 2006 21:07:49 +0000 (21:07 +0000)]
ITS#4515 add missing equality rules

18 years agoldap_pvt_runqueue_next_sched() may return a pointer to data that's freed by task...
Pierangelo Masarati [Tue, 2 May 2006 20:32:37 +0000 (20:32 +0000)]
ldap_pvt_runqueue_next_sched() may return a pointer to data that's freed by task run earlier (ITS#4517)

18 years agoITS#4423, fix sessionlog lower bound in playlog
Howard Chu [Tue, 2 May 2006 05:08:59 +0000 (05:08 +0000)]
ITS#4423, fix sessionlog lower bound in playlog

18 years agoUse ldap_pvt_thread_pool_tid()
Howard Chu [Tue, 2 May 2006 00:58:05 +0000 (00:58 +0000)]
Use ldap_pvt_thread_pool_tid()

18 years agoAdd ldap_pvt_thread_pool_tid()
Howard Chu [Tue, 2 May 2006 00:56:42 +0000 (00:56 +0000)]
Add ldap_pvt_thread_pool_tid()

18 years agoFIx rev 1.207, ACL parsing
Howard Chu [Mon, 1 May 2006 23:36:38 +0000 (23:36 +0000)]
FIx rev 1.207, ACL parsing

18 years agofix idassert "override"
Pierangelo Masarati [Mon, 1 May 2006 22:54:07 +0000 (22:54 +0000)]
fix idassert "override"

18 years agoundocument "protocol-version" statement; sort statements alphabetically, except for URI
Pierangelo Masarati [Mon, 1 May 2006 22:12:17 +0000 (22:12 +0000)]
undocument "protocol-version" statement; sort statements alphabetically, except for URI

18 years agoAdd missing "static" to last commit
Hallvard Furuseth [Mon, 1 May 2006 15:23:16 +0000 (15:23 +0000)]
Add missing "static" to last commit

18 years agofix automated static build
Pierangelo Masarati [Mon, 1 May 2006 14:53:19 +0000 (14:53 +0000)]
fix automated static build

18 years agoFix typo in comment
Hallvard Furuseth [Sun, 30 Apr 2006 01:32:40 +0000 (01:32 +0000)]
Fix typo in comment

18 years agoIntroduce ldap_debug_thread_wrapper() to notice threads that exit by returning
Hallvard Furuseth [Sun, 30 Apr 2006 01:15:57 +0000 (01:15 +0000)]
Introduce ldap_debug_thread_wrapper() to notice threads that exit by returning

18 years agoFix tpool_shutdown, don't remove pool from list since pool_destroy
Howard Chu [Sat, 29 Apr 2006 22:31:58 +0000 (22:31 +0000)]
Fix tpool_shutdown, don't remove pool from list since pool_destroy
already does it.

18 years agoFix adjust_count, missing break
Howard Chu [Sat, 29 Apr 2006 22:31:33 +0000 (22:31 +0000)]
Fix adjust_count, missing break

18 years agoITS#4463 add constraint overlay
Howard Chu [Sat, 29 Apr 2006 10:09:31 +0000 (10:09 +0000)]
ITS#4463 add constraint overlay

18 years agoITS#4463 add constraint overlay
Howard Chu [Sat, 29 Apr 2006 10:03:36 +0000 (10:03 +0000)]
ITS#4463 add constraint overlay

18 years agosearchbase is a required config parameter, log missing params.
Howard Chu [Sat, 29 Apr 2006 09:24:14 +0000 (09:24 +0000)]
searchbase is a required config parameter, log missing params.

18 years agoITS#4491, abort test if debug messages are missing
Howard Chu [Sat, 29 Apr 2006 08:46:32 +0000 (08:46 +0000)]
ITS#4491, abort test if debug messages are missing

18 years agoKludge to allow reading undefined attrs in DNs at startup
Howard Chu [Sat, 29 Apr 2006 02:15:53 +0000 (02:15 +0000)]
Kludge to allow reading undefined attrs in DNs at startup

18 years agoHonor ACLs, don't just require root any more
Howard Chu [Sat, 29 Apr 2006 01:26:07 +0000 (01:26 +0000)]
Honor ACLs, don't just require root any more

18 years agoLog a comment with realdn if different from authzDN
Howard Chu [Fri, 28 Apr 2006 23:37:35 +0000 (23:37 +0000)]
Log a comment with realdn if different from authzDN

18 years agoFix adding ACLs to specific DBs vs global/frontend
Howard Chu [Fri, 28 Apr 2006 23:01:59 +0000 (23:01 +0000)]
Fix adding ACLs to specific DBs vs global/frontend

18 years agormutex_lock etc.: caller supplies thread id
Howard Chu [Fri, 28 Apr 2006 21:39:38 +0000 (21:39 +0000)]
rmutex_lock etc.: caller supplies thread id

18 years agoAdd logoldattr option
Howard Chu [Fri, 28 Apr 2006 20:43:20 +0000 (20:43 +0000)]
Add logoldattr option

18 years agoAdd logoldattr keyword for attributes that should always have their old
Howard Chu [Fri, 28 Apr 2006 20:40:43 +0000 (20:40 +0000)]
Add logoldattr keyword for attributes that should always have their old
value logged in a Modify request (that matches the logold filter)

18 years agoUse recursive mutex to avoid deadlocks
Howard Chu [Fri, 28 Apr 2006 20:13:34 +0000 (20:13 +0000)]
Use recursive mutex to avoid deadlocks

18 years agoAdded recursive mutex implementation
Howard Chu [Fri, 28 Apr 2006 20:12:45 +0000 (20:12 +0000)]
Added recursive mutex implementation

18 years agoSLAPI_PLUGIN_{PRE,POST}_RESULT_FN should also be called for
Luke Howard [Fri, 28 Apr 2006 08:39:29 +0000 (08:39 +0000)]
SLAPI_PLUGIN_{PRE,POST}_RESULT_FN should also be called for
REP_SASL and REP_EXTENDED in addition to REP_RESULT -- the
distinction is not present in FDS

18 years agoITS#4512 fix bogus Debug messages in rev 1.48
Howard Chu [Fri, 28 Apr 2006 06:22:48 +0000 (06:22 +0000)]
ITS#4512 fix bogus Debug messages in rev 1.48

18 years agoRevert 1.96, restore 1.91 functionality
Howard Chu [Fri, 28 Apr 2006 06:07:05 +0000 (06:07 +0000)]
Revert 1.96, restore 1.91 functionality

18 years agoMore logging for ITS#4423
Howard Chu [Fri, 28 Apr 2006 03:06:47 +0000 (03:06 +0000)]
More logging for ITS#4423

18 years agoFix lutil_parsetime parsing fractional seconds
Howard Chu [Fri, 28 Apr 2006 01:26:05 +0000 (01:26 +0000)]
Fix lutil_parsetime parsing fractional seconds

18 years agoFix slapadd of config tree, broken by ITS#4194
Howard Chu [Thu, 27 Apr 2006 23:52:53 +0000 (23:52 +0000)]
Fix slapadd of config tree, broken by ITS#4194

18 years agoFix rev 1.52, frontendDB uses index {-1}.
Howard Chu [Thu, 27 Apr 2006 23:21:39 +0000 (23:21 +0000)]
Fix rev 1.52, frontendDB uses index {-1}.

18 years agoFix prev commit
Howard Chu [Thu, 27 Apr 2006 22:47:20 +0000 (22:47 +0000)]
Fix prev commit

18 years agoITS#4414: SLP attributes support from Peter Marschall
Kurt Zeilenga [Thu, 27 Apr 2006 19:36:40 +0000 (19:36 +0000)]
ITS#4414: SLP attributes support from Peter Marschall

18 years agoSupport rootdn
Hallvard Furuseth [Thu, 27 Apr 2006 16:12:59 +0000 (16:12 +0000)]
Support rootdn

18 years agocleanup (unused variable)
Hallvard Furuseth [Thu, 27 Apr 2006 16:05:41 +0000 (16:05 +0000)]
cleanup (unused variable)

18 years agoAdd logging for ITS#4423
Howard Chu [Thu, 27 Apr 2006 09:18:43 +0000 (09:18 +0000)]
Add logging for ITS#4423

18 years agoITS#4500 use rdwr lock instead of mutex
Howard Chu [Thu, 27 Apr 2006 07:52:12 +0000 (07:52 +0000)]
ITS#4500 use rdwr lock instead of mutex

18 years agoCleanup close
Howard Chu [Thu, 27 Apr 2006 02:29:13 +0000 (02:29 +0000)]
Cleanup close

18 years agoback-config support, cleanup init/destroy
Howard Chu [Thu, 27 Apr 2006 02:28:07 +0000 (02:28 +0000)]
back-config support, cleanup init/destroy

18 years agoOIDs for more overlays
Howard Chu [Thu, 27 Apr 2006 02:13:21 +0000 (02:13 +0000)]
OIDs for more overlays

18 years agoback-config support. from Matthew Backes @ Symas.com and
Howard Chu [Thu, 27 Apr 2006 02:12:34 +0000 (02:12 +0000)]
back-config support. from Matthew Backes @ Symas.com and
Karsten Kuenne @ rentec.com (ITS#4506)

18 years agoMore cleanup
Howard Chu [Thu, 27 Apr 2006 00:37:40 +0000 (00:37 +0000)]
More cleanup

18 years agoCleanup prev commit
Howard Chu [Thu, 27 Apr 2006 00:27:43 +0000 (00:27 +0000)]
Cleanup prev commit

18 years agoAdded reqOld support
Howard Chu [Thu, 27 Apr 2006 00:21:19 +0000 (00:21 +0000)]
Added reqOld support

18 years agoTweak mutexes
Howard Chu [Thu, 27 Apr 2006 00:19:32 +0000 (00:19 +0000)]
Tweak mutexes

18 years agoImplement reqOld support
Howard Chu [Thu, 27 Apr 2006 00:01:20 +0000 (00:01 +0000)]
Implement reqOld support

18 years agoOnly use "index" directive in bdb and hdb
Hallvard Furuseth [Wed, 26 Apr 2006 15:36:15 +0000 (15:36 +0000)]
Only use "index" directive in bdb and hdb

18 years agoFix misplaced ">>>>> Test succeeded" messages
Hallvard Furuseth [Wed, 26 Apr 2006 15:08:34 +0000 (15:08 +0000)]
Fix misplaced ">>>>> Test succeeded" messages

18 years agoFix prev commit
Howard Chu [Wed, 26 Apr 2006 10:26:46 +0000 (10:26 +0000)]
Fix prev commit

18 years agoFix ITS#4505
Howard Chu [Wed, 26 Apr 2006 09:12:40 +0000 (09:12 +0000)]
Fix ITS#4505

18 years agonote when the default base is being used (more about ITS#4504)
Pierangelo Masarati [Tue, 25 Apr 2006 23:33:51 +0000 (23:33 +0000)]
note when the default base is being used (more about ITS#4504)

18 years agoprint the correct search base when taken from ldaprc (ITS#4504)
Pierangelo Masarati [Tue, 25 Apr 2006 22:23:00 +0000 (22:23 +0000)]
print the correct search base when taken from ldaprc (ITS#4504)

18 years agocheck existence of newSuperior
Pierangelo Masarati [Tue, 25 Apr 2006 21:11:44 +0000 (21:11 +0000)]
check existence of newSuperior

18 years agoonly the right error is acceptable
Pierangelo Masarati [Tue, 25 Apr 2006 21:11:17 +0000 (21:11 +0000)]
only the right error is acceptable

18 years agoallow empty modlist
Pierangelo Masarati [Tue, 25 Apr 2006 19:51:38 +0000 (19:51 +0000)]
allow empty modlist

18 years agofix strtoul() usage (ITS#4503; forced commit)
Pierangelo Masarati [Tue, 25 Apr 2006 19:33:24 +0000 (19:33 +0000)]
fix strtoul() usage (ITS#4503; forced commit)

18 years agomore ITS#4503 cleanup
Pierangelo Masarati [Tue, 25 Apr 2006 19:30:48 +0000 (19:30 +0000)]
more ITS#4503 cleanup

18 years agocallbacks must return valid error codes (ITS#4499)
Pierangelo Masarati [Tue, 25 Apr 2006 19:07:34 +0000 (19:07 +0000)]
callbacks must return valid error codes (ITS#4499)

18 years agofix strtoul() odd interface
Pierangelo Masarati [Tue, 25 Apr 2006 15:46:44 +0000 (15:46 +0000)]
fix strtoul() odd interface

18 years agoFix log_age_parse days parsing
Howard Chu [Tue, 25 Apr 2006 10:24:54 +0000 (10:24 +0000)]
Fix log_age_parse days parsing

18 years ago"access to attr=" => "... attrs="
Hallvard Furuseth [Mon, 24 Apr 2006 22:53:22 +0000 (22:53 +0000)]
"access to attr=" => "... attrs="

18 years agoCast isspace() arg to unsigned char. (Update to previous change.)
Hallvard Furuseth [Mon, 24 Apr 2006 20:32:23 +0000 (20:32 +0000)]
Cast isspace() arg to unsigned char.  (Update to previous change.)

18 years agocleanup
Pierangelo Masarati [Mon, 24 Apr 2006 17:20:13 +0000 (17:20 +0000)]
cleanup

18 years agocleanup; make sure no spurious error code slip thru
Pierangelo Masarati [Mon, 24 Apr 2006 12:12:14 +0000 (12:12 +0000)]
cleanup; make sure no spurious error code slip thru

18 years agoPPOLICY_ERROR is primitive, not constructed
Howard Chu [Sat, 22 Apr 2006 00:23:44 +0000 (00:23 +0000)]
PPOLICY_ERROR is primitive, not constructed

18 years agoFix EXPIRE/GRACE ber tags
Howard Chu [Fri, 21 Apr 2006 23:47:53 +0000 (23:47 +0000)]
Fix EXPIRE/GRACE ber tags

18 years agoFix EXPIRE/GRACE tags in control value
Howard Chu [Fri, 21 Apr 2006 23:45:29 +0000 (23:45 +0000)]
Fix EXPIRE/GRACE tags in control value

18 years agodon't idassert if proxyAuthz == boundDN (ITS#4497)
Pierangelo Masarati [Fri, 21 Apr 2006 21:07:31 +0000 (21:07 +0000)]
don't idassert if proxyAuthz == boundDN (ITS#4497)

18 years agoMake be_shadow_update more specific for syncrepl ops, since mirrormode
Howard Chu [Thu, 20 Apr 2006 22:20:25 +0000 (22:20 +0000)]
Make be_shadow_update more specific for syncrepl ops, since mirrormode
lets normal users write to a syncrepl database