]> git.sur5r.net Git - openldap/log
openldap
16 years agoITS#5168 also affects back-meta
Pierangelo Masarati [Thu, 4 Oct 2007 22:18:34 +0000 (22:18 +0000)]
ITS#5168 also affects back-meta

16 years agofix ITS#5168 (a better fix would probably be a generic handler to de-normalize values)
Pierangelo Masarati [Thu, 4 Oct 2007 21:53:49 +0000 (21:53 +0000)]
fix ITS#5168 (a better fix would probably be a generic handler to de-normalize values)

16 years agocleanup previous commit (related to ITS#5166)
Pierangelo Masarati [Thu, 4 Oct 2007 11:02:57 +0000 (11:02 +0000)]
cleanup previous commit (related to ITS#5166)

16 years agoadd clarification related to ITS#5166
Pierangelo Masarati [Thu, 4 Oct 2007 09:18:29 +0000 (09:18 +0000)]
add clarification related to ITS#5166

16 years agoPatch for memberOf overlay section from Buchan Milne.
Gavin Henry [Wed, 3 Oct 2007 17:13:50 +0000 (17:13 +0000)]
Patch for memberOf overlay section from Buchan Milne.

16 years agoITS#5060 take care of entry cleanup when using
Howard Chu [Wed, 3 Oct 2007 09:40:08 +0000 (09:40 +0000)]
ITS#5060 take care of entry cleanup when using
  pblock_set(SLAPI_SEARCH_RESULT_ENTRY)

16 years agoITS#5164 lack of a db_open handler is not an error
Howard Chu [Wed, 3 Oct 2007 09:00:41 +0000 (09:00 +0000)]
ITS#5164 lack of a db_open handler is not an error

16 years agoFrom ITS#5164 - treat monitoredInfo normalization consistently, don't
Howard Chu [Wed, 3 Oct 2007 08:59:37 +0000 (08:59 +0000)]
From ITS#5164 - treat monitoredInfo normalization consistently, don't
crash if SLAPI plugin doesn't register a description

16 years agoMust terminate bind tester args list
Howard Chu [Wed, 3 Oct 2007 07:02:28 +0000 (07:02 +0000)]
Must terminate bind tester args list

16 years agoDon't queue zero-length CSNs
Howard Chu [Tue, 2 Oct 2007 23:51:40 +0000 (23:51 +0000)]
Don't queue zero-length CSNs

16 years agos/strtoul/strtol/ (ITS#5165)
Pierangelo Masarati [Tue, 2 Oct 2007 23:45:50 +0000 (23:45 +0000)]
s/strtoul/strtol/ (ITS#5165)

16 years agodon't malloc the berval separately for presentlist
Pierangelo Masarati [Tue, 2 Oct 2007 23:26:04 +0000 (23:26 +0000)]
don't malloc the berval separately for presentlist

16 years agoalso log cookie parsing
Pierangelo Masarati [Tue, 2 Oct 2007 18:39:43 +0000 (18:39 +0000)]
also log cookie parsing

16 years agolog cookie (until we find what's going on...)
Pierangelo Masarati [Tue, 2 Oct 2007 18:09:15 +0000 (18:09 +0000)]
log cookie (until we find what's going on...)

16 years agoback out hex RID
Pierangelo Masarati [Tue, 2 Oct 2007 18:08:41 +0000 (18:08 +0000)]
back out hex RID

16 years agoFix uninit'd ld in prev commit (coverity)
Howard Chu [Tue, 2 Oct 2007 13:31:27 +0000 (13:31 +0000)]
Fix uninit'd ld in prev commit (coverity)

16 years agocertificateExactNormalize - only check serial encoding if len > 1
Howard Chu [Mon, 1 Oct 2007 16:32:30 +0000 (16:32 +0000)]
certificateExactNormalize - only check serial encoding if len > 1

16 years agos/%d/%x/
Pierangelo Masarati [Mon, 1 Oct 2007 16:28:27 +0000 (16:28 +0000)]
s/%d/%x/

16 years agoITS#5070 unify serialNumberAndIssuer validation
Howard Chu [Mon, 1 Oct 2007 08:43:56 +0000 (08:43 +0000)]
ITS#5070 unify serialNumberAndIssuer validation

16 years agoITS#5070 use lutil_str2bin() for certificate serialNumbers
Howard Chu [Mon, 1 Oct 2007 06:55:02 +0000 (06:55 +0000)]
ITS#5070 use lutil_str2bin() for certificate serialNumbers
Still need to fix serialNumberAndIssuerPretty to accept hex

16 years agoAdd lutil_str2bin() for arbitrary length decimal-to-binary conversion
Howard Chu [Mon, 1 Oct 2007 06:50:19 +0000 (06:50 +0000)]
Add lutil_str2bin() for arbitrary length decimal-to-binary conversion

16 years agoAdd new appendices to main docs and spell check
Gavin Henry [Sun, 30 Sep 2007 22:47:48 +0000 (22:47 +0000)]
Add new appendices to main docs and spell check

16 years agoPort from rfc4511 of LDAP Result codes and example sessions from ldap*/slap* for...
Gavin Henry [Sun, 30 Sep 2007 22:47:12 +0000 (22:47 +0000)]
Port from rfc4511 of LDAP Result codes and example sessions from ldap*/slap* for pointing users at.

16 years agoTo contain a selection of Real World OpenLDAP Deployments and their configurations
Gavin Henry [Sun, 30 Sep 2007 22:46:12 +0000 (22:46 +0000)]
To contain a selection of Real World OpenLDAP Deployments and their configurations

16 years agoStart of documenting Contributions to OpenLDAP Software.
Gavin Henry [Sun, 30 Sep 2007 22:45:34 +0000 (22:45 +0000)]
Start of documenting Contributions to OpenLDAP Software.

16 years agoPort of Common LDAP errors etc from FAQ-O-MATIC - TBC
Gavin Henry [Sun, 30 Sep 2007 22:44:23 +0000 (22:44 +0000)]
Port of Common LDAP errors etc from FAQ-O-MATIC - TBC

16 years agofirst round of s/sprintf/snprintf/; the rationale is: truncate error messages rather...
Pierangelo Masarati [Sat, 29 Sep 2007 17:55:33 +0000 (17:55 +0000)]
first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred.  In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently

16 years agoremove potential buffer overflow, now that rids can be up to 4096
Pierangelo Masarati [Sat, 29 Sep 2007 16:11:28 +0000 (16:11 +0000)]
remove potential buffer overflow, now that rids can be up to 4096

16 years agouse same configuration for back-ldap/meta tests
Pierangelo Masarati [Sat, 29 Sep 2007 11:59:04 +0000 (11:59 +0000)]
use same configuration for back-ldap/meta tests

16 years agobetter fix for ITS#5154
Pierangelo Masarati [Sat, 29 Sep 2007 11:45:37 +0000 (11:45 +0000)]
better fix for ITS#5154

16 years agodispose of connection when server down (related to ITS#5127)
Pierangelo Masarati [Sat, 29 Sep 2007 11:24:39 +0000 (11:24 +0000)]
dispose of connection when server down (related to ITS#5127)

16 years agofix format
Pierangelo Masarati [Sat, 29 Sep 2007 11:22:31 +0000 (11:22 +0000)]
fix format

16 years agoITS#5070 again, use [-]0x123456789abcdef for big int serial numbers
Howard Chu [Sat, 29 Sep 2007 09:50:54 +0000 (09:50 +0000)]
ITS#5070 again, use [-]0x123456789abcdef for big int serial numbers

16 years agoInit/destroy mutex
Howard Chu [Thu, 27 Sep 2007 19:20:04 +0000 (19:20 +0000)]
Init/destroy mutex

16 years agoMicrosoft-style Update Sequence Numbers
Howard Chu [Thu, 27 Sep 2007 02:09:38 +0000 (02:09 +0000)]
Microsoft-style Update Sequence Numbers

16 years agoAdjustments to make testcase working again after ITS#5113 fixes.
Ralf Haferkamp [Wed, 26 Sep 2007 23:28:38 +0000 (23:28 +0000)]
Adjustments to make testcase working again after ITS#5113 fixes.

16 years agofix bind tester arglist
Pierangelo Masarati [Wed, 26 Sep 2007 23:08:38 +0000 (23:08 +0000)]
fix bind tester arglist

16 years agocheck for ee == NULL
Pierangelo Masarati [Wed, 26 Sep 2007 22:37:35 +0000 (22:37 +0000)]
check for ee == NULL

16 years agoplug leak (ITS#5155)
Pierangelo Masarati [Wed, 26 Sep 2007 22:10:16 +0000 (22:10 +0000)]
plug leak (ITS#5155)

16 years agotemporary fix to ITS#5154
Pierangelo Masarati [Wed, 26 Sep 2007 20:57:25 +0000 (20:57 +0000)]
temporary fix to ITS#5154

16 years agocoverity - a->a_nvals may be NULL
Howard Chu [Wed, 26 Sep 2007 20:26:03 +0000 (20:26 +0000)]
coverity - a->a_nvals may be NULL

16 years agocoverity - init i
Howard Chu [Wed, 26 Sep 2007 20:21:53 +0000 (20:21 +0000)]
coverity - init i

16 years agoinit rc
Howard Chu [Wed, 26 Sep 2007 20:17:48 +0000 (20:17 +0000)]
init rc

16 years agoset mod->sm_numvals
Ralf Haferkamp [Wed, 26 Sep 2007 01:59:24 +0000 (01:59 +0000)]
set mod->sm_numvals

16 years agoITS#5153 fix prev commit, ordering matches can be done in O(1) instead
Howard Chu [Tue, 25 Sep 2007 05:46:12 +0000 (05:46 +0000)]
ITS#5153 fix prev commit, ordering matches can be done in O(1) instead
of O(logn)

16 years agoITS#5151 fix CertificateListValidate
Howard Chu [Mon, 24 Sep 2007 07:55:56 +0000 (07:55 +0000)]
ITS#5151 fix CertificateListValidate

16 years agoRemove special cases for BigNums in certificateExactNormalize, just
Howard Chu [Mon, 24 Sep 2007 06:26:36 +0000 (06:26 +0000)]
Remove special cases for BigNums in certificateExactNormalize, just
use hex when serial is larger than int. Normalized values need to be
consistent regardless of compile-time environment...

16 years agoLog the attribute that failed normalization
Howard Chu [Mon, 24 Sep 2007 06:25:34 +0000 (06:25 +0000)]
Log the attribute that failed normalization

16 years agoMore for Mod.sm_numvals
Howard Chu [Mon, 24 Sep 2007 05:30:53 +0000 (05:30 +0000)]
More for Mod.sm_numvals

16 years agoPartially revert prev commit, unintended.
Howard Chu [Mon, 24 Sep 2007 05:30:36 +0000 (05:30 +0000)]
Partially revert prev commit, unintended.

16 years agoAdd sortvals doc
Howard Chu [Mon, 24 Sep 2007 05:18:42 +0000 (05:18 +0000)]
Add sortvals doc

16 years agoUse attr_valfind instead of value_find_ex to optimize lookups
Howard Chu [Mon, 24 Sep 2007 05:02:31 +0000 (05:02 +0000)]
Use attr_valfind instead of value_find_ex to optimize lookups

16 years agoPreliminary sorted value support
Howard Chu [Mon, 24 Sep 2007 01:31:23 +0000 (01:31 +0000)]
Preliminary sorted value support

16 years agoMake slap_passwd_parse non-destructive
Howard Chu [Sun, 23 Sep 2007 04:40:51 +0000 (04:40 +0000)]
Make slap_passwd_parse non-destructive

16 years agoMore for a_numvals
Howard Chu [Sun, 23 Sep 2007 04:40:16 +0000 (04:40 +0000)]
More for a_numvals

16 years agoAdd Modifications / sml_numvals
Howard Chu [Sun, 23 Sep 2007 00:22:47 +0000 (00:22 +0000)]
Add Modifications / sml_numvals

16 years agoUse OLcfgCt{Oc|At} arc for contrib modules
Howard Chu [Sat, 22 Sep 2007 23:58:54 +0000 (23:58 +0000)]
Use OLcfgCt{Oc|At} arc for contrib modules

16 years agoUpdate last change: lutil_atoul() -> lutil_atou() for csnsid.
Hallvard Furuseth [Fri, 21 Sep 2007 13:11:39 +0000 (13:11 +0000)]
Update last change: lutil_atoul() -> lutil_atou() for csnsid.

16 years agoassert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
Hallvard Furuseth [Fri, 21 Sep 2007 13:02:36 +0000 (13:02 +0000)]
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).

16 years agoCast away const
Hallvard Furuseth [Fri, 21 Sep 2007 12:58:34 +0000 (12:58 +0000)]
Cast away const

16 years agoSilence compiler warnings
Ralf Haferkamp [Fri, 21 Sep 2007 11:27:23 +0000 (11:27 +0000)]
Silence compiler warnings

16 years agoRegenerated
Ralf Haferkamp [Fri, 21 Sep 2007 11:13:12 +0000 (11:13 +0000)]
Regenerated

16 years agomore for out of source builds
Ralf Haferkamp [Fri, 21 Sep 2007 11:05:10 +0000 (11:05 +0000)]
more for out of source builds

16 years agoout of source builds should work now
Ralf Haferkamp [Fri, 21 Sep 2007 11:03:14 +0000 (11:03 +0000)]
out of source builds should work now

16 years ago#ifdef LDAP_OPT_DIAGNOSTIC_MESSAGE, to be able to build with older libldap
Ralf Haferkamp [Fri, 21 Sep 2007 11:00:23 +0000 (11:00 +0000)]
#ifdef LDAP_OPT_DIAGNOSTIC_MESSAGE, to be able to build with older libldap

16 years agoMore for Modification value counter
Howard Chu [Fri, 21 Sep 2007 09:34:31 +0000 (09:34 +0000)]
More for Modification value counter

16 years agoConversion placeholder for slapd.conf to slapd.d/
Gavin Henry [Fri, 21 Sep 2007 08:54:06 +0000 (08:54 +0000)]
Conversion placeholder for slapd.conf to slapd.d/

16 years agoAttribute/Modification value counters
Howard Chu [Fri, 21 Sep 2007 08:43:56 +0000 (08:43 +0000)]
Attribute/Modification value counters

16 years agoUse rwlock for CachedQuery to avoid returning incomplete results (ITS#5113)
Ralf Haferkamp [Thu, 20 Sep 2007 17:23:56 +0000 (17:23 +0000)]
Use rwlock for CachedQuery to avoid returning incomplete results (ITS#5113)

16 years agoFixed memory leak in pcache. Cache is now populated in cleanup handler.
Ralf Haferkamp [Thu, 20 Sep 2007 16:15:23 +0000 (16:15 +0000)]
Fixed memory leak in pcache. Cache is now populated in cleanup handler.
ITS#5112

16 years agouse BACKEND variable instead of hardcoding bdb
Luca Scamoni [Mon, 17 Sep 2007 12:22:43 +0000 (12:22 +0000)]
use BACKEND variable instead of hardcoding bdb

16 years agoAdd comment for prev commit
Howard Chu [Sat, 15 Sep 2007 23:40:34 +0000 (23:40 +0000)]
Add comment for prev commit

16 years agoFix prev commit
Howard Chu [Sat, 15 Sep 2007 23:38:12 +0000 (23:38 +0000)]
Fix prev commit

16 years agofix ITS#5139 (please check)
Pierangelo Masarati [Sat, 15 Sep 2007 18:21:11 +0000 (18:21 +0000)]
fix ITS#5139 (please check)

16 years agofix previous commit
Pierangelo Masarati [Sat, 15 Sep 2007 18:03:55 +0000 (18:03 +0000)]
fix previous commit

16 years agoadd helper for internal searchs for objectClass=*
Pierangelo Masarati [Sat, 15 Sep 2007 17:38:53 +0000 (17:38 +0000)]
add helper for internal searchs for objectClass=*

16 years agoalloc temporaries on slab
Pierangelo Masarati [Sat, 15 Sep 2007 17:33:59 +0000 (17:33 +0000)]
alloc temporaries on slab

16 years agofurther fix ITS#5138 (please review)
Pierangelo Masarati [Sat, 15 Sep 2007 17:30:07 +0000 (17:30 +0000)]
further fix ITS#5138 (please review)

16 years agodraft-wahl-ldap-session: append further instances of the control
Pierangelo Masarati [Sat, 15 Sep 2007 17:26:09 +0000 (17:26 +0000)]
draft-wahl-ldap-session: append further instances of the control

16 years agoapply Howard's cleanup of database monitoring registration
Pierangelo Masarati [Sat, 15 Sep 2007 15:34:49 +0000 (15:34 +0000)]
apply Howard's cleanup of database monitoring registration

16 years agotest dgAuthz
Pierangelo Masarati [Sat, 15 Sep 2007 10:18:40 +0000 (10:18 +0000)]
test dgAuthz

16 years agomake changing the basedn easier
Pierangelo Masarati [Sat, 15 Sep 2007 10:17:55 +0000 (10:17 +0000)]
make changing the basedn easier

16 years agoITS#5138 don't scan past the sequence of attributes
Howard Chu [Sat, 15 Sep 2007 03:08:32 +0000 (03:08 +0000)]
ITS#5138 don't scan past the sequence of attributes

16 years agofix path
Pierangelo Masarati [Sat, 15 Sep 2007 00:04:22 +0000 (00:04 +0000)]
fix path

16 years agofix potential double-free (valgrind; ITS#5137)
Pierangelo Masarati [Fri, 14 Sep 2007 23:58:00 +0000 (23:58 +0000)]
fix potential double-free (valgrind; ITS#5137)

16 years agoadd more sanity checks (ITS#5136)
Pierangelo Masarati [Fri, 14 Sep 2007 23:25:15 +0000 (23:25 +0000)]
add more sanity checks (ITS#5136)

16 years agofix ITS#5136
Pierangelo Masarati [Fri, 14 Sep 2007 23:14:33 +0000 (23:14 +0000)]
fix ITS#5136

16 years agoadd support for dgAuthz --- see discussion on -devel
Pierangelo Masarati [Fri, 14 Sep 2007 22:42:16 +0000 (22:42 +0000)]
add support for dgAuthz --- see discussion on -devel

16 years agorelease entry (ITS#5135)
Pierangelo Masarati [Fri, 14 Sep 2007 22:39:49 +0000 (22:39 +0000)]
release entry (ITS#5135)

16 years agoremove unused code
Pierangelo Masarati [Fri, 14 Sep 2007 22:24:21 +0000 (22:24 +0000)]
remove unused code

16 years agoregenerate
Pierangelo Masarati [Fri, 14 Sep 2007 22:05:19 +0000 (22:05 +0000)]
regenerate

16 years agofix building of memberof as module
Pierangelo Masarati [Fri, 14 Sep 2007 22:04:50 +0000 (22:04 +0000)]
fix building of memberof as module

16 years agoSmall typo.
Gavin Henry [Fri, 14 Sep 2007 15:33:53 +0000 (15:33 +0000)]
Small typo.

16 years agoITS#5134
Howard Chu [Fri, 14 Sep 2007 06:50:52 +0000 (06:50 +0000)]
ITS#5134

16 years agofix double free - related to ITS#4860 and probably ITS#4873
Pierangelo Masarati [Thu, 13 Sep 2007 22:39:33 +0000 (22:39 +0000)]
fix double free - related to ITS#4860 and probably ITS#4873

16 years agos/timelimit/timeout/
Pierangelo Masarati [Thu, 13 Sep 2007 21:16:38 +0000 (21:16 +0000)]
s/timelimit/timeout/

16 years agofurther clarify
Pierangelo Masarati [Thu, 13 Sep 2007 21:09:40 +0000 (21:09 +0000)]
further clarify

16 years agodon't leak in case of error
Pierangelo Masarati [Thu, 13 Sep 2007 18:47:36 +0000 (18:47 +0000)]
don't leak in case of error

16 years agoHEADS-UP: now the list of URIs is better set by using separate arguments
Pierangelo Masarati [Thu, 13 Sep 2007 18:40:19 +0000 (18:40 +0000)]
HEADS-UP: now the list of URIs is better set by using separate arguments

16 years agoHEADS-UP: now the list of URIs is better set by using separate arguments
Pierangelo Masarati [Thu, 13 Sep 2007 18:34:04 +0000 (18:34 +0000)]
HEADS-UP: now the list of URIs is better set by using separate arguments