Pierangelo Masarati
e437cfee54
document support for IPv6 in ACLs (ITS#4756)
2006-12-15 02:15:35 +00:00
Pierangelo Masarati
15d601e7bc
refine previous commit
2006-12-15 02:10:22 +00:00
Pierangelo Masarati
917fbf427a
make slap_sasl_open() comply with URL notation for IPv6 addresses
2006-12-15 02:01:58 +00:00
Pierangelo Masarati
5e3d7a55dc
rewrite chased DN according to referral's (ITS#4776)
2006-12-15 02:00:24 +00:00
Pierangelo Masarati
97e6225cc9
implement full IPv6 support in ACLs; use URL notation (as suggested by Howard) to disambiguate parsing (ITS#4756)
2006-12-15 01:11:11 +00:00
Pierangelo Masarati
3164c73276
fix misc. typos; note RFC 4370
2006-12-15 01:08:32 +00:00
Kurt Zeilenga
671dfc17e7
Rework chapter
2006-12-14 21:56:51 +00:00
Pierangelo Masarati
d29d83a80e
protect assertion behind mutex (test should be atomic anyway...)
2006-12-14 19:22:00 +00:00
Howard Chu
28a1868127
Eliminate redundant checks in try_read1msg
2006-12-14 10:02:14 +00:00
Howard Chu
157069fe91
ITS#4545 better fix. this code still needs cleaning up.
2006-12-14 06:58:57 +00:00
Howard Chu
4d9d4e2538
Fix connections_shutdown()
2006-12-14 02:12:39 +00:00
Howard Chu
98156da4af
ITS#4540 remove [optional] notation for syncrepl searchbase
2006-12-13 03:44:33 +00:00
Howard Chu
1f35a953a1
Remainder of fix for ITS#4615 - stop processing overlay stack at glue
...
boundary
2006-12-13 03:03:47 +00:00
Howard Chu
6350fad63f
ITS#4545 when referral chasing is off, complete the request
2006-12-13 00:36:12 +00:00
Howard Chu
69c4495bc2
ITS#4768 more be_add fallout
2006-12-12 21:00:12 +00:00
Howard Chu
10ec6feda5
ITS#4770 s/subentries/child entries/, use 3-level TOC
2006-12-12 20:55:50 +00:00
Howard Chu
871201e0d6
Fix prev commit
2006-12-12 20:04:44 +00:00
Howard Chu
73c2e093d4
ITS#4777 test delete of remote attribute
2006-12-12 20:00:43 +00:00
Howard Chu
499c9369e1
ITS#4777 fix modlist delete
2006-12-12 19:39:28 +00:00
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