]>
 
 
git.sur5r.net Git - openldap/log 
 
 
 
 
 
 
Pierangelo Masarati  [Sat, 27 May 2006 19:54:27 +0000  (19:54 +0000)] 
 
implement proxy quarantine (ITS#4569) 
 
Pierangelo Masarati  [Sat, 27 May 2006 19:14:39 +0000  (19:14 +0000)] 
 
fix DN-valued (and likely others not handled in the switch) attrs duplication (occcurred with olcDbSuffix during attrs_dup(); please check) 
 
Howard Chu  [Sat, 27 May 2006 10:26:15 +0000  (10:26 +0000)] 
 
ITS#4567 use unique timestamps for ops for cascading delta-sync 
 
Pierangelo Masarati  [Sat, 27 May 2006 10:17:34 +0000  (10:17 +0000)] 
 
count requests and responses in logs 
 
Howard Chu  [Fri, 26 May 2006 12:08:15 +0000  (12:08 +0000)] 
 
ITS#4562 - don't assume syncprov_op_response only runs in overlay context; 
under a glue setup it may be get a real DB, don't corrupt the DB struct. 
 
Pierangelo Masarati  [Fri, 26 May 2006 00:07:55 +0000  (00:07  +0000)] 
 
(almost blind) fix potential strchr() read-past-end of berval 
 
Pierangelo Masarati  [Thu, 25 May 2006 22:45:45 +0000  (22:45 +0000)] 
 
enable NOOP (ITS#4563; seems to work now) 
 
Pierangelo Masarati  [Thu, 25 May 2006 16:58:41 +0000  (16:58 +0000)] 
 
fix NOOP return code (ITS#4563; I'll check and confirm it later; NOOP support might be broken) 
 
Hallvard Furuseth  [Thu, 25 May 2006 16:32:43 +0000  (16:32 +0000)] 
 
Constify slapd_slp_attrs (assigned a const char* in main.c:slapd_opt_slp()) 
 
Hallvard Furuseth  [Thu, 25 May 2006 16:15:49 +0000  (16:15 +0000)] 
 
warning cleanup 
 
Hallvard Furuseth  [Thu, 25 May 2006 16:14:41 +0000  (16:14 +0000)] 
 
Format fixes: %p takes void*, not struct* whose representation may differ. 
Warning cleanup. 
 
Hallvard Furuseth  [Thu, 25 May 2006 16:11:24 +0000  (16:11 +0000)] 
 
Format fixes: Debug() arg#2 must be format. 
Warning cleanup: Move format strings, let gcc recognize them. Unused var. 
 
Hallvard Furuseth  [Thu, 25 May 2006 15:59:21 +0000  (15:59 +0000)] 
 
 
Howard Chu  [Thu, 25 May 2006 05:08:04 +0000  (05:08  +0000)] 
 
Fix concurrency issues 
 
Howard Chu  [Thu, 25 May 2006 05:03:56 +0000  (05:03  +0000)] 
 
Fix tavl_delete for two-node trees 
 
Howard Chu  [Thu, 25 May 2006 01:05:29 +0000  (01:05  +0000)] 
 
Fix uninit'd var 
 
Pierangelo Masarati  [Wed, 24 May 2006 18:05:04 +0000  (18:05 +0000)] 
 
re-sort options in lexicographical order (forced commit) 
 
Pierangelo Masarati  [Wed, 24 May 2006 17:57:13 +0000  (17:57 +0000)] 
 
allow tools to syslog 
 
Pierangelo Masarati  [Wed, 24 May 2006 17:56:48 +0000  (17:56 +0000)] 
 
document "cancel" feature 
 
Pierangelo Masarati  [Wed, 24 May 2006 09:43:05 +0000  (09:43 +0000)] 
 
cleanup test 
 
Pierangelo Masarati  [Wed, 24 May 2006 01:50:57 +0000  (01:50  +0000)] 
 
sigh, the test was renamed ages ago 
 
Howard Chu  [Tue, 23 May 2006 02:53:54 +0000  (02:53  +0000)] 
 
Fix prev commit, LE/GE searches advanced in wrong direction. 
Terminate EQ/SUBSTR query searches sooner. 
 
Pierangelo Masarati  [Sat, 20 May 2006 17:43:12 +0000  (17:43 +0000)] 
 
fix test045 (after ITS#4552) 
 
Pierangelo Masarati  [Sat, 20 May 2006 15:49:18 +0000  (15:49 +0000)] 
 
cleanup 
 
Pierangelo Masarati  [Sat, 20 May 2006 14:29:01 +0000  (14:29 +0000)] 
 
add cancel strategies (ITS#4560) 
 
Pierangelo Masarati  [Sat, 20 May 2006 11:12:05 +0000  (11:12 +0000)] 
 
clarify the required access to add the suffix of a database (consequence of ITS#4552) 
 
Howard Chu  [Sat, 20 May 2006 05:05:13 +0000  (05:05  +0000)] 
 
More cleanup 
 
Howard Chu  [Sat, 20 May 2006 05:03:35 +0000  (05:03  +0000)] 
 
cleanup debug msg 
 
Pierangelo Masarati  [Fri, 19 May 2006 23:33:15 +0000  (23:33 +0000)] 
 
fix previous commit 
 
Howard Chu  [Fri, 19 May 2006 22:47:33 +0000  (22:47 +0000)] 
 
Fix idletimeout deadlock 
 
Pierangelo Masarati  [Fri, 19 May 2006 22:37:52 +0000  (22:37 +0000)] 
 
silence warnings 
 
Pierangelo Masarati  [Fri, 19 May 2006 22:34:04 +0000  (22:34 +0000)] 
 
fix limits unparse 
 
Howard Chu  [Fri, 19 May 2006 15:51:09 +0000  (15:51 +0000)] 
 
Cleanup (revert ITS#4472, etc.) 
 
Howard Chu  [Fri, 19 May 2006 15:25:33 +0000  (15:25 +0000)] 
 
ITS#4549, rewritten query_containment etc... 
 
Howard Chu  [Fri, 19 May 2006 15:24:56 +0000  (15:24 +0000)] 
 
ITS#4549 kludge, get tavl_ routines referenced 
 
Howard Chu  [Fri, 19 May 2006 15:24:16 +0000  (15:24 +0000)] 
 
ITS#4549 add tavl_find3() to return closest match 
 
Howard Chu  [Fri, 19 May 2006 09:15:42 +0000  (09:15 +0000)] 
 
Cleanup query attrs 
 
Howard Chu  [Fri, 19 May 2006 08:07:59 +0000  (08:07 +0000)] 
 
Cleanup template searching 
 
Pierangelo Masarati  [Thu, 18 May 2006 22:28:22 +0000  (22:28 +0000)] 
 
fix referrals return for ops other than search (ITS#4557); use slab memory for temporaries in returning referrals 
 
Howard Chu  [Thu, 18 May 2006 01:18:48 +0000  (01:18  +0000)] 
 
ITS#4552 just rely on ACLs when adding entries under the suffix. 
 
Pierangelo Masarati  [Thu, 18 May 2006 00:59:13 +0000  (00:59  +0000)] 
 
s/fprintf/Debug/ (ITS#4553); lock ld_conn_mutex before accessing conn(s) 
 
Pierangelo Masarati  [Thu, 18 May 2006 00:37:56 +0000  (00:37  +0000)] 
 
cleanup 
 
Pierangelo Masarati  [Wed, 17 May 2006 22:13:39 +0000  (22:13 +0000)] 
 
fix rev 1.125 commit 
 
Pierangelo Masarati  [Wed, 17 May 2006 01:34:46 +0000  (01:34  +0000)] 
 
fix cleanup concurrency 
 
Howard Chu  [Tue, 16 May 2006 22:16:27 +0000  (22:16 +0000)] 
 
coverity cleanup 
 
Howard Chu  [Tue, 16 May 2006 22:16:13 +0000  (22:16 +0000)] 
 
ITS#4466 fix typo, uninit'd var 
 
Howard Chu  [Tue, 16 May 2006 21:45:31 +0000  (21:45 +0000)] 
 
ITS#4550 don't overwrite remote server's err msg 
 
Howard Chu  [Tue, 16 May 2006 21:30:10 +0000  (21:30 +0000)] 
 
Fix ITS#4450, don't overwrite remote server's rs->sr_text 
 
Kurt Zeilenga  [Tue, 16 May 2006 18:48:31 +0000  (18:48 +0000)] 
 
Further clarifications 
 
Kurt Zeilenga  [Tue, 16 May 2006 18:40:07 +0000  (18:40 +0000)] 
 
Clarify that "disable bind_anon" does not disable anonymous access. 
 
Kurt Zeilenga  [Tue, 16 May 2006 18:15:29 +0000  (18:15 +0000)] 
 
Clarify that "disallow bind_anon" doesn't prohibit anonymous access. 
 
Pierangelo Masarati  [Tue, 16 May 2006 02:56:59 +0000  (02:56  +0000)] 
 
lc_bound_ndn is occasionally saved to keep track of who bound; don't use it to bind unless credentials are present as well 
 
Howard Chu  [Tue, 16 May 2006 01:22:47 +0000  (01:22  +0000)] 
 
Cleanup - no more SLAP_MULTI_CONN_ARRAY 
 
Pierangelo Masarati  [Tue, 16 May 2006 01:10:51 +0000  (01:10  +0000)] 
 
idassert: setup rebind stuff when binding for proxyAuthz, so that referral chasing tries to rebind with the correct identity (partially address ITS#3526) 
 
Pierangelo Masarati  [Tue, 16 May 2006 00:57:46 +0000  (00:57  +0000)] 
 
fix referral rewriting (ITS#4548) 
 
Kurt Zeilenga  [Mon, 15 May 2006 19:03:22 +0000  (19:03 +0000)] 
 
Update 
 
Pierangelo Masarati  [Mon, 15 May 2006 01:42:05 +0000  (01:42  +0000)] 
 
reset the conn field in the cached connection if the bound DN is privileged (ITS#4547) 
 
Howard Chu  [Sun, 14 May 2006 22:40:43 +0000  (22:40 +0000)] 
 
ITS#4544 skip test if syncprov overlay unavailable 
 
Pierangelo Masarati  [Sun, 14 May 2006 18:12:17 +0000  (18:12 +0000)] 
 
document ITS#4546 "single-conn" feature 
 
Pierangelo Masarati  [Sun, 14 May 2006 18:10:23 +0000  (18:10 +0000)] 
 
line up back-meta to ITS#4546 
 
Pierangelo Masarati  [Sun, 14 May 2006 18:09:56 +0000  (18:09 +0000)] 
 
more cleanup of previous commits 
 
Pierangelo Masarati  [Sun, 14 May 2006 17:53:40 +0000  (17:53 +0000)] 
 
improve previous commit 
 
Pierangelo Masarati  [Sun, 14 May 2006 17:34:18 +0000  (17:34 +0000)] 
 
typo in previous commit 
 
Pierangelo Masarati  [Sun, 14 May 2006 17:32:15 +0000  (17:32 +0000)] 
 
"single-conn" forces flushing of existing conns during rebind on same conn (ITS#4546) 
 
Pierangelo Masarati  [Sun, 14 May 2006 17:18:55 +0000  (17:18 +0000)] 
 
allow to select credentials; allow subtree search 
 
Pierangelo Masarati  [Sun, 14 May 2006 16:29:49 +0000  (16:29 +0000)] 
 
more checks 
 
Pierangelo Masarati  [Sun, 14 May 2006 15:11:53 +0000  (15:11 +0000)] 
 
cleanup resource release 
 
Pierangelo Masarati  [Sun, 14 May 2006 15:11:23 +0000  (15:11 +0000)] 
 
cleanup 
 
Pierangelo Masarati  [Sun, 14 May 2006 12:14:08 +0000  (12:14 +0000)] 
 
typo in comment 
 
Howard Chu  [Sun, 14 May 2006 03:37:17 +0000  (03:37  +0000)] 
 
Fixed version of rev 1.361 
 
Howard Chu  [Sun, 14 May 2006 00:26:33 +0000  (00:26  +0000)] 
 
Cleanup epoll read / error behavior 
 
Howard Chu  [Sat, 13 May 2006 12:35:12 +0000  (12:35 +0000)] 
 
Revert prev commit, spoke too soon, close race condition came back. 
 
Howard Chu  [Sat, 13 May 2006 11:50:00 +0000  (11:50 +0000)] 
 
Simplify connection mutexes 
 
Pierangelo Masarati  [Sat, 13 May 2006 02:06:10 +0000  (02:06  +0000)] 
 
make sure realloc'd memory is reset 
 
Kurt Zeilenga  [Sat, 13 May 2006 01:53:31 +0000  (01:53  +0000)] 
 
ITS#4415: touch ucdata.h 
 
Pierangelo Masarati  [Sat, 13 May 2006 00:46:06 +0000  (00:46  +0000)] 
 
split lines in additional info (ITS#4543) 
 
Howard Chu  [Sat, 13 May 2006 00:29:28 +0000  (00:29  +0000)] 
 
Add SSL failure reason to TLS: can't connect message. 
 
Pierangelo Masarati  [Fri, 12 May 2006 19:25:31 +0000  (19:25 +0000)] 
 
refine previous commits (don't leave bindings around) 
 
Pierangelo Masarati  [Fri, 12 May 2006 15:38:58 +0000  (15:38 +0000)] 
 
first round at adding passwd exop support to slapo-rwm (ITS#4458) 
 
Pierangelo Masarati  [Fri, 12 May 2006 14:42:49 +0000  (14:42 +0000)] 
 
always try to open config; NULL means use default 
 
Ralf Haferkamp  [Fri, 12 May 2006 12:28:42 +0000  (12:28 +0000)] 
 
Align with slapd.access(5) man page (ITS#4522) 
 
Pierangelo Masarati  [Fri, 12 May 2006 12:03:05 +0000  (12:03 +0000)] 
 
add (basic) support for {RADIUS} scheme; userPassword attributes prefixed with {RADIUS} are interpreted as RADIUS userids and authentication occurs contacting the configured RADIUS servers with that userid and the provided password (experimental; please report) 
 
Ralf Haferkamp  [Fri, 12 May 2006 11:48:57 +0000  (11:48 +0000)] 
 
Additional fix for ITS#4522. The "dn=" ist not optional. 
 
Howard Chu  [Fri, 12 May 2006 07:56:20 +0000  (07:56 +0000)] 
 
ITS#4453 don't print error message on stdout 
 
Howard Chu  [Fri, 12 May 2006 06:33:27 +0000  (06:33 +0000)] 
 
ITS#4541 better fix 
 
Howard Chu  [Fri, 12 May 2006 06:16:32 +0000  (06:16 +0000)] 
 
ITS#4541 refine commit for #4524 
 
Howard Chu  [Thu, 11 May 2006 21:00:09 +0000  (21:00 +0000)] 
 
ITS#4509 s/ldap.h/ldap_log.h/ 
 
Howard Chu  [Thu, 11 May 2006 20:05:53 +0000  (20:05 +0000)] 
 
ITS#4531 temporarily go back to using quick sort instead of radix sort 
 
Kurt Zeilenga  [Thu, 11 May 2006 18:55:50 +0000  (18:55 +0000)] 
 
cleanup 
 
Howard Chu  [Thu, 11 May 2006 18:04:26 +0000  (18:04 +0000)] 
 
ITS#4537 placate braindead compiler 
 
Ralf Haferkamp  [Thu, 11 May 2006 16:45:33 +0000  (16:45 +0000)] 
 
Add Pre- and Postread Control to the supported controls (ITS#4538) 
 
Pierangelo Masarati  [Thu, 11 May 2006 14:41:34 +0000  (14:41 +0000)] 
 
add "-n" to omit trailing newline 
 
Pierangelo Masarati  [Thu, 11 May 2006 14:36:20 +0000  (14:36 +0000)] 
 
add "-n" to omit trailing newline 
 
Howard Chu  [Thu, 11 May 2006 13:39:44 +0000  (13:39 +0000)] 
 
ITS#4516 clear restricted status if other Binds have succeeded 
 
Howard Chu  [Thu, 11 May 2006 10:46:44 +0000  (10:46 +0000)] 
 
ITS#4534 propagate CSN for delete syncID sets 
 
Howard Chu  [Thu, 11 May 2006 09:07:08 +0000  (09:07 +0000)] 
 
ITS#4536 set chain_tail after sorting messages 
 
Howard Chu  [Thu, 11 May 2006 04:43:17 +0000  (04:43  +0000)] 
 
Fix for !LDAP_SYSLOG 
 
Howard Chu  [Thu, 11 May 2006 04:30:21 +0000  (04:30  +0000)] 
 
Fix Debug definition for !LDAP_SYSLOG 
 
Howard Chu  [Thu, 11 May 2006 03:10:45 +0000  (03:10  +0000)] 
 
ITS#4535 use randomly generated password for config database 
 
Howard Chu  [Thu, 11 May 2006 03:09:40 +0000  (03:09  +0000)] 
 
Omit trailing newline from generated password, so it may be directed 
to a file and used by commandline tools