]> git.sur5r.net Git - openldap/log
openldap
18 years agoITS#4417 backglue must pass intermediate responses transparently.
Howard Chu [Mon, 27 Feb 2006 09:20:55 +0000 (09:20 +0000)]
ITS#4417 backglue must pass intermediate responses transparently.
syncprov must prevent send_ldap_result from being called for an
in-progress persistent search.

18 years agoFix slapi_valueset_count() for no value case
Luke Howard [Mon, 27 Feb 2006 05:21:11 +0000 (05:21 +0000)]
Fix slapi_valueset_count() for no value case

18 years agoFix memory smasher in slapi_valueset_free()
Luke Howard [Mon, 27 Feb 2006 03:44:40 +0000 (03:44 +0000)]
Fix memory smasher in slapi_valueset_free()

18 years agoFix > v -gt in sizeof test
Kurt Zeilenga [Wed, 22 Feb 2006 04:47:41 +0000 (04:47 +0000)]
Fix > v -gt in sizeof test

18 years agoAdd SLAPI_OPERATION_MSGID
Luke Howard [Mon, 20 Feb 2006 09:30:28 +0000 (09:30 +0000)]
Add SLAPI_OPERATION_MSGID
Add SLAPI_IS_INTERNAL_OPERATION

18 years agoAdd SLAPI_IS_INTERNAL_OPERATION / SLAPI_OPERATION_MSGID
Luke Howard [Mon, 20 Feb 2006 09:26:02 +0000 (09:26 +0000)]
Add SLAPI_IS_INTERNAL_OPERATION / SLAPI_OPERATION_MSGID

18 years agocleanup --with-tls handle
Kurt Zeilenga [Fri, 17 Feb 2006 22:46:22 +0000 (22:46 +0000)]
cleanup --with-tls handle

18 years agoApply ITS#4350 changes except slapdconfig.sdf. The BDB text in slapdconf2.sdf
Howard Chu [Fri, 17 Feb 2006 09:24:57 +0000 (09:24 +0000)]
Apply ITS#4350 changes except slapdconfig.sdf. The BDB text in slapdconf2.sdf
is more accurate; slapdconfig.sdf should eventually be dropped.

18 years agoApply Eric Irrgang's patch from ITS#4371
Howard Chu [Fri, 17 Feb 2006 09:00:35 +0000 (09:00 +0000)]
Apply Eric Irrgang's patch from ITS#4371

18 years agobe conservative in reading subtree-exclude
Pierangelo Masarati [Thu, 16 Feb 2006 23:37:42 +0000 (23:37 +0000)]
be conservative in reading subtree-exclude

18 years agofixed last commit
Ralf Haferkamp [Thu, 16 Feb 2006 13:22:37 +0000 (13:22 +0000)]
fixed last commit

