]> git.ipfire.org Git - thirdparty/openldap.git/log
thirdparty/openldap.git
14 years agoITS#6863, fix crashes in ITS#6714 patch. From Jan Vcelak @ Red Hat
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

14 years agoMore for ITS#6853, check for trickle thread not yet started
Howard Chu [Wed, 16 Mar 2011 17:30:24 +0000 (17:30 +0000)] 
More for ITS#6853, check for trickle thread not yet started

14 years agoAllow deleting Cft_Misc config entries by setting a delete
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

14 years agosilence warning
Ralf Haferkamp [Tue, 15 Mar 2011 16:57:41 +0000 (16:57 +0000)] 
silence warning

14 years agoremoving global overlays should work now as well
Ralf Haferkamp [Tue, 15 Mar 2011 16:26:05 +0000 (16:26 +0000)] 
removing global overlays should work now as well

14 years agoplugged possible memory leak (e.g. when deleting syncrepl config)
Ralf Haferkamp [Mon, 14 Mar 2011 17:29:55 +0000 (17:29 +0000)] 
plugged possible memory leak (e.g. when deleting syncrepl config)

14 years agoITS#6859 Fix NT threads LDAP_INT_MUTEX_FIRSTCREATE().
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.

14 years agoMore for 6853, add condvar for end condition
Howard Chu [Fri, 11 Mar 2011 22:16:13 +0000 (22:16 +0000)] 
More for 6853, add condvar for end condition

14 years agomake documentation impersonal
Pierangelo Masarati [Thu, 10 Mar 2011 22:52:16 +0000 (22:52 +0000)] 
make documentation impersonal

14 years agoITS#6858 fix segv if adding values out of order
Howard Chu [Wed, 9 Mar 2011 18:22:50 +0000 (18:22 +0000)] 
ITS#6858 fix segv if adding values out of order

14 years agoMore for prev commit - none of this is necessary if no_detach is true
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

14 years agoRemoved missleading comments in ldap_chain_uri_cmp/_dup.
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.

14 years agoITS#6857 avoid overwriting be_flags of the underlying database
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

14 years agofix commit 1.268, related to ITS#6817
Pierangelo Masarati [Sat, 5 Mar 2011 10:30:21 +0000 (10:30 +0000)] 
fix commit 1.268, related to ITS#6817

14 years agomore about ITS#6817
Pierangelo Masarati [Sat, 5 Mar 2011 10:28:04 +0000 (10:28 +0000)] 
more about ITS#6817

14 years agoITS#6853 wait for trickle task to quit
Howard Chu [Fri, 4 Mar 2011 23:54:10 +0000 (23:54 +0000)] 
ITS#6853 wait for trickle task to quit

14 years agoITS#6855 based on suggestion from Gervase Markham @ Mozilla
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.

14 years agoCleanup prev commit
Howard Chu [Fri, 4 Mar 2011 23:04:17 +0000 (23:04 +0000)] 
Cleanup prev commit

14 years agoITS#6850 from Raphael Ouazana @ Linagora
Howard Chu [Fri, 4 Mar 2011 23:02:23 +0000 (23:02 +0000)] 
ITS#6850 from Raphael Ouazana @ Linagora

14 years agoITS#6852 add ordering for uidNumber and gidNumber
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

14 years agoMore for #6561 - delete returns NO_SUCH_ATTRIBUTE, not TYPE_OR_VALUE_EXISTS
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

14 years agoFix prev commit
Howard Chu [Fri, 4 Mar 2011 07:22:15 +0000 (07:22 +0000)] 
Fix prev commit

14 years agoReminder to RTFM. Fix typo.
Howard Chu [Thu, 3 Mar 2011 16:53:48 +0000 (16:53 +0000)] 
Reminder to RTFM. Fix typo.

14 years agoFix typo, slapd.access(5) not (8)
Howard Chu [Thu, 3 Mar 2011 16:47:10 +0000 (16:47 +0000)] 
Fix typo, slapd.access(5) not (8)

