]> git.sur5r.net Git - openldap/log
openldap
12 years agoITS#7282
Quanah Gibson-Mount [Tue, 29 May 2012 23:10:50 +0000 (16:10 -0700)]
ITS#7282

12 years agoITS#7251
Quanah Gibson-Mount [Wed, 9 May 2012 19:42:01 +0000 (12:42 -0700)]
ITS#7251

12 years agoITS#7266
Quanah Gibson-Mount [Wed, 9 May 2012 19:38:27 +0000 (12:38 -0700)]
ITS#7266

12 years agoITS#7267
Quanah Gibson-Mount [Wed, 9 May 2012 19:36:54 +0000 (12:36 -0700)]
ITS#7267

12 years agoSHA2: Make slapd-sha2 module portable
SATOH Fumiyasu [Tue, 8 May 2012 06:35:32 +0000 (15:35 +0900)]
SHA2: Make slapd-sha2 module portable

contrib/slapd-modules/passwd/sha2/sha2.[ch] need portable.h and
some macros to be portable source.

contrib/slapd-modules/passwd/sha2/slapd-sha2.c:hash_sha*() must
declare "struct berval digest" before a statement for K&R C,
and must replace C++ "// foo"-style comments with C style.

12 years agoITS#7253
Quanah Gibson-Mount [Wed, 9 May 2012 19:35:46 +0000 (12:35 -0700)]
ITS#7253

12 years agoITS#7253 add a note about Criticality and RFC4510
Howard Chu [Fri, 20 Apr 2012 14:23:25 +0000 (07:23 -0700)]
ITS#7253 add a note about Criticality and RFC4510

12 years agoMerge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Quanah Gibson-Mount [Wed, 9 May 2012 19:24:54 +0000 (12:24 -0700)]
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4

12 years agoITS#7266 fix rebalance for LEAF2 pages
Howard Chu [Wed, 9 May 2012 18:24:25 +0000 (11:24 -0700)]
ITS#7266 fix rebalance for LEAF2 pages

12 years agoMore freelist tweaks, avoid referencing freed page
Howard Chu [Wed, 9 May 2012 05:17:17 +0000 (22:17 -0700)]
More freelist tweaks, avoid referencing freed page

12 years agoFurther clarification of mdb_open()
Howard Chu [Sun, 6 May 2012 02:41:45 +0000 (19:41 -0700)]
Further clarification of mdb_open()

12 years agoITS7225->ITS7255
Quanah Gibson-Mount [Thu, 3 May 2012 15:03:30 +0000 (08:03 -0700)]
ITS7225->ITS7255

12 years agoITS#7225
Quanah Gibson-Mount [Thu, 3 May 2012 14:54:09 +0000 (07:54 -0700)]
ITS#7225

12 years agoITS#7255 in mdb_tool_entry_modify use the existing global txn
Howard Chu [Wed, 2 May 2012 20:32:06 +0000 (13:32 -0700)]
ITS#7255 in mdb_tool_entry_modify use the existing global txn

12 years agoReturn to RE
Quanah Gibson-Mount [Thu, 3 May 2012 14:53:20 +0000 (07:53 -0700)]
Return to RE

12 years agoITS#7251 fix Apple/Windows shared mutex naming
Howard Chu [Wed, 18 Apr 2012 22:59:54 +0000 (15:59 -0700)]
ITS#7251 fix Apple/Windows shared mutex naming

12 years agoPrep for release
Quanah Gibson-Mount [Wed, 18 Apr 2012 19:18:17 +0000 (12:18 -0700)]
Prep for release

12 years agoITS#7240
Quanah Gibson-Mount [Wed, 18 Apr 2012 18:19:54 +0000 (11:19 -0700)]
ITS#7240

12 years agoITS#7240 note option inheritance behavior
Howard Chu [Wed, 18 Apr 2012 10:09:53 +0000 (03:09 -0700)]
ITS#7240 note option inheritance behavior

12 years agomore on ITS#6656
Pierangelo Masarati [Tue, 17 Apr 2012 19:50:39 +0000 (21:50 +0200)]
more on ITS#6656

12 years agoITS#7245
Quanah Gibson-Mount [Mon, 16 Apr 2012 17:55:30 +0000 (10:55 -0700)]
ITS#7245

