]>
git.sur5r.net Git - openldap/log
Pierangelo Masarati [Wed, 24 Nov 2010 14:47:46 +0000 (14:47 +0000)]
remove #ifdef EAGAIN, EWOULDBLOCK (ITS#6603)
Hallvard Furuseth [Wed, 24 Nov 2010 13:10:29 +0000 (13:10 +0000)]
ITS#6532 Support extensible match=...OrderingMatch
Handles: caseExactOrderingMatch, generalizedTimeOrderingMatch,
caseIgnoreOrderingMatch, integerOrderingMatch,
octetStringOrderingMatch, numericStringOrderingMatch.
Based on patch from Daniel Pluta.
Hallvard Furuseth [Tue, 23 Nov 2010 15:25:49 +0000 (15:25 +0000)]
For ITS#5421: Remove unnecessary #include "ldap_log.h"
Hallvard Furuseth [Tue, 23 Nov 2010 12:12:54 +0000 (12:12 +0000)]
ITS#6723: Handle EOF in test programs
Hallvard Furuseth [Tue, 23 Nov 2010 11:17:40 +0000 (11:17 +0000)]
ITS#6722: Fix some matching rules to ensure strict ordering
booleanMatch, octetStringMatch, octetStringOrderingMatch, uniqueMemberMatch
Hallvard Furuseth [Tue, 23 Nov 2010 10:10:45 +0000 (10:10 +0000)]
ITS#6721: Fix uninitialized tv_usec from ITS#6282
Hallvard Furuseth [Mon, 22 Nov 2010 15:44:11 +0000 (15:44 +0000)]
Warning cleanup
Avoid "cast pointer to int of different size" warning by passing
the int arg to new threads as an offset into rtid/rwtid.
Hallvard Furuseth [Mon, 22 Nov 2010 15:26:17 +0000 (15:26 +0000)]
Some cleanup
Hallvard Furuseth [Mon, 22 Nov 2010 13:45:11 +0000 (13:45 +0000)]
Silence gcc -Wsign-compare (no real change)
Hallvard Furuseth [Mon, 22 Nov 2010 13:14:29 +0000 (13:14 +0000)]
For ITS#5421: Also LBER_FREE() -> ber_memfree()
Hallvard Furuseth [Mon, 22 Nov 2010 12:51:44 +0000 (12:51 +0000)]
For ITS#5421: Remove ldap-int.h dependencies.
LDAP_FREE() -> ber_memfree(), msg->lm_ber -> ldap_get_message_ber(msg).
Hallvard Furuseth [Mon, 22 Nov 2010 12:28:34 +0000 (12:28 +0000)]
Fix last commit (ITS#6622): Remove non-C90 // comment
Hallvard Furuseth [Mon, 22 Nov 2010 12:21:08 +0000 (12:21 +0000)]
Fix typo $backend -> $BACKEND in message
Hallvard Furuseth [Mon, 22 Nov 2010 12:16:08 +0000 (12:16 +0000)]
ITS#6715 cleanup: Handle attr_valfind(0 values) when SLAP_ATTR_SORTED_VALS
Pierangelo Masarati [Mon, 22 Nov 2010 12:09:45 +0000 (12:09 +0000)]
initialize rc in syncrepl_add_glue_ancestors (ITS#6719)
Hallvard Furuseth [Mon, 22 Nov 2010 12:09:43 +0000 (12:09 +0000)]
No-op change for ITS#6715: help compiler a bit in attr_valfind()
Rein Tollevik [Sun, 21 Nov 2010 19:00:38 +0000 (19:00 +0000)]
ITS#6718: Send NEW_COOKIE messages to all consumers.
Rein Tollevik [Sun, 21 Nov 2010 17:56:09 +0000 (17:56 +0000)]
ITS#6710: Force clients to refresh if context is dirty.
Rein Tollevik [Sun, 21 Nov 2010 15:31:38 +0000 (15:31 +0000)]
ITS#6709: Wait for active mods to finish before initiating new consumers.
Hallvard Furuseth [Fri, 19 Nov 2010 15:20:53 +0000 (15:20 +0000)]
Support back-null
Hallvard Furuseth [Fri, 19 Nov 2010 14:33:22 +0000 (14:33 +0000)]
Support statically linked syncprov
Hallvard Furuseth [Fri, 19 Nov 2010 13:32:33 +0000 (13:32 +0000)]
Support configure --disable-monitor
Hallvard Furuseth [Fri, 19 Nov 2010 12:32:05 +0000 (12:32 +0000)]
Fix cyrus.c rev 1.159 for --without-cyrus-sasl:
It modified ldap_int_sasl_bind()'s prototype with but not without SASL.
Hallvard Furuseth [Fri, 19 Nov 2010 12:21:34 +0000 (12:21 +0000)]
ITS#6715: Fix slap_sort_vals(attr with 1 value)
Also rearrange slightly to silence gcc -Wuninitialized, get a single
exit point, and skip the unnecessary sorting of the single value.
Pierangelo Masarati [Thu, 18 Nov 2010 11:54:23 +0000 (11:54 +0000)]
fix previous commit (ITS#6712)
Pierangelo Masarati [Thu, 18 Nov 2010 11:53:59 +0000 (11:53 +0000)]
do not add hasSubordinates if already present (blind-fixes ITS#6712 for back-monitor)
Pierangelo Masarati [Thu, 18 Nov 2010 11:51:15 +0000 (11:51 +0000)]
do not add hasSubordinates if already present (blind-fixes ITS#6712 for back-sql)
Pierangelo Masarati [Thu, 18 Nov 2010 11:46:18 +0000 (11:46 +0000)]
do not add hasSubordinates if already present (blind-fixes ITS#6712 for back-ndb)
Pierangelo Masarati [Thu, 18 Nov 2010 11:33:47 +0000 (11:33 +0000)]
do not add hasSubordinates if already present (fixes ITS#6712 for back-bdb/hdb, other backends may need work)
Howard Chu [Mon, 15 Nov 2010 20:47:24 +0000 (20:47 +0000)]
ITS#6706 from Rich Megginson @ Red Hat - improve diagnostic messages
Howard Chu [Mon, 15 Nov 2010 20:45:47 +0000 (20:45 +0000)]
ITS#6705 from Rich Megginson @ Red Hat - only use .0 files in cacertdir
Howard Chu [Mon, 15 Nov 2010 20:44:32 +0000 (20:44 +0000)]
ITS#6704 from Rich Megginson @ Red Hat - use both cacert and cacertdir
Howard Chu [Mon, 15 Nov 2010 20:43:53 +0000 (20:43 +0000)]
ITS#6703 from Rich Megginson @ Red Hat - reject non-files for cert/key pem files
Ralf Haferkamp [Mon, 15 Nov 2010 16:27:56 +0000 (16:27 +0000)]
ITS#6693 value dependent ACL didn't work when they were the first ACL
Rein Tollevik [Mon, 15 Nov 2010 15:42:06 +0000 (15:42 +0000)]
ITS#6708: Mutex protect fixing the filter.
Rein Tollevik [Mon, 15 Nov 2010 14:15:46 +0000 (14:15 +0000)]
ITS#6707: Free the presentlist (if any) before connecting.
Rein Tollevik [Mon, 15 Nov 2010 12:20:06 +0000 (12:20 +0000)]
Added bdb/hdb checkpoint directive. Fixed typo.
Pierangelo Masarati [Sun, 14 Nov 2010 23:53:54 +0000 (23:53 +0000)]
fix slapo-chain startup issue when using back-config, related to ITS#6540
Rein Tollevik [Sun, 14 Nov 2010 21:47:57 +0000 (21:47 +0000)]
Test initiation of the syncreplication refresh phase.
Howard Chu [Fri, 12 Nov 2010 04:35:49 +0000 (04:35 +0000)]
ITS#6699 search references must turn onelevel scope to base
Howard Chu [Fri, 12 Nov 2010 04:15:23 +0000 (04:15 +0000)]
ITS#6702 prompts should be on stderr
Howard Chu [Thu, 11 Nov 2010 10:58:00 +0000 (10:58 +0000)]
ITS#6698 check for BDB 5.x
Ralf Haferkamp [Thu, 4 Nov 2010 12:13:26 +0000 (12:13 +0000)]
Unregister VLV control as well when last overlay instance
is removed (additional fix for ITS#6647)
Ralf Haferkamp [Mon, 1 Nov 2010 15:20:39 +0000 (15:20 +0000)]
Added -VVV to usage output
Ralf Haferkamp [Mon, 1 Nov 2010 14:51:23 +0000 (14:51 +0000)]
List static overlays/backends when started with -VVV
Howard Chu [Fri, 29 Oct 2010 10:30:30 +0000 (10:30 +0000)]
ITS#6689 from Rich Megginson @ Red Hat
Kurt Zeilenga [Wed, 27 Oct 2010 01:00:47 +0000 (01:00 +0000)]
Allow all common controls (namely for ppolicy)
Howard Chu [Tue, 26 Oct 2010 00:59:10 +0000 (00:59 +0000)]
ITS#6685 fix result code tag
Howard Chu [Sun, 24 Oct 2010 00:01:37 +0000 (00:01 +0000)]
Use URIs, not host/port combos. Allows testing ldapi://
Howard Chu [Sun, 24 Oct 2010 00:01:11 +0000 (00:01 +0000)]
Fix typo
Howard Chu [Sat, 23 Oct 2010 12:03:41 +0000 (12:03 +0000)]
forced commit
Howard Chu [Sat, 23 Oct 2010 12:03:18 +0000 (12:03 +0000)]
Commit again, with execute privs
Howard Chu [Sat, 23 Oct 2010 12:02:29 +0000 (12:02 +0000)]
Try again...
Howard Chu [Fri, 22 Oct 2010 21:45:48 +0000 (21:45 +0000)]
ITS#6625 concurrency patch from Doug Leavitt @ Oracle .com
Ralf Haferkamp [Fri, 22 Oct 2010 14:31:56 +0000 (14:31 +0000)]
plugin for retrieving and updating KRB5 TGT
Ralf Haferkamp [Tue, 19 Oct 2010 10:48:21 +0000 (10:48 +0000)]
Removed unused variables
Ralf Haferkamp [Tue, 19 Oct 2010 10:47:41 +0000 (10:47 +0000)]
ITS#6677 moved one more #endif, addtional fix for previous commit
Howard Chu [Sun, 17 Oct 2010 01:36:47 +0000 (01:36 +0000)]
ITS#6677 move #endif
Howard Chu [Sat, 16 Oct 2010 12:14:49 +0000 (12:14 +0000)]
ITS#6676 only close/unlink socket in Server mode
Howard Chu [Sat, 16 Oct 2010 12:11:11 +0000 (12:11 +0000)]
ITS#6673 GnuTLS hangs if you tell it to shut the read direction. Just
shut the write direction; it will all be irrelevant since the socket
will be closed immediately after.
Howard Chu [Fri, 15 Oct 2010 13:53:12 +0000 (13:53 +0000)]
Fix prev commit
Howard Chu [Thu, 14 Oct 2010 03:11:26 +0000 (03:11 +0000)]
Cleanup prev commit
Howard Chu [Thu, 14 Oct 2010 01:59:16 +0000 (01:59 +0000)]
add ldap_sasl_interactive_bind()
Howard Chu [Thu, 14 Oct 2010 01:47:09 +0000 (01:47 +0000)]
More for prev commit. What about ldap_pvt_sasl_getmechs() ?
Howard Chu [Thu, 14 Oct 2010 01:29:32 +0000 (01:29 +0000)]
Add ldap_sasl_interactive_bind()
Howard Chu [Wed, 13 Oct 2010 08:43:15 +0000 (08:43 +0000)]
ITS#6672 mutex cleanup
Howard Chu [Tue, 12 Oct 2010 11:02:59 +0000 (11:02 +0000)]
ITS#6669 remove obsolete SunOS4 LWP support
Howard Chu [Tue, 12 Oct 2010 10:33:58 +0000 (10:33 +0000)]
ITS#6669 regenerate without LWP
Howard Chu [Tue, 12 Oct 2010 10:26:31 +0000 (10:26 +0000)]
ITS#6669 remove obsolete SunOS4 LWP support
Pierangelo Masarati [Fri, 8 Oct 2010 22:42:55 +0000 (22:42 +0000)]
set rebind proc if needed and bind succeeds (ITS#6665)
Pierangelo Masarati [Wed, 6 Oct 2010 08:24:45 +0000 (08:24 +0000)]
do not expose control until sssvlv overlay is actually instantiated at least once (ITS#6647)
Pierangelo Masarati [Thu, 30 Sep 2010 14:27:26 +0000 (14:27 +0000)]
line up with back-bdb/hdb (ITS#6661)
Pierangelo Masarati [Thu, 30 Sep 2010 14:26:56 +0000 (14:26 +0000)]
do not assume sr_err == LDAP_SUCCESS; cleanup
Pierangelo Masarati [Thu, 30 Sep 2010 12:51:15 +0000 (12:51 +0000)]
fix previous commit (ITS#6661)
Pierangelo Masarati [Wed, 29 Sep 2010 16:34:36 +0000 (16:34 +0000)]
(blind) fix for ITS#6661
Pierangelo Masarati [Tue, 28 Sep 2010 19:57:02 +0000 (19:57 +0000)]
o_pagedresults_state not freed from slab (only noticeable when built with SLAP_NO_SL_MALLOC; could be related to ITS#6660, although unlikely)
Pierangelo Masarati [Tue, 21 Sep 2010 00:10:44 +0000 (00:10 +0000)]
do not use lutil_atoix() (ITS#6654)
Pierangelo Masarati [Tue, 21 Sep 2010 00:05:36 +0000 (00:05 +0000)]
don't use lud_host when NULL (ITS#6653, fixed differently)
Pierangelo Masarati [Sat, 18 Sep 2010 18:30:22 +0000 (18:30 +0000)]
note ITS#6651 fix (forced commit)
Pierangelo Masarati [Sat, 18 Sep 2010 18:27:28 +0000 (18:27 +0000)]
make sure so is correctly initialized (spotted by valgrind, possibly related to ITS#6649)
Pierangelo Masarati [Sat, 18 Sep 2010 18:24:31 +0000 (18:24 +0000)]
fix multiple generic control parsing
Howard Chu [Sat, 18 Sep 2010 12:54:35 +0000 (12:54 +0000)]
ITS#6609 fix typos
Pierangelo Masarati [Tue, 14 Sep 2010 18:50:45 +0000 (18:50 +0000)]
register/unregister control based on overlay instantiation (indirectly related to ITS#6647)
Howard Chu [Sun, 12 Sep 2010 10:09:45 +0000 (10:09 +0000)]
ITS#6639 set sock err to EAGAIN on partial write
Pierangelo Masarati [Fri, 10 Sep 2010 22:19:41 +0000 (22:19 +0000)]
cleanup related to ITS#6565 (also plugs a leak)
Howard Chu [Fri, 10 Sep 2010 08:57:48 +0000 (08:57 +0000)]
Actually, slapd has supported sasl_setpass for many years...
Howard Chu [Fri, 10 Sep 2010 08:50:39 +0000 (08:50 +0000)]
KERBEROS has not been a valid password scheme since 2004...
Pierangelo Masarati [Thu, 9 Sep 2010 21:49:04 +0000 (21:49 +0000)]
hack to try as hard as possible to recover a broken database (ITS#6482)
Pierangelo Masarati [Thu, 9 Sep 2010 16:05:26 +0000 (16:05 +0000)]
fix format specifier (ITS#6644)
Pierangelo Masarati [Thu, 9 Sep 2010 16:00:01 +0000 (16:00 +0000)]
support for no-op search control (ITS#6598)
Pierangelo Masarati [Thu, 9 Sep 2010 01:30:19 +0000 (01:30 +0000)]
add per-target tls options; start tls if required by idassert (ITS#6642)
Pierangelo Masarati [Thu, 9 Sep 2010 00:57:04 +0000 (00:57 +0000)]
cleanup previous commit
Pierangelo Masarati [Thu, 9 Sep 2010 00:56:22 +0000 (00:56 +0000)]
minor cleanup
Pierangelo Masarati [Thu, 9 Sep 2010 00:12:01 +0000 (00:12 +0000)]
if required by the bindconf configuration, force TLS (partially addresses ITS#6642)
Pierangelo Masarati [Wed, 8 Sep 2010 17:31:50 +0000 (17:31 +0000)]
check return code (ITS#6643)
Pierangelo Masarati [Tue, 7 Sep 2010 13:21:20 +0000 (13:21 +0000)]
add support for ADD_IF_NOT_PRESENT and SOFTDEL internal modification types (ITS#6561)
Pierangelo Masarati [Tue, 7 Sep 2010 06:10:57 +0000 (06:10 +0000)]
allow '-o value-check={yes|no}' for optional value checking, disabled in quick mode (ITS#6592)
Pierangelo Masarati [Tue, 7 Sep 2010 05:47:55 +0000 (05:47 +0000)]
allow '-o value-check={yes|no}' for optional value checking, disabled in quick mode (ITS#6592)
Pierangelo Masarati [Tue, 7 Sep 2010 05:45:36 +0000 (05:45 +0000)]
cleanup option parsing
Pierangelo Masarati [Tue, 7 Sep 2010 02:03:23 +0000 (02:03 +0000)]
ignore undefined attrs (ITS#6600, based on patch by Jonathan CLARKE)