]> git.sur5r.net Git - openldap/log
openldap
17 years ago- setup framework for monitoring of back-bdb/back-hdb stuff in their
Pierangelo Masarati [Wed, 6 Sep 2006 01:54:54 +0000 (01:54 +0000)]
- setup framework for monitoring of back-bdb/back-hdb stuff in their
  database entry in cn=monitor
- improve support for custom attribute/callback registration
  in back-monitor
- design API for registered antry/attr/callback removal in back-monitor

HEADS UP: now back-bdb requires back-monitor to be present, either static
or dynamically loaded __before__ back-bdb/back-hdb is initialized.
This works for sure if both back-bdb & back-monitor are static or dynamic
(provided back-monitor.la is loaded before back_bdb.la); it is not clear
what happens if back-bdb is static and back-monitor is dynamic.  In case,
either make back-bdb monitoring conditional, or hardwire back-monitor
much like back-config and back-ldif.

17 years agobetter handling of randomness
Pierangelo Masarati [Mon, 4 Sep 2006 08:40:40 +0000 (08:40 +0000)]
better handling of randomness

17 years agocleanup handling of sleeps
Pierangelo Masarati [Mon, 4 Sep 2006 08:36:16 +0000 (08:36 +0000)]
cleanup handling of sleeps

17 years agoappend logs
Pierangelo Masarati [Mon, 4 Sep 2006 08:29:47 +0000 (08:29 +0000)]
append logs

