]> git.sur5r.net Git - openldap/log
openldap
19 years agoPoll code needs a bit more work.
Kurt Zeilenga [Mon, 18 Oct 2004 18:18:52 +0000 (18:18 +0000)]
Poll code needs a bit more work.

19 years agoAdd <poll.h> detection as well
Kurt Zeilenga [Mon, 18 Oct 2004 18:15:07 +0000 (18:15 +0000)]
Add <poll.h> detection as well

19 years agoAdd basic check for poll(2)
Kurt Zeilenga [Mon, 18 Oct 2004 17:51:32 +0000 (17:51 +0000)]
Add basic check for poll(2)

19 years agoPatch for fast synchronous search result processing
Jong Hyuk Choi [Mon, 18 Oct 2004 04:58:36 +0000 (04:58 +0000)]
Patch for fast synchronous search result processing

19 years agoClarify which kinds of regexs are used.
Kurt Zeilenga [Sun, 17 Oct 2004 19:32:13 +0000 (19:32 +0000)]
Clarify which kinds of regexs are used.

19 years agoBDB 4.3 compatibility
Howard Chu [Sat, 16 Oct 2004 22:10:32 +0000 (22:10 +0000)]
BDB 4.3 compatibility

19 years agodefine DB_VERSION_FULL to simplify version checks
Howard Chu [Sat, 16 Oct 2004 21:59:58 +0000 (21:59 +0000)]
define DB_VERSION_FULL to simplify version checks