12 years agoITS#7245 fix slap_parse_sync_cookie invocation
Howard Chu [Mon, 16 Apr 2012 14:36:43 +0000 (07:36 -0700)]
ITS#7245 fix slap_parse_sync_cookie invocation

12 years agoITS#7088
Quanah Gibson-Mount [Thu, 12 Apr 2012 16:54:12 +0000 (09:54 -0700)]
ITS#7088

12 years agoITS#7088 fix deadlock on write operations that do not need to be logged (please check)
Pierangelo Masarati [Thu, 12 Apr 2012 16:03:43 +0000 (18:03 +0200)]
ITS#7088 fix deadlock on write operations that do not need to be logged (please check)

12 years agoITS#7224
Quanah Gibson-Mount [Thu, 12 Apr 2012 16:50:52 +0000 (09:50 -0700)]
ITS#7224

12 years agoITS#7224 check *_names pointer before dereferencing
Pierangelo Masarati [Mon, 9 Apr 2012 22:46:06 +0000 (00:46 +0200)]
ITS#7224 check *_names pointer before dereferencing

12 years agolibmdb: midl.h namespace cleanup.
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:14 +0000 (07:34 +0200)]
libmdb: midl.h namespace cleanup.

Prefix ID, NOID, ID2, IDL, ID2L with 'MDB_'.
Also drop bdb from file description.

12 years agolibmdb: Simplify pick_meta() from read_meta().
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:14 +0000 (07:34 +0200)]
libmdb: Simplify pick_meta() from read_meta().

Put one call in #if MDB_DEBUG. Move DPRINTF(Using meta page #) there.

12 years agolibmdb: Simplify mdb_default_cmp. No real change.
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:14 +0000 (07:34 +0200)]
libmdb: Simplify mdb_default_cmp. No real change.

12 years agolibmdb: signed meets unsigned warning cleanup
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:13 +0000 (07:34 +0200)]
libmdb: signed meets unsigned warning cleanup

12 years agolibmdb: MDB_FDATASYNC code cleanup.
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:13 +0000 (07:34 +0200)]
libmdb: MDB_FDATASYNC code cleanup.

Define MDB_FDATASYNC() instead of redefining fdatasync().

12 years agolibmdb: Add C++ 'extern "C" {}' to *.h
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:13 +0000 (07:34 +0200)]
libmdb: Add C++ 'extern "C" {}' to *.h

12 years agolibmdb: Don't open datafile twice when not needed.
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:13 +0000 (07:34 +0200)]
libmdb: Don't open datafile twice when not needed.

If the database is opened with MDB_RDONLY or MDB_NOSYNC,
instead use the same file descriptor for me_mfd and me_fd.

Also factor out Windows/Unix error handling after open.

12 years agolibmdb: Set close-on-exec flag on lockfile
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:13 +0000 (07:34 +0200)]
libmdb: Set close-on-exec flag on lockfile

12 years agolibmdb: Do not use the MDB_txbody.mtb_txnid field.
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:13 +0000 (07:34 +0200)]
libmdb: Do not use the MDB_txbody.mtb_txnid field.

Get txn->mt_txnid from the meta page instead.  Otherwise it
and txn->mt_toggle could become inconsistent, since read-only
txns fetched both from MDB_txbody without mutex proteciton.

12 years agoFix MDB_DEBUG in last ITS#7299 commit.
Hallvard Furuseth [Thu, 12 Apr 2012 05:34:13 +0000 (07:34 +0200)]
Fix MDB_DEBUG in last ITS#7299 commit.

Make DPRINTF usable in if-else.  Silence signed vs unsigned warning.

12 years agoITS#6656
Quanah Gibson-Mount [Wed, 11 Apr 2012 18:44:52 +0000 (11:44 -0700)]
ITS#6656

12 years agoITS#6598 make control global
Pierangelo Masarati [Tue, 10 Apr 2012 22:47:10 +0000 (00:47 +0200)]
ITS#6598 make control global

12 years agoITS#6656 keep loginfo mutex-protected
Pierangelo Masarati [Tue, 10 Apr 2012 22:15:36 +0000 (00:15 +0200)]
ITS#6656 keep loginfo mutex-protected

12 years agoITS#6656 make reqEntryUUID searchable
Pierangelo Masarati [Tue, 10 Apr 2012 21:12:41 +0000 (23:12 +0200)]
ITS#6656 make reqEntryUUID searchable

