- Mar 18, 2005
-
-
Howard Chu authored
-
- Jan 01, 2005
-
-
Kurt Zeilenga authored
-
- Sep 28, 2004
-
-
Howard Chu authored
-
Howard Chu authored
-
- Mar 19, 2004
-
-
Howard Chu authored
forward-slash paths to Windows back-slash format.
-
- Mar 12, 2004
-
-
Pierangelo Masarati authored
-
- Mar 02, 2004
-
-
Howard Chu authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Dec 11, 2003
-
-
Howard Chu authored
-
- Nov 26, 2003
-
-
Kurt Zeilenga authored
-
- May 15, 2003
-
-
Pierangelo Masarati authored
-
- Apr 30, 2003
-
-
Howard Chu authored
-
- Mar 12, 2003
-
-
Howard Chu authored
-
- Mar 11, 2003
-
-
Howard Chu authored
schemes. Declarations in lutil.h require lutil.h never be included before lber.h, always after.
-
- Mar 03, 2003
-
-
Howard Chu authored
-
- Jan 03, 2003
-
-
Kurt Zeilenga authored
-
- Sep 10, 2002
-
-
Howard Chu authored
-
Howard Chu authored
-
- Aug 31, 2002
-
-
Pierangelo Masarati authored
-
- Aug 24, 2002
-
-
Kurt Zeilenga authored
================ 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.]
-
- Jul 27, 2002
-
-
Howard Chu authored
-
Howard Chu authored
Added lutil_gentime
-
- Jan 04, 2002
-
-
Kurt Zeilenga authored
-
- Dec 17, 2001
-
-
Howard Chu authored
-
- Dec 09, 2001
-
-
Kurt Zeilenga authored
-
- Dec 07, 2001
-
-
Howard Chu authored
-
- Jun 13, 2001
-
-
Kurt Zeilenga authored
with minor changes by committer --- Copyright 2001, 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.
-
- May 29, 2001
-
-
Kurt Zeilenga authored
-
- Oct 18, 2000
-
-
Kurt Zeilenga authored
-
- Oct 14, 2000
-
-
Kurt Zeilenga authored
-
- Jun 18, 2000
-
-
Kurt Zeilenga authored
macros into our namespace and limit use to headers. A subsequent round will add macros to separately handle forward declarations of variables from declaration of function prototypes. The last round will add additional macros for declaring actual variables and functions.
-
- May 13, 2000
-
-
Kurt Zeilenga authored
-
- May 10, 2000
-
-
Kurt Zeilenga authored
against Cyrus SASLdb. Like other cleartext mechanisms, should be protected from eavesdropping.
-
- Apr 25, 2000
-
-
Kurt Zeilenga authored
-
- Dec 13, 1999
-
-
Kurt Zeilenga authored
Add copyrights
-
- Dec 10, 1999
-
-
Kurt Zeilenga authored
Add controls to extended ops API signatures, need impl. Update password to support optional server side generation of new password, verification of old password, and changing of non-bound user's passwords.
-
- Dec 09, 1999
-
-
Kurt Zeilenga authored
Rework lutil_passwd routines to use struct berval instead of strings.
-
- Dec 08, 1999
-
-
Kurt Zeilenga authored
user password. Likely to be modified to use bind control instead. Use of modify deprecated in favor mechanisms that support passwords stored externally to the directory (such as in a SASL service). Modified slapd extended operation infrastructure to support backend provided extended operations.
-
- Nov 27, 1999
-
-
Howard Chu authored
-
- Nov 23, 1999
-
-
Kurt Zeilenga authored
-