Pierangelo Masarati
22c45ec87b
couple of fixes
2002-04-29 20:36:04 +00:00
Pierangelo Masarati
d019bff7b8
First commit of Hallvard's backend documentation effort
...
Backend documentation patch, version 1
================
Most of this text is taken from OpenLDAP. The work of rewriting it
to manual pages is done by by Hallvard B. Furuseth and placed into
the public domain. This software is not subject to any license of
the University of Oslo.
================
Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
2002-04-29 20:24:29 +00:00
Howard Chu
5de276fa25
ITS#1749 added maxderefdepth, suffiaxalias, TLSCACertificatePath,
...
ucdata-path, moduleload, modulepath. sasl-external-x509dn-convert has
been deleted from the code.
2002-04-20 10:06:23 +00:00
Howard Chu
e265b47181
Comment out "logfile", its code is behind #ifdef NEW_LOGGING in config.c.
2002-04-20 09:23:19 +00:00
Howard Chu
5770a81595
ITS#1749 added "debug" description, commented out because it has no effect
...
without NEW_LOGGING. Added logfile.
2002-04-20 09:07:24 +00:00
Howard Chu
510f57c8dd
ITS#1749 added BDB options
2002-04-20 08:12:03 +00:00
Howard Chu
e94d18e501
DN consistency, lowercase, etc.
2002-04-20 07:44:02 +00:00
Howard Chu
45cac8e03f
Typos, slight rearrangement
2002-04-20 07:24:14 +00:00
Howard Chu
39ec9cf91b
ITS#1438 typos
2002-04-20 06:33:22 +00:00
Howard Chu
7abb4ee49f
ITS#1271 typos
2002-04-20 06:18:55 +00:00
Kurt Zeilenga
c90a10465e
Need to include <ldap_schema.h>.
2002-04-17 19:03:01 +00:00
Pierangelo Masarati
bd0fa7c579
document the -t switch
2002-04-15 19:18:54 +00:00
Kurt Zeilenga
fc71d62b92
trim finger from release
2002-04-15 18:14:02 +00:00
Pierangelo Masarati
d9748f0b06
updates SEE ALSO section
2002-04-13 15:08:03 +00:00
Pierangelo Masarati
4906410ca5
fix typo
2002-04-13 15:07:40 +00:00
Howard Chu
bf6fccd7bb
ITS#1740
2002-04-13 10:56:16 +00:00
Howard Chu
491c0f22e0
ITS#1735 fix typos
2002-04-11 07:39:51 +00:00
Pierangelo Masarati
4a8ab5dbf2
Mostly based on patches provided by Hallvard B. Furuseth
...
ITS#1677 - cast away const warnings
ITS#1678 - unsigned char args to ctype funcs
ITS#1682 - don't redefine ldap_debug
ITS#1683 - uninitialized vars
ITS#1703 - ldo_debug initialization
ITS#1705 - unsigned testing
ITS#1706 - socklen_t args
ITS#1719 - back-tcl update (other cleanups/fixes/improvements; yet untested)
ITS#1724 - integerNormalize/integerFilter/integerIndexer bugs
ITS#1725 - libdes not required
Implement back-null (/dev/null style backend)
Cleanup some misc warnings ("%lu" format, unused/uninitialized vars,
ambiguous operator precedence)
Kurt, please regenerate configure
2002-04-08 09:43:22 +00:00
Pierangelo Masarati
704ed641eb
allow attribute exclusion list in selective replica
2002-03-30 08:57:41 +00:00
Pierangelo Masarati
53e28a63a9
fix typo
2002-03-30 08:46:35 +00:00
Kurt Zeilenga
6440556956
finish zapping url_search
2002-03-29 21:06:31 +00:00
Kurt Zeilenga
dedb97ece8
A few updates
2002-03-26 19:04:09 +00:00
Kurt Zeilenga
95691dc8b4
ITS#1680: Fix idle timeout typo
2002-03-25 17:26:07 +00:00
Pierangelo Masarati
f11a682c6f
fix ITS#1668
2002-03-23 16:55:46 +00:00
Kurt Zeilenga
66f6ba4df9
Updates to reflect recent contributions
2002-03-04 18:50:38 +00:00
Kurt Zeilenga
e310bd0c86
obsoleted by smith-psearch
2002-03-01 20:31:15 +00:00
Kurt Zeilenga
aae22fbc61
Updates from -devel
2002-02-18 18:09:26 +00:00
Kurt Zeilenga
8cbb01f638
More
2002-02-18 18:05:11 +00:00
Kurt Zeilenga
cf3ddbe263
Misc updates
2002-02-18 18:02:26 +00:00
Kurt Zeilenga
409398ea2d
s/rootDSEfile/rootDSE/
2002-02-07 18:17:24 +00:00
Kurt Zeilenga
1808f5e28b
Add LDIFv1 "control" task
2002-02-02 20:30:31 +00:00
Kurt Zeilenga
6f6c0d73ce
Add autoconf update to TODO list (I'll likely have to do this myself)
...
Add shtool use to TODO list
2002-02-01 22:24:23 +00:00
Kurt Zeilenga
cb1b52101b
Add no-op control to list
2002-01-31 23:23:35 +00:00
Kurt Zeilenga
400af27afa
Add clarification to password-hash directive
2002-01-30 00:41:36 +00:00
Kurt Zeilenga
abf91ca1ff
Initial ldapcompare(1) implementation. Adapted from patch
...
submitted by Jeff Costlow <j.costlow@f5.com> (ITS#1560).
Portions:
Copyright 2002, F5 Networks, Inc, All rights reserved.
This software is not subject to any license of F5 Networks.
This is free software; you can redistribute and use it
under the same terms as OpenLDAP itself.
2002-01-29 07:33:11 +00:00
Kurt Zeilenga
ed070291e2
Misc updates
2002-01-27 20:08:49 +00:00
Howard Chu
7f68a95bac
Added TLSVerifyClient configuration notes
2002-01-27 04:49:32 +00:00
Kurt Zeilenga
d28c4af9b3
Add language tag/range option I-D
2002-01-27 00:14:23 +00:00
Howard Chu
5d927e7bb2
More updates. Need to add lber-sockbuf.3 ...
2002-01-25 12:34:57 +00:00
Kurt Zeilenga
a119d25a2d
Misc updates
2002-01-20 03:32:48 +00:00
Howard Chu
916dec0d79
Mostly up to date.
2002-01-20 01:10:51 +00:00
Kurt Zeilenga
7ac207dc05
rm noautosubtypes
2002-01-15 02:47:06 +00:00
Howard Chu
b17f72ef8a
More updates
2002-01-13 14:45:29 +00:00
Howard Chu
0e847131e0
Minor updates, mention extended requests, server and client controls.
...
Please review and comment.
2002-01-13 12:55:55 +00:00
Kurt Zeilenga
fda6569ae0
Fix grammar errors
2002-01-13 02:56:36 +00:00
Kurt Zeilenga
b5b198535c
Misc updates to the todo list
2002-01-12 04:14:32 +00:00
Howard Chu
93d9a11089
Mention that objectClass names are valid in the attrs=<attrlist> clause.
2002-01-10 10:02:51 +00:00
Kurt Zeilenga
879733f9f7
Trim some old/experimental RFCs
2002-01-05 02:40:10 +00:00
Kurt Zeilenga
0e2af54a3f
Update copyright statements
2002-01-04 21:17:25 +00:00
Kurt Zeilenga
3c415e0807
Refer to ldap_get/set_option, not ld_errno
2002-01-04 19:20:33 +00:00