]>
git.sur5r.net Git - openldap/log 
Howard Chu  [Fri, 16 Jan 2009 21:49:00 +0000  (21:49 +0000)] 
Revert prev commit, better fix - make sure client conns are closed
Howard Chu  [Fri, 16 Jan 2009 21:28:46 +0000  (21:28 +0000)] 
Client connection might get closed implicitly
Howard Chu  [Thu, 15 Jan 2009 21:31:58 +0000  (21:31 +0000)] 
Fix prev commit - check for c_state == CLOSING first
Howard Chu  [Thu, 15 Jan 2009 21:22:35 +0000  (21:22 +0000)] 
Fix prev commit, c_writers check should be mutex'd
Howard Chu  [Thu, 15 Jan 2009 20:41:40 +0000  (20:41 +0000)] 
ITS#5835 fix connection teradown when there are waiting writers
Howard Chu  [Wed, 14 Jan 2009 04:28:24 +0000  (04:28  +0000)] 
ITS#5886 fix epoll hangup handling
Howard Chu  [Tue, 13 Jan 2009 00:08:36 +0000  (00:08  +0000)] 
Revert prev commit
Howard Chu  [Tue, 13 Jan 2009 00:03:23 +0000  (00:03  +0000)] 
ITS#5835 tentative fix - remove bogus call to connection_close().
Emmanuel Dreyfus  [Sat, 10 Jan 2009 11:22:36 +0000  (11:22 +0000)] 
Move cloak config OID from overlay to contrib branch (ITS#5872)
Emmanuel Dreyfus  [Fri, 9 Jan 2009 05:26:28 +0000  (05:26  +0000)] 
The cloak overlay hides some attributes unless explicitely requested (ITS #5872)
Howard Chu  [Mon, 5 Jan 2009 22:09:10 +0000  (22:09 +0000)] 
ITS#5855 fix Windows wake_sds close
Howard Chu  [Mon, 29 Dec 2008 15:38:56 +0000  (15:38 +0000)] 
Fix prev commit
Pierangelo Masarati  [Sat, 27 Dec 2008 16:20:01 +0000  (16:20 +0000)] 
allow overriding of SYNCMODE
Howard Chu  [Wed, 24 Dec 2008 12:21:36 +0000  (12:21 +0000)] 
ITS#5866 skip CSN check for glue entries
Pierangelo Masarati  [Sat, 20 Dec 2008 22:56:03 +0000  (22:56 +0000)] 
honor RFC4528 assertion control for LDAP add operations (ITS#5861; blind fix)
Pierangelo Masarati  [Sat, 20 Dec 2008 22:49:53 +0000  (22:49 +0000)] 
honor RFC4528 assertion control for LDAP add operations (ITS#5861)
Pierangelo Masarati  [Sat, 20 Dec 2008 22:45:02 +0000  (22:45 +0000)] 
return error codes (ITS#5867)
Pierangelo Masarati  [Sat, 20 Dec 2008 22:34:00 +0000  (22:34 +0000)] 
check validity of idassert-bind line (ITS#5863)
Pierangelo Masarati  [Sat, 20 Dec 2008 22:02:06 +0000  (22:02 +0000)] 
do not allow slapo-ppolicy to be global by now (ITS#5858)
Gavin Henry  [Wed, 17 Dec 2008 17:01:46 +0000  (17:01 +0000)] 
small tidy and MM clear up.
Quanah Gibson-Mount  [Mon, 15 Dec 2008 18:57:21 +0000  (18:57 +0000)] 
Delete BDB 4.7.25 patch, there is now an official oracle patch
Ralf Haferkamp  [Fri, 12 Dec 2008 10:08:07 +0000  (10:08 +0000)] 
Fixed typo
Pierangelo Masarati  [Fri, 12 Dec 2008 09:29:51 +0000  (09:29 +0000)] 
don't send error when going to retry (alternative fix to ITS#5854)
Pierangelo Masarati  [Thu, 11 Dec 2008 23:18:54 +0000  (23:18 +0000)] 
fix one-time leak (non critical)
Pierangelo Masarati  [Thu, 11 Dec 2008 23:17:08 +0000  (23:17 +0000)] 
fix LDAP deref control response; fix tool response handling; add lutil_memcopy() for API uniformity (more about ITS#5768)
Ralf Haferkamp  [Tue, 9 Dec 2008 10:57:15 +0000  (10:57 +0000)] 
Avoid locking up slapd when paused during shutdown (ITS#5841), reverting
Pierangelo Masarati  [Sat, 6 Dec 2008 17:20:43 +0000  (17:20 +0000)] 
add shadow mask
Pierangelo Masarati  [Sat, 6 Dec 2008 17:16:03 +0000  (17:16 +0000)] 
don't muck with shadow flags if database is already shadow (ITS#5850)
Pierangelo Masarati  [Sat, 6 Dec 2008 14:41:12 +0000  (14:41 +0000)] 
make sure the right control is being used (a little bit paranoid...)
Howard Chu  [Fri, 5 Dec 2008 09:00:24 +0000  (09:00 +0000)] 
ITS#5849 free peer cert after retrieving DN
Howard Chu  [Wed, 3 Dec 2008 04:49:53 +0000  (04:49  +0000)] 
More for prev commit - if doing both modrdn and modify at once, only
Quanah Gibson-Mount  [Tue, 2 Dec 2008 22:06:35 +0000  (22:06 +0000)] 
ITS#5842 Use "con1" instead of "con" so the tests work on windows
Howard Chu  [Sat, 29 Nov 2008 11:06:28 +0000  (11:06 +0000)] 
Refine prev commit
Howard Chu  [Sat, 29 Nov 2008 03:41:33 +0000  (03:41  +0000)] 
ITS#5809 - fixed again, based on 1.423 (reverted 1.424-1.425)
Howard Chu  [Sat, 29 Nov 2008 03:37:23 +0000  (03:37  +0000)] 
Make sure consumer is in persist phase before doing modifies
Howard Chu  [Fri, 28 Nov 2008 23:45:56 +0000  (23:45 +0000)] 
Let the idletimeout check kill hung writers
Pierangelo Masarati  [Fri, 28 Nov 2008 23:15:03 +0000  (23:15 +0000)] 
fix ACI as a consequence of ITS#5804 (this is a hack; would need an API change)
Pierangelo Masarati  [Fri, 28 Nov 2008 22:50:18 +0000  (22:50 +0000)] 
more about ITS#5804
Howard Chu  [Fri, 28 Nov 2008 21:09:34 +0000  (21:09 +0000)] 
ITS#5835 change some DEBUG_TRACE messages to DEBUG_CONNS for easier debug
Pierangelo Masarati  [Fri, 28 Nov 2008 20:34:02 +0000  (20:34 +0000)] 
add newRDN rewriting; fix rewriteContext names (ITS#5834)
Pierangelo Masarati  [Fri, 28 Nov 2008 19:34:02 +0000  (19:34 +0000)] 
fix previous commit (related to ITS#5804)
Ralf Haferkamp  [Fri, 28 Nov 2008 16:09:40 +0000  (16:09 +0000)] 
Remove unneeded locking. Don't wait for memp_trickle to complete,
Gavin Henry  [Tue, 25 Nov 2008 18:10:34 +0000  (18:10 +0000)] 
(ITS#5818) Limits chapter for Admin Guide
Gavin Henry  [Tue, 25 Nov 2008 15:14:23 +0000  (15:14 +0000)] 
reorder chapters and start of a migration/upgrade section.
Howard Chu  [Tue, 25 Nov 2008 04:43:38 +0000  (04:43  +0000)] 
ITS#5768 - add deref.
Pierangelo Masarati  [Mon, 24 Nov 2008 18:15:52 +0000  (18:15 +0000)] 
retry every hour, but don't save it; on the contrary, complain every time syncrepl is configured without retry (ITS#5825)
Gavin Henry  [Mon, 24 Nov 2008 17:32:33 +0000  (17:32 +0000)] 
Wording.
Gavin Henry  [Mon, 24 Nov 2008 17:29:53 +0000  (17:29 +0000)] 
Unique overlay example. Only rwm left to do.
Gavin Henry  [Mon, 24 Nov 2008 16:09:35 +0000  (16:09 +0000)] 
syncprov overlay section.
Howard Chu  [Sun, 23 Nov 2008 20:43:39 +0000  (20:43 +0000)] 
ITS#5827, release syncop after mod op completes
Howard Chu  [Sat, 22 Nov 2008 23:48:17 +0000  (23:48 +0000)] 
Set sync intervals to 3 seconds, use SLEEP1 and SLEEP2 for sync delays
Howard Chu  [Sat, 22 Nov 2008 23:45:10 +0000  (23:45 +0000)] 
Set sync intervals to 3 seconds
Howard Chu  [Sat, 22 Nov 2008 22:41:11 +0000  (22:41 +0000)] 
Fix typo in prev commit
Howard Chu  [Sat, 22 Nov 2008 21:08:38 +0000  (21:08 +0000)] 
Initialize bli_flag
Pierangelo Masarati  [Sat, 22 Nov 2008 18:38:37 +0000  (18:38 +0000)] 
don't leak generated filters (ITS#5826)
Pierangelo Masarati  [Sat, 22 Nov 2008 18:35:19 +0000  (18:35 +0000)] 
fix previous commit
Pierangelo Masarati  [Sat, 22 Nov 2008 17:53:14 +0000  (17:53 +0000)] 
make messages more esplicative; fix style
Pierangelo Masarati  [Sat, 22 Nov 2008 16:00:41 +0000  (16:00 +0000)] 
minimal fix for ITS#5825, pending discussion
Howard Chu  [Fri, 21 Nov 2008 05:15:20 +0000  (05:15  +0000)] 
Fix prev commit
Hallvard Furuseth  [Fri, 21 Nov 2008 05:03:53 +0000  (05:03  +0000)] 
ITS#5824: #if/#elif issues in thread #includes
Howard Chu  [Fri, 21 Nov 2008 03:55:55 +0000  (03:55  +0000)] 
Add ldapexop, add -N from ITS#5812 (conflicts with 1.29)
Howard Chu  [Fri, 21 Nov 2008 03:30:15 +0000  (03:30  +0000)] 
ITS#5812 add SASL_NOCANON / -N option
Howard Chu  [Fri, 21 Nov 2008 02:15:47 +0000  (02:15  +0000)] 
ITS#4750 only read LDAP_CONF_FILE if geteuid() != getuid()
Howard Chu  [Fri, 21 Nov 2008 02:14:31 +0000  (02:14  +0000)] 
ITS#4750 regenerate
Howard Chu  [Fri, 21 Nov 2008 02:03:57 +0000  (02:03  +0000)] 
ITS#4750 check for geteuid()
Pierangelo Masarati  [Thu, 20 Nov 2008 17:22:33 +0000  (17:22 +0000)] 
don't alloc on slab (ITS#5820)
Pierangelo Masarati  [Thu, 20 Nov 2008 16:58:51 +0000  (16:58 +0000)] 
fix typo (ITS#5821)
Gavin Henry  [Thu, 20 Nov 2008 12:53:00 +0000  (12:53 +0000)] 
remove leading / from command line example.
Pierangelo Masarati  [Wed, 19 Nov 2008 17:08:48 +0000  (17:08 +0000)] 
fix previous commit (ITS#5819)
Pierangelo Masarati  [Wed, 19 Nov 2008 16:02:22 +0000  (16:02 +0000)] 
clear rc if value must be added (ITS#5819)
Pierangelo Masarati  [Wed, 19 Nov 2008 13:11:57 +0000  (13:11 +0000)] 
both I.D.s are now submitted to IETF
Pierangelo Masarati  [Wed, 19 Nov 2008 10:17:27 +0000  (10:17 +0000)] 
improvements by David Hawes (ITS#5756)
Rein Tollevik  [Tue, 18 Nov 2008 22:16:42 +0000  (22:16 +0000)] 
Only use a db_stat in PATH if it matches our environment.
Pierangelo Masarati  [Tue, 18 Nov 2008 16:27:50 +0000  (16:27 +0000)] 
check for bogus params to an LDAP routine (ITS#5817)
Pierangelo Masarati  [Tue, 18 Nov 2008 01:29:34 +0000  (01:29  +0000)] 
don't bailout in case of insufficientAccess (ITS#5816)
Pierangelo Masarati  [Tue, 18 Nov 2008 00:12:22 +0000  (00:12  +0000)] 
fix length
Quanah Gibson-Mount  [Mon, 17 Nov 2008 23:45:20 +0000  (23:45 +0000)] 
Fix prev commit
Pierangelo Masarati  [Sun, 16 Nov 2008 23:58:46 +0000  (23:58 +0000)] 
improve previous commit (ITS#5814)
Pierangelo Masarati  [Sun, 16 Nov 2008 23:06:30 +0000  (23:06 +0000)] 
add indexes when supported; syncrepl on configuration should always be refreshAndPersist
Pierangelo Masarati  [Sun, 16 Nov 2008 22:57:38 +0000  (22:57 +0000)] 
add indexes (when supported)
Pierangelo Masarati  [Sun, 16 Nov 2008 22:55:32 +0000  (22:55 +0000)] 
allow syncrepl to retry
Hallvard Furuseth  [Sun, 16 Nov 2008 22:52:56 +0000  (22:52 +0000)] 
ITS#5815: Fix typo "#elif defined( MAXHOSTNAMELEN".
Pierangelo Masarati  [Sun, 16 Nov 2008 20:33:03 +0000  (20:33 +0000)] 
s/not|got/(non)present/ (more readable, isn't it?)
Pierangelo Masarati  [Sun, 16 Nov 2008 20:29:26 +0000  (20:29 +0000)] 
don't assert on unprotected data (ITS#5814)
Howard Chu  [Sun, 16 Nov 2008 09:07:19 +0000  (09:07 +0000)] 
Fix prev commit
Hallvard Furuseth  [Sun, 16 Nov 2008 04:33:11 +0000  (04:33  +0000)] 
Kill slapd before exiting
Hallvard Furuseth  [Sun, 16 Nov 2008 03:22:27 +0000  (03:22  +0000)] 
Silence gcc -Wformat: Put rev 1.343's debugmsg in Debug() so -Wformat can check
Hallvard Furuseth  [Sun, 16 Nov 2008 03:10:15 +0000  (03:10  +0000)] 
C89 rejects ITS#5784 non-constant array init (backend.c 1.402,-controls.c 1.201)
Hallvard Furuseth  [Sun, 16 Nov 2008 01:37:50 +0000  (01:37  +0000)] 
ITS#5788: Add references to subordinate keyword/olcSubordinate attribute.
Howard Chu  [Sun, 16 Nov 2008 01:24:09 +0000  (01:24  +0000)] 
cleanup prev commit, delete unused vars
Howard Chu  [Sun, 16 Nov 2008 01:21:31 +0000  (01:21  +0000)] 
ITS#5809 fix prev commit - always turn modrdn into modrdn+modify, and
Howard Chu  [Sat, 15 Nov 2008 23:54:23 +0000  (23:54 +0000)] 
ITS#5809 fix 1.421, avoid modrdn falling thru to modify unnecessarily
Emmanuel Dreyfus  [Sat, 15 Nov 2008 16:51:56 +0000  (16:51 +0000)] 
Add a test for attribute value regex substitution. Cf ITS#5804
Pierangelo Masarati  [Sat, 15 Nov 2008 15:08:00 +0000  (15:08 +0000)] 
silence warnings
Pierangelo Masarati  [Sat, 15 Nov 2008 15:05:12 +0000  (15:05 +0000)] 
allow each (back-config) syncrepl test to use the preferred sync type, but allow changing it via the -s switch for ./run
Pierangelo Masarati  [Sat, 15 Nov 2008 15:02:07 +0000  (15:02 +0000)] 
use replication specific indexes
Pierangelo Masarati  [Sat, 15 Nov 2008 15:01:32 +0000  (15:01 +0000)] 
use decent checkpoint parameters
Pierangelo Masarati  [Sat, 15 Nov 2008 12:32:27 +0000  (12:32 +0000)] 
add indexes to meta target
Emmanuel Dreyfus  [Sat, 15 Nov 2008 11:09:03 +0000  (11:09 +0000)] 
Fix warnings an a real bug hidden by the lack of warning...
Pierangelo Masarati  [Sat, 15 Nov 2008 10:42:18 +0000  (10:42 +0000)] 
fix previous commit (related to ITS#5804)