]> git.sur5r.net Git - openldap/log
openldap
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

19 years agocomponent cleanup
Kurt Zeilenga [Sat, 18 Sep 2004 02:32:06 +0000 (02:32 +0000)]
component cleanup

19 years ago*oc support in attr list
Jong Hyuk Choi [Sat, 18 Sep 2004 02:07:41 +0000 (02:07 +0000)]
*oc support in attr list

19 years agocleanup
Kurt Zeilenga [Sat, 18 Sep 2004 02:05:01 +0000 (02:05 +0000)]
cleanup

19 years agoITS#3333 fix presence and substrings
Kurt Zeilenga [Sat, 18 Sep 2004 01:59:43 +0000 (01:59 +0000)]
ITS#3333 fix presence and substrings

19 years agocleanup
Kurt Zeilenga [Sat, 18 Sep 2004 01:19:07 +0000 (01:19 +0000)]
cleanup

19 years agodescriptors are case insenstive (ITS#3334)
Kurt Zeilenga [Sat, 18 Sep 2004 00:21:29 +0000 (00:21 +0000)]
descriptors are case insenstive (ITS#3334)

19 years agos/strcmp/strcasecmp/
Kurt Zeilenga [Sat, 18 Sep 2004 00:15:06 +0000 (00:15 +0000)]
s/strcmp/strcasecmp/

19 years agoITS#3334: DN in (cn:dn:=foo) should be case insensitive
Kurt Zeilenga [Sat, 18 Sep 2004 00:09:37 +0000 (00:09 +0000)]
ITS#3334: DN in (cn:dn:=foo) should be case insensitive

19 years agoITS#3333 fix for compare
Kurt Zeilenga [Fri, 17 Sep 2004 22:07:29 +0000 (22:07 +0000)]
ITS#3333 fix for compare
filterentry cleanup

19 years agoInitial ITS#3333 fix
Kurt Zeilenga [Fri, 17 Sep 2004 21:43:28 +0000 (21:43 +0000)]
Initial ITS#3333 fix
(needs to be applied to other filter cases)

19 years agoBug Fix : removing problematic counter increment
Sang Seok Lim [Fri, 17 Sep 2004 16:49:38 +0000 (16:49 +0000)]
Bug Fix : removing problematic counter increment

19 years agofree default_referral
Jong Hyuk Choi [Tue, 14 Sep 2004 01:04:28 +0000 (01:04 +0000)]
free default_referral

19 years agoreferral mem leak fix
Jong Hyuk Choi [Tue, 14 Sep 2004 01:03:08 +0000 (01:03 +0000)]
referral mem leak fix

19 years agosupport for syncrepl attr list in file (both attrs and exattrs)
Jong Hyuk Choi [Tue, 14 Sep 2004 01:02:18 +0000 (01:02 +0000)]
support for syncrepl attr list in file (both attrs and exattrs)

19 years agoUpdate SSF comments
Kurt Zeilenga [Mon, 13 Sep 2004 20:43:33 +0000 (20:43 +0000)]
Update SSF comments

19 years agolots of cleanup; few improvements; fix RDN selection bug when creating connection...
Pierangelo Masarati [Sun, 12 Sep 2004 22:12:58 +0000 (22:12 +0000)]
lots of cleanup; few improvements; fix RDN selection bug when creating connection dynamic entries; rework entries ordering - now it's more intuitive and regular; optimize counters update

19 years agoRebuild
Kurt Zeilenga [Sun, 12 Sep 2004 05:35:03 +0000 (05:35 +0000)]
Rebuild

19 years agorelease syncinfo mem upon syncrepl failure as well as shutdown
Jong Hyuk Choi [Sat, 11 Sep 2004 22:37:21 +0000 (22:37 +0000)]
release syncinfo mem upon syncrepl failure as well as shutdown

19 years agoFix result codes
Kurt Zeilenga [Sat, 11 Sep 2004 20:01:03 +0000 (20:01 +0000)]
Fix result codes

19 years agofix previous commit...
Pierangelo Masarati [Sat, 11 Sep 2004 17:46:00 +0000 (17:46 +0000)]
fix previous commit...

19 years agofix previous commit when GMP is not defined
Pierangelo Masarati [Sat, 11 Sep 2004 17:29:05 +0000 (17:29 +0000)]
fix previous commit when GMP is not defined

19 years agoadd entryDN to test results...
Pierangelo Masarati [Sat, 11 Sep 2004 16:42:03 +0000 (16:42 +0000)]
add entryDN to test results...

19 years agocleanup
Pierangelo Masarati [Sat, 11 Sep 2004 16:17:10 +0000 (16:17 +0000)]
cleanup

19 years agominor improvements
Pierangelo Masarati [Sat, 11 Sep 2004 16:16:41 +0000 (16:16 +0000)]
minor improvements

19 years agouse GMP for multiple precision in counters
Pierangelo Masarati [Sat, 11 Sep 2004 16:15:53 +0000 (16:15 +0000)]
use GMP for multiple precision in counters

19 years agofix file:/// URI
Pierangelo Masarati [Sat, 11 Sep 2004 15:59:34 +0000 (15:59 +0000)]
fix file:/// URI

19 years agofix negative counters; prepare for imrpved count of sent data
Pierangelo Masarati [Sat, 11 Sep 2004 11:05:41 +0000 (11:05 +0000)]
fix negative counters; prepare for imrpved count of sent data

19 years agoblind update to new tests
Pierangelo Masarati [Sat, 11 Sep 2004 11:05:01 +0000 (11:05 +0000)]
blind update to new tests

19 years agomatched values
Kurt Zeilenga [Sat, 11 Sep 2004 05:50:21 +0000 (05:50 +0000)]
matched values

19 years agomatched valued
Kurt Zeilenga [Sat, 11 Sep 2004 05:49:57 +0000 (05:49 +0000)]
matched valued

19 years agomemory leak fixes
Jong Hyuk Choi [Sat, 11 Sep 2004 02:02:09 +0000 (02:02 +0000)]
memory leak fixes

19 years agoAdd default note
Kurt Zeilenga [Fri, 10 Sep 2004 22:55:59 +0000 (22:55 +0000)]
Add default note

19 years agoAdd localSSF slapd.conf(5) directive to set SSF associated
Kurt Zeilenga [Fri, 10 Sep 2004 22:35:24 +0000 (22:35 +0000)]
Add localSSF slapd.conf(5) directive to set SSF associated
with ldapi:// sessions.

19 years agoITS#3326: fix slaptest shutdown
Kurt Zeilenga [Fri, 10 Sep 2004 17:15:33 +0000 (17:15 +0000)]
ITS#3326: fix slaptest shutdown

19 years agoUse a statically allocated globals
Kurt Zeilenga [Thu, 9 Sep 2004 19:07:46 +0000 (19:07 +0000)]
Use a statically allocated globals
Still failing on Freebsd 4.

19 years agochanging a malloc to a calloc shouldn't change behavior, but
Kurt Zeilenga [Thu, 9 Sep 2004 06:16:03 +0000 (06:16 +0000)]
changing a malloc to a calloc shouldn't change behavior, but
this change seems to causes test007 to fail on some systems
(e.g., FreeBSD 4).

19 years agoAdd additional DN matching rules.
Kurt Zeilenga [Thu, 9 Sep 2004 03:56:58 +0000 (03:56 +0000)]
Add additional DN matching rules.

19 years agoAdd initial dnSubtreeMatch.
Kurt Zeilenga [Thu, 9 Sep 2004 02:07:27 +0000 (02:07 +0000)]
Add initial dnSubtreeMatch.
Should reuse other DN routines.
Need to add various other DN matching rule functions.
This commit, combined with entryDN and slapcat -a, should
fully address ITS#3112.

19 years agoimprove last commit
Kurt Zeilenga [Wed, 8 Sep 2004 21:53:46 +0000 (21:53 +0000)]
improve last commit

19 years agoFix entryDN matching
Kurt Zeilenga [Wed, 8 Sep 2004 21:51:12 +0000 (21:51 +0000)]
Fix entryDN matching

19 years agoAdd "slapcat -a filter" support
Kurt Zeilenga [Wed, 8 Sep 2004 21:44:28 +0000 (21:44 +0000)]
Add "slapcat -a filter" support

19 years agoAdd entryDN MRA support. This is intended to be used:
Kurt Zeilenga [Tue, 7 Sep 2004 21:10:28 +0000 (21:10 +0000)]
Add entryDN MRA support.  This is intended to be used:
(entryDN:isSubordinate:=dc=example,dc=net)
isSubordinate should be implemented in component matching terms

19 years agoAdd presence and equality support for entryDN,
Kurt Zeilenga [Tue, 7 Sep 2004 20:58:46 +0000 (20:58 +0000)]
Add presence and equality support for entryDN,
extensible matching (the main objective) coming soon.
(This stuff should really be table driven (for extensibility reasons).)

19 years agocleanup
Kurt Zeilenga [Tue, 7 Sep 2004 20:18:07 +0000 (20:18 +0000)]
cleanup

19 years agoFix OID assignment
Kurt Zeilenga [Tue, 7 Sep 2004 05:27:30 +0000 (05:27 +0000)]
Fix OID assignment

19 years agoentryDN is dynamic
Kurt Zeilenga [Tue, 7 Sep 2004 05:06:50 +0000 (05:06 +0000)]
entryDN is dynamic

19 years agoInitial entryDN implementation.
Kurt Zeilenga [Tue, 7 Sep 2004 05:00:33 +0000 (05:00 +0000)]
Initial entryDN implementation.
Need to implement filter support (for entryDN and subschemaSubentry).
Fixed hasSubordinate assert() bug in entry filters

19 years agoAdd TLS cipher suite directive to ldap.conf(5)
Kurt Zeilenga [Sun, 5 Sep 2004 07:21:20 +0000 (07:21 +0000)]
Add TLS cipher suite directive to ldap.conf(5)

19 years agoMore shtool stuff
Kurt Zeilenga [Sun, 5 Sep 2004 07:20:40 +0000 (07:20 +0000)]
More shtool stuff

19 years agoUse shtool(1) (to a limited degree, more use would simplify things)
Kurt Zeilenga [Sun, 5 Sep 2004 03:24:28 +0000 (03:24 +0000)]
Use shtool(1) (to a limited degree, more use would simplify things)
Fix ITS#3285 (relative linking of slap tools).

19 years agoUpdate shtool to 2.0.1
Kurt Zeilenga [Sun, 5 Sep 2004 02:13:26 +0000 (02:13 +0000)]
Update shtool to 2.0.1

19 years agoneed a lot of space for stress tests; need to bind for searches to avoid size limits...
Pierangelo Masarati [Sat, 4 Sep 2004 18:31:43 +0000 (18:31 +0000)]
need a lot of space for stress tests; need to bind for searches to avoid size limits and so; log failure reason