Commit Graph

94 Commits

Author SHA1 Message Date
Kurt Zeilenga
11a245d748 TLS should refer to 2830 2001-06-18 23:40:45 +00:00
Kurt Zeilenga
3512942da1 Add authpassword task 2001-06-14 23:50:05 +00:00
Kurt Zeilenga
b8975f565e Update ud todo items 2001-06-14 05:47:02 +00:00
Kurt Zeilenga
3db30340b7 Add reference to developer's list 2001-06-08 01:38:40 +00:00
Kurt Zeilenga
a47496b912 No individual contacts are provided, so update text 2001-06-08 01:37:21 +00:00
Kurt Zeilenga
04911120c2 Misc updates 2001-06-06 21:55:44 +00:00
Kurt Zeilenga
076c3351e4 Add a couple of controls to the TODO list 2001-05-13 19:25:03 +00:00
Kurt Zeilenga
76673100c0 Misc updates to the TODO list 2001-05-13 19:24:02 +00:00
Kurt Zeilenga
e3f81de77e reserve -V for version information 2001-01-20 01:16:19 +00:00
Kurt Zeilenga
05de439349 Misc updates 2001-01-12 04:20:09 +00:00
Kurt Zeilenga
5082731e24 Add UTF-8 wc/mb conversion routines contributed by Novell.
/******************************************************************************
 * Copyright (C) 1999, 2000 Novell, Inc. All Rights Reserved.
 *
 * THIS WORK IS SUBJECT TO U.S. AND INTERNATIONAL COPYRIGHT LAWS AND
 * TREATIES. USE, MODIFICATION, AND REDISTRIBUTION OF THIS WORK IS SUBJECT
 * TO VERSION 2.0.1 OF THE OPENLDAP PUBLIC LICENSE, A COPY OF WHICH IS
 * AVAILABLE AT HTTP://WWW.OPENLDAP.ORG/LICENSE.HTML OR IN THE FILE "LICENSE"
 * IN THE TOP-LEVEL DIRECTORY OF THE DISTRIBUTION. ANY USE OR EXPLOITATION
 * OF THIS WORK OTHER THAN AS AUTHORIZED IN VERSION 2.0.1 OF THE OPENLDAP
 * PUBLIC LICENSE, OR OTHER PRIOR WRITTEN CONSENT FROM NOVELL, COULD SUBJECT
 * THE PERPETRATOR TO CRIMINAL AND CIVIL LIABILITY.
 ******************************************************************************/
2000-12-28 02:20:37 +00:00
Kurt Zeilenga
246578b950 Update with latest needs 2000-10-11 18:01:40 +00:00
Kurt Zeilenga
cd89917abb Add ud(1) and saucer(1) projects 2000-09-03 00:43:46 +00:00
Kurt Zeilenga
5361dbe52c Allocate -H for URI specification
Clarify use of other flags
2000-08-25 02:10:14 +00:00
Kurt Zeilenga
075bc82afe Trim 2000-08-23 00:39:12 +00:00
Kurt Zeilenga
46f44e760b Misc updates 2000-08-23 00:37:25 +00:00
Kurt Zeilenga
5cb06787f9 Fix up rcsid 2000-07-29 03:15:58 +00:00
Kurt Zeilenga
f4f2d7eb38 Update API tasks 2000-07-28 00:41:35 +00:00
Kurt Zeilenga
14a9c07363 Clients now sasl aware 2000-07-28 00:40:20 +00:00
Kurt Zeilenga
e82c3ff6b2 Update args based upon latest SASL usage 2000-07-19 01:19:06 +00:00
Kurt Zeilenga
600c696332 Drop a number of projects... 2000-07-19 01:16:17 +00:00
Kurt Zeilenga
d18737073c Update args based upon intended SASL usage 2000-07-16 00:51:44 +00:00
Kurt Zeilenga
d2b05a3858 Rework SASL command line arguments. Default is now to authenticate
using best available mechanism.  (authzid prompting to be disabled)
To use simple bind, -x is required (implied if -P 2) with -D/-[Ww]
To use simple "anonymous" bind, just -x will do.
2000-07-15 23:25:46 +00:00
Kurt Zeilenga
5fc22599e2 Update SASL code to reuse context through life of session.
Replace 'negotiated' with 'interactive' bind
Add hooks for SASL/EXTERNAL
Disable SASL security layers
Rework SASL command line and config file parameters
2000-07-13 22:54:38 +00:00
Kurt Zeilenga
9e70f92e69 Add SASL projects 2000-07-06 00:18:41 +00:00
Kurt Zeilenga
aa0067bc50 Misc doc updates 2000-07-04 21:42:11 +00:00
Kurt Zeilenga
a0a1c3af3f Add SLURPD v3 updates project: use v3 bind and manageDSAit 2000-06-25 20:23:23 +00:00
Kurt Zeilenga
15c403bd15 -C/-R changes 2000-06-25 20:22:59 +00:00
Kurt Zeilenga
5f20cf1ed5 Modify ldapsearch(1) significantly. Now handles LDAPv3 search
references, extended results, and extended partial results.  LDIF
extended to support these new features and reported version 2.
-L now limits output to LDIFv1 for compatibility reasons.  No
-L is now LDIFv2.  Old alternative form is no longer supported.

