]>
git.sur5r.net Git - openldap/log
Pierangelo Masarati [Thu, 4 Oct 2007 11:02:57 +0000 (11:02 +0000)]
cleanup previous commit (related to ITS#5166)
Pierangelo Masarati [Thu, 4 Oct 2007 09:18:29 +0000 (09:18 +0000)]
add clarification related to ITS#5166
Gavin Henry [Wed, 3 Oct 2007 17:13:50 +0000 (17:13 +0000)]
Patch for memberOf overlay section from Buchan Milne.
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)
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
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
Howard Chu [Wed, 3 Oct 2007 07:02:28 +0000 (07:02 +0000)]
Must terminate bind tester args list
Howard Chu [Tue, 2 Oct 2007 23:51:40 +0000 (23:51 +0000)]
Don't queue zero-length CSNs
Pierangelo Masarati [Tue, 2 Oct 2007 23:45:50 +0000 (23:45 +0000)]
s/strtoul/strtol/ (ITS#5165)
Pierangelo Masarati [Tue, 2 Oct 2007 23:26:04 +0000 (23:26 +0000)]
don't malloc the berval separately for presentlist
Pierangelo Masarati [Tue, 2 Oct 2007 18:39:43 +0000 (18:39 +0000)]
also log cookie parsing
Pierangelo Masarati [Tue, 2 Oct 2007 18:09:15 +0000 (18:09 +0000)]
log cookie (until we find what's going on...)
Pierangelo Masarati [Tue, 2 Oct 2007 18:08:41 +0000 (18:08 +0000)]
back out hex RID
Howard Chu [Tue, 2 Oct 2007 13:31:27 +0000 (13:31 +0000)]
Fix uninit'd ld in prev commit (coverity)
Howard Chu [Mon, 1 Oct 2007 16:32:30 +0000 (16:32 +0000)]
certificateExactNormalize - only check serial encoding if len > 1
Pierangelo Masarati [Mon, 1 Oct 2007 16:28:27 +0000 (16:28 +0000)]
s/%d/%x/
Howard Chu [Mon, 1 Oct 2007 08:43:56 +0000 (08:43 +0000)]
ITS#5070 unify serialNumberAndIssuer validation
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
Howard Chu [Mon, 1 Oct 2007 06:50:19 +0000 (06:50 +0000)]
Add lutil_str2bin() for arbitrary length decimal-to-binary conversion
Gavin Henry [Sun, 30 Sep 2007 22:47:48 +0000 (22:47 +0000)]
Add new appendices to main docs and spell check
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.
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
Gavin Henry [Sun, 30 Sep 2007 22:45:34 +0000 (22:45 +0000)]
Start of documenting Contributions to OpenLDAP Software.
Gavin Henry [Sun, 30 Sep 2007 22:44:23 +0000 (22:44 +0000)]
Port of Common LDAP errors etc from FAQ-O-MATIC - TBC
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
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
Pierangelo Masarati [Sat, 29 Sep 2007 11:59:04 +0000 (11:59 +0000)]
use same configuration for back-ldap/meta tests
Pierangelo Masarati [Sat, 29 Sep 2007 11:45:37 +0000 (11:45 +0000)]
better fix for ITS#5154
Pierangelo Masarati [Sat, 29 Sep 2007 11:24:39 +0000 (11:24 +0000)]
dispose of connection when server down (related to ITS#5127)
Pierangelo Masarati [Sat, 29 Sep 2007 11:22:31 +0000 (11:22 +0000)]
fix format
Howard Chu [Sat, 29 Sep 2007 09:50:54 +0000 (09:50 +0000)]
ITS#5070 again, use [-]0x123456789abcdef for big int serial numbers
Howard Chu [Thu, 27 Sep 2007 19:20:04 +0000 (19:20 +0000)]
Init/destroy mutex
Howard Chu [Thu, 27 Sep 2007 02:09:38 +0000 (02:09 +0000)]
Microsoft-style Update Sequence Numbers
Ralf Haferkamp [Wed, 26 Sep 2007 23:28:38 +0000 (23:28 +0000)]
Adjustments to make testcase working again after ITS#5113 fixes.
Pierangelo Masarati [Wed, 26 Sep 2007 23:08:38 +0000 (23:08 +0000)]
fix bind tester arglist
Pierangelo Masarati [Wed, 26 Sep 2007 22:37:35 +0000 (22:37 +0000)]
check for ee == NULL
Pierangelo Masarati [Wed, 26 Sep 2007 22:10:16 +0000 (22:10 +0000)]
plug leak (ITS#5155)
Pierangelo Masarati [Wed, 26 Sep 2007 20:57:25 +0000 (20:57 +0000)]
temporary fix to ITS#5154
Howard Chu [Wed, 26 Sep 2007 20:26:03 +0000 (20:26 +0000)]
coverity - a->a_nvals may be NULL
Howard Chu [Wed, 26 Sep 2007 20:21:53 +0000 (20:21 +0000)]
coverity - init i
Howard Chu [Wed, 26 Sep 2007 20:17:48 +0000 (20:17 +0000)]
init rc
Ralf Haferkamp [Wed, 26 Sep 2007 01:59:24 +0000 (01:59 +0000)]
set mod->sm_numvals
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)
Howard Chu [Mon, 24 Sep 2007 07:55:56 +0000 (07:55 +0000)]
ITS#5151 fix CertificateListValidate
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...
Howard Chu [Mon, 24 Sep 2007 06:25:34 +0000 (06:25 +0000)]
Log the attribute that failed normalization
Howard Chu [Mon, 24 Sep 2007 05:30:53 +0000 (05:30 +0000)]
More for Mod.sm_numvals
Howard Chu [Mon, 24 Sep 2007 05:30:36 +0000 (05:30 +0000)]
Partially revert prev commit, unintended.
Howard Chu [Mon, 24 Sep 2007 05:18:42 +0000 (05:18 +0000)]
Add sortvals doc
Howard Chu [Mon, 24 Sep 2007 05:02:31 +0000 (05:02 +0000)]
Use attr_valfind instead of value_find_ex to optimize lookups
Howard Chu [Mon, 24 Sep 2007 01:31:23 +0000 (01:31 +0000)]
Preliminary sorted value support
Howard Chu [Sun, 23 Sep 2007 04:40:51 +0000 (04:40 +0000)]
Make slap_passwd_parse non-destructive
Howard Chu [Sun, 23 Sep 2007 04:40:16 +0000 (04:40 +0000)]
More for a_numvals
Howard Chu [Sun, 23 Sep 2007 00:22:47 +0000 (00:22 +0000)]
Add Modifications / sml_numvals
Howard Chu [Sat, 22 Sep 2007 23:58:54 +0000 (23:58 +0000)]
Use OLcfgCt{Oc|At} arc for contrib modules
Hallvard Furuseth [Fri, 21 Sep 2007 13:11:39 +0000 (13:11 +0000)]
Update last change: lutil_atoul() -> lutil_atou() for csnsid.
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).
Hallvard Furuseth [Fri, 21 Sep 2007 12:58:34 +0000 (12:58 +0000)]
Cast away const
Ralf Haferkamp [Fri, 21 Sep 2007 11:27:23 +0000 (11:27 +0000)]
Silence compiler warnings
Ralf Haferkamp [Fri, 21 Sep 2007 11:13:12 +0000 (11:13 +0000)]
Regenerated
Ralf Haferkamp [Fri, 21 Sep 2007 11:05:10 +0000 (11:05 +0000)]
more for out of source builds
Ralf Haferkamp [Fri, 21 Sep 2007 11:03:14 +0000 (11:03 +0000)]
out of source builds should work now
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
Howard Chu [Fri, 21 Sep 2007 09:34:31 +0000 (09:34 +0000)]
More for Modification value counter
Gavin Henry [Fri, 21 Sep 2007 08:54:06 +0000 (08:54 +0000)]
Conversion placeholder for slapd.conf to slapd.d/
Howard Chu [Fri, 21 Sep 2007 08:43:56 +0000 (08:43 +0000)]
Attribute/Modification value counters
Ralf Haferkamp [Thu, 20 Sep 2007 17:23:56 +0000 (17:23 +0000)]
Use rwlock for CachedQuery to avoid returning incomplete results (ITS#5113)
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
Luca Scamoni [Mon, 17 Sep 2007 12:22:43 +0000 (12:22 +0000)]
use BACKEND variable instead of hardcoding bdb
Howard Chu [Sat, 15 Sep 2007 23:40:34 +0000 (23:40 +0000)]
Add comment for prev commit
Howard Chu [Sat, 15 Sep 2007 23:38:12 +0000 (23:38 +0000)]
Fix prev commit
Pierangelo Masarati [Sat, 15 Sep 2007 18:21:11 +0000 (18:21 +0000)]
fix ITS#5139 (please check)
Pierangelo Masarati [Sat, 15 Sep 2007 18:03:55 +0000 (18:03 +0000)]
fix previous commit
Pierangelo Masarati [Sat, 15 Sep 2007 17:38:53 +0000 (17:38 +0000)]
add helper for internal searchs for objectClass=*
Pierangelo Masarati [Sat, 15 Sep 2007 17:33:59 +0000 (17:33 +0000)]
alloc temporaries on slab
Pierangelo Masarati [Sat, 15 Sep 2007 17:30:07 +0000 (17:30 +0000)]
further fix ITS#5138 (please review)
Pierangelo Masarati [Sat, 15 Sep 2007 17:26:09 +0000 (17:26 +0000)]
draft-wahl-ldap-session: append further instances of the control
Pierangelo Masarati [Sat, 15 Sep 2007 15:34:49 +0000 (15:34 +0000)]
apply Howard's cleanup of database monitoring registration
Pierangelo Masarati [Sat, 15 Sep 2007 10:18:40 +0000 (10:18 +0000)]
test dgAuthz
Pierangelo Masarati [Sat, 15 Sep 2007 10:17:55 +0000 (10:17 +0000)]
make changing the basedn easier
Howard Chu [Sat, 15 Sep 2007 03:08:32 +0000 (03:08 +0000)]
ITS#5138 don't scan past the sequence of attributes
Pierangelo Masarati [Sat, 15 Sep 2007 00:04:22 +0000 (00:04 +0000)]
fix path
Pierangelo Masarati [Fri, 14 Sep 2007 23:58:00 +0000 (23:58 +0000)]
fix potential double-free (valgrind; ITS#5137)
Pierangelo Masarati [Fri, 14 Sep 2007 23:25:15 +0000 (23:25 +0000)]
add more sanity checks (ITS#5136)
Pierangelo Masarati [Fri, 14 Sep 2007 23:14:33 +0000 (23:14 +0000)]
fix ITS#5136
Pierangelo Masarati [Fri, 14 Sep 2007 22:42:16 +0000 (22:42 +0000)]
add support for dgAuthz --- see discussion on -devel
Pierangelo Masarati [Fri, 14 Sep 2007 22:39:49 +0000 (22:39 +0000)]
release entry (ITS#5135)
Pierangelo Masarati [Fri, 14 Sep 2007 22:24:21 +0000 (22:24 +0000)]
remove unused code
Pierangelo Masarati [Fri, 14 Sep 2007 22:05:19 +0000 (22:05 +0000)]
regenerate
Pierangelo Masarati [Fri, 14 Sep 2007 22:04:50 +0000 (22:04 +0000)]
fix building of memberof as module
Gavin Henry [Fri, 14 Sep 2007 15:33:53 +0000 (15:33 +0000)]
Small typo.
Howard Chu [Fri, 14 Sep 2007 06:50:52 +0000 (06:50 +0000)]
ITS#5134
Pierangelo Masarati [Thu, 13 Sep 2007 22:39:33 +0000 (22:39 +0000)]
fix double free - related to ITS#4860 and probably ITS#4873
Pierangelo Masarati [Thu, 13 Sep 2007 21:16:38 +0000 (21:16 +0000)]
s/timelimit/timeout/
Pierangelo Masarati [Thu, 13 Sep 2007 21:09:40 +0000 (21:09 +0000)]
further clarify
Pierangelo Masarati [Thu, 13 Sep 2007 18:47:36 +0000 (18:47 +0000)]
don't leak in case of error
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
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
Pierangelo Masarati [Thu, 13 Sep 2007 17:58:10 +0000 (17:58 +0000)]
fix test when slapo-memberof(5) built as module (ITS#5132)
Pierangelo Masarati [Thu, 13 Sep 2007 17:55:45 +0000 (17:55 +0000)]
further rework URI parsing