12 years agoITS#7229 more mdb_page_split tweaks
Howard Chu [Tue, 10 Apr 2012 21:05:05 +0000 (14:05 -0700)]
ITS#7229 more mdb_page_split tweaks

Also add mdb_debug/mdb_debug_start to toggle debug output at runtime

12 years agoITS#6656 add reqEntryUUID to logs of write ops
Pierangelo Masarati [Tue, 10 Apr 2012 20:37:47 +0000 (22:37 +0200)]
ITS#6656 add reqEntryUUID to logs of write ops

12 years agoITS#7210 fix check for freelist changes
Howard Chu [Tue, 10 Apr 2012 02:24:47 +0000 (19:24 -0700)]
ITS#7210 fix check for freelist changes

Was being fooled before because the newly malloc'd block had
the same address as the previously freed block.

12 years agoITS#7229 more mdb_page_split tweaks
Howard Chu [Tue, 10 Apr 2012 21:05:05 +0000 (14:05 -0700)]
ITS#7229 more mdb_page_split tweaks

Also add mdb_debug/mdb_debug_start to toggle debug output at runtime

12 years agoITS#7210 fix check for freelist changes
Howard Chu [Tue, 10 Apr 2012 02:24:47 +0000 (19:24 -0700)]
ITS#7210 fix check for freelist changes

Was being fooled before because the newly malloc'd block had
the same address as the previously freed block.

12 years agoITS#7229, ITS#7230, ITS#7238
Quanah Gibson-Mount [Mon, 9 Apr 2012 19:34:38 +0000 (12:34 -0700)]
ITS#7229, ITS#7230, ITS#7238

12 years agoMDB_APPEND should only be used in tool mode
Howard Chu [Mon, 9 Apr 2012 12:18:44 +0000 (05:18 -0700)]
MDB_APPEND should only be used in tool mode

12 years agoITS#7238 doc clarification
Howard Chu [Mon, 9 Apr 2012 12:01:37 +0000 (05:01 -0700)]
ITS#7238 doc clarification

12 years agoITS#7229 additional tweaks
Howard Chu [Mon, 9 Apr 2012 11:45:32 +0000 (04:45 -0700)]
ITS#7229 additional tweaks

Should probably compare nsize to pg_size/4 instead...

12 years agoITS#7230 check and strip 0 length IDLs from freelist
Howard Chu [Mon, 9 Apr 2012 11:44:08 +0000 (04:44 -0700)]
ITS#7230 check and strip 0 length IDLs from freelist

12 years agoITS#7229 more mdb_page_split fixes
Howard Chu [Sat, 7 Apr 2012 08:27:38 +0000 (01:27 -0700)]
ITS#7229 more mdb_page_split fixes

12 years agoITS#7235
Quanah Gibson-Mount [Mon, 9 Apr 2012 19:12:59 +0000 (12:12 -0700)]
ITS#7235

12 years agoITS#7235 prevent sop from being freed during init
Howard Chu [Sat, 7 Apr 2012 17:22:56 +0000 (10:22 -0700)]
ITS#7235 prevent sop from being freed during init

12 years agoITS#7231
Quanah Gibson-Mount [Mon, 9 Apr 2012 19:06:17 +0000 (12:06 -0700)]
ITS#7231

12 years agoITS#7231 simplify prev commit
Howard Chu [Sat, 7 Apr 2012 14:57:39 +0000 (07:57 -0700)]
ITS#7231 simplify prev commit

12 years agoITS#7231 fix idl_append when b has only 1 element
Howard Chu [Sat, 7 Apr 2012 14:36:43 +0000 (07:36 -0700)]
ITS#7231 fix idl_append when b has only 1 element

12 years agoITS#7233, ITS#7234
Quanah Gibson-Mount [Mon, 9 Apr 2012 19:02:55 +0000 (12:02 -0700)]
ITS#7233, ITS#7234

12 years agoITS#7233 Fix slapd listener initialization.
Hallvard Furuseth [Sat, 7 Apr 2012 11:20:19 +0000 (13:20 +0200)]
ITS#7233 Fix slapd listener initialization.

This broke if i was incremented before the new thread read i:
    for(...; i++) { ldap_pvt_thread_create(,,, &i); ... }

12 years agoITS#7234 Fix syncprov entry leak: Set op->o_tag
Hallvard Furuseth [Sat, 7 Apr 2012 11:10:51 +0000 (13:10 +0200)]
ITS#7234 Fix syncprov entry leak: Set op->o_tag

