]> git.sur5r.net Git - openldap/log
openldap
16 years agocleanup
Quanah Gibson-Mount [Sun, 11 Nov 2007 20:32:18 +0000 (20:32 +0000)]
cleanup

16 years agoMore for ITS#5212 make conditional explicit
Howard Chu [Fri, 9 Nov 2007 07:28:42 +0000 (07:28 +0000)]
More for ITS#5212 make conditional explicit

16 years agoThere can be multiple ETCDIR instances on a line
Howard Chu [Fri, 9 Nov 2007 03:56:26 +0000 (03:56 +0000)]
There can be multiple ETCDIR instances on a line

16 years agoFix op->o_abandon handling. Use fake connection to add results to the cache (ITS...
Ralf Haferkamp [Thu, 8 Nov 2007 15:43:42 +0000 (15:43 +0000)]
Fix op->o_abandon handling. Use fake connection to add results to the cache (ITS#5187)

16 years agoITS#5217 and ITS#5216
Gavin Henry [Wed, 7 Nov 2007 23:52:55 +0000 (23:52 +0000)]
ITS#5217 and ITS#5216

16 years agoITS#5223
Gavin Henry [Wed, 7 Nov 2007 23:28:31 +0000 (23:28 +0000)]
ITS#5223

16 years agoUpdate www to build OpenLDAP-Admin-Guide.pdf instead of guide.pdf as
Kurt Zeilenga [Wed, 7 Nov 2007 16:46:50 +0000 (16:46 +0000)]
Update www to build OpenLDAP-Admin-Guide.pdf instead of guide.pdf as
www pages have now been updated to reference OpenLDAP-Admin-Guide.pdf

16 years agoAdd www rule for webmaster use
Kurt Zeilenga [Wed, 7 Nov 2007 16:18:05 +0000 (16:18 +0000)]
Add www rule for webmaster use

16 years agoAdd rule to produce OpenLDAP-Admin-Guide.pdf
Kurt Zeilenga [Wed, 7 Nov 2007 16:00:01 +0000 (16:00 +0000)]
Add rule to produce OpenLDAP-Admin-Guide.pdf

16 years agoThis is used in the Makefile rule to build guide.pdf. Hence the -f is bogus.
Kurt Zeilenga [Wed, 7 Nov 2007 15:56:15 +0000 (15:56 +0000)]
This is used in the Makefile rule to build guide.pdf.  Hence the -f is bogus.

16 years agoincreased version number and regenerated autoconf/automake files
Ralf Haferkamp [Wed, 7 Nov 2007 11:02:26 +0000 (11:02 +0000)]
increased version number and regenerated autoconf/automake files

16 years agoFixed gcc 4.3 compile issues
Ralf Haferkamp [Wed, 7 Nov 2007 11:01:03 +0000 (11:01 +0000)]
Fixed gcc 4.3 compile issues

16 years agoFix prev commit
Howard Chu [Wed, 7 Nov 2007 04:59:03 +0000 (04:59 +0000)]
Fix prev commit

16 years agoITS#5146 better check for single val in modify
Howard Chu [Wed, 7 Nov 2007 04:58:07 +0000 (04:58 +0000)]
ITS#5146 better check for single val in modify

16 years agoITS#5200 fix typo in ITS#1749 patch
Howard Chu [Wed, 7 Nov 2007 04:41:12 +0000 (04:41 +0000)]
ITS#5200 fix typo in ITS#1749 patch

16 years agoITS#5186 check for multiple suffixes at config time, not open time
Howard Chu [Wed, 7 Nov 2007 04:31:06 +0000 (04:31 +0000)]
ITS#5186 check for multiple suffixes at config time, not open time

16 years agofix prev commit (ITS#5212)
Howard Chu [Wed, 7 Nov 2007 04:02:21 +0000 (04:02 +0000)]
fix prev commit (ITS#5212)

16 years agoITS#5209 sasl_host may be different from global_host
Howard Chu [Mon, 5 Nov 2007 09:30:40 +0000 (09:30 +0000)]
ITS#5209 sasl_host may be different from global_host

16 years agoITS#5211 spec says we must ignore invalid cookies
Howard Chu [Sun, 4 Nov 2007 12:34:41 +0000 (12:34 +0000)]
ITS#5211 spec says we must ignore invalid cookies

16 years agoForced commit - prev was for ITS#5210, not 5120
Howard Chu [Fri, 2 Nov 2007 16:51:13 +0000 (16:51 +0000)]
Forced commit - prev was for ITS#5210, not 5120

16 years agoMore for prev commit, ITS#5120.
Howard Chu [Fri, 2 Nov 2007 16:40:42 +0000 (16:40 +0000)]
More for prev commit, ITS#5120.

16 years agoDon't send cookie at end of refresh if nothing changed in refreshAndPersist
Howard Chu [Fri, 2 Nov 2007 00:25:11 +0000 (00:25 +0000)]
Don't send cookie at end of refresh if nothing changed in refreshAndPersist

16 years agoITS#5191 do all pagedresult control parsing in the frontend, don't
Howard Chu [Thu, 1 Nov 2007 15:11:22 +0000 (15:11 +0000)]
ITS#5191 do all pagedresult control parsing in the frontend, don't
re-parse in the backend. Keep track of pagedresult controls and state
in backglue.

16 years agocommon-errors finished, bar some formation of man page names etc.
Gavin Henry [Mon, 29 Oct 2007 22:14:12 +0000 (22:14 +0000)]
common-errors finished, bar some formation of man page names etc.

16 years agoI don't think we need to pull anything in from these blog entries. We've covered...
Gavin Henry [Mon, 29 Oct 2007 21:34:00 +0000 (21:34 +0000)]
I don't think we need to pull anything in from these blog entries. We've covered enough reasons.

16 years agoForced commit: forgot to note that SLAP_LIGHTWEIGHT_DISPATCHER is
Howard Chu [Thu, 25 Oct 2007 08:56:15 +0000 (08:56 +0000)]
Forced commit: forgot to note that SLAP_LIGHTWEIGHT_DISPATCHER is
now unifdef'd.

16 years agoUse per-thread slap_counters to eliminate lock contention
Howard Chu [Thu, 25 Oct 2007 08:45:00 +0000 (08:45 +0000)]
Use per-thread slap_counters to eliminate lock contention

16 years agoFix typo in prev commit
Howard Chu [Thu, 25 Oct 2007 06:50:43 +0000 (06:50 +0000)]
Fix typo in prev commit

16 years agoUse thread-specific data in pool_context()
Howard Chu [Thu, 25 Oct 2007 06:48:44 +0000 (06:48 +0000)]
Use thread-specific data in pool_context()

16 years agoAdded native thread-specific data support
Howard Chu [Thu, 25 Oct 2007 06:42:40 +0000 (06:42 +0000)]
Added native thread-specific data support

16 years agoRepack Connection structure for alignment
Howard Chu [Thu, 25 Oct 2007 04:29:46 +0000 (04:29 +0000)]
Repack Connection structure for alignment

16 years agoConcurrency tweaks:
Howard Chu [Thu, 25 Oct 2007 02:22:40 +0000 (02:22 +0000)]
Concurrency tweaks:
  store conn->c_sd, don't use ber_sockbuf_ctrl to retrieve it.
  use per-thread free lists for operations, no mutexes needed.

16 years agoMention delta-syncrepl and MirrorMode. N-Way Next
Gavin Henry [Wed, 24 Oct 2007 16:37:37 +0000 (16:37 +0000)]
Mention delta-syncrepl and MirrorMode. N-Way Next

16 years agoChaining fix.
Gavin Henry [Wed, 24 Oct 2007 16:36:56 +0000 (16:36 +0000)]
Chaining fix.

16 years agoPoint to 'Recommended OpenLDAP Software Dependency Versions' section when discussing...
Gavin Henry [Wed, 24 Oct 2007 16:36:26 +0000 (16:36 +0000)]
Point to 'Recommended OpenLDAP Software Dependency Versions' section when discussing BDB etc.

16 years agoWee fix.
Gavin Henry [Wed, 24 Oct 2007 16:35:11 +0000 (16:35 +0000)]
Wee fix.

16 years agoFinish port of rfc4511 into appendix for error codes. Just need to give examples...
Gavin Henry [Wed, 24 Oct 2007 15:43:19 +0000 (15:43 +0000)]
Finish port of rfc4511 into appendix for error codes. Just need to give examples as to why a user would hit a certain error in relation to a slap*/ldap* tool

16 years agofurther fix of double free (ITS#4860)
Pierangelo Masarati [Wed, 24 Oct 2007 10:34:43 +0000 (10:34 +0000)]
further fix of double free (ITS#4860)

16 years agodon't compute lengths twice
Pierangelo Masarati [Wed, 24 Oct 2007 10:34:04 +0000 (10:34 +0000)]
don't compute lengths twice

16 years agoITS#5197 fully revert prev commit, use thr_stub
Howard Chu [Tue, 23 Oct 2007 21:14:39 +0000 (21:14 +0000)]
ITS#5197 fully revert prev commit, use thr_stub

16 years agoITS#5197 add stub for ldap_pvt_thread_pool_query()
Howard Chu [Tue, 23 Oct 2007 21:14:11 +0000 (21:14 +0000)]
ITS#5197 add stub for ldap_pvt_thread_pool_query()

16 years agoForced commit, partially revert prev commit
Howard Chu [Tue, 23 Oct 2007 20:57:13 +0000 (20:57 +0000)]
Forced commit, partially revert prev commit

16 years agoITS#5197 don't check thread pool if NO_THREADS
Howard Chu [Tue, 23 Oct 2007 20:55:28 +0000 (20:55 +0000)]
ITS#5197 don't check thread pool if NO_THREADS

16 years agoITS#5189 revert index.c 1.67, just catch LDAP_OTHER
Howard Chu [Tue, 23 Oct 2007 00:25:51 +0000 (00:25 +0000)]
ITS#5189 revert index.c 1.67, just catch LDAP_OTHER

16 years agoFix prev commit, include errno.h
Howard Chu [Tue, 23 Oct 2007 00:05:03 +0000 (00:05 +0000)]
Fix prev commit, include errno.h

16 years agoITS#5189 recognize ENOMEM
Howard Chu [Tue, 23 Oct 2007 00:03:56 +0000 (00:03 +0000)]
ITS#5189 recognize ENOMEM

16 years agoFix typo
Howard Chu [Mon, 22 Oct 2007 09:14:56 +0000 (09:14 +0000)]
Fix typo

16 years agoFix depend dependency for parallel make
Howard Chu [Sat, 20 Oct 2007 04:29:11 +0000 (04:29 +0000)]
Fix depend dependency for parallel make

16 years agoFix depend/.links dependency for parallel make
Howard Chu [Sat, 20 Oct 2007 04:24:15 +0000 (04:24 +0000)]
Fix depend/.links dependency for parallel make

16 years agoFix liblutil link order
Howard Chu [Fri, 19 Oct 2007 04:46:41 +0000 (04:46 +0000)]
Fix liblutil link order

16 years agoITS#5193 don't use "cd; pwd" to get the absolute path of schema dir
Howard Chu [Fri, 19 Oct 2007 04:17:28 +0000 (04:17 +0000)]
ITS#5193 don't use "cd; pwd" to get the absolute path of schema dir

16 years agoAlmost complete MirrorMode section. back-ldap proxy example to do.
Gavin Henry [Thu, 18 Oct 2007 23:50:42 +0000 (23:50 +0000)]
Almost complete MirrorMode section. back-ldap proxy example to do.

16 years agoBackup strategy discussions. db_recover example to do.
Gavin Henry [Thu, 18 Oct 2007 23:50:08 +0000 (23:50 +0000)]
Backup strategy discussions. db_recover example to do.

16 years agomore word additions.
Gavin Henry [Thu, 18 Oct 2007 23:49:11 +0000 (23:49 +0000)]
more word additions.

16 years agoWee chaining update.
Gavin Henry [Thu, 18 Oct 2007 22:46:07 +0000 (22:46 +0000)]
Wee chaining update.

16 years agoITS#5194 zero out pool when destroying
Howard Chu [Thu, 18 Oct 2007 21:13:43 +0000 (21:13 +0000)]
ITS#5194 zero out pool when destroying

16 years agoIn pool_resume don't touch the condvar if the pool is tearing down.
Howard Chu [Thu, 18 Oct 2007 06:52:54 +0000 (06:52 +0000)]
In pool_resume don't touch the condvar if the pool is tearing down.

16 years agoCleanup debug calls
Howard Chu [Thu, 18 Oct 2007 01:35:07 +0000 (01:35 +0000)]
Cleanup debug calls

16 years agoRevert previous commit
Quanah Gibson-Mount [Wed, 17 Oct 2007 23:08:48 +0000 (23:08 +0000)]
Revert previous commit

16 years agoITS#5189 add note about db_stat and slapd needing to be run when using quick mode.
Quanah Gibson-Mount [Wed, 17 Oct 2007 21:59:57 +0000 (21:59 +0000)]
ITS#5189  add note about db_stat and slapd needing to be run when using quick mode.

16 years agouse URIs instead of hostname/port
Ralf Haferkamp [Wed, 17 Oct 2007 17:07:05 +0000 (17:07 +0000)]
use URIs instead of hostname/port

16 years agofixed typo
Ralf Haferkamp [Wed, 17 Oct 2007 16:42:07 +0000 (16:42 +0000)]
fixed typo

16 years agofix *_TIMEOUT API documentation (ITS#5188)
Pierangelo Masarati [Wed, 17 Oct 2007 16:32:11 +0000 (16:32 +0000)]
fix *_TIMEOUT API documentation (ITS#5188)

16 years agoFix prev commit, only defer open for online Add
Howard Chu [Tue, 16 Oct 2007 16:25:56 +0000 (16:25 +0000)]
Fix prev commit, only defer open for online Add

16 years agoDon't leak logfiles
Howard Chu [Tue, 16 Oct 2007 00:59:39 +0000 (00:59 +0000)]
Don't leak logfiles

16 years agoFix error message propagation
Howard Chu [Mon, 15 Oct 2007 10:22:51 +0000 (10:22 +0000)]
Fix error message propagation

16 years agoCheck DB directory validity at config time
Howard Chu [Mon, 15 Oct 2007 10:17:04 +0000 (10:17 +0000)]
Check DB directory validity at config time

16 years agoRevert prev commit, bogus
Howard Chu [Mon, 15 Oct 2007 10:16:36 +0000 (10:16 +0000)]
Revert prev commit, bogus

16 years agoSave return code from cleanup handler
Howard Chu [Mon, 15 Oct 2007 09:56:03 +0000 (09:56 +0000)]
Save return code from cleanup handler

16 years agoPartial revert from 1.246, not sure what's the point
Howard Chu [Mon, 15 Oct 2007 09:38:25 +0000 (09:38 +0000)]
Partial revert from 1.246, not sure what's the point

16 years agoLast tweak. Forgot to individually comment each commit. Small progress for all anyway.
Gavin Henry [Sun, 14 Oct 2007 23:56:12 +0000 (23:56 +0000)]
Last tweak. Forgot to individually comment each commit. Small progress for all anyway.

16 years agoAdded -F option. Need to sync with current slap*(8)
Gavin Henry [Sun, 14 Oct 2007 23:46:03 +0000 (23:46 +0000)]
Added -F option. Need to sync with current slap*(8)

16 years agoAdded -F option. Need to sync with current slapd(8)
Gavin Henry [Sun, 14 Oct 2007 23:38:46 +0000 (23:38 +0000)]
Added -F option. Need to sync with current slapd(8)

16 years agoLayout fixes and more versions.
Gavin Henry [Sun, 14 Oct 2007 23:06:05 +0000 (23:06 +0000)]
Layout fixes and more versions.

16 years agoSome error with Tab seperators. Switched to using '|', and will use this from now on.
Gavin Henry [Sun, 14 Oct 2007 00:15:12 +0000 (00:15 +0000)]
Some error with Tab seperators. Switched to using '|', and will use this from now on.

16 years agoNew appendix on dependency versions. Could someone look at the table and tell me...
Gavin Henry [Sat, 13 Oct 2007 21:54:42 +0000 (21:54 +0000)]
New appendix on dependency versions. Could someone look at the table and tell me why I'm getting: './appendix-recommended-versions.sdf warning, block on 16: {{ phrase not terminated'. Everything looks matched to me. New to tables ;-)

16 years agodocument the "monitoring" option
Pierangelo Masarati [Sat, 13 Oct 2007 15:38:45 +0000 (15:38 +0000)]
document the "monitoring" option

16 years agoset BINDING appropriately (ITS#5185)
Pierangelo Masarati [Sat, 13 Oct 2007 10:13:38 +0000 (10:13 +0000)]
set BINDING appropriately (ITS#5185)

16 years agoremove 'Index'; add 'Sync' and mention custom values
Pierangelo Masarati [Thu, 11 Oct 2007 23:39:09 +0000 (23:39 +0000)]
remove 'Index'; add 'Sync' and mention custom values

16 years ago'Config' is no longer useless since back-config introduction; do not document 'Cache...
Pierangelo Masarati [Thu, 11 Oct 2007 23:35:57 +0000 (23:35 +0000)]
'Config' is no longer useless since back-config introduction; do not document 'Cache' as it is no longer in use

16 years agoStreamlined WeightedAuthRate load generator ala SLAMD
Howard Chu [Thu, 11 Oct 2007 11:06:29 +0000 (11:06 +0000)]
Streamlined WeightedAuthRate load generator ala SLAMD

16 years agofix dirsep's in DN (ITS#5172)
Pierangelo Masarati [Wed, 10 Oct 2007 18:50:20 +0000 (18:50 +0000)]
fix dirsep's in DN (ITS#5172)

16 years agoQuiet request logging
Howard Chu [Wed, 10 Oct 2007 05:17:49 +0000 (05:17 +0000)]
Quiet request logging

16 years agoClarify rootdn requirements
Quanah Gibson-Mount [Tue, 9 Oct 2007 02:51:35 +0000 (02:51 +0000)]
Clarify rootdn requirements

16 years agoITS#5100 ldap_control_dup - OID must be non-NULL
Howard Chu [Tue, 9 Oct 2007 01:38:50 +0000 (01:38 +0000)]
ITS#5100 ldap_control_dup - OID must be non-NULL

16 years agoITS#5177 pass new entries in search_response for Persist mode
Howard Chu [Mon, 8 Oct 2007 18:13:29 +0000 (18:13 +0000)]
ITS#5177 pass new entries in search_response for Persist mode

16 years agoFix unprotected checks for psearches
Howard Chu [Mon, 8 Oct 2007 13:59:33 +0000 (13:59 +0000)]
Fix unprotected checks for psearches

16 years agoPlug leak
Howard Chu [Mon, 8 Oct 2007 13:28:25 +0000 (13:28 +0000)]
Plug leak

16 years agoTweak ACL cache messages
Howard Chu [Mon, 8 Oct 2007 12:52:26 +0000 (12:52 +0000)]
Tweak ACL cache messages

16 years agofix ordering of items on objectClass definition (ITS#5174)
Pierangelo Masarati [Mon, 8 Oct 2007 10:38:11 +0000 (10:38 +0000)]
fix ordering of items on objectClass definition (ITS#5174)

16 years agoITS#5173 simplify defer open behavior
Howard Chu [Mon, 8 Oct 2007 07:37:53 +0000 (07:37 +0000)]
ITS#5173 simplify defer open behavior

16 years agoITS#5173 fix for dynamic add in cn=config
Howard Chu [Mon, 8 Oct 2007 07:13:58 +0000 (07:13 +0000)]
ITS#5173 fix for dynamic add in cn=config

16 years agoRefuse to operate on cacheDB if it hasn't been started yet
Howard Chu [Mon, 8 Oct 2007 06:34:57 +0000 (06:34 +0000)]
Refuse to operate on cacheDB if it hasn't been started yet

16 years agoFix for dynamic adds
Howard Chu [Mon, 8 Oct 2007 06:21:13 +0000 (06:21 +0000)]
Fix for dynamic adds

16 years agoCheck for cleanup on Adds, not just Modifies
Howard Chu [Mon, 8 Oct 2007 06:19:50 +0000 (06:19 +0000)]
Check for cleanup on Adds, not just Modifies

16 years agoITS#4884 fix prev commit
Howard Chu [Mon, 8 Oct 2007 05:41:44 +0000 (05:41 +0000)]
ITS#4884 fix prev commit

16 years agoITS#4188 check for pool pause every 64 entries. (probably should make
Howard Chu [Mon, 8 Oct 2007 01:15:49 +0000 (01:15 +0000)]
ITS#4188 check for pool pause every 64 entries. (probably should make
this number tunable.)

16 years agominor cleanup
Pierangelo Masarati [Sat, 6 Oct 2007 15:40:55 +0000 (15:40 +0000)]
minor cleanup

16 years agoITS#3864 use sasl_ssf_t where expected
Howard Chu [Sat, 6 Oct 2007 14:55:53 +0000 (14:55 +0000)]
ITS#3864 use sasl_ssf_t where expected

16 years agoITS#3864 use sasl_ssf_t where expected
Howard Chu [Sat, 6 Oct 2007 14:50:02 +0000 (14:50 +0000)]
ITS#3864 use sasl_ssf_t where expected