14 years agocheck security-related incompatible args (ITS#6849)
Pierangelo Masarati [Wed, 2 Mar 2011 14:14:39 +0000 (14:14 +0000)] 
check security-related incompatible args (ITS#6849)

14 years agoMore for #6848 - drop -w option, just make it default behavior
Howard Chu [Tue, 1 Mar 2011 01:31:11 +0000 (01:31 +0000)] 
More for #6848 - drop -w option, just make it default behavior

14 years agoITS#6848 Add -w option to wait for DB startup before parent exits
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

14 years agoITS#6845 set a_flags in attr_alloc()
Howard Chu [Tue, 1 Mar 2011 00:28:37 +0000 (00:28 +0000)] 
ITS#6845 set a_flags in attr_alloc()

14 years agoRevert prev commit
Howard Chu [Tue, 1 Mar 2011 00:15:16 +0000 (00:15 +0000)] 
Revert prev commit

14 years agoCleanup error messages
Howard Chu [Mon, 28 Feb 2011 11:38:19 +0000 (11:38 +0000)] 
Cleanup error messages

14 years agoITS#6845 don't muck with save_attrs for index deletes, use a new array
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

14 years agoITS#6845 set sorted flag on newly created sorted attrs
Howard Chu [Mon, 28 Feb 2011 09:58:25 +0000 (09:58 +0000)] 
ITS#6845 set sorted flag on newly created sorted attrs

14 years agofix potential deadlock in back-meta (ITS#6846)
Pierangelo Masarati [Mon, 28 Feb 2011 09:27:18 +0000 (09:27 +0000)] 
fix potential deadlock in back-meta (ITS#6846)

14 years agoRegenerate for ITS#3272 and #6125
Howard Chu [Mon, 28 Feb 2011 02:32:44 +0000 (02:32 +0000)] 
Regenerate for ITS#3272 and #6125

14 years agoFix uninit'd var
Howard Chu [Fri, 25 Feb 2011 05:32:05 +0000 (05:32 +0000)] 
Fix uninit'd var

14 years agoFix dnIsSuffix to use berval len
Howard Chu [Fri, 25 Feb 2011 03:25:20 +0000 (03:25 +0000)] 
Fix dnIsSuffix to use berval len

14 years agoITS#6843 Fix cn=config slapadd for global overlays with private
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)

14 years agoFix prev commit
Howard Chu [Thu, 24 Feb 2011 13:22:57 +0000 (13:22 +0000)] 
Fix prev commit

14 years agofix bdb_cache_deref() definition to match prototype
Ralf Haferkamp [Wed, 23 Feb 2011 15:51:09 +0000 (15:51 +0000)] 
fix bdb_cache_deref() definition to match prototype

14 years agoUse refcnt instead of keeping entry locked in Add response
Howard Chu [Wed, 23 Feb 2011 03:53:21 +0000 (03:53 +0000)] 
Use refcnt instead of keeping entry locked in Add response

14 years agoTweak error message
Howard Chu [Wed, 23 Feb 2011 03:47:05 +0000 (03:47 +0000)] 
Tweak error message

14 years agoMore for cn=config support
Howard Chu [Wed, 23 Feb 2011 03:46:06 +0000 (03:46 +0000)] 
More for cn=config support

14 years agoITS#6815 delimited verbstring parsing
Howard Chu [Wed, 23 Feb 2011 03:44:54 +0000 (03:44 +0000)] 
ITS#6815 delimited verbstring parsing

14 years agoMore for ITS#6839
Howard Chu [Wed, 23 Feb 2011 03:40:08 +0000 (03:40 +0000)] 
More for ITS#6839

14 years agoITS#6815 logbase keyword
Howard Chu [Wed, 23 Feb 2011 03:13:56 +0000 (03:13 +0000)] 
ITS#6815 logbase keyword

14 years agoITS#6815 add logbase option, to only log requests matching a given suffix
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

14 years agoITS#6837 olcChainDatabase inherits from olcLDAPConfig
Howard Chu [Sat, 19 Feb 2011 02:49:18 +0000 (02:49 +0000)] 
ITS#6837 olcChainDatabase inherits from olcLDAPConfig

14 years agoITS#6837 make sure objectclasses are processed in correct
Howard Chu [Sat, 19 Feb 2011 02:48:47 +0000 (02:48 +0000)] 
ITS#6837 make sure objectclasses are processed in correct
inheritance order

14 years agoMore for ITS#6834 (#6836 was a dup of 6834)
Howard Chu [Sat, 19 Feb 2011 00:50:59 +0000 (00:50 +0000)] 
More for ITS#6834 (#6836 was a dup of 6834)

14 years agoMore conversion notes
Howard Chu [Sat, 19 Feb 2011 00:23:19 +0000 (00:23 +0000)] 
More conversion notes

14 years agoAll overlays now support dynamic config. (And almost all backends...)
Howard Chu [Sat, 19 Feb 2011 00:07:04 +0000 (00:07 +0000)] 
All overlays now support dynamic config. (And almost all backends...)

14 years agoITS#6836 conversion notes from Andrew Findlay
Howard Chu [Sat, 19 Feb 2011 00:05:47 +0000 (00:05 +0000)] 
ITS#6836 conversion notes from Andrew Findlay

14 years agoITS#6839 TLS/ldapi/SASL-EXTERNAL 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

14 years agoMore ITS#6404 fix test020-proxycache exit codes
Hallvard Furuseth [Fri, 18 Feb 2011 17:33:59 +0000 (17:33 +0000)] 
More ITS#6404 fix test020-proxycache exit codes

14 years agoAdd ldapi draft
Howard Chu [Fri, 18 Feb 2011 01:16:52 +0000 (01:16 +0000)] 
Add ldapi draft

14 years agoITS#6404 fix exit codes
Howard Chu [Thu, 17 Feb 2011 03:23:14 +0000 (03:23 +0000)] 
ITS#6404 fix exit codes

14 years agoITS#3272 link against libslapi.la
Howard Chu [Thu, 17 Feb 2011 02:57:47 +0000 (02:57 +0000)] 
ITS#3272 link against libslapi.la

14 years agoLIBSLAPITOOLS is obsolete since tools subdir is long gone
Howard Chu [Thu, 17 Feb 2011 02:56:06 +0000 (02:56 +0000)] 
LIBSLAPITOOLS is obsolete since tools subdir is long gone
ITS#3272 link to libslapi.la

14 years agoITS#6125 fix Windows odbc32 detection
Howard Chu [Thu, 17 Feb 2011 02:15:44 +0000 (02:15 +0000)] 
ITS#6125 fix Windows odbc32 detection

14 years agoITS#6832 #elif cleanup
Howard Chu [Thu, 17 Feb 2011 00:36:30 +0000 (00:36 +0000)] 
ITS#6832 #elif cleanup

14 years agoUpdate copyright years
Kurt Zeilenga [Fri, 11 Feb 2011 15:38:57 +0000 (15:38 +0000)] 
Update copyright years

14 years agoUnlock new_cached_query->rwlock before destroying it.
Hallvard Furuseth [Fri, 11 Feb 2011 11:43:18 +0000 (11:43 +0000)] 
Unlock new_cached_query->rwlock before destroying it.

Fixes rev 1.210 (new since last OpenLDAP release).

14 years agoAdd substring matching rules for some of the olc-schema attributes.
Howard Chu [Fri, 11 Feb 2011 04:27:17 +0000 (04:27 +0000)] 
Add substring matching rules for some of the olc-schema attributes.
Allows for easy extraction of individual objectclass definitions using
matchedValues searches.

14 years agoremoved some used vars
Ralf Haferkamp [Tue, 8 Feb 2011 17:20:44 +0000 (17:20 +0000)] 
removed some used vars

14 years agoAdd CVS ID
Howard Chu [Mon, 7 Feb 2011 01:14:04 +0000 (01:14 +0000)] 
Add CVS ID

14 years agoDrop unneeded scheme param
Howard Chu [Mon, 7 Feb 2011 01:12:49 +0000 (01:12 +0000)] 
Drop unneeded scheme param

14 years agoAdd APR1 to Makefile/README. Add {BSDMD5} mechanism.
Howard Chu [Mon, 7 Feb 2011 01:09:47 +0000 (01:09 +0000)] 
Add APR1 to Makefile/README. Add {BSDMD5} mechanism.

14 years agoUse lutil_passwd_string64 instead of pw_string64
Howard Chu [Mon, 7 Feb 2011 00:49:55 +0000 (00:49 +0000)] 
Use lutil_passwd_string64 instead of pw_string64

14 years agoITS#6826 from Devin J. Pohly
Howard Chu [Mon, 7 Feb 2011 00:49:04 +0000 (00:49 +0000)] 
ITS#6826 from Devin J. Pohly

14 years agoReplace pw_string64 with lutil_passwd_string64
Howard Chu [Mon, 7 Feb 2011 00:47:25 +0000 (00:47 +0000)] 
Replace pw_string64 with lutil_passwd_string64

14 years agoExport pw_string64 as lutil_passwd_string64
Howard Chu [Mon, 7 Feb 2011 00:46:06 +0000 (00:46 +0000)] 
Export pw_string64 as lutil_passwd_string64

14 years agoITS#6238 note lastbind
Howard Chu [Sat, 5 Feb 2011 00:59:18 +0000 (00:59 +0000)] 
ITS#6238 note lastbind

14 years agoCleanup ASPERL ifdefs
Howard Chu [Sat, 5 Feb 2011 00:51:18 +0000 (00:51 +0000)] 
Cleanup ASPERL ifdefs

14 years agoCleanup PERL_5_6 ifdefs
Howard Chu [Sat, 5 Feb 2011 00:48:22 +0000 (00:48 +0000)] 
Cleanup PERL_5_6 ifdefs

14 years agoDSA-specific opattrs don't replicate
Howard Chu [Sat, 5 Feb 2011 00:33:45 +0000 (00:33 +0000)] 
DSA-specific opattrs don't replicate

14 years agoMore cleanup
Howard Chu [Sat, 5 Feb 2011 00:29:24 +0000 (00:29 +0000)] 
More cleanup

14 years agoAdd CVS IDs
Howard Chu [Sat, 5 Feb 2011 00:22:26 +0000 (00:22 +0000)] 
Add CVS IDs

14 years agoMore cleanup, no C++ comments
Howard Chu [Sat, 5 Feb 2011 00:16:43 +0000 (00:16 +0000)] 
More cleanup, no C++ comments

14 years agoAllocate ConfigOID, use ISODE authTimestamp schema
Howard Chu [Sat, 5 Feb 2011 00:13:56 +0000 (00:13 +0000)] 
Allocate ConfigOID, use ISODE authTimestamp schema

14 years agoITS#6238 from Jonathan Clarke. Needs cleanup.
Howard Chu [Fri, 4 Feb 2011 23:59:44 +0000 (23:59 +0000)] 
ITS#6238 from Jonathan Clarke. Needs cleanup.

14 years agoITS#6625 ldap_pvt_thread_t's are not necessarily scalar/printable, just
Howard Chu [Fri, 4 Feb 2011 23:23:34 +0000 (23:23 +0000)] 
ITS#6625 ldap_pvt_thread_t's are not necessarily scalar/printable, just
use idx instead. Can be mapped using rtid table if needed (e.g. in gdb)

14 years agoITS#6625 use TESTLOOPS to control test length
Howard Chu [Fri, 4 Feb 2011 22:06:43 +0000 (22:06 +0000)] 
ITS#6625 use TESTLOOPS to control test length

14 years agoSilence gcc -Wformat: Cast printf %p arg to void*
Hallvard Furuseth [Fri, 4 Feb 2011 21:24:13 +0000 (21:24 +0000)] 
Silence gcc -Wformat: Cast printf %p arg to void*

14 years agoFix ITS#6814: Restore filter2bv_x() prototype.
Hallvard Furuseth [Fri, 4 Feb 2011 21:12:48 +0000 (21:12 +0000)] 
Fix ITS#6814: Restore filter2bv_x() prototype.

It was removed in proto-slap.h 1.814, but the function is still in use.

14 years agoOverlay result is in rs->sr_err
Howard Chu [Fri, 4 Feb 2011 17:36:49 +0000 (17:36 +0000)] 
Overlay result is in rs->sr_err

14 years agoNew testcase for cn=config overlay delete support
Ralf Haferkamp [Fri, 4 Feb 2011 17:34:52 +0000 (17:34 +0000)] 
New testcase for cn=config overlay delete support

14 years agoBackward compatibility retained for now.
Howard Chu [Fri, 4 Feb 2011 17:24:14 +0000 (17:24 +0000)] 
Backward compatibility retained for now.

14 years agoconfig OID for back-perl
Howard Chu [Fri, 4 Feb 2011 17:13:29 +0000 (17:13 +0000)] 
config OID for back-perl

14 years agoBackward compatibility - treat unknown directives as perlModuleConfig's
Howard Chu [Fri, 4 Feb 2011 17:07:35 +0000 (17:07 +0000)] 
Backward compatibility - treat unknown directives as perlModuleConfig's

14 years agoFixup config init
Howard Chu [Fri, 4 Feb 2011 16:42:06 +0000 (16:42 +0000)] 
Fixup config init

14 years agoFix typo from rev 1.15. Apparently nobody has used this module since 2007.
Howard Chu [Fri, 4 Feb 2011 16:21:10 +0000 (16:21 +0000)] 
Fix typo from rev 1.15. Apparently nobody has used this module since 2007.

14 years agoFixed the overlay delete code to allow removing
Ralf Haferkamp [Fri, 4 Feb 2011 16:10:11 +0000 (16:10 +0000)] 
Fixed the overlay delete code to allow removing
cn=config overlays again.

14 years agoCleanup config items on destroy
Howard Chu [Fri, 4 Feb 2011 15:25:42 +0000 (15:25 +0000)] 
Cleanup config items on destroy

14 years agoNote perlModuleConfig, break in compatibility with older versions
Howard Chu [Fri, 4 Feb 2011 15:10:06 +0000 (15:10 +0000)] 
Note perlModuleConfig, break in compatibility with older versions

14 years agoMore cleanup / old perl compat
Howard Chu [Fri, 4 Feb 2011 15:03:16 +0000 (15:03 +0000)] 
More cleanup / old perl compat

14 years agoDynamic config support - not fully backward compatible
Howard Chu [Fri, 4 Feb 2011 15:00:10 +0000 (15:00 +0000)] 
Dynamic config support - not fully backward compatible

14 years agoDynamic config for back-shell
Howard Chu [Fri, 4 Feb 2011 13:09:15 +0000 (13:09 +0000)] 
Dynamic config for back-shell

14 years agoFix typo
Howard Chu [Fri, 4 Feb 2011 12:22:55 +0000 (12:22 +0000)] 
Fix typo

14 years agoDynamic config for back-passwd
Howard Chu [Fri, 4 Feb 2011 12:22:17 +0000 (12:22 +0000)] 
Dynamic config for back-passwd

14 years agoAdd overlay config stuff, handle overlay responses
Howard Chu [Fri, 4 Feb 2011 11:09:00 +0000 (11:09 +0000)] 
Add overlay config stuff, handle overlay responses