12 years agoITS#7228
Quanah Gibson-Mount [Mon, 9 Apr 2012 18:59:29 +0000 (11:59 -0700)]
ITS#7228

12 years agoITS#7228 check for unexpected result from ldapsearch
Howard Chu [Fri, 6 Apr 2012 10:37:54 +0000 (03:37 -0700)]
ITS#7228 check for unexpected result from ldapsearch

12 years agoITS#7238 doc clarification
Howard Chu [Mon, 9 Apr 2012 12:01:37 +0000 (05:01 -0700)]
ITS#7238 doc clarification

12 years agoITS#7229 additional tweaks
Howard Chu [Mon, 9 Apr 2012 11:45:32 +0000 (04:45 -0700)]
ITS#7229 additional tweaks

Should probably compare nsize to pg_size/4 instead...

12 years agoITS#7230 check and strip 0 length IDLs from freelist
Howard Chu [Mon, 9 Apr 2012 11:44:08 +0000 (04:44 -0700)]
ITS#7230 check and strip 0 length IDLs from freelist

12 years agoITS#7229 more mdb_page_split fixes
Howard Chu [Sat, 7 Apr 2012 08:27:38 +0000 (01:27 -0700)]
ITS#7229 more mdb_page_split fixes

12 years agoITS#7197
Quanah Gibson-Mount [Wed, 4 Apr 2012 20:42:47 +0000 (13:42 -0700)]
ITS#7197

12 years agoITS#7197 fix olcTLSVerifyClient keywords
Howard Chu [Wed, 4 Apr 2012 20:25:09 +0000 (13:25 -0700)]
ITS#7197 fix olcTLSVerifyClient keywords

12 years agoITS#7149
Quanah Gibson-Mount [Wed, 4 Apr 2012 17:35:30 +0000 (10:35 -0700)]
ITS#7149

12 years agoITS#7149 pick up definition of STRLENOF
Howard Chu [Fri, 30 Mar 2012 10:22:40 +0000 (03:22 -0700)]
ITS#7149 pick up definition of STRLENOF

12 years agoITS#7149 more for back-perl, always use bv_len when available
Howard Chu [Thu, 29 Mar 2012 13:11:55 +0000 (06:11 -0700)]
ITS#7149 more for back-perl, always use bv_len when available

12 years agoITS#7149 fix back-shell/back-perl Modify with binary values
Howard Chu [Thu, 29 Mar 2012 13:05:15 +0000 (06:05 -0700)]
ITS#7149 fix back-shell/back-perl Modify with binary values

12 years agoITS#7219
Quanah Gibson-Mount [Wed, 4 Apr 2012 17:33:13 +0000 (10:33 -0700)]
ITS#7219

12 years agoITS#7219 fixup keysize in previous commit
Howard Chu [Wed, 4 Apr 2012 12:22:26 +0000 (05:22 -0700)]
ITS#7219 fixup keysize in previous commit

12 years agoITS#7219 fix for odd-aligned keys in mdb_update_key()
Howard Chu [Tue, 3 Apr 2012 19:24:27 +0000 (12:24 -0700)]
ITS#7219 fix for odd-aligned keys in mdb_update_key()

12 years agoITS#7219 fixup keysize in previous commit
Howard Chu [Wed, 4 Apr 2012 12:22:26 +0000 (05:22 -0700)]
ITS#7219 fixup keysize in previous commit

12 years agoITS#7219 fix for odd-aligned keys in mdb_update_key()
Howard Chu [Tue, 3 Apr 2012 19:24:27 +0000 (12:24 -0700)]
ITS#7219 fix for odd-aligned keys in mdb_update_key()

12 years agoITS#7210
Quanah Gibson-Mount [Fri, 30 Mar 2012 18:18:59 +0000 (11:18 -0700)]
ITS#7210

12 years agoITS#7210 fix leak of overflow pages in freelist
Howard Chu [Fri, 30 Mar 2012 13:36:02 +0000 (06:36 -0700)]
ITS#7210 fix leak of overflow pages in freelist

12 years agoITS#7210 fix leak of overflow pages in freelist
Howard Chu [Fri, 30 Mar 2012 13:36:02 +0000 (06:36 -0700)]
ITS#7210 fix leak of overflow pages in freelist

