Commit Graph

15472 Commits

Author SHA1 Message Date
Kurt Zeilenga
2761b06c58 ITS#4775: blind fix for buffer overflow condition in dead KrbIV code
(KrbIV code likely should be removed)
2006-12-12 14:18:54 +00:00
Kurt Zeilenga
1de2d92d8a terms and misc. cleanup 2006-12-10 01:29:13 +00:00
Kurt Zeilenga
532c95fb6e cleanup 2006-12-10 01:28:39 +00:00
Kurt Zeilenga
7cc734e529 Misc updates (mostly terms) 2006-12-09 16:53:09 +00:00
Kurt Zeilenga
53704fe7f5 Misc updates 2006-12-09 16:52:05 +00:00
Kurt Zeilenga
3a37ec5a3c Disamgimuate {{SECT:Access Control}} links through renaming 2006-12-08 23:05:35 +00:00
Kurt Zeilenga
916ed340aa As support for the monitor backend is included by default,
the --enable-monitor steps are not needed.  Best just to
note this section assumes a default build and briefly note
requirements if built as a module.
Note that some example LDIFs don't include userApplications
attributes.
2006-12-08 20:09:35 +00:00
Kurt Zeilenga
d4e0934d45 Update intro part of this section 2006-12-08 19:46:49 +00:00
Kurt Zeilenga
ae8bba6f1e (ITS#4770) monitoringslapd.sdf patch from Gavin Henry 2006-12-08 17:18:37 +00:00
Kurt Zeilenga
4d1524e9c4 More term updates 2006-12-08 08:20:44 +00:00
Kurt Zeilenga
a7cd8f415b Misc updates 2006-12-08 05:53:30 +00:00
Kurt Zeilenga
f8b82bf988 Misc cleanup 2006-12-08 05:02:21 +00:00
Kurt Zeilenga
5673016d31 Trim some of the more obscure terms 2006-12-08 04:15:40 +00:00
Kurt Zeilenga
7dd76e8704 More slurpd changes 2006-12-08 03:21:10 +00:00
Kurt Zeilenga
b0b4cc35de Remove many (but not all) references to slurpd(8). 2006-12-08 03:17:38 +00:00
Kurt Zeilenga
80d74dc2cd Monitor attributes should have dSAOperation usage,
not directoryOperation usage.  Update test000 to
request return of only @monitor attributes.
2006-12-08 02:30:11 +00:00
Kurt Zeilenga
5e3303a6b7 More term updates 2006-12-08 01:57:07 +00:00
Kurt Zeilenga
912b24d1c7 Fix copyright year 2006-12-08 01:07:14 +00:00
Kurt Zeilenga
8744a3ed7a Misc updates 2006-12-07 21:50:15 +00:00
Kurt Zeilenga
a95f6581ca Misc product/org/term updates 2006-12-07 20:31:18 +00:00
Pierangelo Masarati
9fdb9b6e02 give cleanup another chance to free the temporary callback (ITS#4771) 2006-12-07 19:44:04 +00:00
Kurt Zeilenga
43b9ca76be Misc updates 2006-12-07 04:09:40 +00:00
Kurt Zeilenga
4ec6bf977d Expand glossary 2006-12-07 03:46:55 +00:00
Kurt Zeilenga
fd903656e2 Add in terms from FAQ 2006-12-07 03:39:10 +00:00
Kurt Zeilenga
b551b5dce9 Add glossary of terms 2006-12-07 03:26:45 +00:00
Kurt Zeilenga
8fb5687dd7 Don't suggest free by deprecated function. 2006-12-06 19:33:21 +00:00
Pierangelo Masarati
0b29856b16 don't use conditionals in macro arguments (ITS#4769) 2006-12-06 11:39:07 +00:00
Howard Chu
77ed3423b9 ITS#4767 fix bdb_add / translucent interaction 2006-12-04 22:06:58 +00:00
Pierangelo Masarati
5a000a9b91 fix warnings after previous commit 2006-12-04 00:11:12 +00:00
Pierangelo Masarati
0a94c35c14 don't keep searching referrals... 2006-12-03 21:37:40 +00:00
Pierangelo Masarati
dd5e44d496 make sure -i propagates correctly 2006-12-03 21:34:24 +00:00
Pierangelo Masarati
a76b702d4c fix request/result abandon 2006-12-03 20:56:25 +00:00
Pierangelo Masarati
dbe9a54ec0 document -I switch 2006-12-03 20:55:52 +00:00
Pierangelo Masarati
c89d0db64f fix deadlock in case of bind error; propagate error as appropriate 2006-12-02 17:09:20 +00:00
Pierangelo Masarati
41c4afb331 improve error message 2006-12-02 16:17:01 +00:00
Pierangelo Masarati
e73ce756cc fix DN (and berval'ued items requiring) normalization in bindconf_parse (ITS#4766) 2006-12-02 16:13:25 +00:00
Pierangelo Masarati
19dabd2fa8 complain if instantiated outside of a database definition 2006-12-02 10:42:42 +00:00
Pierangelo Masarati
78af5454d2 use case consistent with RFCs (ITS#4764) 2006-12-02 10:30:29 +00:00
Pierangelo Masarati
2e4ab03f1f revert -I for slapd-bind 2006-12-02 10:25:56 +00:00
Howard Chu
c8a000cb7b ITS#4765 init slap_daemon.sd_actives 2006-12-01 15:02:14 +00:00
Howard Chu
43f0177a08 Fix prev commit, attrs_dup left a_desc uninit'd 2006-12-01 15:00:10 +00:00
Howard Chu
eb47d50da7 Tweak bei_state so cache_lru_add doesn't ever try to free just-added
entries. This allows us to use the frontend's entry directly instead
of having to entry_dup it before adding to the cache.
2006-12-01 14:48:38 +00:00
Howard Chu
7540751392 ITS#4723 add CRYPTO_set_id_callback 2006-11-30 06:37:12 +00:00
Howard Chu
b79d63516d Rewrite attrs_dup with attrs_alloc.
Add new entry_dup_bv that dups an entry in a single malloc. Leave it
unused for now; faster but consumes more heap.
2006-11-30 06:03:56 +00:00
Howard Chu
2a9afa55a7 Avoid unnecessary calls to oc_bvfind 2006-11-27 19:59:59 +00:00
Howard Chu
3711183610 Skip checkpoint call if size was not specified - defer time-based
checkpoints to the runq job
2006-11-27 19:54:04 +00:00
Howard Chu
c812e3fdf1 Fix modify ops 2006-11-27 19:15:28 +00:00
Howard Chu
2ccecba836 URL with authority spec must use absolute path 2006-11-27 19:03:59 +00:00
Howard Chu
e7be7301c2 allow file: URLs without authority spec. 2006-11-27 18:59:46 +00:00
Howard Chu
9446f8554b define LDIF_MAXLINE instead of using BUFSIZ 2006-11-27 18:59:04 +00:00