]>
git.sur5r.net Git - openldap/log
Howard Chu [Wed, 20 Apr 2011 19:31:27 +0000 (12:31 -0700)]
More for ITS#6815, Unbind and Abandon
Howard Chu [Fri, 15 Apr 2011 18:13:38 +0000 (11:13 -0700)]
Add strictrefresh syncrepl option
Only affects delta-syncrepl - stop listening to clients while
refresh is running.
Howard Chu [Fri, 15 Apr 2011 17:41:31 +0000 (10:41 -0700)]
Log when delta-sync has to fallback
Howard Chu [Fri, 15 Apr 2011 05:07:12 +0000 (22:07 -0700)]
Log entry DN on syncrepl errors
Ralf Haferkamp [Thu, 14 Apr 2011 13:44:00 +0000 (15:44 +0200)]
fixed LDAPCtrl constructor when using char*
Howard Chu [Sat, 9 Apr 2011 23:55:00 +0000 (16:55 -0700)]
ITS#6898 fix regression from ITS#6625
compound statements need brackets, duh.
Hallvard Furuseth [Mon, 4 Apr 2011 13:38:46 +0000 (15:38 +0200)]
Merge missing files from cvs repo
Ralf Haferkamp [Fri, 1 Apr 2011 08:06:05 +0000 (10:06 +0200)]
renew SSL context when setting global Options
Ralf Haferkamp [Fri, 1 Apr 2011 07:48:24 +0000 (09:48 +0200)]
Fixed SSL/TLS context renewal
LDAP_OPT_X_TLS_NEWCTX needs a pointer to 0 as the value for
ldap_set_option when renewing a client's SSL context.
Hallvard Furuseth [Wed, 30 Mar 2011 13:51:46 +0000 (15:51 +0200)]
ITS#6885: Fix lutil_get_now for !HAVE_GETTIMEOFDAY
Luke Howard [Wed, 30 Mar 2011 13:35:27 +0000 (00:35 +1100)]
get posixgroup.c compiling again
Gavin Henry [Wed, 30 Mar 2011 10:52:52 +0000 (11:52 +0100)]
Reverting.
Gavin Henry [Wed, 30 Mar 2011 10:52:20 +0000 (11:52 +0100)]
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
Gavin Henry [Wed, 30 Mar 2011 10:51:44 +0000 (11:51 +0100)]
Testing first git commit for docs.
Luke Howard [Wed, 30 Mar 2011 10:03:39 +0000 (21:03 +1100)]
slapi_attr_add_value should use attr_valadd to set a_numvals
Kurt Zeilenga [Tue, 29 Mar 2011 01:42:22 +0000 (18:42 -0700)]
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
Kurt Zeilenga [Tue, 29 Mar 2011 01:08:19 +0000 (18:08 -0700)]
Update guide Copyright/License handling
Avoids redundant files.
And update various notices
Quanah Gibson-Mount [Mon, 28 Mar 2011 19:23:50 +0000 (12:23 -0700)]
Update for git
Quanah Gibson-Mount [Mon, 28 Mar 2011 19:15:23 +0000 (12:15 -0700)]
Update configure
Kurt Zeilenga [Mon, 28 Mar 2011 00:49:21 +0000 (17:49 -0700)]
fix typo in last commit
Kurt Zeilenga [Mon, 28 Mar 2011 00:46:52 +0000 (17:46 -0700)]
handle $Id$ in configure.in (configure scripts need to be rebuilt)
Kurt Zeilenga [Sun, 27 Mar 2011 22:46:20 +0000 (15:46 -0700)]
Use $Id$ for AC_REVISION()
Kurt Zeilenga [Sat, 26 Mar 2011 14:56:10 +0000 (07:56 -0700)]
Update mkrelease for git(1)
Kurt Zeilenga [Sat, 26 Mar 2011 06:23:53 +0000 (23:23 -0700)]
Don't ignore all Makefiles
Kurt Zeilenga [Sat, 26 Mar 2011 05:40:06 +0000 (22:40 -0700)]
Initial .gitignore
Kurt Zeilenga [Sat, 26 Mar 2011 05:14:59 +0000 (22:14 -0700)]
Indicate configure is running in a Git clone
Quanah Gibson-Mount [Fri, 25 Mar 2011 19:39:08 +0000 (19:39 +0000)]
ITS#6879
Fix typo
Kurt Zeilenga [Fri, 25 Mar 2011 03:15:05 +0000 (03:15 +0000)]
Remove from CVS (now in openldap-etc.git)
Quanah Gibson-Mount [Thu, 24 Mar 2011 21:41:08 +0000 (21:41 +0000)]
ITS#6866
Fix math error
Howard Chu [Thu, 24 Mar 2011 17:00:38 +0000 (17:00 +0000)]
ITS#6877 add LIBTOOL definition
Howard Chu [Thu, 24 Mar 2011 10:38:09 +0000 (10:38 +0000)]
ITS#6870 fix winsock wake_sds init
Howard Chu [Thu, 24 Mar 2011 07:01:17 +0000 (07:01 +0000)]
More for ITS#6238 add install rule
Howard Chu [Thu, 24 Mar 2011 06:49:04 +0000 (06:49 +0000)]
ITS#6870 move ldif.c and fetch.c from liblutil to libldap
Kurt Zeilenga [Wed, 23 Mar 2011 19:45:09 +0000 (19:45 +0000)]
update year on personal notice (just to inject a commit for testing)
Ralf Haferkamp [Tue, 22 Mar 2011 16:14:02 +0000 (16:14 +0000)]
First underlying LDAP database needs special treatment upon deletion
Ralf Haferkamp [Tue, 22 Mar 2011 15:37:11 +0000 (15:37 +0000)]
Allow deletion of chain overlay's back-ldap databases
Ralf Haferkamp [Tue, 22 Mar 2011 11:17:21 +0000 (11:17 +0000)]
ITS#6870 Revert r1.49 commit to make HEAD build again
Hallvard Furuseth [Fri, 18 Mar 2011 15:36:32 +0000 (15:36 +0000)]
Comment back-ldap/SampleLDAP.pm data structure
Ralf Haferkamp [Fri, 18 Mar 2011 15:18:42 +0000 (15:18 +0000)]
ITS#6870 Reverted last commit
Ralf Haferkamp [Fri, 18 Mar 2011 14:51:42 +0000 (14:51 +0000)]
More for ITS#6870
Ralf Haferkamp [Fri, 18 Mar 2011 10:50:44 +0000 (10:50 +0000)]
Set appropriate error code, when trying to delete non-leaf
entry from cn=config
Howard Chu [Thu, 17 Mar 2011 17:19:25 +0000 (17:19 +0000)]
sl_busy is used as a boolean so just set it, don't increment it
Howard Chu [Thu, 17 Mar 2011 16:55:26 +0000 (16:55 +0000)]
ITS#6870 fix Makefile breakage due to ITS#6194
Kurt Zeilenga [Wed, 16 Mar 2011 19:24:41 +0000 (19:24 +0000)]
use IANA assigned OID for dontUseCopy control, don't hide anymore
Kurt Zeilenga [Wed, 16 Mar 2011 19:16:14 +0000 (19:16 +0000)]
rfc6171 (dontUseCopy)
Kurt Zeilenga [Wed, 16 Mar 2011 19:15:49 +0000 (19:15 +0000)]
rfc6171
Howard Chu [Wed, 16 Mar 2011 18:23:26 +0000 (18:23 +0000)]
ITS#6863, fix crashes in ITS#6714 patch. From Jan Vcelak @ Red Hat
Howard Chu [Wed, 16 Mar 2011 17:30:24 +0000 (17:30 +0000)]
More for ITS#6853, check for trickle thread not yet started
Ralf Haferkamp [Wed, 16 Mar 2011 17:29:10 +0000 (17:29 +0000)]
Allow deleting Cft_Misc config entries by setting a delete
handler in the ConfigOCs structure
Ralf Haferkamp [Tue, 15 Mar 2011 16:57:41 +0000 (16:57 +0000)]
silence warning
Ralf Haferkamp [Tue, 15 Mar 2011 16:26:05 +0000 (16:26 +0000)]
removing global overlays should work now as well
Ralf Haferkamp [Mon, 14 Mar 2011 17:29:55 +0000 (17:29 +0000)]
plugged possible memory leak (e.g. when deleting syncrepl config)
Hallvard Furuseth [Mon, 14 Mar 2011 16:54:30 +0000 (16:54 +0000)]
ITS#6859 Fix NT threads LDAP_INT_MUTEX_FIRSTCREATE().
s/int_/pvt_/ in call to ldap_int_thread_mutex_init().
Bug introduced in rev 1.33; OpenLDAP 2.4.24.
Howard Chu [Fri, 11 Mar 2011 22:16:13 +0000 (22:16 +0000)]
More for 6853, add condvar for end condition
Pierangelo Masarati [Thu, 10 Mar 2011 22:52:16 +0000 (22:52 +0000)]
make documentation impersonal
Howard Chu [Wed, 9 Mar 2011 18:22:50 +0000 (18:22 +0000)]
ITS#6858 fix segv if adding values out of order
Howard Chu [Wed, 9 Mar 2011 18:09:35 +0000 (18:09 +0000)]
More for prev commit - none of this is necessary if no_detach is true
Ralf Haferkamp [Wed, 9 Mar 2011 16:07:54 +0000 (16:07 +0000)]
Removed missleading comments in ldap_chain_uri_cmp/_dup.
Likely a copy and paste left over.
Ralf Haferkamp [Mon, 7 Mar 2011 16:55:57 +0000 (16:55 +0000)]
ITS#6857 avoid overwriting be_flags of the underlying database
when setting up the chain overlay from slapd.conf
Pierangelo Masarati [Sat, 5 Mar 2011 10:30:21 +0000 (10:30 +0000)]
fix commit 1.268, related to ITS#6817
Pierangelo Masarati [Sat, 5 Mar 2011 10:28:04 +0000 (10:28 +0000)]
more about ITS#6817
Howard Chu [Fri, 4 Mar 2011 23:54:10 +0000 (23:54 +0000)]
ITS#6853 wait for trickle task to quit
Howard Chu [Fri, 4 Mar 2011 23:21:37 +0000 (23:21 +0000)]
ITS#6855 based on suggestion from Gervase Markham @ Mozilla
The doc already says it is for experienced sysadmins; experienced sysadmins
should already know that manpage section 5 is for config and section 8 is
for system commands.
Howard Chu [Fri, 4 Mar 2011 23:04:17 +0000 (23:04 +0000)]
Cleanup prev commit
Howard Chu [Fri, 4 Mar 2011 23:02:23 +0000 (23:02 +0000)]
ITS#6850 from Raphael Ouazana @ Linagora
Howard Chu [Fri, 4 Mar 2011 22:58:36 +0000 (22:58 +0000)]
ITS#6852 add ordering for uidNumber and gidNumber
corresponds to draft-howard-rfc2307bis-02
Howard Chu [Fri, 4 Mar 2011 07:54:06 +0000 (07:54 +0000)]
More for #6561 - delete returns NO_SUCH_ATTRIBUTE, not TYPE_OR_VALUE_EXISTS
Howard Chu [Fri, 4 Mar 2011 07:22:15 +0000 (07:22 +0000)]
Fix prev commit
Howard Chu [Thu, 3 Mar 2011 16:53:48 +0000 (16:53 +0000)]
Reminder to RTFM. Fix typo.
Howard Chu [Thu, 3 Mar 2011 16:47:10 +0000 (16:47 +0000)]
Fix typo, slapd.access(5) not (8)
Pierangelo Masarati [Wed, 2 Mar 2011 14:14:39 +0000 (14:14 +0000)]
check security-related incompatible args (ITS#6849)
Howard Chu [Tue, 1 Mar 2011 01:31:11 +0000 (01:31 +0000)]
More for #6848 - drop -w option, just make it default behavior
Howard Chu [Tue, 1 Mar 2011 01:19:37 +0000 (01:19 +0000)]
ITS#6848 Add -w option to wait for DB startup before parent exits
Howard Chu [Tue, 1 Mar 2011 00:28:37 +0000 (00:28 +0000)]
ITS#6845 set a_flags in attr_alloc()
Howard Chu [Tue, 1 Mar 2011 00:15:16 +0000 (00:15 +0000)]
Revert prev commit
Howard Chu [Mon, 28 Feb 2011 11:38:19 +0000 (11:38 +0000)]
Cleanup error messages
Howard Chu [Mon, 28 Feb 2011 10:17:03 +0000 (10:17 +0000)]
ITS#6845 don't muck with save_attrs for index deletes, use a new array
Howard Chu [Mon, 28 Feb 2011 09:58:25 +0000 (09:58 +0000)]
ITS#6845 set sorted flag on newly created sorted attrs
Pierangelo Masarati [Mon, 28 Feb 2011 09:27:18 +0000 (09:27 +0000)]
fix potential deadlock in back-meta (ITS#6846)
Howard Chu [Mon, 28 Feb 2011 02:32:44 +0000 (02:32 +0000)]
Regenerate for ITS#3272 and #6125
Howard Chu [Fri, 25 Feb 2011 05:32:05 +0000 (05:32 +0000)]
Fix uninit'd var
Howard Chu [Fri, 25 Feb 2011 03:25:20 +0000 (03:25 +0000)]
Fix dnIsSuffix to use berval len
Ralf Haferkamp [Thu, 24 Feb 2011 17:50:08 +0000 (17:50 +0000)]
ITS#6843 Fix cn=config slapadd for global overlays with private
database instances (e.g. slapo-chain)
Howard Chu [Thu, 24 Feb 2011 13:22:57 +0000 (13:22 +0000)]
Fix prev commit
Ralf Haferkamp [Wed, 23 Feb 2011 15:51:09 +0000 (15:51 +0000)]
fix bdb_cache_deref() definition to match prototype
Howard Chu [Wed, 23 Feb 2011 03:53:21 +0000 (03:53 +0000)]
Use refcnt instead of keeping entry locked in Add response
Howard Chu [Wed, 23 Feb 2011 03:47:05 +0000 (03:47 +0000)]
Tweak error message
Howard Chu [Wed, 23 Feb 2011 03:46:06 +0000 (03:46 +0000)]
More for cn=config support
Howard Chu [Wed, 23 Feb 2011 03:44:54 +0000 (03:44 +0000)]
ITS#6815 delimited verbstring parsing
Howard Chu [Wed, 23 Feb 2011 03:40:08 +0000 (03:40 +0000)]
More for ITS#6839
Howard Chu [Wed, 23 Feb 2011 03:13:56 +0000 (03:13 +0000)]
ITS#6815 logbase keyword
Howard Chu [Wed, 23 Feb 2011 02:47:19 +0000 (02:47 +0000)]
ITS#6815 add logbase option, to only log requests matching a given suffix
Howard Chu [Sat, 19 Feb 2011 02:49:18 +0000 (02:49 +0000)]
ITS#6837 olcChainDatabase inherits from olcLDAPConfig
Howard Chu [Sat, 19 Feb 2011 02:48:47 +0000 (02:48 +0000)]
ITS#6837 make sure objectclasses are processed in correct
inheritance order
Howard Chu [Sat, 19 Feb 2011 00:50:59 +0000 (00:50 +0000)]
More for ITS#6834 (#6836 was a dup of 6834)
Howard Chu [Sat, 19 Feb 2011 00:23:19 +0000 (00:23 +0000)]
More conversion notes
Howard Chu [Sat, 19 Feb 2011 00:07:04 +0000 (00:07 +0000)]
All overlays now support dynamic config. (And almost all backends...)
Howard Chu [Sat, 19 Feb 2011 00:05:47 +0000 (00:05 +0000)]
ITS#6836 conversion notes from Andrew Findlay
Howard Chu [Sat, 19 Feb 2011 00:03:06 +0000 (00:03 +0000)]
ITS#6839 TLS/ldapi/SASL-EXTERNAL notes from Andrew Findlay
Hallvard Furuseth [Fri, 18 Feb 2011 17:33:59 +0000 (17:33 +0000)]
More ITS#6404 fix test020-proxycache exit codes