]>
git.sur5r.net Git - openldap/log
Pierangelo Masarati [Fri, 17 Oct 2008 00:07:15 +0000 (00:07 +0000)]
check dangling reference (ITS#5742)
Pierangelo Masarati [Fri, 17 Oct 2008 00:06:12 +0000 (00:06 +0000)]
leave rs struct untouched (ITS#5742)
Pierangelo Masarati [Fri, 17 Oct 2008 00:03:53 +0000 (00:03 +0000)]
fix indentation
Pierangelo Masarati [Fri, 17 Oct 2008 00:03:17 +0000 (00:03 +0000)]
make sure sr_entry is not used if unset (ITS#5742)
Pierangelo Masarati [Fri, 17 Oct 2008 00:02:13 +0000 (00:02 +0000)]
fix parsing of read entry control (ITS#5741)
Pierangelo Masarati [Fri, 17 Oct 2008 00:00:46 +0000 (00:00 +0000)]
minor clarifications
Howard Chu [Wed, 15 Oct 2008 10:56:28 +0000 (10:56 +0000)]
Default pagesize is FS dependent
Howard Chu [Wed, 15 Oct 2008 10:45:31 +0000 (10:45 +0000)]
BDB_PAGESIZE not used any more, use BDB/FS default instead
Howard Chu [Wed, 15 Oct 2008 08:24:32 +0000 (08:24 +0000)]
Fix typo in prev commit
Howard Chu [Wed, 15 Oct 2008 08:19:33 +0000 (08:19 +0000)]
Add checksum keyword for enabling checksum validation of DB pages
Howard Chu [Wed, 15 Oct 2008 08:13:56 +0000 (08:13 +0000)]
Add checksum keyword to enable DB checksum validation
Howard Chu [Wed, 15 Oct 2008 07:58:48 +0000 (07:58 +0000)]
Add dbpagesize keyword for configuring DB file page sizes
Howard Chu [Wed, 15 Oct 2008 07:41:57 +0000 (07:41 +0000)]
Add dbpagesize keyword for configuring DB file page sizes
Hallvard Furuseth [Mon, 13 Oct 2008 14:54:27 +0000 (14:54 +0000)]
Warning cleanup: signed meets unsigned.
Hallvard Furuseth [Mon, 13 Oct 2008 10:18:15 +0000 (10:18 +0000)]
Warning cleanup: signed meets unsigned. ber_flatten2() returns -1 on
error, not LBER_ERROR.
Hallvard Furuseth [Mon, 13 Oct 2008 09:17:36 +0000 (09:17 +0000)]
Warning cleanup: signed meets unsigned. ber_flatten2() returns -1 on
error, not LBER_DEFAULT.
Hallvard Furuseth [Mon, 13 Oct 2008 08:44:54 +0000 (08:44 +0000)]
Warning cleanup: signed meets unsigned. ber_flatten2() returns -1 on
error, not LBER_ERROR.
Hallvard Furuseth [Mon, 13 Oct 2008 08:35:31 +0000 (08:35 +0000)]
Warning cleanup: signed meets unsigned.
Hallvard Furuseth [Mon, 13 Oct 2008 08:29:21 +0000 (08:29 +0000)]
Warning cleanup: signed meets unsigned.
Hallvard Furuseth [Mon, 13 Oct 2008 08:19:13 +0000 (08:19 +0000)]
Warning cleanup: signed meets unsigned.
Hallvard Furuseth [Mon, 13 Oct 2008 08:13:27 +0000 (08:13 +0000)]
Warning cleanup: signed meets unsigned.
Hallvard Furuseth [Mon, 13 Oct 2008 08:09:52 +0000 (08:09 +0000)]
Warning cleanup: signed meets unsigned. ber_printf() returns -1 on
error, not LBER_ERROR.
Hallvard Furuseth [Mon, 13 Oct 2008 07:55:02 +0000 (07:55 +0000)]
Fix typo in assertion: j1 + j1 -> j1 + j2. (Not a crasher, just wrong test.)
Warning cleanup: Missing braces in initialization. signed meets unsigned.
Hallvard Furuseth [Mon, 13 Oct 2008 06:20:12 +0000 (06:20 +0000)]
Warning cleanup: Missing braces in initialization.
Hallvard Furuseth [Mon, 13 Oct 2008 05:44:55 +0000 (05:44 +0000)]
Warning cleanup: Missing braces in initialization.
Hallvard Furuseth [Mon, 13 Oct 2008 05:31:52 +0000 (05:31 +0000)]
Fix r1.86 (LDAP_DEVEL:SLAP_CONFIG_DELETE): No declarations after code.
Pierangelo Masarati [Sun, 12 Oct 2008 20:20:46 +0000 (20:20 +0000)]
fix overlays with private instances of databases (ITS#5736)
Pierangelo Masarati [Sun, 12 Oct 2008 20:20:01 +0000 (20:20 +0000)]
allow private databases to be instantiated by global overlays (ITS#5735)
Gavin Henry [Fri, 10 Oct 2008 17:44:52 +0000 (17:44 +0000)]
Fix broken link
Pierangelo Masarati [Thu, 9 Oct 2008 22:34:43 +0000 (22:34 +0000)]
don't free and reuse filter structure; don't rewrite undefined filter values (ITS#5731,ITS#5732)
Howard Chu [Thu, 9 Oct 2008 11:33:49 +0000 (11:33 +0000)]
Cleanup unused defs
Howard Chu [Thu, 9 Oct 2008 11:10:28 +0000 (11:10 +0000)]
ITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher <metze@samba.org>
and Rafal Szczeniak <mimir@samba.org>, with minor cleanups
Howard Chu [Thu, 9 Oct 2008 10:52:31 +0000 (10:52 +0000)]
Regenerate for ITS#5369
Howard Chu [Thu, 9 Oct 2008 10:51:28 +0000 (10:51 +0000)]
ITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher <metze@samba.org>
and Rafal Szczeniak <mimir@samba.org>, with minor cleanups
Howard Chu [Thu, 9 Oct 2008 09:28:39 +0000 (09:28 +0000)]
Add SASL_MECHLIST option to retrieve list of known SASL mechs
Howard Chu [Wed, 8 Oct 2008 22:00:20 +0000 (22:00 +0000)]
Fix prev commit
Howard Chu [Wed, 8 Oct 2008 21:33:45 +0000 (21:33 +0000)]
ITS#5730, patch for #5728 broke referrals
Gavin Henry [Wed, 8 Oct 2008 21:16:09 +0000 (21:16 +0000)]
Clarify MM config example.
Howard Chu [Tue, 7 Oct 2008 22:52:59 +0000 (22:52 +0000)]
Fix dn2idl when suffix = ""
Howard Chu [Tue, 7 Oct 2008 22:16:15 +0000 (22:16 +0000)]
ITS#5729 check for NULL bei_parent
Howard Chu [Tue, 7 Oct 2008 03:13:00 +0000 (03:13 +0000)]
Accept X-starttls for prev commit
Howard Chu [Tue, 7 Oct 2008 03:06:44 +0000 (03:06 +0000)]
Handle StartTLS in URL extensions
Howard Chu [Tue, 7 Oct 2008 01:59:52 +0000 (01:59 +0000)]
More #5728 fallout
Howard Chu [Tue, 7 Oct 2008 01:45:42 +0000 (01:45 +0000)]
Fix: use overlay_entry_release_ov in overlay environment
Howard Chu [Tue, 7 Oct 2008 00:29:54 +0000 (00:29 +0000)]
ITS#5728 release entries before send_ldap_ber()
Quanah Gibson-Mount [Mon, 6 Oct 2008 19:58:52 +0000 (19:58 +0000)]
s/LOOPS/TESTLOOPS/
Rein Tollevik [Sun, 5 Oct 2008 22:35:44 +0000 (22:35 +0000)]
ITS#5726: Revert 1.392, the runqueue must always be inspected.
Pierangelo Masarati [Sun, 5 Oct 2008 21:29:16 +0000 (21:29 +0000)]
s/LOOPS/TESTLOOPS/
Pierangelo Masarati [Sun, 5 Oct 2008 21:28:28 +0000 (21:28 +0000)]
give appropriate write permissions for add (ITS#5723)
Pierangelo Masarati [Sun, 5 Oct 2008 21:11:13 +0000 (21:11 +0000)]
open database using the real structure (partial fix to ITS#5724)
Rein Tollevik [Sun, 5 Oct 2008 19:29:00 +0000 (19:29 +0000)]
Revert 1.410, i.e back to lock again. ITS#5725 fixes the lock situation.
Rein Tollevik [Sun, 5 Oct 2008 19:17:56 +0000 (19:17 +0000)]
ITS#5725: Don't enable connection for events twice.
Pierangelo Masarati [Sat, 4 Oct 2008 10:17:29 +0000 (10:17 +0000)]
clarify ACL snippet
Emmanuel Dreyfus [Sat, 4 Oct 2008 10:12:11 +0000 (10:12 +0000)]
The fix to ITS#4556 broke this test: modifying objectClass was forbidden
for anyone, and since LDAP additions now check for attribute write access,
the addition now fails.
Allowing objectClass write access for the user that performs the LDAP
addtition fixes the problem.
Approved by ando@
Quanah Gibson-Mount [Thu, 2 Oct 2008 22:17:34 +0000 (22:17 +0000)]
Fix typo in file name
Quanah Gibson-Mount [Thu, 2 Oct 2008 18:27:21 +0000 (18:27 +0000)]
BDB 4.7 patch from sleepycat to fix locking issues on single CPU systems
Howard Chu [Wed, 1 Oct 2008 21:28:03 +0000 (21:28 +0000)]
More deadlock propagation fixes
Howard Chu [Wed, 1 Oct 2008 21:07:26 +0000 (21:07 +0000)]
Missed a deadlock check
Gavin Henry [Wed, 1 Oct 2008 09:18:04 +0000 (09:18 +0000)]
ITS#57133 olcDbMode
Howard Chu [Tue, 30 Sep 2008 22:22:31 +0000 (22:22 +0000)]
Fix prev commit
Gavin Henry [Tue, 30 Sep 2008 11:51:35 +0000 (11:51 +0000)]
(ITS#5718) [documentation] Mention dontusecopy control in conjunctionwith slapo-chain(5)
Howard Chu [Tue, 30 Sep 2008 05:05:53 +0000 (05:05 +0000)]
ITS#5720 fix ldap_utf8_strchr arguments
Emmanuel Dreyfus [Mon, 29 Sep 2008 22:08:29 +0000 (22:08 +0000)]
Make sur attribute ACL are evaluated on ADD operations (see ITS#4556)
Pierangelo Masarati [Mon, 29 Sep 2008 21:51:06 +0000 (21:51 +0000)]
add tests specific to mapped attrs (ITS#5717)
Rein Tollevik [Mon, 29 Sep 2008 20:01:40 +0000 (20:01 +0000)]
ITS#5719 Reset interval after rescheduling a paused task.
Pierangelo Masarati [Mon, 29 Sep 2008 18:45:39 +0000 (18:45 +0000)]
fix ITS#5717
Pierangelo Masarati [Mon, 29 Sep 2008 17:38:12 +0000 (17:38 +0000)]
allow intermixing of mapped/not mapped attrs (spotted while invstigating ITS#5717)
Pierangelo Masarati [Sun, 28 Sep 2008 20:44:53 +0000 (20:44 +0000)]
note RFC for each standard track control
Pierangelo Masarati [Sat, 27 Sep 2008 14:04:57 +0000 (14:04 +0000)]
change olcDbMode syntax from integer to sirectory string, and allow any commonly accepted form to set its value, including -rwxrwxrwx (ITS#5713)
Pierangelo Masarati [Sat, 27 Sep 2008 13:30:43 +0000 (13:30 +0000)]
allow definition of syntaxes via configuration, including X-SUBST (ITS#5663)
Pierangelo Masarati [Sat, 27 Sep 2008 11:06:31 +0000 (11:06 +0000)]
make sure o_csn is freed
Pierangelo Masarati [Sat, 27 Sep 2008 10:34:52 +0000 (10:34 +0000)]
fix previous commit (ITS#5711)
Pierangelo Masarati [Sat, 27 Sep 2008 10:06:43 +0000 (10:06 +0000)]
allow controls deletion to be deferred; pass response controls back to frontend in extops (ITS#5711)
Howard Chu [Thu, 25 Sep 2008 13:39:53 +0000 (13:39 +0000)]
Propagate deadlock results for internal searches on write ops
Howard Chu [Thu, 25 Sep 2008 13:17:17 +0000 (13:17 +0000)]
Wait for read locks in read txns
Howard Chu [Thu, 25 Sep 2008 10:31:49 +0000 (10:31 +0000)]
Revert 1.394, see ITS#5454. It still locks up without a trylock.
Ralf Haferkamp [Tue, 23 Sep 2008 15:30:48 +0000 (15:30 +0000)]
Use ConfigReply to return error messages to the client
Pierangelo Masarati [Sat, 20 Sep 2008 18:43:30 +0000 (18:43 +0000)]
fix typo
Pierangelo Masarati [Sat, 20 Sep 2008 17:16:34 +0000 (17:16 +0000)]
fix missing close bracket
Pierangelo Masarati [Sat, 20 Sep 2008 16:57:37 +0000 (16:57 +0000)]
mention extension-specific result codes
Pierangelo Masarati [Sat, 20 Sep 2008 15:01:12 +0000 (15:01 +0000)]
add support for local RFC 3062 password modification extended operation (ITS#5656)
Pierangelo Masarati [Sat, 20 Sep 2008 11:43:40 +0000 (11:43 +0000)]
clarify remote database; clarify ACLs
Pierangelo Masarati [Sat, 20 Sep 2008 11:29:32 +0000 (11:29 +0000)]
fix typo in comment
Hallvard Furuseth [Fri, 19 Sep 2008 20:37:11 +0000 (20:37 +0000)]
Drop "if ( slap_known_controls )". That became an array in controls.c 1.117.
Ralf Haferkamp [Fri, 19 Sep 2008 12:58:00 +0000 (12:58 +0000)]
Avoid "label at end of compound statement" error of newer gcc
Pierangelo Masarati [Fri, 19 Sep 2008 00:50:17 +0000 (00:50 +0000)]
add support for back-config delete; fix minor issues
Pierangelo Masarati [Fri, 19 Sep 2008 00:09:56 +0000 (00:09 +0000)]
add back-config support to slapo-retcode(5)
Pierangelo Masarati [Thu, 18 Sep 2008 22:32:56 +0000 (22:32 +0000)]
mention support of back-config
Pierangelo Masarati [Thu, 18 Sep 2008 22:25:07 +0000 (22:25 +0000)]
don't mention RFC 3672 collectiveAttributeSubentry
Pierangelo Masarati [Thu, 18 Sep 2008 22:11:52 +0000 (22:11 +0000)]
add slapo-collect(5) man page (ITS#5706)
Pierangelo Masarati [Thu, 18 Sep 2008 21:12:13 +0000 (21:12 +0000)]
honor relax by not applying constraints (ITS#5705)
Pierangelo Masarati [Thu, 18 Sep 2008 21:09:49 +0000 (21:09 +0000)]
add support for constraining rename (ITS#5703)
Pierangelo Masarati [Thu, 18 Sep 2008 20:30:59 +0000 (20:30 +0000)]
add support for constraining rename (ITS#5703)
Hallvard Furuseth [Thu, 18 Sep 2008 19:50:32 +0000 (19:50 +0000)]
Message waiting for N threads to terminate -> for N operations/tasks to finish
Hallvard Furuseth [Wed, 17 Sep 2008 23:46:11 +0000 (23:46 +0000)]
Regenerate with build/openldap.m4 1.171: BDB error message/cpp whitespace
Pierangelo Masarati [Wed, 17 Sep 2008 21:11:38 +0000 (21:11 +0000)]
fix previous commit (person does not allow givenName; ITS#5704)
Pierangelo Masarati [Wed, 17 Sep 2008 20:59:58 +0000 (20:59 +0000)]
optional parameter that allows to restrict constraints to entries matching a LDAP URI (ITS#5704)
Gavin Henry [Wed, 17 Sep 2008 17:12:49 +0000 (17:12 +0000)]
There seems to have been some kind of delete between rev 1.30 and rev 1.31 back in May 2004. http://www.openldap.org/devel/cvsweb.cgi/admin/sasl.sdf.diff?r1=1.30&r2=1.31&cvsroot=OpenLDAP-guide&hideattic=1&sortbydate=0&f=h
Gavin Henry [Wed, 17 Sep 2008 17:00:32 +0000 (17:00 +0000)]
Typo fix.
Pierangelo Masarati [Wed, 17 Sep 2008 00:40:18 +0000 (00:40 +0000)]
add "set" constraint type (ITS#5702)