19 years agoFree old op->o_sync_csn before allocating new one. (Internal operations
Howard Chu [Sat, 16 Oct 2004 21:32:45 +0000 (21:32 +0000)]
Free old op->o_sync_csn before allocating new one. (Internal operations
using the same op structure, such as in refint overlay, cause a memleak
otherwise.) Probably should be using tmpmem for this.

19 years agofix typo when string keys are used
Pierangelo Masarati [Sat, 16 Oct 2004 16:16:57 +0000 (16:16 +0000)]
fix typo when string keys are used

19 years agofurther cleanup of search data upon exit, abandon, cancel
Jong Hyuk Choi [Sat, 16 Oct 2004 16:10:00 +0000 (16:10 +0000)]
further cleanup of search data upon exit, abandon, cancel

19 years agoBDB 4.3 compatibility, if the reader TXN is deadlocked we must abort
Howard Chu [Sat, 16 Oct 2004 13:07:01 +0000 (13:07 +0000)]
BDB 4.3 compatibility, if the reader TXN is deadlocked we must abort
and recreate it.

19 years agoAdd some chroot clarifications.
Kurt Zeilenga [Wed, 13 Oct 2004 01:29:50 +0000 (01:29 +0000)]
Add some chroot clarifications.

19 years agorebuild
Kurt Zeilenga [Wed, 13 Oct 2004 00:30:27 +0000 (00:30 +0000)]
rebuild

19 years agojail(2) support would be nice...
Kurt Zeilenga [Tue, 12 Oct 2004 17:58:43 +0000 (17:58 +0000)]
jail(2) support would be nice...

19 years agosyncrepl consistency patch: utilize BDB txn rollback
Jong Hyuk Choi [Tue, 12 Oct 2004 17:53:50 +0000 (17:53 +0000)]
syncrepl consistency patch: utilize BDB txn rollback

19 years agoITS#3311: check sasl_auxprop_add_plugin return
Kurt Zeilenga [Mon, 11 Oct 2004 20:52:31 +0000 (20:52 +0000)]
ITS#3311: check sasl_auxprop_add_plugin return
cleanup

19 years agosyncrepl consistency patch
Jong Hyuk Choi [Sat, 9 Oct 2004 09:26:16 +0000 (09:26 +0000)]
syncrepl consistency patch

19 years agoRevert last commit.
Kurt Zeilenga [Sat, 9 Oct 2004 06:13:47 +0000 (06:13 +0000)]
Revert last commit.
return 0 on timeout is actually correct.

19 years agoConditionally add SIGTRAP signal handler
Kurt Zeilenga [Sat, 9 Oct 2004 04:55:41 +0000 (04:55 +0000)]
Conditionally add SIGTRAP signal handler

19 years agoITS#3359: fix crash on recursive rebind following referral
Kurt Zeilenga [Sat, 9 Oct 2004 03:16:29 +0000 (03:16 +0000)]
ITS#3359: fix crash on recursive rebind following referral

19 years agoRFC 3909: LDAP Cancel Operation
Kurt Zeilenga [Sat, 9 Oct 2004 02:11:47 +0000 (02:11 +0000)]
RFC 3909: LDAP Cancel Operation

19 years agoITS#3362: Fix typo in dNSDomain def'n.
Kurt Zeilenga [Fri, 8 Oct 2004 17:41:02 +0000 (17:41 +0000)]
ITS#3362: Fix typo in dNSDomain def'n.

19 years agoimprove memory allocation in sets
Pierangelo Masarati [Fri, 8 Oct 2004 15:07:22 +0000 (15:07 +0000)]
improve memory allocation in sets

19 years agofurther cleanup of sets
Pierangelo Masarati [Fri, 8 Oct 2004 00:54:19 +0000 (00:54 +0000)]
further cleanup of sets

19 years ago"optimize" sets: since the attr part must be an attribute, use the AttributeDescription
Pierangelo Masarati [Fri, 8 Oct 2004 00:28:16 +0000 (00:28 +0000)]
"optimize" sets: since the attr part must be an attribute, use the AttributeDescription

19 years agorevert previous commit
Pierangelo Masarati [Fri, 8 Oct 2004 00:27:26 +0000 (00:27 +0000)]
revert previous commit

19 years agoimprove previous commit
Pierangelo Masarati [Thu, 7 Oct 2004 23:38:17 +0000 (23:38 +0000)]
improve previous commit

19 years agofix previous commit
Pierangelo Masarati [Thu, 7 Oct 2004 22:31:36 +0000 (22:31 +0000)]
fix previous commit

19 years agoimprove previous commit; now attrs in URI, if any, are added to that in the [<dn...
Pierangelo Masarati [Thu, 7 Oct 2004 20:44:01 +0000 (20:44 +0000)]
improve previous commit; now attrs in URI, if any, are added to that in the [<dn>]/<attr> form

19 years agoadd URI search to sets; documentation to come...
Pierangelo Masarati [Thu, 7 Oct 2004 17:05:48 +0000 (17:05 +0000)]
add URI search to sets; documentation to come...

19 years agoAdd ppolicy_hash_cleartext config keyword, hash Adds as well as Modifies.
Howard Chu [Thu, 7 Oct 2004 04:07:17 +0000 (04:07 +0000)]
Add ppolicy_hash_cleartext config keyword, hash Adds as well as Modifies.
Changed check_pw_quality callback to pass entry's Attributes in final arg.

19 years agoAdd a retry for entry_get too. (oops)
Howard Chu [Thu, 7 Oct 2004 02:55:51 +0000 (02:55 +0000)]
Add a retry for entry_get too. (oops)

19 years agos/free/slap_sl_free/
Pierangelo Masarati [Wed, 6 Oct 2004 23:53:30 +0000 (23:53 +0000)]
s/free/slap_sl_free/

19 years agodocument submatches provided by non-regex <what> clauses
Pierangelo Masarati [Wed, 6 Oct 2004 23:19:53 +0000 (23:19 +0000)]
document submatches provided by non-regex <what> clauses

19 years agominor cleanup
Pierangelo Masarati [Wed, 6 Oct 2004 22:20:30 +0000 (22:20 +0000)]
minor cleanup

19 years agoextend the availability of submatches to non-regex DN patterns
Pierangelo Masarati [Wed, 6 Oct 2004 22:03:33 +0000 (22:03 +0000)]
extend the availability of submatches to non-regex DN patterns

19 years agoFix prev commit
Howard Chu [Wed, 6 Oct 2004 07:26:35 +0000 (07:26 +0000)]
Fix prev commit

19 years agoRevert ITS#3353 patch, it needs to be reworked.
Howard Chu [Wed, 6 Oct 2004 05:51:38 +0000 (05:51 +0000)]
Revert ITS#3353 patch, it needs to be reworked.

19 years agocleanup & silence warnings
Pierangelo Masarati [Tue, 5 Oct 2004 21:41:41 +0000 (21:41 +0000)]
cleanup & silence warnings

19 years agoTelephone cleanup
Kurt Zeilenga [Tue, 5 Oct 2004 01:00:48 +0000 (01:00 +0000)]
Telephone cleanup

19 years agomisc cleanup
Jong Hyuk Choi [Tue, 5 Oct 2004 00:33:00 +0000 (00:33 +0000)]
misc cleanup

19 years agosimplify attrs parsing and process objectClass differently
Jong Hyuk Choi [Tue, 5 Oct 2004 00:30:15 +0000 (00:30 +0000)]
simplify attrs parsing and process objectClass differently

19 years agocleanup comment; add test.schema (slapindex was failing for comptest)
Pierangelo Masarati [Mon, 4 Oct 2004 22:02:31 +0000 (22:02 +0000)]
cleanup comment; add test.schema (slapindex was failing for comptest)

19 years agofix global configuration patch (ITS#3353)
Pierangelo Masarati [Mon, 4 Oct 2004 21:05:13 +0000 (21:05 +0000)]
fix global configuration patch (ITS#3353)

19 years agofix global configuration patch (ITS#3353)
Pierangelo Masarati [Mon, 4 Oct 2004 20:57:14 +0000 (20:57 +0000)]
fix global configuration patch (ITS#3353)

19 years agominor cleanup
Pierangelo Masarati [Mon, 4 Oct 2004 20:55:09 +0000 (20:55 +0000)]
minor cleanup

19 years agofix string_expand error cases; cleanup
Pierangelo Masarati [Mon, 4 Oct 2004 20:52:58 +0000 (20:52 +0000)]
fix string_expand error cases; cleanup

19 years agoadd support for entryUUID and entryCSN operational attributes (entryUUID is honored...
Pierangelo Masarati [Mon, 4 Oct 2004 01:19:53 +0000 (01:19 +0000)]
add support for entryUUID and entryCSN operational attributes (entryUUID is honored in filters as well)

19 years agoadvertize LDAP_SCOPE_SUBORDINATE support
Pierangelo Masarati [Sun, 3 Oct 2004 21:12:25 +0000 (21:12 +0000)]
advertize LDAP_SCOPE_SUBORDINATE support

19 years agoimprove previous commit; consistently use dn/ndn; add support for LDAP_SCOPE_SUBORDINATE
Pierangelo Masarati [Sun, 3 Oct 2004 21:08:54 +0000 (21:08 +0000)]
improve previous commit; consistently use dn/ndn; add support for LDAP_SCOPE_SUBORDINATE

19 years agoadd (and honor) a (configurable) baseObject to workaround ldap_entries view for RDBMS...
Pierangelo Masarati [Sat, 2 Oct 2004 17:33:32 +0000 (17:33 +0000)]
add (and honor) a (configurable) baseObject to workaround ldap_entries view for RDBMSes that do not support UNION in views

19 years agocleanup naming; minor fixes
Pierangelo Masarati [Sat, 2 Oct 2004 12:05:42 +0000 (12:05 +0000)]
cleanup naming; minor fixes

19 years agoMore per Ando's suggestion
Howard Chu [Sat, 2 Oct 2004 10:12:58 +0000 (10:12 +0000)]
More per Ando's suggestion

19 years agoBug fix : msiing SLAPD_GLOBAL
Sang Seok Lim [Sat, 2 Oct 2004 01:01:00 +0000 (01:01 +0000)]
Bug fix : msiing SLAPD_GLOBAL

19 years agoAdd a retry for failed connections
Howard Chu [Fri, 1 Oct 2004 12:00:41 +0000 (12:00 +0000)]
Add a retry for failed connections

19 years agoAdd a retry for failed connections
Howard Chu [Fri, 1 Oct 2004 11:16:38 +0000 (11:16 +0000)]
Add a retry for failed connections

19 years agoITS#3353 consolidate slapd globals into a single struct
Howard Chu [Fri, 1 Oct 2004 07:33:16 +0000 (07:33 +0000)]
ITS#3353 consolidate slapd globals into a single struct

19 years agoFix a few LDIF bugs
Kurt Zeilenga [Thu, 30 Sep 2004 18:23:25 +0000 (18:23 +0000)]
Fix a few LDIF bugs

19 years agoRemove unused file
Kurt Zeilenga [Thu, 30 Sep 2004 18:05:01 +0000 (18:05 +0000)]
Remove unused file

19 years agoFix objectclasses
Kurt Zeilenga [Thu, 30 Sep 2004 17:53:55 +0000 (17:53 +0000)]
Fix objectclasses

19 years agofix, rework and optimize search base; allow orphaned entries addition
Pierangelo Masarati [Tue, 28 Sep 2004 23:27:39 +0000 (23:27 +0000)]
fix, rework and optimize search base; allow orphaned entries addition

19 years agoAdd reveresed oc delete test (just in case that ever becomes a problem)
Kurt Zeilenga [Tue, 28 Sep 2004 16:23:01 +0000 (16:23 +0000)]
Add reveresed oc delete test (just in case that ever becomes a problem)

19 years agoAdd SLAP_MR_ORDERED_INDEX - support for inequality indexing. Currently
Howard Chu [Tue, 28 Sep 2004 13:11:11 +0000 (13:11 +0000)]
Add SLAP_MR_ORDERED_INDEX - support for inequality indexing. Currently
only implemented for generalizedTime syntax.

19 years agoAdd some more comments to time conversion
Howard Chu [Tue, 28 Sep 2004 12:36:34 +0000 (12:36 +0000)]
Add some more comments to time conversion

19 years agoMove time parsers from ppolicy.c to liblutil; preserve greater precision
Howard Chu [Tue, 28 Sep 2004 12:23:37 +0000 (12:23 +0000)]
Move time parsers from ppolicy.c to liblutil; preserve greater precision

19 years agoRename slap_tm to lutil_tm...
Howard Chu [Tue, 28 Sep 2004 12:22:22 +0000 (12:22 +0000)]
Rename slap_tm to lutil_tm...

19 years agoMove time parsers from ppolicy.c to liblutil; preserve greater precision
Howard Chu [Tue, 28 Sep 2004 12:12:13 +0000 (12:12 +0000)]
Move time parsers from ppolicy.c to liblutil; preserve greater precision

19 years agoITS#2588, ITS#2661 docs.
Howard Chu [Tue, 28 Sep 2004 09:02:31 +0000 (09:02 +0000)]
ITS#2588, ITS#2661 docs.

19 years agoTweak exact hashing in prev commit
Howard Chu [Tue, 28 Sep 2004 04:13:09 +0000 (04:13 +0000)]
Tweak exact hashing in prev commit

19 years agoITS#2661: configurable substring index lengths
Howard Chu [Tue, 28 Sep 2004 02:51:00 +0000 (02:51 +0000)]
ITS#2661: configurable substring index lengths
ITS#2588: use subany to help long subinitial/subfinal matches

19 years agoAdd test case for ITS#3346
Kurt Zeilenga [Mon, 27 Sep 2004 23:10:22 +0000 (23:10 +0000)]
Add test case for ITS#3346

19 years agominor cleanup
Pierangelo Masarati [Mon, 27 Sep 2004 23:04:34 +0000 (23:04 +0000)]
minor cleanup

19 years agomore cleanup
Pierangelo Masarati [Mon, 27 Sep 2004 22:16:21 +0000 (22:16 +0000)]
more cleanup

19 years agofix ITS#3346
Pierangelo Masarati [Mon, 27 Sep 2004 22:04:20 +0000 (22:04 +0000)]
fix ITS#3346

19 years agopreserve attrs="*"
Jong Hyuk Choi [Mon, 27 Sep 2004 16:16:53 +0000 (16:16 +0000)]
preserve attrs="*"

19 years agofix csne destroy
Pierangelo Masarati [Mon, 27 Sep 2004 08:11:04 +0000 (08:11 +0000)]
fix csne destroy

19 years agorebuild
Kurt Zeilenga [Sun, 26 Sep 2004 23:42:16 +0000 (23:42 +0000)]
rebuild

19 years agomisc syncrepl cleanup/fixes
Pierangelo Masarati [Sun, 26 Sep 2004 23:00:35 +0000 (23:00 +0000)]
misc syncrepl cleanup/fixes

19 years agopreformat "conn=%lu op=%lu"
Pierangelo Masarati [Sun, 26 Sep 2004 23:00:00 +0000 (23:00 +0000)]
preformat "conn=%lu op=%lu"

19 years agomultiple precision with BIGNUM/gmp/ulong
Pierangelo Masarati [Sun, 26 Sep 2004 22:58:47 +0000 (22:58 +0000)]
multiple precision with BIGNUM/gmp/ulong

19 years agoput overlays in alphabetical order
Pierangelo Masarati [Sun, 26 Sep 2004 22:53:54 +0000 (22:53 +0000)]
put overlays in alphabetical order

19 years agofix typo
Pierangelo Masarati [Sun, 26 Sep 2004 22:53:26 +0000 (22:53 +0000)]
fix typo

19 years agoconsistently check return value of BindParam*; rework macros to ease parameter bindin...
Pierangelo Masarati [Sat, 25 Sep 2004 18:11:06 +0000 (18:11 +0000)]
consistently check return value of BindParam*; rework macros to ease parameter binding; always add data length to string values (may need to specialize for integers)

19 years agoadd column size to SQLBindParameter when SQL_CHAR parameter type is used
Pierangelo Masarati [Sat, 25 Sep 2004 11:38:00 +0000 (11:38 +0000)]
add column size to SQLBindParameter when SQL_CHAR parameter type is used

19 years agoITS#3344: initialize threads early
Kurt Zeilenga [Sat, 25 Sep 2004 05:36:06 +0000 (05:36 +0000)]
ITS#3344: initialize threads early

19 years agoa fix to prev commit
Jong Hyuk Choi [Sat, 25 Sep 2004 03:21:30 +0000 (03:21 +0000)]
a fix to prev commit

19 years agoITS#3345: reorder includes to workaround Pth signal redefine problem
Kurt Zeilenga [Sat, 25 Sep 2004 01:47:02 +0000 (01:47 +0000)]
ITS#3345: reorder includes to workaround Pth signal redefine problem

19 years agorework of slap_mods2entry dup
Jong Hyuk Choi [Fri, 24 Sep 2004 08:19:50 +0000 (08:19 +0000)]
rework of slap_mods2entry dup

19 years agoback out prev commit
Jong Hyuk Choi [Fri, 24 Sep 2004 07:26:44 +0000 (07:26 +0000)]
back out prev commit

19 years agoA follow-on commit to the previous @oc support change to use anlist
Jong Hyuk Choi [Thu, 23 Sep 2004 19:23:17 +0000 (19:23 +0000)]
A follow-on commit to the previous @oc support change to use anlist

19 years agoModified @oc supprot code to the share anlist routines; Revised anlist routines
Jong Hyuk Choi [Thu, 23 Sep 2004 02:48:14 +0000 (02:48 +0000)]
Modified @oc supprot code to the share anlist routines; Revised anlist routines

19 years agotrim data according to recent fix
Pierangelo Masarati [Wed, 22 Sep 2004 23:22:39 +0000 (23:22 +0000)]
trim data according to recent fix

19 years agoimprove candidate selection when filtering by objectClass
Pierangelo Masarati [Wed, 22 Sep 2004 23:17:32 +0000 (23:17 +0000)]
improve candidate selection when filtering by objectClass

19 years agoa memory fix for slap_mods2entry(): don't trim mods array - trim it outside
Jong Hyuk Choi [Tue, 21 Sep 2004 03:08:07 +0000 (03:08 +0000)]
a memory fix for slap_mods2entry(): don't trim mods array - trim it outside

19 years agoMake ppolicy_add consistent with ppolicy_modify - don't add pwdChangedTime
Howard Chu [Tue, 21 Sep 2004 00:14:28 +0000 (00:14 +0000)]
Make ppolicy_add consistent with ppolicy_modify - don't add pwdChangedTime
opattr on replicated entries.

19 years agomisc bug fix for @oc support
Jong Hyuk Choi [Mon, 20 Sep 2004 19:44:05 +0000 (19:44 +0000)]
misc bug fix for @oc support

19 years agoFix typo in error message
Kurt Zeilenga [Mon, 20 Sep 2004 04:41:19 +0000 (04:41 +0000)]
Fix typo in error message

19 years agoRemove unused variable if not compiling with HAVE_TLS - NB slapd always
Luke Howard [Mon, 20 Sep 2004 04:06:25 +0000 (04:06 +0000)]
Remove unused variable if not compiling with HAVE_TLS - NB slapd always
exposes register_certificate_map_function(), as better to return an error
if a plugin is compiled to use it and slapd is not built with HAVE_TLS
than failing with an unresolved symbol

19 years agoAdd register_certificate_map_function() native plugin API for registering
Luke Howard [Mon, 20 Sep 2004 03:52:39 +0000 (03:52 +0000)]
Add register_certificate_map_function() native plugin API for registering
alternate X.509 peer normalization function

19 years agovalue_match cleanup
Kurt Zeilenga [Sat, 18 Sep 2004 06:04:57 +0000 (06:04 +0000)]
value_match cleanup