18 years agoError out if creating the back-config entries fails when converting from
Ralf Haferkamp [Thu, 16 Feb 2006 11:16:22 +0000 (11:16 +0000)]
Error out if creating the back-config entries fails when converting from
config file to config backend. [ITS: #4407]

18 years agoITS#4403 don't unbind a NULL ld.
Howard Chu [Thu, 16 Feb 2006 08:21:02 +0000 (08:21 +0000)]
ITS#4403 don't unbind a NULL ld.

18 years agoITS#4406 don't cache attrsonly results
Howard Chu [Thu, 16 Feb 2006 08:16:49 +0000 (08:16 +0000)]
ITS#4406 don't cache attrsonly results

18 years agoNo longer hide cancel.
Kurt Zeilenga [Thu, 16 Feb 2006 05:05:52 +0000 (05:05 +0000)]
No longer hide cancel.

18 years agoMacro cleanup
Kurt Zeilenga [Thu, 16 Feb 2006 05:01:29 +0000 (05:01 +0000)]
Macro cleanup

18 years agoAll big PDUs for PROTOS testing (devel only)
Kurt Zeilenga [Thu, 16 Feb 2006 05:01:05 +0000 (05:01 +0000)]
All big PDUs for PROTOS testing (devel only)

18 years agoadd support for "subtree-exclude"
Pierangelo Masarati [Thu, 16 Feb 2006 01:26:39 +0000 (01:26 +0000)]
add support for "subtree-exclude"

18 years agofix error message
Pierangelo Masarati [Thu, 16 Feb 2006 01:10:45 +0000 (01:10 +0000)]
fix error message

18 years agoremove c_pb, it is no longer needed
Luke Howard [Thu, 16 Feb 2006 00:14:38 +0000 (00:14 +0000)]
remove c_pb, it is no longer needed

18 years agoITS#4404: fix typo in ValuesReturnFilter control OID, add
Kurt Zeilenga [Wed, 15 Feb 2006 21:30:35 +0000 (21:30 +0000)]
ITS#4404: fix typo in ValuesReturnFilter control OID, add
temporary server-side support for old OID.

18 years agosome more debug logging
Ralf Haferkamp [Wed, 15 Feb 2006 17:25:45 +0000 (17:25 +0000)]
some more debug logging

18 years agoFix ITS#4401 teardown persistent clients when unconfiguring
Howard Chu [Wed, 15 Feb 2006 07:38:17 +0000 (07:38 +0000)]
Fix ITS#4401 teardown persistent clients when unconfiguring

18 years agounifdef -DLDAP_NULL_IS_NULL
Kurt Zeilenga [Tue, 14 Feb 2006 23:18:12 +0000 (23:18 +0000)]
unifdef -DLDAP_NULL_IS_NULL

18 years agoRemove SLAPI references
Luke Howard [Tue, 14 Feb 2006 09:21:30 +0000 (09:21 +0000)]
Remove SLAPI references

18 years agoUse bi_db_{open,close} to run SLAPI start/close plugins
Luke Howard [Tue, 14 Feb 2006 09:20:50 +0000 (09:20 +0000)]
Use bi_db_{open,close} to run SLAPI start/close plugins

18 years agoReport layer installed only after installed, and fix up report text
Kurt Zeilenga [Mon, 13 Feb 2006 23:26:55 +0000 (23:26 +0000)]
Report layer installed only after installed, and fix up report text

18 years agorev 19
Kurt Zeilenga [Mon, 13 Feb 2006 21:58:54 +0000 (21:58 +0000)]
rev 19

18 years agoFixed misuse of matched entry
Kurt Zeilenga [Mon, 13 Feb 2006 21:35:58 +0000 (21:35 +0000)]
Fixed misuse of matched entry

18 years agoITS#4399 s/pwdCheckSyntax/pwdCheckQuality/
Howard Chu [Mon, 13 Feb 2006 19:04:06 +0000 (19:04 +0000)]
ITS#4399 s/pwdCheckSyntax/pwdCheckQuality/

18 years agoAdd sequential modify overlay to supported overlays
Luke Howard [Mon, 13 Feb 2006 02:24:26 +0000 (02:24 +0000)]
Add sequential modify overlay to supported overlays

18 years agofix typos
Kurt Zeilenga [Sun, 12 Feb 2006 07:03:12 +0000 (07:03 +0000)]
fix typos

18 years agoITS#4397 delete misleading "subsequent database" config note.
Howard Chu [Sat, 11 Feb 2006 18:35:32 +0000 (18:35 +0000)]
ITS#4397 delete misleading "subsequent database" config note.

18 years agorework connection handling on multiple binds with the same connection
Pierangelo Masarati [Sat, 11 Feb 2006 17:40:28 +0000 (17:40 +0000)]
rework connection handling on multiple binds with the same connection

18 years agoAdd RFC 4370
Kurt Zeilenga [Sat, 11 Feb 2006 04:08:23 +0000 (04:08 +0000)]
Add RFC 4370

18 years agoAllow arbitrary exop data to be base64 encoded
Luke Howard [Sat, 11 Feb 2006 00:51:08 +0000 (00:51 +0000)]
Allow arbitrary exop data to be base64 encoded
Argument matches LDIF, ie <oid|oid:data|oid::b64data>

18 years agoITS#4363 avoid running ucgendat unnecessarily
Howard Chu [Fri, 10 Feb 2006 19:15:35 +0000 (19:15 +0000)]
ITS#4363 avoid running ucgendat unnecessarily

18 years agoFix ITS#4395, check for non-read/write epoll events
Howard Chu [Fri, 10 Feb 2006 18:27:50 +0000 (18:27 +0000)]
Fix ITS#4395, check for non-read/write epoll events

18 years agoFix previous commit
Luke Howard [Fri, 10 Feb 2006 15:18:45 +0000 (15:18 +0000)]
Fix previous commit

18 years agoFix typo in prev commit
Kurt Zeilenga [Fri, 10 Feb 2006 15:13:23 +0000 (15:13 +0000)]
Fix typo in prev commit

18 years agoImproved bignum detection/use
Kurt Zeilenga [Fri, 10 Feb 2006 08:21:02 +0000 (08:21 +0000)]
Improved bignum detection/use

18 years agoUse : to separate OID/data in exop - will use :: for base64 encoding data
Luke Howard [Fri, 10 Feb 2006 08:11:53 +0000 (08:11 +0000)]
Use : to separate OID/data in exop - will use :: for base64 encoding data

18 years agoformatting cleanup
Luke Howard [Fri, 10 Feb 2006 07:40:23 +0000 (07:40 +0000)]
formatting cleanup

18 years agoITS#4394 fix segfault
Howard Chu [Fri, 10 Feb 2006 00:31:17 +0000 (00:31 +0000)]
ITS#4394 fix segfault

18 years agoPrefer long long to BIGNUM or GMP
Howard Chu [Thu, 9 Feb 2006 07:48:19 +0000 (07:48 +0000)]
Prefer long long to BIGNUM or GMP

18 years agoImprove prev commit
Howard Chu [Thu, 9 Feb 2006 07:02:40 +0000 (07:02 +0000)]
Improve prev commit

18 years agoSame as ITS#4385, must wake listener after submitting job to runqueue
Howard Chu [Thu, 9 Feb 2006 06:53:49 +0000 (06:53 +0000)]
Same as ITS#4385, must wake listener after submitting job to runqueue

18 years agoAllow passing string arguments to arbitrary extended operation
Luke Howard [Thu, 9 Feb 2006 05:29:45 +0000 (05:29 +0000)]
Allow passing string arguments to arbitrary extended operation

18 years agoAdd debug message when deleting nonpresent entries
Howard Chu [Wed, 8 Feb 2006 21:24:43 +0000 (21:24 +0000)]
Add debug message when deleting nonpresent entries

18 years agos/olcMultiMaster/olcMirrorMode
Luca Scamoni [Wed, 8 Feb 2006 10:16:20 +0000 (10:16 +0000)]
s/olcMultiMaster/olcMirrorMode

18 years agos/multimaster/mirrormode/
Howard Chu [Wed, 8 Feb 2006 05:50:38 +0000 (05:50 +0000)]
s/multimaster/mirrormode/

18 years agos/multimaster/mirrormode/ we don't want folks confusing this with real
Howard Chu [Wed, 8 Feb 2006 05:48:41 +0000 (05:48 +0000)]
s/multimaster/mirrormode/ we don't want folks confusing this with real
multimaster.

18 years agorefine previous commits
Pierangelo Masarati [Tue, 7 Feb 2006 19:11:51 +0000 (19:11 +0000)]
refine previous commits

18 years agomake sure no invalid candidate gets used (had a core for i == META_TARGET_MULTIPLE)
Pierangelo Masarati [Tue, 7 Feb 2006 18:51:47 +0000 (18:51 +0000)]
make sure no invalid candidate gets used (had a core for i == META_TARGET_MULTIPLE)

18 years agoallow execution of arbitrary extended operations (right now there is no way
Luke Howard [Tue, 7 Feb 2006 09:43:18 +0000 (09:43 +0000)]
allow execution of arbitrary extended operations (right now there is no way
of passing data to them -- working on it)

18 years agoKludge for MSAD (ITS#4391 and others)
Kurt Zeilenga [Tue, 7 Feb 2006 01:20:55 +0000 (01:20 +0000)]
Kludge for MSAD (ITS#4391 and others)

18 years agoMore unifdef SLAPD_MULTIMASTER cleanup
Howard Chu [Tue, 7 Feb 2006 01:05:57 +0000 (01:05 +0000)]
More unifdef SLAPD_MULTIMASTER cleanup

18 years agofurther cleanup
Pierangelo Masarati [Mon, 6 Feb 2006 22:08:02 +0000 (22:08 +0000)]
further cleanup

18 years agodelete all conns cached for a single client->proxy connection (partially addresses...
Pierangelo Masarati [Mon, 6 Feb 2006 21:39:56 +0000 (21:39 +0000)]
delete all conns cached for a single client->proxy connection (partially addresses ITS#4387)

18 years agoCleanup prev commit
Howard Chu [Mon, 6 Feb 2006 20:39:25 +0000 (20:39 +0000)]
Cleanup prev commit

18 years agoRegenerate without multimaster switch
Howard Chu [Mon, 6 Feb 2006 04:52:44 +0000 (04:52 +0000)]
Regenerate without multimaster switch

18 years agoDelete enable_multimaster switch, it's now always present.
Howard Chu [Mon, 6 Feb 2006 04:51:55 +0000 (04:51 +0000)]
Delete enable_multimaster switch, it's now always present.

18 years agoAdd multimaster keyword
Howard Chu [Mon, 6 Feb 2006 04:50:12 +0000 (04:50 +0000)]
Add multimaster keyword

18 years agoUnifdef SLAPD_MULTIMASTER, use config setting instead
Howard Chu [Mon, 6 Feb 2006 04:45:12 +0000 (04:45 +0000)]
Unifdef SLAPD_MULTIMASTER, use config setting instead

18 years agoITS#4384 rework entryCSN handling, retrieve from incoming request
Howard Chu [Sun, 5 Feb 2006 01:09:48 +0000 (01:09 +0000)]
ITS#4384 rework entryCSN handling, retrieve from incoming request
if it was provided. Always check and graduate, regardless of shadow status.

18 years agofilter2bv can't de-normalize UUIDs, must do it explicitly for back-ldap
Howard Chu [Sun, 5 Feb 2006 01:05:38 +0000 (01:05 +0000)]
filter2bv can't de-normalize UUIDs, must do it explicitly for back-ldap
in test045

18 years agoallow to reuse the same connection for multiple binds
Pierangelo Masarati [Sat, 4 Feb 2006 16:33:12 +0000 (16:33 +0000)]
allow to reuse the same connection for multiple binds

18 years agodebug cleanup
Pierangelo Masarati [Sat, 4 Feb 2006 15:50:22 +0000 (15:50 +0000)]
debug cleanup

18 years agofriendly form for balance factors
Pierangelo Masarati [Sat, 4 Feb 2006 15:49:04 +0000 (15:49 +0000)]
friendly form for balance factors

18 years agodelete now redundant memsets
Howard Chu [Fri, 3 Feb 2006 19:37:12 +0000 (19:37 +0000)]
delete now redundant memsets

18 years ago(blind) fix to ITS#4386 (uninitialized var)
Pierangelo Masarati [Fri, 3 Feb 2006 18:06:00 +0000 (18:06 +0000)]
(blind) fix to ITS#4386 (uninitialized var)

18 years agoadd some failed binds (but don't log too much)
Pierangelo Masarati [Fri, 3 Feb 2006 17:58:07 +0000 (17:58 +0000)]
add some failed binds (but don't log too much)

18 years agofix comments
Kurt Zeilenga [Fri, 3 Feb 2006 04:10:29 +0000 (04:10 +0000)]
fix comments

18 years agoformat error message as LDIF (do not assume the error messages do not contain fancy...
Pierangelo Masarati [Thu, 2 Feb 2006 21:01:29 +0000 (21:01 +0000)]
format error message as LDIF (do not assume the error messages do not contain fancy chars; ITS#4382)

18 years agoAdded man pages for ldap_search_ext() and ldap_search_ext_s() APIs
Anil Kumar Kommuri [Thu, 2 Feb 2006 09:59:19 +0000 (09:59 +0000)]
Added man pages for ldap_search_ext() and ldap_search_ext_s() APIs

18 years agoAdding new files ldap_rename.3 ldap_rename.3.links
Anil Kumar Kommuri [Thu, 2 Feb 2006 09:56:49 +0000 (09:56 +0000)]
Adding new files ldap_rename.3 ldap_rename.3.links

18 years agoAdded new man page for API ldap_parse_vlv_control()
Anil Kumar Kommuri [Thu, 2 Feb 2006 09:54:28 +0000 (09:54 +0000)]
Added new man page for API ldap_parse_vlv_control()

18 years agoAdded new man page for ldap_parse_sort_control() API
Anil Kumar Kommuri [Thu, 2 Feb 2006 09:53:37 +0000 (09:53 +0000)]
Added new man page for ldap_parse_sort_control() API

18 years agoAdded new files for ldap_extended_operation() API
Anil Kumar Kommuri [Thu, 2 Feb 2006 09:50:45 +0000 (09:50 +0000)]
Added new files for ldap_extended_operation() API

18 years agoldap_delete_ext, ldap_delete_ext_s
Anil Kumar Kommuri [Thu, 2 Feb 2006 09:47:14 +0000 (09:47 +0000)]
ldap_delete_ext, ldap_delete_ext_s

18 years agoAdded ldap_compare_ext, ldap_compare_ext_s
Anil Kumar Kommuri [Thu, 2 Feb 2006 09:45:21 +0000 (09:45 +0000)]
Added ldap_compare_ext, ldap_compare_ext_s

18 years agoAdded ldap_set_rebind_proc.3
Anil Kumar Kommuri [Thu, 2 Feb 2006 09:42:42 +0000 (09:42 +0000)]
Added ldap_set_rebind_proc.3

18 years agoUse pcache debug level
Howard Chu [Thu, 2 Feb 2006 08:36:41 +0000 (08:36 +0000)]
Use pcache debug level

18 years agoUse "pcache" dynamic debug level
Howard Chu [Thu, 2 Feb 2006 08:31:15 +0000 (08:31 +0000)]
Use "pcache" dynamic debug level

18 years agoReparse unknown debug flags after config is read to allow use
Howard Chu [Thu, 2 Feb 2006 08:30:56 +0000 (08:30 +0000)]
Reparse unknown debug flags after config is read to allow use
of dynamically registered debug levels

18 years agoFix negative caching again, be sure it's really from zero entries returned
Howard Chu [Thu, 2 Feb 2006 02:52:54 +0000 (02:52 +0000)]
Fix negative caching again, be sure it's really from zero entries returned

18 years agoimplement proxy long-lived connection TTL
Pierangelo Masarati [Wed, 1 Feb 2006 23:10:12 +0000 (23:10 +0000)]
implement proxy long-lived connection TTL

18 years agocheck regression of ITS#4380
Pierangelo Masarati [Wed, 1 Feb 2006 21:59:34 +0000 (21:59 +0000)]
check regression of ITS#4380

18 years agodo not assume the matching rule synta has a validate handler (ITS#4380)
Pierangelo Masarati [Wed, 1 Feb 2006 21:53:58 +0000 (21:53 +0000)]
do not assume the matching rule synta has a validate handler (ITS#4380)

18 years agoUse -d cache instead of -d trace
Howard Chu [Wed, 1 Feb 2006 19:32:42 +0000 (19:32 +0000)]
Use -d cache instead of -d trace

18 years agoUse LDAP_DEBUG_CACHE instead of TRACE. Delete remove_mutex.
Howard Chu [Wed, 1 Feb 2006 19:31:35 +0000 (19:31 +0000)]
Use LDAP_DEBUG_CACHE instead of TRACE. Delete remove_mutex.

18 years agoAdded ldap_set_rebind_proc, ldap_unbind_ext and ldap_unbind_ext_s man page
Anil Kumar Kommuri [Wed, 1 Feb 2006 14:13:21 +0000 (14:13 +0000)]
Added ldap_set_rebind_proc, ldap_unbind_ext and ldap_unbind_ext_s man page
contents.

18 years agoApproved revision
Kurt Zeilenga [Tue, 31 Jan 2006 18:49:32 +0000 (18:49 +0000)]
Approved revision

18 years agoApproved (with Note to RFC Editor) revision
Kurt Zeilenga [Tue, 31 Jan 2006 18:23:30 +0000 (18:23 +0000)]
Approved (with Note to RFC Editor) revision

18 years agoAdd LBURP
Kurt Zeilenga [Tue, 31 Jan 2006 03:08:42 +0000 (03:08 +0000)]
Add LBURP

18 years agoITS#4376 add missing parameters in config_generic_wrapper
Howard Chu [Sat, 28 Jan 2006 08:26:21 +0000 (08:26 +0000)]
ITS#4376 add missing parameters in config_generic_wrapper

18 years agoFix negative caching, only do it on Success
Howard Chu [Fri, 27 Jan 2006 22:55:28 +0000 (22:55 +0000)]
Fix negative caching, only do it on Success

18 years agoclarify 'native'
Kurt Zeilenga [Wed, 25 Jan 2006 22:13:14 +0000 (22:13 +0000)]
clarify 'native'

18 years agoAdd note about contrib/slapd-modules
Kurt Zeilenga [Wed, 25 Jan 2006 22:12:16 +0000 (22:12 +0000)]
Add note about contrib/slapd-modules

18 years agoITS#4373, fix prev commit
Howard Chu [Wed, 25 Jan 2006 19:06:16 +0000 (19:06 +0000)]
ITS#4373, fix prev commit