From: Kurt Zeilenga Date: Thu, 18 Dec 2003 00:33:14 +0000 (+0000) Subject: Sync with HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_1_26~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3c0641d9f53e514866593e079234cef237d330;p=thirdparty%2Fopenldap.git Sync with HEAD --- diff --git a/doc/devel/args b/doc/devel/args index 276fccb1d2..a9dd91ebf7 100644 --- a/doc/devel/args +++ b/doc/devel/args @@ -35,9 +35,6 @@ ldapwhoami * DE**HI* *O QR UVWXYZ def*h** *n*p* vwxy * LDAPv3 Only - -x simple bind (not recommended excepting for - anonymous access, w/ -ZZ, or with ldaps://. - -M ManageDSAIT -Z StartTLS diff --git a/doc/devel/template.c b/doc/devel/template.c new file mode 100644 index 0000000000..28e028dd61 --- /dev/null +++ b/doc/devel/template.c @@ -0,0 +1,26 @@ +/* template.c -- example OpenLDAP source file */ +/* $OpenLDAP$ */ +/* This work is part of OpenLDAP Software . + * + * Copyright YEAR The OpenLDAP Foundation. + * Portions Copyright YEAR Secondary Rights Holder. + * Portions Copyright YEAR Another Rights Holder. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. + * + * A copy of this license is available in the file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . + */ +/* Additional (custom) notices (where necessary). + * Please consult Kurt Zeilenga before adding + * additional notices. + */ +/* ACKNOWLEDGEMENTS: + * This work was initially developed by Jane Doe for inclusion in + * OpenLDAP Software. Additional significant contributors include: + * John Doe + */ diff --git a/doc/devel/todo b/doc/devel/todo index d15d5ec34b..66e71b7a44 100644 --- a/doc/devel/todo +++ b/doc/devel/todo @@ -38,18 +38,19 @@ Implement LDAP sorted search results control Medium projects --------------- +Add DSML capabilities to command line tools Implement authPassword (RFC 3112) Implement DIT Structure Rules and Name Forms -Implement LDAP Assertion Control Implement LDAP Transactions extension +Implement native support for simple SASL mechanisms (e.g. EXTERNAL and PLAIN) Redesign slapd memory allocation fault handling Localize tools Small projects -------------- -Add DSML capabilities to command line tools Add dumpasn1 logging support +Implement LDAPprep and SASLprep Add tests to test suite Convert utfconv.txt into man page(s). Recode linked-list structs to use macros