]> git.sur5r.net Git - openldap/log
openldap
22 years agoRe: PRIVATE: Patch: Passwords (ITS#1740)
Kurt Zeilenga [Mon, 22 Apr 2002 17:31:16 +0000 (17:31 +0000)]
Re: PRIVATE: Patch: Passwords  (ITS#1740)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.

22 years agoITS#1749 added some descriptions for fetch, rewrite, rlookups, modules,
Howard Chu [Sat, 20 Apr 2002 10:24:24 +0000 (10:24 +0000)]
ITS#1749 added some descriptions for fetch, rewrite, rlookups, modules,
ldbm api/types

22 years agoITS#1749 added maxderefdepth, suffiaxalias, TLSCACertificatePath,
Howard Chu [Sat, 20 Apr 2002 10:06:23 +0000 (10:06 +0000)]
ITS#1749 added maxderefdepth, suffiaxalias, TLSCACertificatePath,
ucdata-path, moduleload, modulepath. sasl-external-x509dn-convert has
been deleted from the code.

22 years agoComment out "logfile", its code is behind #ifdef NEW_LOGGING in config.c.
Howard Chu [Sat, 20 Apr 2002 09:23:19 +0000 (09:23 +0000)]
Comment out "logfile", its code is behind #ifdef NEW_LOGGING in config.c.

22 years agoITS#1749 added "debug" description, commented out because it has no effect
Howard Chu [Sat, 20 Apr 2002 09:07:24 +0000 (09:07 +0000)]
ITS#1749 added "debug" description, commented out because it has no effect
without NEW_LOGGING. Added logfile.

22 years agoITS#1749 added BDB options
Howard Chu [Sat, 20 Apr 2002 08:12:03 +0000 (08:12 +0000)]
ITS#1749 added BDB options

22 years agoDN consistency, lowercase, etc.
Howard Chu [Sat, 20 Apr 2002 07:44:02 +0000 (07:44 +0000)]
DN consistency, lowercase, etc.

22 years agoTypos, slight rearrangement
Howard Chu [Sat, 20 Apr 2002 07:24:14 +0000 (07:24 +0000)]
Typos, slight rearrangement

22 years agoITS#1438 typos
Howard Chu [Sat, 20 Apr 2002 06:33:22 +0000 (06:33 +0000)]
ITS#1438 typos

22 years agoITS#1271 typos
Howard Chu [Sat, 20 Apr 2002 06:18:55 +0000 (06:18 +0000)]
ITS#1271 typos

22 years agoPatch for ITS# 1643
Jong Hyuk Choi [Fri, 19 Apr 2002 21:41:32 +0000 (21:41 +0000)]
Patch for ITS# 1643

22 years agoAdding support for compatibility decomposition to ucdata lib, and switch
Stig Venaas [Fri, 19 Apr 2002 12:59:57 +0000 (12:59 +0000)]
Adding support for compatibility decomposition to ucdata lib, and switch
from NFC to NFKC in UTF8bvnormalize() and UTF8bvnormcmp()

22 years agoIn ldap_int_tls_start, authid is very temporary, not const.
Howard Chu [Fri, 19 Apr 2002 04:35:16 +0000 (04:35 +0000)]
In ldap_int_tls_start, authid is very temporary, not const.

22 years agoPut dnX509 normalizers behind #ifdef HAVE_TLS
Howard Chu [Fri, 19 Apr 2002 01:25:15 +0000 (01:25 +0000)]
Put dnX509 normalizers behind #ifdef HAVE_TLS

22 years agoBlind commit:
Kurt Zeilenga [Thu, 18 Apr 2002 19:28:26 +0000 (19:28 +0000)]
Blind commit:
Re: Untested patch: back-tcl used wrong types  (ITS#1719)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

> I turned it into an automatic variable.

...and used a variable-length array.  That's a gcc extension, it is not
in ANSI C89.  (It is in C99 though.)  You seem to be compiling without
-pedantic:-)  Anyway, here is a patch to turn it back into ch_malloc(),
plus some README fixes

22 years agoFix memory leak in previous commit
Howard Chu [Thu, 18 Apr 2002 16:02:02 +0000 (16:02 +0000)]
Fix memory leak in previous commit

22 years agoFix memory leak in previous commit
Howard Chu [Thu, 18 Apr 2002 15:55:05 +0000 (15:55 +0000)]
Fix memory leak in previous commit

22 years ago Added ldap_X509dn2bv()
Howard Chu [Thu, 18 Apr 2002 12:29:30 +0000 (12:29 +0000)]
  Added ldap_X509dn2bv()
  deleted ldap_pvt_tls_get_peer()
  changed ldap_pvt_tls_get_peer_dn() to use ldap_X509dn2bv()
  added ldap_pvt_tls_get_my_dn()

22 years agodeleted sasl_external_x509dn_convert; X509 DNs are always converted to
Howard Chu [Thu, 18 Apr 2002 12:26:36 +0000 (12:26 +0000)]
deleted sasl_external_x509dn_convert; X509 DNs are always converted to
normalized LDAP DNs now.

Changed dnDCEnormalize to dnX509normalize, added dnX509peerNormalize,
based on new ldap_X509dn2bv() etc.

22 years agoFix slap_bv2ad initializing with wrong bv_len
Howard Chu [Thu, 18 Apr 2002 12:21:33 +0000 (12:21 +0000)]
Fix slap_bv2ad initializing with wrong bv_len

22 years agoFix warnings from sasl_errdetail
Howard Chu [Thu, 18 Apr 2002 12:20:55 +0000 (12:20 +0000)]
Fix warnings from sasl_errdetail

22 years agoAdditional error reporting for Cyrus SASL 2. Attempt to get SASL-EXTERNAL
Howard Chu [Thu, 18 Apr 2002 00:48:36 +0000 (00:48 +0000)]
Additional error reporting for Cyrus SASL 2. Attempt to get SASL-EXTERNAL
working ifor Cyrus 2. (Both GSSAPI and EXTERNAL are broken at the moment.)

22 years agoDelete more unused code, no need to fetch REALM in slap_sasl_bind
Howard Chu [Wed, 17 Apr 2002 19:47:34 +0000 (19:47 +0000)]
Delete more unused code, no need to fetch REALM in slap_sasl_bind

22 years agoNeed to include <ldap_schema.h>.
Kurt Zeilenga [Wed, 17 Apr 2002 19:03:01 +0000 (19:03 +0000)]
Need to include <ldap_schema.h>.

22 years agoFix ssf declaration
Kurt Zeilenga [Wed, 17 Apr 2002 17:56:30 +0000 (17:56 +0000)]
Fix ssf declaration

22 years agoNEW_LOGGING bugs (ITS#1730)
Kurt Zeilenga [Wed, 17 Apr 2002 17:54:52 +0000 (17:54 +0000)]
NEW_LOGGING bugs  (ITS#1730)
Here a patch for another:  A spurious `"' in back-ldbm.
From Hallvard.

22 years agoMore SASL DN simplification. No more "dn:" prefix used anywhere internally.
Howard Chu [Wed, 17 Apr 2002 07:56:46 +0000 (07:56 +0000)]
More SASL DN simplification. No more "dn:" prefix used anywhere internally.

22 years agoAdded LDAP_LOG Messages
Julius Enarusai [Tue, 16 Apr 2002 20:11:09 +0000 (20:11 +0000)]
Added LDAP_LOG Messages

22 years agoAdded LDAP_LOG Messages
Julius Enarusai [Tue, 16 Apr 2002 19:23:49 +0000 (19:23 +0000)]
Added LDAP_LOG Messages

22 years agoHallvard B. Furuseth's patch for cache lock and mutex
Jong Hyuk Choi [Tue, 16 Apr 2002 14:03:13 +0000 (14:03 +0000)]
Hallvard B. Furuseth's patch for cache lock and mutex

22 years agoITS#818, ITS#980, ITS#1234 ldapsearch/referral hang - set refer_cnt to 0
Howard Chu [Tue, 16 Apr 2002 12:53:13 +0000 (12:53 +0000)]
ITS#818, ITS#980, ITS#1234 ldapsearch/referral hang - set refer_cnt to 0
after v3refs have been chased. They are fully processed by the time we get
back, so we should just return the current result message to the caller.

22 years agoITS#1712, rewritten dn_openssl2ldap(). Added dnDCEnormalize(), used by
Howard Chu [Tue, 16 Apr 2002 08:46:25 +0000 (08:46 +0000)]
ITS#1712, rewritten dn_openssl2ldap(). Added dnDCEnormalize(), used by
dn_openssl2ldap() and sasl_external_x509dn_convert. Fixed realm handling
for foreign Kerberos realms embedded in usernames.

22 years agocorrect sponsor name
Luke Howard [Tue, 16 Apr 2002 05:36:22 +0000 (05:36 +0000)]
correct sponsor name

22 years agoAdd "nentries" to send_search_result() Statslog message. Suggested
Howard Chu [Tue, 16 Apr 2002 04:58:41 +0000 (04:58 +0000)]
Add "nentries" to send_search_result() Statslog message. Suggested
by ITS#1360.

22 years agoITS#1646
Luke Howard [Tue, 16 Apr 2002 04:25:44 +0000 (04:25 +0000)]
ITS#1646

22 years agoITS#1720 chk_sasl for Cyrus SASL 2
Howard Chu [Tue, 16 Apr 2002 04:05:51 +0000 (04:05 +0000)]
ITS#1720 chk_sasl for Cyrus SASL 2

22 years agoITS#1659 - forgot to define n_a
Luke Howard [Tue, 16 Apr 2002 04:04:40 +0000 (04:04 +0000)]
ITS#1659 - forgot to define n_a

22 years agoITS#1659: s/na/n_a/
Luke Howard [Tue, 16 Apr 2002 03:59:22 +0000 (03:59 +0000)]
ITS#1659: s/na/n_a/

22 years agoITS#1729, #1659
Luke Howard [Tue, 16 Apr 2002 03:58:21 +0000 (03:58 +0000)]
ITS#1729, #1659

22 years agoITS#1729
Luke Howard [Tue, 16 Apr 2002 03:56:23 +0000 (03:56 +0000)]
ITS#1729

22 years agoITS#1676
Luke Howard [Tue, 16 Apr 2002 03:51:51 +0000 (03:51 +0000)]
ITS#1676

22 years agoITS#1659
Luke Howard [Tue, 16 Apr 2002 03:47:39 +0000 (03:47 +0000)]
ITS#1659

22 years agoPatch: aclparse.c bugs (ITS#1752)
Kurt Zeilenga [Mon, 15 Apr 2002 20:44:05 +0000 (20:44 +0000)]
Patch: aclparse.c bugs  (ITS#1752)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

Bug fixes:
- acl_regex_normalized_dn(pattern):
  * used pattern->bv_len even though it claimed not to,
  * would walk past the end of strings that ended (incorrectly)
    with a single '\'.
- style=regex checked for "^.*$$" twice but not for "^.*$".
- the code did not notice if dnNormalize2() failed, and would
  (at least in one case) treat a bad DN as '*'.
Some cleanup:
- changed regtest() to return void, since the return value was unused.
- changed acl_regex_normalized_dn() to take a string input argument
  instead of a half-filled berval, it looks saner that way.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.

22 years agoRe: Patch: ctype functions require 'unsigned char' args (ITS#1678)
Kurt Zeilenga [Mon, 15 Apr 2002 20:42:42 +0000 (20:42 +0000)]
Re: Patch: ctype functions require 'unsigned char' args  (ITS#1678)

================
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.

22 years agoAdded LDAP_LOG Messages
Julius Enarusai [Mon, 15 Apr 2002 20:40:15 +0000 (20:40 +0000)]
Added LDAP_LOG Messages

22 years agoPatch: ucdata 2.4 bugs (ITS#1751)
Kurt Zeilenga [Mon, 15 Apr 2002 20:39:22 +0000 (20:39 +0000)]
Patch: ucdata 2.4 bugs  (ITS#1751)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

ucgendat.c accessed unallocated memory when i == ncodes_size.

The changes others are trivial, I just include them since I'm patching
ucdata anyway:

ucdata.c   had some pointless '0 <= unsigned' comparisons.

ucstr.c    assigned a long* to an unsigned long*.  Since malloc()
           returns void*, the result need not be cast at all.

I'll send the ucgendat.c and ucdata.c patches to Mark Leisher
<mleisher@crl.nmsu.edu>.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.

22 years agoAdded LDAP_LOG Messages
Julius Enarusai [Mon, 15 Apr 2002 20:28:16 +0000 (20:28 +0000)]
Added LDAP_LOG Messages

22 years agoAdded LDAP_LOG Messages
Julius Enarusai [Mon, 15 Apr 2002 20:18:47 +0000 (20:18 +0000)]
Added LDAP_LOG Messages

22 years agoAdded LDAP_LOG Messages
Julius Enarusai [Mon, 15 Apr 2002 20:05:06 +0000 (20:05 +0000)]
Added LDAP_LOG Messages

22 years agoAdded LDAP_LOG Messages
Julius Enarusai [Mon, 15 Apr 2002 19:37:49 +0000 (19:37 +0000)]
Added LDAP_LOG Messages

22 years agodocument the -t switch
Pierangelo Masarati [Mon, 15 Apr 2002 19:18:54 +0000 (19:18 +0000)]
document the -t switch

22 years agoAdded LDAP_LOG Messages
Julius Enarusai [Mon, 15 Apr 2002 19:16:32 +0000 (19:16 +0000)]
Added LDAP_LOG Messages

22 years agoAdded LDAP_LOG Messages
Julius Enarusai [Mon, 15 Apr 2002 18:59:20 +0000 (18:59 +0000)]
Added LDAP_LOG Messages

22 years agoPatch: Escape character troubles (ITS#1753)
Kurt Zeilenga [Mon, 15 Apr 2002 18:29:39 +0000 (18:29 +0000)]
Patch: Escape character troubles  (ITS#1753)

================
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.

22 years agotrim finger from release
Kurt Zeilenga [Mon, 15 Apr 2002 18:14:02 +0000 (18:14 +0000)]
trim finger from release

22 years agoTrim finger from HEAD
Kurt Zeilenga [Mon, 15 Apr 2002 18:12:42 +0000 (18:12 +0000)]
Trim finger from HEAD

22 years agoAdded LDAP_LOG messages
Julius Enarusai [Mon, 15 Apr 2002 17:57:44 +0000 (17:57 +0000)]
Added LDAP_LOG messages

22 years agoadd '-t' switch for clean config check; cleanup usage() messages
Pierangelo Masarati [Mon, 15 Apr 2002 17:32:08 +0000 (17:32 +0000)]
add '-t' switch for clean config check; cleanup usage() messages

22 years agoAlign --help
Kurt Zeilenga [Mon, 15 Apr 2002 17:17:34 +0000 (17:17 +0000)]
Align --help

22 years agoFix include order
Kurt Zeilenga [Mon, 15 Apr 2002 16:45:02 +0000 (16:45 +0000)]
Fix include order

22 years agoconcurrent cache access: separation of cache lock (reader/writer) and lru lock (mutex)
Jong Hyuk Choi [Mon, 15 Apr 2002 16:40:04 +0000 (16:40 +0000)]
concurrent cache access: separation of cache lock (reader/writer) and lru lock (mutex)

22 years agoFix name canonicalization and authorization for Cyrus SASL 2.x
Howard Chu [Sun, 14 Apr 2002 04:27:46 +0000 (04:27 +0000)]
Fix name canonicalization and authorization for Cyrus SASL 2.x

22 years agoPrevious commit included undesired changes.
Howard Chu [Sun, 14 Apr 2002 04:15:17 +0000 (04:15 +0000)]
Previous commit included undesired changes.

22 years agoFix previous commit, == instead of !=
Howard Chu [Sat, 13 Apr 2002 17:27:02 +0000 (17:27 +0000)]
Fix previous commit, == instead of !=

22 years agoupdates SEE ALSO section
Pierangelo Masarati [Sat, 13 Apr 2002 15:08:03 +0000 (15:08 +0000)]
updates SEE ALSO section

22 years agofix typo
Pierangelo Masarati [Sat, 13 Apr 2002 15:07:40 +0000 (15:07 +0000)]
fix typo

22 years agoITS#1740
Howard Chu [Sat, 13 Apr 2002 10:56:16 +0000 (10:56 +0000)]
ITS#1740

22 years agofix: changing bdb_cache_return_entry_w() to bdb_cache_return_entry_r()
Jong Hyuk Choi [Thu, 11 Apr 2002 23:17:36 +0000 (23:17 +0000)]
fix: changing bdb_cache_return_entry_w() to bdb_cache_return_entry_r()

22 years agoFix ITS#1722 - IPv4 addresses also need to be massaged for sasl_server_new.
Howard Chu [Thu, 11 Apr 2002 10:04:29 +0000 (10:04 +0000)]
Fix ITS#1722 - IPv4 addresses also need to be massaged for sasl_server_new.

22 years agoITS#1727 return allids on unknown filters to allow extended filtering
Howard Chu [Thu, 11 Apr 2002 08:59:30 +0000 (08:59 +0000)]
ITS#1727 return allids on unknown filters to allow extended filtering

22 years agoITS#1734 return error on bad config file
Howard Chu [Thu, 11 Apr 2002 08:51:35 +0000 (08:51 +0000)]
ITS#1734 return error on bad config file

22 years agoITS#1732 signed/unsigned fixes
Howard Chu [Thu, 11 Apr 2002 08:47:37 +0000 (08:47 +0000)]
ITS#1732 signed/unsigned fixes

22 years agoITS#1732 signed/unsigned integers
Howard Chu [Thu, 11 Apr 2002 08:46:34 +0000 (08:46 +0000)]
ITS#1732 signed/unsigned integers

22 years agoITS#1733 eliminate o_abandonmutex
Howard Chu [Thu, 11 Apr 2002 08:08:42 +0000 (08:08 +0000)]
ITS#1733 eliminate o_abandonmutex

22 years agoITS#1733 eliminate o_abandonmutex
Howard Chu [Thu, 11 Apr 2002 08:03:40 +0000 (08:03 +0000)]
ITS#1733 eliminate o_abandonmutex

22 years agoITS#1570 - avoid overflowing array when dups are present in IDLs
Howard Chu [Thu, 11 Apr 2002 08:01:56 +0000 (08:01 +0000)]
ITS#1570 - avoid overflowing array when dups are present in IDLs

22 years agoITS#1735 unused conn.c_uthc_backend, include ldap_pvt.h
Howard Chu [Thu, 11 Apr 2002 07:42:57 +0000 (07:42 +0000)]
ITS#1735 unused conn.c_uthc_backend, include ldap_pvt.h

22 years agoITS#1735 fix typos
Howard Chu [Thu, 11 Apr 2002 07:39:51 +0000 (07:39 +0000)]
ITS#1735 fix typos

22 years agoITS#1736 slapd_shutdown can be unsigned
Howard Chu [Thu, 11 Apr 2002 07:28:30 +0000 (07:28 +0000)]
ITS#1736 slapd_shutdown can be unsigned

22 years agoITS#1613, call ldap_pvt_tls_init after config file is read. ldap.conf doesn't
Howard Chu [Thu, 11 Apr 2002 07:04:12 +0000 (07:04 +0000)]
ITS#1613, call ldap_pvt_tls_init after config file is read. ldap.conf doesn't
get read until much later, too late for TLS_RANDFILE to be useful.

22 years agoAdded/Updated LDAP_LOG messages
Julius Enarusai [Wed, 10 Apr 2002 22:17:09 +0000 (22:17 +0000)]
Added/Updated LDAP_LOG messages

22 years agoAdded/Updated LDAP_LOG messages
Julius Enarusai [Wed, 10 Apr 2002 22:10:22 +0000 (22:10 +0000)]
Added/Updated LDAP_LOG messages

22 years agoSLAP_OP_LAST dependent code needs to be behind SLAP_MONITOR
Kurt Zeilenga [Tue, 9 Apr 2002 23:54:45 +0000 (23:54 +0000)]
SLAP_OP_LAST dependent code needs to be behind SLAP_MONITOR

22 years agoRebuild for ando
Kurt Zeilenga [Tue, 9 Apr 2002 17:27:02 +0000 (17:27 +0000)]
Rebuild for ando

22 years agoITS#1681 - detect bad filter in slap_parseURI() - from Hallvard Furuseth
Howard Chu [Tue, 9 Apr 2002 10:41:15 +0000 (10:41 +0000)]
ITS#1681 - detect bad filter in slap_parseURI() - from Hallvard Furuseth

22 years agodon't count operations per request if back-monitor is not built
Pierangelo Masarati [Mon, 8 Apr 2002 19:13:13 +0000 (19:13 +0000)]
don't count operations per request if back-monitor is not built

22 years ago... and log initiated/completed operations divided per request
Pierangelo Masarati [Mon, 8 Apr 2002 18:41:47 +0000 (18:41 +0000)]
... and log initiated/completed operations divided per request

22 years agocount initiated/completed operations divided per request
Pierangelo Masarati [Mon, 8 Apr 2002 18:41:15 +0000 (18:41 +0000)]
count initiated/completed operations divided per request

22 years agoITS#1730
Pierangelo Masarati [Mon, 8 Apr 2002 18:39:23 +0000 (18:39 +0000)]
ITS#1730

22 years agouse BVC() macro (changed in BER_BVC) to initialize constant bervals
Pierangelo Masarati [Mon, 8 Apr 2002 18:37:37 +0000 (18:37 +0000)]
use BVC() macro (changed in BER_BVC) to initialize constant bervals

22 years agoremoved default arguments from cpp-Files (to build on newer gcc)
Ralf Haferkamp [Mon, 8 Apr 2002 11:51:22 +0000 (11:51 +0000)]
removed default arguments from cpp-Files (to build on newer gcc)

22 years agouniform temporary buf sizes; use automatic buffers instead of heap
Pierangelo Masarati [Mon, 8 Apr 2002 11:09:34 +0000 (11:09 +0000)]
uniform temporary buf sizes; use automatic buffers instead of heap

22 years agoITS#1730 and completion of ITS#1701
Pierangelo Masarati [Mon, 8 Apr 2002 10:34:04 +0000 (10:34 +0000)]
ITS#1730 and completion of ITS#1701

22 years agoMostly based on patches provided by Hallvard B. Furuseth
Pierangelo Masarati [Mon, 8 Apr 2002 09:43:22 +0000 (09:43 +0000)]
Mostly based on patches provided by Hallvard B. Furuseth

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

22 years agofix ambiguous use of && and || (please check :)
Pierangelo Masarati [Sat, 6 Apr 2002 09:30:24 +0000 (09:30 +0000)]
fix ambiguous use of && and || (please check :)

22 years agoAdded LDAP_LOG messages
Julius Enarusai [Fri, 5 Apr 2002 18:38:59 +0000 (18:38 +0000)]
Added LDAP_LOG messages

22 years agoITS#1709 j was logged uninitialized
Howard Chu [Fri, 5 Apr 2002 06:55:25 +0000 (06:55 +0000)]
ITS#1709 j was logged uninitialized

22 years agoITS#1711 txn was uninitialized
Howard Chu [Fri, 5 Apr 2002 06:54:39 +0000 (06:54 +0000)]
ITS#1711 txn was uninitialized

22 years agoITS#1708 ldap_pvt_tls_sb_ctx() et al
Howard Chu [Fri, 5 Apr 2002 06:48:03 +0000 (06:48 +0000)]
ITS#1708 ldap_pvt_tls_sb_ctx() et al

22 years agoITS#1714 dn->bv_val malloc len+1
Howard Chu [Fri, 5 Apr 2002 06:34:15 +0000 (06:34 +0000)]
ITS#1714 dn->bv_val malloc len+1