Commit Graph

173 Commits

Author SHA1 Message Date
Kurt Zeilenga
02c206acd1 remove jail(2) todo, see ITS#4342 2006-01-16 06:21:26 +00:00
Kurt Zeilenga
7ab9775244 clarify SASLprep task 2005-12-23 23:53:02 +00:00
Kurt Zeilenga
192df412ac reserve -N for "disable SASLprep" future use 2005-12-23 23:49:48 +00:00
Kurt Zeilenga
cddae240b9 Add kqueue(2) support to slapd(8) 2005-10-17 21:32:33 +00:00
Pierangelo Masarati
4a223061ed allow abandon/cancel for all tools 2005-04-19 21:21:51 +00:00
Pierangelo Masarati
448fa12bc1 enable abandon/cancel in ldapsearch (ITS#3670) 2005-04-19 18:07:27 +00:00
Pierangelo Masarati
f2831a77c9 add tools arg description 2005-04-19 17:10:56 +00:00
Kurt Zeilenga
0dd113d3f0 Minor updates 2005-03-28 03:05:47 +00:00
Kurt Zeilenga
61567b2de9 Misc updates 2005-03-19 23:48:11 +00:00
Kurt Zeilenga
c951fda5a8 Add turn to list 2004-10-20 20:40:54 +00:00
Kurt Zeilenga
4c256c4181 jail(2) support would be nice... 2004-10-12 17:58:43 +00:00
Kurt Zeilenga
192e1da12e Misc updates 2004-08-30 03:02:40 +00:00
Kurt Zeilenga
cec8d2e8c7 misc updates 2004-06-16 22:10:34 +00:00
Kurt Zeilenga
87980d56b8 Component Matching is being worked, remove item.
Add LDIFv2 (XML) support item.
2004-06-15 23:39:22 +00:00
Kurt Zeilenga
35329394de Remove redundant material (ITS#3095) covered in main README 2004-04-16 18:11:15 +00:00
Kurt Zeilenga
818eba0db8 Add poll(2) project 2004-04-13 01:38:45 +00:00
Kurt Zeilenga
fd149ed4ec Minor updates 2004-04-07 00:48:29 +00:00
Kurt Zeilenga
abd39c093b Add references to new RFCs 2004-03-18 21:52:36 +00:00
Kurt Zeilenga
99b72e9cfa Add RFC3698 implementation to TODO 2004-03-18 21:41:21 +00:00
Kurt Zeilenga
e96063d9e8 minor updates 2003-12-07 07:38:07 +00:00
Kurt Zeilenga
5e11340ccf misc updates 2003-12-06 23:48:30 +00:00
Kurt Zeilenga
944f6a9903 Moved to servers/slurpd/NOTES 2003-11-26 18:19:22 +00:00
Kurt Zeilenga
e3a4c4ec9c Notice/Acknowledge updates 2003-11-26 02:58:56 +00:00
Kurt Zeilenga
d23516c6a2 Another round of minor tweaks 2003-11-24 20:29:21 +00:00
Kurt Zeilenga
9203182e74 Minor tweak 2003-11-24 19:37:36 +00:00
Kurt Zeilenga
80f0a62710 This file serves as a template for new files. 2003-11-24 19:23:13 +00:00
Kurt Zeilenga
dc3944b591 add a few misc projects 2003-10-18 22:16:13 +00:00
Kurt Zeilenga
86ebc402e1 Add native SASL support to do. 2003-10-06 17:26:29 +00:00
Kurt Zeilenga
b593522c11 Assertion control is now implemented 2003-06-23 17:57:38 +00:00
Kurt Zeilenga
92b99a4133 Add a few more "nice to haves" 2003-05-09 02:12:42 +00:00
Kurt Zeilenga
02028df6c6 Add additional password file support. 2003-03-31 06:29:59 +00:00
Kurt Zeilenga
85fe59c830 Misc updates 2003-02-10 20:33:49 +00:00
Kurt Zeilenga
b53eef9b81 -V updates 2003-01-20 21:16:58 +00:00
Kurt Zeilenga
3202e544e3 Added -V support 2003-01-20 20:50:15 +00:00
Kurt Zeilenga
01660fbdd9 Minor cleanup 2002-12-05 03:30:20 +00:00
Kurt Zeilenga
4a0bfbdd64 Add ldapwhoami/ldapcompre to flags map 2002-12-05 00:19:21 +00:00
Kurt Zeilenga
618877cd39 remove proxy authorization (as first-cut was committed) 2002-12-03 18:45:42 +00:00
Kurt Zeilenga
b41ab2502f Revamp TODO list a bit 2002-11-27 19:56:58 +00:00
Kurt Zeilenga
e27d7a0d5a Remove autoconf task, best left to a committer (or me) 2002-11-26 17:57:32 +00:00
Kurt Zeilenga
f72dbc212f forced change for testing 2002-10-26 02:58:31 +00:00
Kurt Zeilenga
1ca552dff7 Add DIT Structure Rules and Name Forms 2002-10-10 04:19:46 +00:00
Kurt Zeilenga
b67986cdde Format tweaks 2002-09-01 01:49:25 +00:00
Kurt Zeilenga
7901bc8f5b Reflect latest contributions 2002-09-01 01:47:59 +00:00
Kurt Zeilenga
d912c2c711 Rework client control parsing... need to implement
common controls across all tools.
2002-08-29 21:36:36 +00:00
Kurt Zeilenga
8de258d2e2 Patch: 'ldapmodify -y file' reads password from file (ITS#2031)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
            ================
Adapted by Kurt Zeilenga for inclusion in OpenLDAP.  My comments are
marked with enclosed with square brackets (e.g. [Kurt's comment] below.
            ================

If I run ldapmodify & co from a script, I don't want to use '-W password'
because the password shows up in the output of 'ps' for everyone,
and I can't pipe the password to 'ldapmodify -w' because -w uses
getpassphrase() which reads from the tty instead of stdin.
So I added '-y file' which reads the password from file.  The programs
exit if the file cannot be read.

[Complete contents of file is used as password.  Use:
	echo -n "secret" > password
to create a file with "secret" as the password.  The -n avoids
adding a newline (which would invalidate the password).  Note
that echo is a builtin and hence its arguments are not visible
to 'ps'.]

I changed ldapmodify, ldapmodrdn, ldapdelete, ldapsearch, ldapcompare.
I did not bother to change ldappasswd and ldapwhoami, because they
prompt for many passwords.  [I fixed up ldapwhoami.]

Rerun autoconf after applying this patch. [Done.]

Note:  I do not know if Windows NT has fstat(), so I set HAVE_FSTAT to
undef in portable.nt.  (fstat() is used to warn if the file is publicly
readable or writeable.)  [I used fstat() to set the buffer size to
read.]

[Note: using the contents of a file extends the tools to support
passwords which could not normally be provided using getpassphrase()
or via the command line.]

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, Aug 2002.
[Kurt D. Zeilenga <kurt@openldap.org>, Aug 2002.]
2002-08-24 05:47:17 +00:00
Kurt Zeilenga
1b6c3fc57f Add dumpasn1 logging to TODO. 2002-08-21 18:45:08 +00:00
Kurt Zeilenga
d945a5aed9 minor updates 2002-08-12 18:07:24 +00:00
Kurt Zeilenga
aab1f5b0a4 Minor updates 2002-08-05 20:05:25 +00:00
Kurt Zeilenga
3925c471f9 Reserve digit flags 2002-06-15 22:18:51 +00:00
Kurt Zeilenga
8aee3e5113 Add pointer to JLDAP TODO list 2002-06-12 16:32:29 +00:00