Use LDAP_TMPDIR (in ldap_config.h) instead of hardcoded /tmp
Use LDAP_FILE_URI_PREFIX (in ldap_config.h) instead of hardcoded
	file://tmp/
2000-06-25 00:35:17 +00:00
Kurt Zeilenga
5a1afa2edf Minor updates 2000-06-19 16:16:38 +00:00
Kurt Zeilenga
3ece90666f A few misc updates 2000-06-16 07:32:19 +00:00
Kurt Zeilenga
d7301c1b57 Add backend updates to todo list 2000-06-13 21:14:24 +00:00
Kurt Zeilenga
271978b476 Add more tests to tests project 2000-05-30 22:09:00 +00:00
Kurt Zeilenga
3283844ca6 Add TLS SASL/EXTERNAL project
Add subtype/subclassing tests to test suite project
2000-05-30 21:39:07 +00:00
Kurt Zeilenga
9f5b0cde20 Clarify deprecated API task... it's _ext API use we're after. 2000-05-30 11:01:09 +00:00
Kurt Zeilenga
f635dd0c81 Remove BDB3 project, thanks Gary
Move about and clarify other projects
2000-05-29 17:11:43 +00:00
Kurt Zeilenga
c48155a139 Add a couple of simple projects for those wanting to learn
SLAPD internals
	rootdse,cn=schema compare
	rootdse user configurable attributes (cn,description,seeAlso,etc)
2000-05-18 16:18:39 +00:00
Kurt Zeilenga
499c6f2134 Add LDBM BerkeleyDB3 project 2000-05-16 00:59:02 +00:00
Kurt Zeilenga
07826e4d4c Add IPv6/IPSEC project (volunteers welcomed) 2000-05-09 18:48:03 +00:00
Kurt Zeilenga
2783decefa update based upon latest changes and thoughts 2000-05-03 18:58:20 +00:00
Kurt Zeilenga
b861be0ffd Done did hashed password generation (via extend op) 2000-05-03 12:57:05 +00:00
Kurt Zeilenga
54f1ebafff Add description of global command line arguments.... 2000-04-25 10:34:19 +00:00
Kurt Zeilenga
ae2ab4a1c2 Update as needed. 2000-04-25 10:33:34 +00:00
Kurt Zeilenga
0bad880b0b Add TLS/SASL flags 2000-04-12 00:03:07 +00:00
Kurt Zeilenga
4651956c51 Remove SASL/TLS integration projects from TODO as basic
code has been committed.
Add item to implement SASL/TLS to clients.
(This is not to imply that the code is complete)
2000-01-20 05:48:18 +00:00
Kurt Zeilenga
d61873e930 Add RCSid 2000-01-11 01:18:51 +00:00
Kurt Zeilenga
36b12c4633 Update todo to min req. 1999-12-19 02:56:30 +00:00
Kurt Zeilenga
f3808cea66 Add RSA ASN.1 guide 1999-12-12 02:44:03 +00:00
Kurt Zeilenga
041c1545e8 Update usage and man page. 1999-12-10 04:59:28 +00:00
Kurt Zeilenga
a0097fe1d9 Add table of command line arguments used by clients 1999-12-09 17:04:42 +00:00