]> git.ipfire.org Git - thirdparty/openldap.git/log
thirdparty/openldap.git
24 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

24 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

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

24 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

24 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)

24 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

24 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

24 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

24 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 :)

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

24 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

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

24 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

24 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

24 years agoITS#1716 is_entry_subentr/ies/y/
Howard Chu [Fri, 5 Apr 2002 06:28:52 +0000 (06:28 +0000)] 
ITS#1716 is_entry_subentr/ies/y/

24 years agoITS#1726, always use bdb_db_hash().
Howard Chu [Fri, 5 Apr 2002 05:59:04 +0000 (05:59 +0000)] 
ITS#1726, always use bdb_db_hash().

24 years agoChange slap_parseURI to use ldap_parse_url. Other struct berval changes.
Howard Chu [Fri, 5 Apr 2002 05:37:01 +0000 (05:37 +0000)] 
Change slap_parseURI to use ldap_parse_url. Other struct berval changes.

24 years agoChanged to use lower case for case folding
Stig Venaas [Thu, 4 Apr 2002 12:50:46 +0000 (12:50 +0000)] 
Changed to use lower case for case folding

24 years agouse ber_bvcmp where appropriate
Pierangelo Masarati [Wed, 3 Apr 2002 15:43:41 +0000 (15:43 +0000)] 
use ber_bvcmp where appropriate

24 years agomissing description in current cunnections number
Pierangelo Masarati [Wed, 3 Apr 2002 15:42:54 +0000 (15:42 +0000)] 
missing description in current cunnections number

24 years agovarious acl improvements/cleanups/speedups (need to be documented, though)
Pierangelo Masarati [Wed, 3 Apr 2002 15:42:19 +0000 (15:42 +0000)] 
various acl improvements/cleanups/speedups (need to be documented, though)

24 years agoadd a switch that enables/disables reverse lookups if configured with rlookups
Pierangelo Masarati [Wed, 3 Apr 2002 15:40:49 +0000 (15:40 +0000)] 
add a switch that enables/disables reverse lookups if configured with rlookups

