- Apr 15, 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. ================ Here are fixes for more places where the argument to ctype.h functions should be in the range of `unsigned char'. Explanation of the last patch (to schema_init.c:bvcasechr()): TOLOWER() and TOUPPER() return values in the range of `unsigned char', but bvcasechr() then compares those values with a plain `char'. So I convert the return values from TOLOWER()/TOUPPER() to `char' first. Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 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. ================ maildap could address buf[-1] if len was < 2. REWRITE_SUBMATCH_ESCAPE is '%', not '\'. librewrite and saslautz could walk past the end of a string which ended with an escape character. Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
-
Kurt Zeilenga authored
-
- Apr 08, 2002
-
-
Pierangelo Masarati authored
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
-
- Mar 18, 2002
-
-
Howard Chu authored
an argv[] filtpattern will be larger than BUFSIZ.
-
- Mar 11, 2002
-
-
Kurt Zeilenga authored
-
- Feb 10, 2002
-
-
Kurt Zeilenga authored
s/-L.../libraries -lldap/.../libraries/libldap/libldap.la/
-
- Feb 08, 2002
-
-
Kurt Zeilenga authored
-
- Feb 06, 2002
-
-
Pierangelo Masarati authored
-
- Jan 31, 2002
-
-
Kurt Zeilenga authored
-
- Jan 30, 2002
-
-
Kurt Zeilenga authored
-
- Jan 29, 2002
-
-
Kurt Zeilenga authored
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.
-
- Jan 28, 2002
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Add no-op control (needs backend implementation) Updated modify password extended option API Kludged control infrastructure to support frontend only controls
-
- Jan 04, 2002
-
-
Kurt Zeilenga authored
-
- Dec 20, 2001
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 19, 2001
-
-
Kurt Zeilenga authored
-
- Dec 18, 2001
-
-
Howard Chu authored
-
Howard Chu authored
-
- Dec 17, 2001
-
-
Howard Chu authored
unused variable
-
Howard Chu authored
-
- Dec 12, 2001
-
-
Howard Chu authored
-
- Dec 09, 2001
-
-
Kurt Zeilenga authored
-
- Dec 07, 2001
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
in pathnames.
-
- Dec 06, 2001
-
-
Kurt Zeilenga authored
MSVC cannot build clients/ud because the symbol mkstemp is not found. Add tmpfile() support.
-
- Dec 05, 2001
-
-
Kurt Zeilenga authored
-
- Dec 02, 2001
-
-
Kurt Zeilenga authored
-
- Dec 01, 2001
-
-
Kurt Zeilenga authored
-
- Oct 27, 2001
-
-
Kurt Zeilenga authored
-
- Sep 29, 2001
-
-
Pierangelo Masarati authored
liberal treatment of trailing spaces in changetype and mod op lines in ldif files (needs -DLIBERAL_CHANGETYPE_MODOP)
-
- Sep 25, 2001
-
-
Kurt Zeilenga authored
-
- Sep 04, 2001
-
-
Kurt Zeilenga authored
-
- Aug 28, 2001
-
-
Kurt Zeilenga authored
-
- Jul 07, 2001
-
-
Kurt Zeilenga authored
-
- Jun 21, 2001
-
-
Kurt Zeilenga authored
-
- Jun 15, 2001
-
-
Kurt Zeilenga authored
-