12 years agoPartial revert of prev commit
Howard Chu [Wed, 28 Mar 2012 17:44:18 +0000 (10:44 -0700)]
Partial revert of prev commit

Sub-DBs were correct before

12 years agoFix entry counts in cursor_put
Howard Chu [Wed, 28 Mar 2012 17:34:35 +0000 (10:34 -0700)]
Fix entry counts in cursor_put

when replacing an existing item

12 years agoPartial revert of prev commit
Howard Chu [Wed, 28 Mar 2012 17:44:18 +0000 (10:44 -0700)]
Partial revert of prev commit

Sub-DBs were correct before

12 years agoFix entry counts in cursor_put
Howard Chu [Wed, 28 Mar 2012 17:34:35 +0000 (10:34 -0700)]
Fix entry counts in cursor_put

when replacing an existing item

12 years agoFix uninit'd xcursor index
Howard Chu [Wed, 28 Mar 2012 16:33:06 +0000 (09:33 -0700)]
Fix uninit'd xcursor index

12 years agoAdd mfree utility to show the freelist
Howard Chu [Wed, 28 Mar 2012 16:20:18 +0000 (09:20 -0700)]
Add mfree utility to show the freelist

12 years agoITS#7210 additional freelist fixes
Howard Chu [Tue, 27 Mar 2012 17:42:22 +0000 (10:42 -0700)]
ITS#7210 additional freelist fixes

Also allow read access to freelist in mdb_cursor_open

12 years agoITS#7210 partial fix
Howard Chu [Tue, 27 Mar 2012 13:44:28 +0000 (06:44 -0700)]
ITS#7210 partial fix

Allow pages from free list to be used when growing the free list.
(Yes, this is self-referential...)

12 years agoITS#7218
Quanah Gibson-Mount [Wed, 28 Mar 2012 17:15:16 +0000 (10:15 -0700)]
ITS#7218

12 years agoITS#7218 fix sessionlog usability check
HIRABAYASHI Satoshi [Wed, 28 Mar 2012 09:48:03 +0000 (02:48 -0700)]
ITS#7218 fix sessionlog usability check

12 years agoFix uninit'd xcursor index
Howard Chu [Wed, 28 Mar 2012 16:33:06 +0000 (09:33 -0700)]
Fix uninit'd xcursor index

12 years agoAdd mfree utility to show the freelist
Howard Chu [Wed, 28 Mar 2012 16:20:18 +0000 (09:20 -0700)]
Add mfree utility to show the freelist

12 years agoITS#7210 additional freelist fixes
Howard Chu [Tue, 27 Mar 2012 17:42:22 +0000 (10:42 -0700)]
ITS#7210 additional freelist fixes

Also allow read access to freelist in mdb_cursor_open

12 years agoITS#7210 partial fix
Howard Chu [Tue, 27 Mar 2012 13:44:28 +0000 (06:44 -0700)]
ITS#7210 partial fix

Allow pages from free list to be used when growing the free list.
(Yes, this is self-referential...)

12 years agoITS#7213 fix page_split with MDB_APPEND
Quanah Gibson-Mount [Mon, 26 Mar 2012 18:05:11 +0000 (11:05 -0700)]
ITS#7213 fix page_split with MDB_APPEND

12 years agoITS#7213 fix page_split with MDB_APPEND
Howard Chu [Mon, 26 Mar 2012 13:58:16 +0000 (06:58 -0700)]
ITS#7213 fix page_split with MDB_APPEND

don't skip the cursor adjust checks

12 years agoUpdate overflow page count when freeing overflow page
Howard Chu [Wed, 21 Mar 2012 00:14:59 +0000 (17:14 -0700)]
Update overflow page count when freeing overflow page

12 years agoITS#7207
Quanah Gibson-Mount [Mon, 26 Mar 2012 17:52:56 +0000 (10:52 -0700)]
ITS#7207

12 years agoITS#7207 check for ld->ld_defconn
Howard Chu [Mon, 26 Mar 2012 10:32:11 +0000 (03:32 -0700)]
ITS#7207 check for ld->ld_defconn

12 years agoITS#7205
Quanah Gibson-Mount [Mon, 26 Mar 2012 17:51:43 +0000 (10:51 -0700)]
ITS#7205

12 years agoITS#7205 fix check for existing suffix
Howard Chu [Mon, 26 Mar 2012 10:01:58 +0000 (03:01 -0700)]
ITS#7205 fix check for existing suffix