24 years agoPatch: More format bugs (ITS#1702)
Kurt Zeilenga [Tue, 2 Apr 2002 18:56:26 +0000 (18:56 +0000)] 
Patch: More format bugs  (ITS#1702)

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

24 years agoITS#1701. Fix ber_scanf() return tag handling.
Kurt Zeilenga [Tue, 2 Apr 2002 18:40:04 +0000 (18:40 +0000)] 
ITS#1701.  Fix ber_scanf() return tag handling.
Based upon patch submitted by Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>.

24 years agoClarify error text
Kurt Zeilenga [Tue, 2 Apr 2002 18:16:13 +0000 (18:16 +0000)] 
Clarify error text

24 years agofix last part of ITS#1710 (commented code, though)
Pierangelo Masarati [Tue, 2 Apr 2002 14:38:57 +0000 (14:38 +0000)] 
fix last part of ITS#1710 (commented code, though)

24 years agoappropriately detect the required conn
Pierangelo Masarati [Tue, 2 Apr 2002 14:25:01 +0000 (14:25 +0000)] 
appropriately detect the required conn

24 years agodon't loop any more if connid is found :)
Pierangelo Masarati [Tue, 2 Apr 2002 13:44:30 +0000 (13:44 +0000)] 
don't loop any more if connid is found :)

24 years agopartial fulfilment of ITS#1710
Pierangelo Masarati [Tue, 2 Apr 2002 12:27:06 +0000 (12:27 +0000)] 
partial fulfilment of ITS#1710

24 years agominor improvement
Pierangelo Masarati [Tue, 2 Apr 2002 11:51:05 +0000 (11:51 +0000)] 
minor improvement

24 years agouse ber_bvcmp() whenever possible
Pierangelo Masarati [Tue, 2 Apr 2002 11:41:56 +0000 (11:41 +0000)] 
use ber_bvcmp() whenever possible

24 years agofix ITS#1704
Pierangelo Masarati [Tue, 2 Apr 2002 11:16:00 +0000 (11:16 +0000)] 
fix ITS#1704

24 years agothe logic of this check was completely reversed; in case '*' is used, on't test the...
Pierangelo Masarati [Tue, 2 Apr 2002 08:18:30 +0000 (08:18 +0000)] 
the logic of this check was completely reversed; in case '*' is used, on't test the regula expression

24 years agoAdded LDAP_LOG Messages
Julius Enarusai [Tue, 2 Apr 2002 00:22:57 +0000 (00:22 +0000)] 
Added LDAP_LOG Messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Mon, 1 Apr 2002 23:39:36 +0000 (23:39 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Mon, 1 Apr 2002 22:31:44 +0000 (22:31 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG Messages
Julius Enarusai [Mon, 1 Apr 2002 22:28:02 +0000 (22:28 +0000)] 
Added LDAP_LOG Messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Mon, 1 Apr 2002 22:08:32 +0000 (22:08 +0000)] 
Added LDAP_LOG messages

24 years agofix counting twice the substitution length (caused berval to have wrong length, rejec...
Pierangelo Masarati [Sat, 30 Mar 2002 15:44:30 +0000 (15:44 +0000)] 
fix counting twice the substitution length (caused berval to have wrong length, rejected by subsequent dnNormalize)

24 years agoallow attribute exclusion list in selective replica
Pierangelo Masarati [Sat, 30 Mar 2002 08:57:41 +0000 (08:57 +0000)] 
allow attribute exclusion list in selective replica

24 years agoallow attribute exclusion list in selective replica
Pierangelo Masarati [Sat, 30 Mar 2002 08:52:20 +0000 (08:52 +0000)] 
allow attribute exclusion list in selective replica

24 years agoinitialize temporaries
Pierangelo Masarati [Sat, 30 Mar 2002 08:47:13 +0000 (08:47 +0000)] 
initialize temporaries

24 years agofix typo
Pierangelo Masarati [Sat, 30 Mar 2002 08:46:35 +0000 (08:46 +0000)] 
fix typo

24 years agodo not print -1 as %lu
Pierangelo Masarati [Sat, 30 Mar 2002 08:45:21 +0000 (08:45 +0000)] 
do not print -1 as %lu

24 years agodo not return a pointer to an automatic variable in case of success
Pierangelo Masarati [Sat, 30 Mar 2002 08:44:29 +0000 (08:44 +0000)] 
do not return a pointer to an automatic variable in case of success

24 years agoSystem loading can now be done in one place...
Kurt Zeilenga [Sat, 30 Mar 2002 01:28:34 +0000 (01:28 +0000)] 
System loading can now be done in one place...

24 years agoadd si_syn_octetString to keep syntax load checks in one place.
Kurt Zeilenga [Sat, 30 Mar 2002 01:07:20 +0000 (01:07 +0000)] 
add si_syn_octetString to keep syntax load checks in one place.

24 years agomove ldap_int_put_filter to ldap_pvt_put_filter
Kurt Zeilenga [Sat, 30 Mar 2002 00:42:40 +0000 (00:42 +0000)] 
move ldap_int_put_filter to ldap_pvt_put_filter
and other cleanup

24 years agomove ldap_int_put_filter to ldap_pvt_put_filter
Kurt Zeilenga [Sat, 30 Mar 2002 00:41:26 +0000 (00:41 +0000)] 
move ldap_int_put_filter to ldap_pvt_put_filter

24 years agofinish zapping url_search
Kurt Zeilenga [Fri, 29 Mar 2002 21:06:31 +0000 (21:06 +0000)] 
finish zapping url_search

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Fri, 29 Mar 2002 17:46:28 +0000 (17:46 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 22:35:35 +0000 (22:35 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 22:23:24 +0000 (22:23 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 22:03:35 +0000 (22:03 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 21:38:32 +0000 (21:38 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 21:16:36 +0000 (21:16 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 19:51:13 +0000 (19:51 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 19:43:07 +0000 (19:43 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 19:37:50 +0000 (19:37 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 19:28:43 +0000 (19:28 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 19:18:11 +0000 (19:18 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 19:12:18 +0000 (19:12 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 18:50:45 +0000 (18:50 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Wed, 27 Mar 2002 18:20:08 +0000 (18:20 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 26 Mar 2002 22:40:31 +0000 (22:40 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 26 Mar 2002 22:17:08 +0000 (22:17 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages to operational.c and fixed compile error in dn2id.c
Julius Enarusai [Tue, 26 Mar 2002 21:34:03 +0000 (21:34 +0000)] 
Added LDAP_LOG messages to operational.c and fixed compile error in dn2id.c

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 26 Mar 2002 21:14:23 +0000 (21:14 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 26 Mar 2002 20:04:30 +0000 (20:04 +0000)] 
Added LDAP_LOG messages

24 years agoA few updates
Kurt Zeilenga [Tue, 26 Mar 2002 19:04:09 +0000 (19:04 +0000)] 
A few updates

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 26 Mar 2002 18:52:36 +0000 (18:52 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 26 Mar 2002 18:01:58 +0000 (18:01 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 26 Mar 2002 17:47:52 +0000 (17:47 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 26 Mar 2002 17:34:57 +0000 (17:34 +0000)] 
Added LDAP_LOG messages

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 26 Mar 2002 17:00:14 +0000 (17:00 +0000)] 
Added LDAP_LOG messages

24 years agoITS#1680: Fix idle timeout typo
Kurt Zeilenga [Mon, 25 Mar 2002 17:26:07 +0000 (17:26 +0000)] 
ITS#1680: Fix idle timeout typo

24 years agoNow understand with Hallvard was commenting on in ITS#1669.
Kurt Zeilenga [Mon, 25 Mar 2002 17:13:11 +0000 (17:13 +0000)] 
Now understand with Hallvard was commenting on in ITS#1669.
Removed "leading" comments and added a general caution statement.
This schema will be pulled from 2.1.

24 years agoITS#1674: integerOrderingMatch, integerFirstComponentMatch and then some.
Kurt Zeilenga [Mon, 25 Mar 2002 17:08:38 +0000 (17:08 +0000)] 
ITS#1674: integerOrderingMatch, integerFirstComponentMatch and then some.

24 years agoITS#1686: fix typo in usage
Kurt Zeilenga [Mon, 25 Mar 2002 16:30:06 +0000 (16:30 +0000)] 
ITS#1686: fix typo in usage

24 years agoFix ITS#1675, make sure search results are initialized
Howard Chu [Mon, 25 Mar 2002 11:52:39 +0000 (11:52 +0000)] 
Fix ITS#1675, make sure search results are initialized

24 years agoFixup a few schema definitions
Kurt Zeilenga [Sun, 24 Mar 2002 17:37:27 +0000 (17:37 +0000)] 
Fixup a few schema definitions

24 years agoUpdate control framework
Kurt Zeilenga [Sun, 24 Mar 2002 02:17:21 +0000 (02:17 +0000)] 
Update control framework
Misc cleanup
NT updates

24 years agocleanlup
Kurt Zeilenga [Sun, 24 Mar 2002 02:15:17 +0000 (02:15 +0000)] 
cleanlup

24 years agocleanup
Kurt Zeilenga [Sun, 24 Mar 2002 02:14:00 +0000 (02:14 +0000)] 
cleanup

24 years agos/getdat/gendat/
Kurt Zeilenga [Sun, 24 Mar 2002 01:55:37 +0000 (01:55 +0000)] 
s/getdat/gendat/

24 years agoSome cleanup
Kurt Zeilenga [Sun, 24 Mar 2002 01:55:11 +0000 (01:55 +0000)] 
Some cleanup

24 years agoNeed a bigger buffer
Kurt Zeilenga [Sat, 23 Mar 2002 21:14:50 +0000 (21:14 +0000)] 
Need a bigger buffer

24 years agoldap_int_thread_pool_wrapper was called with wrong prototype (ITS#1673)
Pierangelo Masarati [Sat, 23 Mar 2002 17:24:38 +0000 (17:24 +0000)] 
ldap_int_thread_pool_wrapper was called with wrong prototype  (ITS#1673)

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

ldap_int_thread_pool_wrapper() was defined with an parameter
struct ldap_int_thread_pool_s* but called with a void* argument.
Since these may have different representations, it can crash.

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

24 years agofix ITS#1668
Pierangelo Masarati [Sat, 23 Mar 2002 16:55:46 +0000 (16:55 +0000)] 
fix ITS#1668

24 years agofix ITS#1671 and more
Pierangelo Masarati [Sat, 23 Mar 2002 16:53:44 +0000 (16:53 +0000)] 
fix ITS#1671 and more

24 years agofix ITS#1667
Pierangelo Masarati [Sat, 23 Mar 2002 16:17:26 +0000 (16:17 +0000)] 
fix ITS#1667

24 years agoimprovement of permission handling of local sockets (ITS#1660, issue 2)
Pierangelo Masarati [Sat, 23 Mar 2002 16:07:19 +0000 (16:07 +0000)] 
improvement of permission handling of local sockets (ITS#1660, issue 2)

24 years agofix ITS#1660 (issue 1)
Pierangelo Masarati [Sat, 23 Mar 2002 16:06:22 +0000 (16:06 +0000)] 
fix ITS#1660 (issue 1)

24 years agoport hasSubordinates handling to back-bdb
Pierangelo Masarati [Sat, 23 Mar 2002 11:04:09 +0000 (11:04 +0000)] 
port hasSubordinates handling to back-bdb

24 years agoFix ITS#1655, don't retrieve sd until we've checked for valid c_sb.
Howard Chu [Wed, 20 Mar 2002 23:47:08 +0000 (23:47 +0000)] 
Fix ITS#1655, don't retrieve sd until we've checked for valid c_sb.

24 years agoFix ITS#1607, longstanding bug in group and dnattr acls, gave access
Howard Chu [Wed, 20 Mar 2002 13:11:37 +0000 (13:11 +0000)] 
Fix ITS#1607, longstanding bug in group and dnattr acls, gave access
to anonymous connections.

24 years agoIn bdb_idl_fetch_key, the DB_MULTIPLE buffer must be a multiple of 1024
Howard Chu [Wed, 20 Mar 2002 01:27:08 +0000 (01:27 +0000)] 
In bdb_idl_fetch_key, the DB_MULTIPLE buffer must be a multiple of 1024
bytes in size.

24 years agoRewrote bdb_idl_insert_key and bdb_idl_delete_key for BDB_IDL_MULTI,
Howard Chu [Wed, 20 Mar 2002 00:51:34 +0000 (00:51 +0000)] 
Rewrote bdb_idl_insert_key and bdb_idl_delete_key for BDB_IDL_MULTI,
parses range IDLs directly to correctly handle changes to the range
boundaries. (bdb_idl_insert_key used to call bdb_idl_fetch_key to
handle ranges; bdb_idl_delete_key never handled ranges before.)

24 years agoAdded LDAP_LOG messages
Julius Enarusai [Tue, 19 Mar 2002 17:44:11 +0000 (17:44 +0000)] 
Added LDAP_LOG messages

24 years agoFix ITS#1649, a filter constructed from a BUFSIZ input line combined with
Howard Chu [Mon, 18 Mar 2002 16:16:47 +0000 (16:16 +0000)] 
Fix ITS#1649, a filter constructed from a BUFSIZ input line combined with
an argv[] filtpattern will be larger than BUFSIZ.