Commit Graph

14501 Commits

Author SHA1 Message Date
Kurt Zeilenga
7f0a047c37 Add RFC 4370 2006-02-11 04:08:23 +00:00
Luke Howard
cc475f4bbe Allow arbitrary exop data to be base64 encoded
Argument matches LDIF, ie <oid|oid:data|oid::b64data>
2006-02-11 00:51:08 +00:00
Howard Chu
57233907ad ITS#4363 avoid running ucgendat unnecessarily 2006-02-10 19:15:35 +00:00
Howard Chu
a5eef48123 Fix ITS#4395, check for non-read/write epoll events 2006-02-10 18:27:50 +00:00
Luke Howard
97e214ac8d Fix previous commit 2006-02-10 15:18:45 +00:00
Kurt Zeilenga
6fd59da58f Fix typo in prev commit 2006-02-10 15:13:23 +00:00
Kurt Zeilenga
d2d1eb786b Improved bignum detection/use 2006-02-10 08:21:02 +00:00
Luke Howard
da5c17aa1e Use : to separate OID/data in exop - will use :: for base64 encoding data 2006-02-10 08:11:53 +00:00
Luke Howard
4954adb7c1 formatting cleanup 2006-02-10 07:40:23 +00:00
Howard Chu
0cc7ed6d55 ITS#4394 fix segfault 2006-02-10 00:31:17 +00:00
Howard Chu
bf81549c88 Prefer long long to BIGNUM or GMP 2006-02-09 07:48:19 +00:00
Howard Chu
9eca89acc8 Improve prev commit 2006-02-09 07:02:40 +00:00
Howard Chu
6344d36df0 Same as ITS#4385, must wake listener after submitting job to runqueue 2006-02-09 06:53:49 +00:00
Luke Howard
074b1fa409 Allow passing string arguments to arbitrary extended operation 2006-02-09 05:29:45 +00:00
Howard Chu
88c3a5a5b6 Add debug message when deleting nonpresent entries 2006-02-08 21:24:43 +00:00
Luca Scamoni
d4ad06e788 s/olcMultiMaster/olcMirrorMode 2006-02-08 10:16:20 +00:00
Howard Chu
bec47e6a39 s/multimaster/mirrormode/ 2006-02-08 05:50:38 +00:00
Howard Chu
e183b5d093 s/multimaster/mirrormode/ we don't want folks confusing this with real
multimaster.
2006-02-08 05:48:41 +00:00
Pierangelo Masarati
54b621658b refine previous commits 2006-02-07 19:11:51 +00:00
Pierangelo Masarati
6275c6ecdc make sure no invalid candidate gets used (had a core for i == META_TARGET_MULTIPLE) 2006-02-07 18:51:47 +00:00
Luke Howard
4bae2b8db3 allow execution of arbitrary extended operations (right now there is no way
of passing data to them -- working on it)
2006-02-07 09:43:18 +00:00
Kurt Zeilenga
fe8e3b7efa Kludge for MSAD (ITS#4391 and others) 2006-02-07 01:20:55 +00:00
Howard Chu
a4d161cff6 More unifdef SLAPD_MULTIMASTER cleanup 2006-02-07 01:05:57 +00:00
Pierangelo Masarati
1b95d308b9 further cleanup 2006-02-06 22:08:02 +00:00
Pierangelo Masarati
f4c578cb31 delete all conns cached for a single client->proxy connection (partially addresses ITS#4387) 2006-02-06 21:39:56 +00:00
Howard Chu
83c259a207 Cleanup prev commit 2006-02-06 20:39:25 +00:00
Howard Chu
9d026c6445 Regenerate without multimaster switch 2006-02-06 04:52:44 +00:00
Howard Chu
23d327a3f4 Delete enable_multimaster switch, it's now always present. 2006-02-06 04:51:55 +00:00
Howard Chu
1aebe9bde4 Add multimaster keyword 2006-02-06 04:50:12 +00:00
Howard Chu
0e6aa53cd1 Unifdef SLAPD_MULTIMASTER, use config setting instead 2006-02-06 04:45:12 +00:00
Howard Chu
fe3b6d0071 ITS#4384 rework entryCSN handling, retrieve from incoming request
if it was provided. Always check and graduate, regardless of shadow status.
2006-02-05 01:09:48 +00:00
Howard Chu
f96e6378d6 filter2bv can't de-normalize UUIDs, must do it explicitly for back-ldap
in test045
2006-02-05 01:05:38 +00:00
Pierangelo Masarati
61da1918a6 allow to reuse the same connection for multiple binds 2006-02-04 16:33:12 +00:00
Pierangelo Masarati
f0d6ac3e0b debug cleanup 2006-02-04 15:50:22 +00:00
Pierangelo Masarati
ced7671e5e friendly form for balance factors 2006-02-04 15:49:04 +00:00
Howard Chu
ec7e2af34a delete now redundant memsets 2006-02-03 19:37:12 +00:00
Pierangelo Masarati
140bc77e50 (blind) fix to ITS#4386 (uninitialized var) 2006-02-03 18:06:00 +00:00
Pierangelo Masarati
f13f88bbee add some failed binds (but don't log too much) 2006-02-03 17:58:07 +00:00
Kurt Zeilenga
4bf9eb2365 fix comments 2006-02-03 04:10:29 +00:00
Pierangelo Masarati
9fd59d812d format error message as LDIF (do not assume the error messages do not contain fancy chars; ITS#4382) 2006-02-02 21:01:29 +00:00
Anil Kumar Kommuri
e8886621ab Added man pages for ldap_search_ext() and ldap_search_ext_s() APIs 2006-02-02 09:59:19 +00:00
Anil Kumar Kommuri
580eea5cff Adding new files ldap_rename.3 ldap_rename.3.links 2006-02-02 09:56:49 +00:00
Anil Kumar Kommuri
a4d9b403c4 Added new man page for API ldap_parse_vlv_control() 2006-02-02 09:54:28 +00:00
Anil Kumar Kommuri
0098119d2d Added new man page for ldap_parse_sort_control() API 2006-02-02 09:53:37 +00:00
Anil Kumar Kommuri
74d54b121a Added new files for ldap_extended_operation() API 2006-02-02 09:50:45 +00:00
Anil Kumar Kommuri
0da8dbde40 ldap_delete_ext, ldap_delete_ext_s 2006-02-02 09:47:14 +00:00
Anil Kumar Kommuri
4dcad2637c Added ldap_compare_ext, ldap_compare_ext_s 2006-02-02 09:45:21 +00:00
Anil Kumar Kommuri
13091208ff Added ldap_set_rebind_proc.3 2006-02-02 09:42:42 +00:00
Howard Chu
6c062ca841 Use pcache debug level 2006-02-02 08:36:41 +00:00
Howard Chu
71d439aba7 Use "pcache" dynamic debug level 2006-02-02 08:31:15 +00:00