17 years agoimprove timeout support (ITS#4157, ITS#4663)
Pierangelo Masarati [Mon, 4 Sep 2006 08:26:09 +0000 (08:26 +0000)]
improve timeout support (ITS#4157, ITS#4663)

17 years agoimprove timeout support (ITS#4157, ITS#4663); manpage cleanup
Pierangelo Masarati [Mon, 4 Sep 2006 08:24:05 +0000 (08:24 +0000)]
improve timeout support (ITS#4157, ITS#4663); manpage cleanup

17 years agorelease authz resources at shutdown
Pierangelo Masarati [Mon, 4 Sep 2006 07:20:59 +0000 (07:20 +0000)]
release authz resources at shutdown

17 years agomove req2op selection into a helper
Pierangelo Masarati [Mon, 4 Sep 2006 07:17:34 +0000 (07:17 +0000)]
move req2op selection into a helper

17 years agofix arg format; better trace logging...
Pierangelo Masarati [Sun, 3 Sep 2006 11:14:37 +0000 (11:14 +0000)]
fix arg format; better trace logging...

17 years agodon't abandon binds in progress; rather unbind (ITS#4663).
Pierangelo Masarati [Sun, 3 Sep 2006 11:04:27 +0000 (11:04 +0000)]
don't abandon binds in progress; rather unbind (ITS#4663).
Better logging for tracing

17 years agoback-ldap should only touch the connection timestamp when activity actually occurred...
Pierangelo Masarati [Sun, 3 Sep 2006 11:02:15 +0000 (11:02 +0000)]
back-ldap should only touch the connection timestamp when activity actually occurred (i.e. ldap_result() returned a positive value), otherwise if "the network cable is removed after the connection is established" ldap_result() keeps returning 0 forever...

17 years agouse preallocated entries? (otherwise bdb_add and others leak...)
Pierangelo Masarati [Sun, 3 Sep 2006 10:58:13 +0000 (10:58 +0000)]
use preallocated entries? (otherwise bdb_add and others leak...)

17 years agoplug slapo-ppolicy related leaks (ITS#4665)
Pierangelo Masarati [Sun, 3 Sep 2006 10:53:38 +0000 (10:53 +0000)]
plug slapo-ppolicy related leaks (ITS#4665)

17 years agoplug leaks in search filter (and cleanup code; ITS#4664)
Pierangelo Masarati [Sun, 3 Sep 2006 10:45:07 +0000 (10:45 +0000)]
plug leaks in search filter (and cleanup code; ITS#4664)

17 years agobetter function name
Pierangelo Masarati [Fri, 1 Sep 2006 16:21:20 +0000 (16:21 +0000)]
better function name

17 years agokeep count of requests in use
Pierangelo Masarati [Fri, 1 Sep 2006 14:00:58 +0000 (14:00 +0000)]
keep count of requests in use

17 years agodon't risk dangling pointers
Pierangelo Masarati [Fri, 1 Sep 2006 13:59:55 +0000 (13:59 +0000)]
don't risk dangling pointers

17 years agodon't use deprecated functions
Pierangelo Masarati [Fri, 1 Sep 2006 13:57:37 +0000 (13:57 +0000)]
don't use deprecated functions

17 years agoremove unnecessary assertion; add test for pending ops
Pierangelo Masarati [Fri, 1 Sep 2006 10:41:54 +0000 (10:41 +0000)]
remove unnecessary assertion; add test for pending ops

17 years agocleanup
Pierangelo Masarati [Fri, 1 Sep 2006 10:01:36 +0000 (10:01 +0000)]
cleanup

17 years agoadd an assertion to track ITS#4659; minor cleanup
Pierangelo Masarati [Fri, 1 Sep 2006 10:00:50 +0000 (10:00 +0000)]
add an assertion to track ITS#4659; minor cleanup

17 years agominor cleanup
Pierangelo Masarati [Thu, 31 Aug 2006 17:34:01 +0000 (17:34 +0000)]
minor cleanup

17 years agodon't leak identity
Pierangelo Masarati [Thu, 31 Aug 2006 16:21:54 +0000 (16:21 +0000)]
don't leak identity

17 years agodestroy socket set (man page for epoll_create(2) states that close(2) must be called...
Pierangelo Masarati [Thu, 31 Aug 2006 13:51:25 +0000 (13:51 +0000)]
destroy socket set (man page for epoll_create(2) states that close(2) must be called on the returned filedes)

17 years agofix typo
Pierangelo Masarati [Thu, 31 Aug 2006 13:35:01 +0000 (13:35 +0000)]
fix typo

17 years agopick declaration of ch_strdup()
Pierangelo Masarati [Wed, 30 Aug 2006 22:45:26 +0000 (22:45 +0000)]
pick declaration of ch_strdup()

17 years agodon't run useless (and likely to fail) checks, if possible
Pierangelo Masarati [Wed, 30 Aug 2006 21:05:05 +0000 (21:05 +0000)]
don't run useless (and likely to fail) checks, if possible

17 years agofix pre-allocated entry/attribute handling
Pierangelo Masarati [Tue, 29 Aug 2006 17:09:08 +0000 (17:09 +0000)]
fix pre-allocated entry/attribute handling

17 years agofix pre-allocated entry/attribute handling
Pierangelo Masarati [Tue, 29 Aug 2006 16:07:39 +0000 (16:07 +0000)]
fix pre-allocated entry/attribute handling

17 years agoforced commit
Kurt Zeilenga [Tue, 29 Aug 2006 07:38:09 +0000 (07:38 +0000)]
forced commit

17 years agomore cleanup
Kurt Zeilenga [Tue, 29 Aug 2006 07:28:22 +0000 (07:28 +0000)]
more cleanup

17 years agocleanup
Kurt Zeilenga [Tue, 29 Aug 2006 07:25:34 +0000 (07:25 +0000)]
cleanup

17 years agominor change
Kurt Zeilenga [Tue, 29 Aug 2006 07:22:28 +0000 (07:22 +0000)]
minor change

17 years agoHide config schema if !LDAP_DEVEL
Howard Chu [Tue, 29 Aug 2006 02:02:12 +0000 (02:02 +0000)]
Hide config schema if !LDAP_DEVEL

17 years agoEntry/Attribute struct caching, to minimize malloc fragmentation
Howard Chu [Tue, 29 Aug 2006 01:43:23 +0000 (01:43 +0000)]
Entry/Attribute struct caching, to minimize malloc fragmentation
Note: this breaks LDAP_COMP_MATCH and SLAP_ZONE_MALLOC. But they
were probably broken already anyway.

17 years agoMust use ch_strdup, not strdup
Howard Chu [Tue, 29 Aug 2006 01:36:52 +0000 (01:36 +0000)]
Must use ch_strdup, not strdup

17 years agoTLS ctx is already cleaned up
Howard Chu [Tue, 29 Aug 2006 01:34:55 +0000 (01:34 +0000)]
TLS ctx is already cleaned up

17 years agoOnly set c_sasl_bindop on actual SASL binds
Howard Chu [Tue, 29 Aug 2006 01:19:34 +0000 (01:19 +0000)]
Only set c_sasl_bindop on actual SASL binds

17 years agonote the single-value userPassword constraint (please review)
Pierangelo Masarati [Mon, 28 Aug 2006 14:33:59 +0000 (14:33 +0000)]
note the single-value userPassword constraint (please review)

17 years agoappend global access rules also when be != NULL in backend_startup() (ITS#4654)
Pierangelo Masarati [Mon, 28 Aug 2006 13:31:16 +0000 (13:31 +0000)]
append global access rules also when be != NULL in backend_startup() (ITS#4654)

17 years agoAdd single-password constraint; NOTE from ppolicy.c:
Pierangelo Masarati [Mon, 28 Aug 2006 12:44:39 +0000 (12:44 +0000)]
Add single-password constraint; NOTE from ppolicy.c:

/* FIXME: there's no easy way to ensure
 * that add does not cause multiple
 * userPassword values; one way (that
 * would be consistent with the single
 * password constraint) would be to turn
 * add into replace); another would be
 * to disallow add.
 *
 * Let's check at least that a single value
 * is being added
 */

17 years agoITS#4358, thanks to Kevine Zerbib
Quanah Gibson-Mount [Mon, 28 Aug 2006 01:07:25 +0000 (01:07 +0000)]
ITS#4358, thanks to Kevine Zerbib

17 years agoFix comment style.
Quanah Gibson-Mount [Mon, 28 Aug 2006 01:05:32 +0000 (01:05 +0000)]
Fix comment style.

17 years agoFix delete type modifys where no value is given to be deleted. (ITS#2612)
Quanah Gibson-Mount [Mon, 28 Aug 2006 01:01:32 +0000 (01:01 +0000)]
Fix delete type modifys where no value is given to be deleted. (ITS#2612)
Thanks to Alister Winfield for the patch.

17 years agofix e_private value, goes along with memory leak fix to accesslog.c
Quanah Gibson-Mount [Sat, 26 Aug 2006 23:20:00 +0000 (23:20 +0000)]
fix e_private value, goes along with memory leak fix to accesslog.c

17 years agoreduce code duplication
Pierangelo Masarati [Sat, 26 Aug 2006 17:55:56 +0000 (17:55 +0000)]
reduce code duplication

17 years agodisable X-ORDERED 'VALUES' naming attributes by now
Pierangelo Masarati [Sat, 26 Aug 2006 17:28:07 +0000 (17:28 +0000)]
disable X-ORDERED 'VALUES' naming attributes by now

17 years agoinvalidate idle connection if a candidate target does not respond for the duration...
Pierangelo Masarati [Sat, 26 Aug 2006 15:24:49 +0000 (15:24 +0000)]
invalidate idle connection if a candidate target does not respond for the duration of time limit...

17 years agoNote line length limit.
Kurt Zeilenga [Fri, 25 Aug 2006 20:56:06 +0000 (20:56 +0000)]
Note line length limit.

17 years agoUse LINE_MAX instead of BUFSIZ. Per POSIX, LINE_MAX should be at least 2K.
Kurt Zeilenga [Fri, 25 Aug 2006 20:05:14 +0000 (20:05 +0000)]
Use LINE_MAX instead of BUFSIZ.  Per POSIX, LINE_MAX should be at least 2K.
For ITS#4651

17 years agoallow continuous mode
Pierangelo Masarati [Fri, 25 Aug 2006 16:20:48 +0000 (16:20 +0000)]
allow continuous mode

17 years agoinitialize random seed; use high-order bits for better randomness
Pierangelo Masarati [Fri, 25 Aug 2006 15:15:13 +0000 (15:15 +0000)]
initialize random seed; use high-order bits for better randomness

17 years agoFix test045, test048 use acl-bind credentials on retry if they were set.
Howard Chu [Fri, 25 Aug 2006 02:16:57 +0000 (02:16 +0000)]
Fix test045, test048 use acl-bind credentials on retry if they were set.

17 years agoITS#4647: error on bad filter patterns
Kurt Zeilenga [Thu, 24 Aug 2006 03:15:57 +0000 (03:15 +0000)]
ITS#4647: error on bad filter patterns

17 years agos/managedit/relax/
Kurt Zeilenga [Tue, 22 Aug 2006 23:31:46 +0000 (23:31 +0000)]
s/managedit/relax/
#unifdef -DSLAP_RELAX

17 years agoremove dontusecopy ifdefs
Kurt Zeilenga [Tue, 22 Aug 2006 20:57:33 +0000 (20:57 +0000)]
remove dontusecopy ifdefs

17 years agoBasic donUseCopy implementation
Kurt Zeilenga [Tue, 22 Aug 2006 20:29:14 +0000 (20:29 +0000)]
Basic donUseCopy implementation

17 years agoInitial dontUseCopy implementation
Kurt Zeilenga [Tue, 22 Aug 2006 20:24:36 +0000 (20:24 +0000)]
Initial dontUseCopy implementation
Needs to be extended to compare

17 years agoMore LDAP_DEVEL cleanup
Kurt Zeilenga [Tue, 22 Aug 2006 00:45:16 +0000 (00:45 +0000)]
More LDAP_DEVEL cleanup
Rename ManageDIT to Relax

17 years agoMore config leaks
Howard Chu [Mon, 21 Aug 2006 04:25:54 +0000 (04:25 +0000)]
More config leaks

17 years agoPlug config leak
Howard Chu [Mon, 21 Aug 2006 04:11:29 +0000 (04:11 +0000)]
Plug config leak

17 years agoFix prev commit
Howard Chu [Sat, 19 Aug 2006 06:27:11 +0000 (06:27 +0000)]
Fix prev commit

17 years agoLDAP_DEVEL cleanup
Kurt Zeilenga [Sat, 19 Aug 2006 05:47:05 +0000 (05:47 +0000)]
LDAP_DEVEL cleanup

17 years agoMove ber_sockbuf_free() to slapd_remove() to avoid using AC_SOCKET_INVALID
Howard Chu [Fri, 18 Aug 2006 23:54:24 +0000 (23:54 +0000)]
Move ber_sockbuf_free() to slapd_remove() to avoid using AC_SOCKET_INVALID

17 years agore-fix ITS#4405 (really start from the first conn)
Pierangelo Masarati [Fri, 18 Aug 2006 17:12:16 +0000 (17:12 +0000)]
re-fix ITS#4405 (really start from the first conn)

17 years agodon't leave dangling conns in the AVL tree
Pierangelo Masarati [Fri, 18 Aug 2006 17:11:41 +0000 (17:11 +0000)]
don't leave dangling conns in the AVL tree

17 years agothe conn may not be bound yet even if the bound DN is set...
Pierangelo Masarati [Fri, 18 Aug 2006 15:22:26 +0000 (15:22 +0000)]
the conn may not be bound yet even if the bound DN is set...

17 years agomore thread monitoring reworking; connection_pool_max may change via back-config
Pierangelo Masarati [Fri, 18 Aug 2006 10:26:03 +0000 (10:26 +0000)]
more thread monitoring reworking; connection_pool_max may change via back-config

17 years agooi_list might be null if overlay initialization failed for any reason
Pierangelo Masarati [Fri, 18 Aug 2006 10:12:21 +0000 (10:12 +0000)]
oi_list might be null if overlay initialization failed for any reason

17 years agoLDAP_DEVEL cleanup
Kurt Zeilenga [Fri, 18 Aug 2006 06:29:46 +0000 (06:29 +0000)]
LDAP_DEVEL cleanup

17 years agoLDAP_DEVEL cleanup
Kurt Zeilenga [Fri, 18 Aug 2006 06:15:05 +0000 (06:15 +0000)]
LDAP_DEVEL cleanup

17 years agoFix null pointer reference (coverity scan) and freed pointer reference
Howard Chu [Fri, 18 Aug 2006 01:37:21 +0000 (01:37 +0000)]
Fix null pointer reference (coverity scan) and freed pointer reference

17 years agoFix prev commit
Howard Chu [Fri, 18 Aug 2006 01:17:44 +0000 (01:17 +0000)]
Fix prev commit

17 years agogive slapd a chance to play callback cleanup handlers when a search operation is...
Pierangelo Masarati [Thu, 17 Aug 2006 19:47:25 +0000 (19:47 +0000)]
give slapd a chance to play callback cleanup handlers when a search operation is abandoned (ITS#4645)

17 years agoAdd note about setting effectiveness.
Kurt Zeilenga [Thu, 17 Aug 2006 19:33:48 +0000 (19:33 +0000)]
Add note about setting effectiveness.

17 years agodon't core if out value is NULL (log error instead; in partial fulfilment of ITS...
Pierangelo Masarati [Thu, 17 Aug 2006 17:37:46 +0000 (17:37 +0000)]
don't core if out value is NULL (log error instead; in partial fulfilment of ITS#4644)

17 years agofix previous commit
Pierangelo Masarati [Thu, 17 Aug 2006 16:32:11 +0000 (16:32 +0000)]
fix previous commit

17 years agoadd tasklist monitoring; review runqueue monitoring
Pierangelo Masarati [Thu, 17 Aug 2006 16:10:47 +0000 (16:10 +0000)]
add tasklist monitoring; review runqueue monitoring

17 years agoadd bverb_to_mask() API
Pierangelo Masarati [Thu, 17 Aug 2006 16:10:17 +0000 (16:10 +0000)]
add bverb_to_mask() API

17 years agofix typo
Pierangelo Masarati [Thu, 17 Aug 2006 15:54:10 +0000 (15:54 +0000)]
fix typo

17 years agotest undefined attribute in filter
Pierangelo Masarati [Thu, 17 Aug 2006 12:23:25 +0000 (12:23 +0000)]
test undefined attribute in filter

17 years agoMove socket close into slapd_remove, don't close until after socket
Howard Chu [Thu, 17 Aug 2006 00:44:38 +0000 (00:44 +0000)]
Move socket close into slapd_remove, don't close until after socket
is removed from daemon control.

17 years agofix confused comment
Kurt Zeilenga [Thu, 17 Aug 2006 00:26:25 +0000 (00:26 +0000)]
fix confused comment

17 years agoTS#4622 deletes in psearch didn't always propagate
Howard Chu [Tue, 15 Aug 2006 21:41:14 +0000 (21:41 +0000)]
TS#4622 deletes in psearch didn't always propagate

17 years agoForced commit. Previously logged 1.269 commit was deleted instead of reversed.
Kurt Zeilenga [Tue, 15 Aug 2006 21:26:27 +0000 (21:26 +0000)]
Forced commit.  Previously logged 1.269 commit was deleted instead of reversed.

17 years agoSome LDAP_DEVEL cleanup
Kurt Zeilenga [Tue, 15 Aug 2006 19:36:54 +0000 (19:36 +0000)]
Some LDAP_DEVEL cleanup

17 years agoITS#4622 if any present list was sent, must send refreshPresent
Howard Chu [Tue, 15 Aug 2006 12:37:59 +0000 (12:37 +0000)]
ITS#4622 if any present list was sent, must send refreshPresent

17 years agoITS#4622 make sure queued psearch responses get played after refresh
Howard Chu [Tue, 15 Aug 2006 09:28:25 +0000 (09:28 +0000)]
ITS#4622 make sure queued psearch responses get played after refresh
phase completes. Ignore empty sessionlog

17 years agoDelete curcsn arg to slap_get_commit_csn, redundant with op->o_csn
Howard Chu [Tue, 15 Aug 2006 09:25:42 +0000 (09:25 +0000)]
Delete curcsn arg to slap_get_commit_csn, redundant with op->o_csn

17 years agoDelete curcsn arg to slap_get_commit_csn, redundant with op->o_csn
Howard Chu [Tue, 15 Aug 2006 08:51:49 +0000 (08:51 +0000)]
Delete curcsn arg to slap_get_commit_csn, redundant with op->o_csn

17 years agoAdditional shutdown check
Howard Chu [Tue, 15 Aug 2006 00:04:29 +0000 (00:04 +0000)]
Additional shutdown check

17 years agoDon't purge log entries if a shutdown was requested
Howard Chu [Tue, 15 Aug 2006 00:02:57 +0000 (00:02 +0000)]
Don't purge log entries if a shutdown was requested

17 years agoUse LDAP_OTHER to indicate internal error
Kurt Zeilenga [Sat, 12 Aug 2006 21:46:29 +0000 (21:46 +0000)]
Use LDAP_OTHER to indicate internal error

17 years agofix bind/unbind typo
Kurt Zeilenga [Thu, 10 Aug 2006 15:23:50 +0000 (15:23 +0000)]
fix bind/unbind typo

17 years agoAdd notes regarding alternatives to deprecated routines
Kurt Zeilenga [Thu, 10 Aug 2006 01:49:26 +0000 (01:49 +0000)]
Add notes regarding alternatives to deprecated routines

17 years agoRemove FLAIM backend item. FLAIM licensing (GNU GPL) is too restrictive.
Kurt Zeilenga [Wed, 9 Aug 2006 02:52:44 +0000 (02:52 +0000)]
Remove FLAIM backend item.  FLAIM licensing (GNU GPL) is too restrictive.

17 years agoTone down default ppolicy msg
Howard Chu [Mon, 7 Aug 2006 23:33:03 +0000 (23:33 +0000)]
Tone down default ppolicy msg

17 years agoITS#4634 always init pp->ad
Howard Chu [Mon, 7 Aug 2006 22:40:51 +0000 (22:40 +0000)]
ITS#4634 always init pp->ad

17 years agoAdd a FLAIM backend item
Kurt Zeilenga [Mon, 7 Aug 2006 20:22:51 +0000 (20:22 +0000)]
Add a FLAIM backend item

17 years agonow syncprov wants lastmod on (ITS#4632)
Pierangelo Masarati [Sun, 6 Aug 2006 13:09:42 +0000 (13:09 +0000)]
now syncprov wants lastmod on (ITS#4632)