]> git.sur5r.net Git - openldap/log
openldap
21 years agosyncrepl changes
Jong Hyuk Choi [Wed, 11 Jun 2003 17:03:57 +0000 (17:03 +0000)]
syncrepl changes
- can handle multiple syncinfo
- ldap_sync_search() added

21 years agoa fix for back-bdb entry cache
Jong Hyuk Choi [Wed, 11 Jun 2003 17:01:54 +0000 (17:01 +0000)]
a fix for back-bdb entry cache

21 years agoAdd 'deref=' to Statslog SRCH output.
Hallvard Furuseth [Wed, 11 Jun 2003 16:22:29 +0000 (16:22 +0000)]
Add 'deref=' to Statslog SRCH output.

21 years agoFix printf format in debug output.
Hallvard Furuseth [Wed, 11 Jun 2003 15:50:25 +0000 (15:50 +0000)]
Fix printf format in debug output.

21 years agoAdd EBCDIC support. (but of course you need an OS/390 port of libltdl)
Howard Chu [Wed, 11 Jun 2003 13:37:59 +0000 (13:37 +0000)]
Add EBCDIC support. (but of course you need an OS/390 port of libltdl)

21 years agoFix config, chaining
Howard Chu [Wed, 11 Jun 2003 06:32:24 +0000 (06:32 +0000)]
Fix config, chaining

21 years agoMore overlay tweaks. Added LDAP chaining overlay.
Howard Chu [Wed, 11 Jun 2003 04:36:35 +0000 (04:36 +0000)]
More overlay tweaks. Added LDAP chaining overlay.

21 years agoFix response callbacks
Howard Chu [Wed, 11 Jun 2003 02:45:50 +0000 (02:45 +0000)]
Fix response callbacks

21 years agoPreliminary backend overlay support, based on backglue, not tested...
Howard Chu [Wed, 11 Jun 2003 02:27:51 +0000 (02:27 +0000)]
Preliminary backend overlay support, based on backglue, not tested...

21 years agocode clean before adding readback hacks
Kurt Zeilenga [Wed, 11 Jun 2003 00:59:10 +0000 (00:59 +0000)]
code clean before adding readback hacks

21 years agolocalize SYNCREPL config defines
Kurt Zeilenga [Tue, 10 Jun 2003 18:36:47 +0000 (18:36 +0000)]
localize SYNCREPL config defines

21 years agos/tls/starttls/
Kurt Zeilenga [Tue, 10 Jun 2003 18:33:44 +0000 (18:33 +0000)]
s/tls/starttls/
s/master/provider/

21 years agos/tls/starttls/
Kurt Zeilenga [Tue, 10 Jun 2003 18:32:36 +0000 (18:32 +0000)]
s/tls/starttls/

21 years agos/master/provider/
Kurt Zeilenga [Tue, 10 Jun 2003 18:32:20 +0000 (18:32 +0000)]
s/master/provider/

21 years agoAdd pre/post reback control defines
Kurt Zeilenga [Tue, 10 Jun 2003 18:30:11 +0000 (18:30 +0000)]
Add pre/post reback control defines

21 years agoAdd server side assert control support.
Kurt Zeilenga [Tue, 10 Jun 2003 04:44:41 +0000 (04:44 +0000)]
Add server side assert control support.

21 years agovrFilter -> o_vrFilter
Kurt Zeilenga [Tue, 10 Jun 2003 03:32:33 +0000 (03:32 +0000)]
vrFilter -> o_vrFilter

21 years agoFix vrFilter compile error
Kurt Zeilenga [Tue, 10 Jun 2003 03:30:14 +0000 (03:30 +0000)]
Fix vrFilter compile error

21 years agoAdd ldapAssertionFailed result code
Kurt Zeilenga [Tue, 10 Jun 2003 02:24:26 +0000 (02:24 +0000)]
Add ldapAssertionFailed result code

21 years agoAssertion control with no backend support (yet)
Kurt Zeilenga [Tue, 10 Jun 2003 02:19:30 +0000 (02:19 +0000)]
Assertion control with no backend support (yet)

21 years agoITS#2580 - avoid cache deadlock
Howard Chu [Mon, 9 Jun 2003 22:00:00 +0000 (22:00 +0000)]
ITS#2580 - avoid cache deadlock

21 years agomisc cleanup
Kurt Zeilenga [Mon, 9 Jun 2003 21:33:46 +0000 (21:33 +0000)]
misc cleanup

21 years agoClean up syntaxes and matching rules
Kurt Zeilenga [Mon, 9 Jun 2003 20:58:38 +0000 (20:58 +0000)]
Clean up syntaxes and matching rules

21 years agoCall SLAPI close function, not start function on shutdown
Luke Howard [Mon, 9 Jun 2003 04:11:06 +0000 (04:11 +0000)]
Call SLAPI close function, not start function on shutdown

21 years agoCall SLAPI start plugins in slap_startup(), not slap_init(); plugins
Luke Howard [Sat, 7 Jun 2003 14:35:29 +0000 (14:35 +0000)]
Call SLAPI start plugins in slap_startup(), not slap_init(); plugins
aren't loaded at slap_init() time

21 years agoTest error code from doPluginFNs() correctly
Luke Howard [Sat, 7 Jun 2003 06:52:52 +0000 (06:52 +0000)]
Test error code from doPluginFNs() correctly

21 years agoCall SLAPI start/close plugins at init/shutdown time
Luke Howard [Sat, 7 Jun 2003 06:32:52 +0000 (06:32 +0000)]
Call SLAPI start/close plugins at init/shutdown time

21 years agoFix select/yield
Howard Chu [Fri, 6 Jun 2003 23:52:06 +0000 (23:52 +0000)]
Fix select/yield

21 years agoFix berval len assignments
Howard Chu [Fri, 6 Jun 2003 20:19:30 +0000 (20:19 +0000)]
Fix berval len assignments

21 years agoDon't set LDAP_DEBUG when LDAP_TEST is set.
Kurt Zeilenga [Fri, 6 Jun 2003 17:14:38 +0000 (17:14 +0000)]
Don't set LDAP_DEBUG when LDAP_TEST is set.

21 years agoMake all debug output macros conditional on defined(LDAP_DEBUG).
Hallvard Furuseth [Fri, 6 Jun 2003 13:56:18 +0000 (13:56 +0000)]
Make all debug output macros conditional on defined(LDAP_DEBUG).

21 years agoNo longer make LDAP_TEST imply LDAP_DEBUG.
Hallvard Furuseth [Fri, 6 Jun 2003 13:53:01 +0000 (13:53 +0000)]
No longer make LDAP_TEST imply LDAP_DEBUG.

21 years ago#define *_OPT_ON &ber_pvt_opt_on. The old (void*)1 definition could be == NULL.
Hallvard Furuseth [Fri, 6 Jun 2003 13:50:01 +0000 (13:50 +0000)]
#define *_OPT_ON &ber_pvt_opt_on. The old (void*)1 definition could be == NULL.

21 years agoregenerated autoconf/automake stuff
Ralf Haferkamp [Thu, 5 Jun 2003 18:14:46 +0000 (18:14 +0000)]
regenerated autoconf/automake stuff

21 years agoMoved sample code to examples dir
Ralf Haferkamp [Thu, 5 Jun 2003 18:10:44 +0000 (18:10 +0000)]
Moved sample code to examples dir

21 years agoremoved caching
Ralf Haferkamp [Thu, 5 Jun 2003 17:35:12 +0000 (17:35 +0000)]
removed caching

21 years agoFix bdb_db_hash() to handle padding bits in integers.
Hallvard Furuseth [Thu, 5 Jun 2003 11:55:27 +0000 (11:55 +0000)]
Fix bdb_db_hash() to handle padding bits in integers.

21 years agoRename setlocale,bindtextdomain,textdomain to ldap_pvt_<function> (ITS#2513).
Hallvard Furuseth [Thu, 5 Jun 2003 11:49:07 +0000 (11:49 +0000)]
Rename setlocale,bindtextdomain,textdomain to ldap_pvt_<function> (ITS#2513).
#include "ldap_defaults.h" to get LDAP_LOCALEDIR.

21 years agoRename setlocale,textdomain,bindtextdomain to ldap_pvt_<function> (ITS#2513)
Hallvard Furuseth [Thu, 5 Jun 2003 11:46:49 +0000 (11:46 +0000)]
Rename setlocale,textdomain,bindtextdomain to ldap_pvt_<function> (ITS#2513)

21 years ago#include Perl files before OpenLDAP files, and #undef _ (ITS#2513)
Hallvard Furuseth [Thu, 5 Jun 2003 11:44:06 +0000 (11:44 +0000)]
#include Perl files before OpenLDAP files, and #undef _ (ITS#2513)

21 years agoChange dn->bv_val to op->o_req_dn.bv_val in LDAP_LOG() (from rev 1.24 change).
Hallvard Furuseth [Wed, 4 Jun 2003 12:34:42 +0000 (12:34 +0000)]
Change dn->bv_val to op->o_req_dn.bv_val in LDAP_LOG() (from rev 1.24 change).

21 years agoAdd args to accomodate OS/390 shell bug
Howard Chu [Wed, 4 Jun 2003 12:06:46 +0000 (12:06 +0000)]
Add args to accomodate OS/390 shell bug

21 years agoBreak up too long string literals (>509 characters, ISO C's minimum max size).
Hallvard Furuseth [Tue, 3 Jun 2003 18:01:37 +0000 (18:01 +0000)]
Break up too long string literals (>509 characters, ISO C's minimum max size).

21 years ago#include "lber_pvt.h"
Hallvard Furuseth [Tue, 3 Jun 2003 17:57:33 +0000 (17:57 +0000)]
#include "lber_pvt.h"

21 years ago#include <lber_pvt.h>, to get ber_memalloc_x() & co.
Hallvard Furuseth [Tue, 3 Jun 2003 17:53:33 +0000 (17:53 +0000)]
#include <lber_pvt.h>, to get ber_memalloc_x() & co.

21 years agoCast unsigned char *p to char *.
Hallvard Furuseth [Tue, 3 Jun 2003 17:51:38 +0000 (17:51 +0000)]
Cast unsigned char *p to char *.

21 years agoAdd missing 0 initializer in builtin_extops[]
Hallvard Furuseth [Tue, 3 Jun 2003 17:49:33 +0000 (17:49 +0000)]
Add missing 0 initializer in builtin_extops[]

21 years agoRemove comma at end of enumerator list.
Hallvard Furuseth [Tue, 3 Jun 2003 17:47:26 +0000 (17:47 +0000)]
Remove comma at end of enumerator list.

21 years agoDo not set op->o_private (to the process' pid). Only abandon needed it.
Hallvard Furuseth [Tue, 3 Jun 2003 17:31:25 +0000 (17:31 +0000)]
Do not set op->o_private (to the process' pid).  Only abandon needed it.

21 years agoAxe abandon support (ITS#2564)
Hallvard Furuseth [Tue, 3 Jun 2003 12:02:00 +0000 (12:02 +0000)]
Axe abandon support (ITS#2564)

21 years agoFix -T usage
Kurt Zeilenga [Mon, 2 Jun 2003 22:11:54 +0000 (22:11 +0000)]
Fix -T usage

21 years agoAxe abandon support
Kurt Zeilenga [Mon, 2 Jun 2003 20:20:45 +0000 (20:20 +0000)]
Axe abandon support

21 years agoITS#2562: add missing arg to hash_lanman
Kurt Zeilenga [Sun, 1 Jun 2003 23:32:47 +0000 (23:32 +0000)]
ITS#2562: add missing arg to hash_lanman

21 years agoread get_extop func
Kurt Zeilenga [Sun, 1 Jun 2003 00:09:32 +0000 (00:09 +0000)]
read get_extop func

21 years agoUpdate drafts
Kurt Zeilenga [Sat, 31 May 2003 22:47:07 +0000 (22:47 +0000)]
Update drafts

21 years agofix typo; need to port fix in OPENLDAP_REL_ENG_2_2
Pierangelo Masarati [Sat, 31 May 2003 22:27:19 +0000 (22:27 +0000)]
fix typo; need to port fix in OPENLDAP_REL_ENG_2_2

21 years agoSet schema flags (might need schema check routines as well)
Kurt Zeilenga [Sat, 31 May 2003 21:56:18 +0000 (21:56 +0000)]
Set schema flags (might need schema check routines as well)

21 years agoSchema registration stuff needs work to set flags
Kurt Zeilenga [Sat, 31 May 2003 21:46:33 +0000 (21:46 +0000)]
Schema registration stuff needs work to set flags

21 years agoEnable sync
Kurt Zeilenga [Sat, 31 May 2003 21:03:06 +0000 (21:03 +0000)]
Enable sync

21 years agoDon't bother to hide when LDAP_DEVEL is defined.
Kurt Zeilenga [Sat, 31 May 2003 20:57:14 +0000 (20:57 +0000)]
Don't bother to hide when LDAP_DEVEL is defined.

21 years agoHide experimental controls and extended operations
Kurt Zeilenga [Sat, 31 May 2003 20:19:02 +0000 (20:19 +0000)]
Hide experimental controls and extended operations

21 years agoSchema cleanup
Kurt Zeilenga [Sat, 31 May 2003 18:57:32 +0000 (18:57 +0000)]
Schema cleanup

21 years agointermediate response fix
Kurt Zeilenga [Sat, 31 May 2003 05:48:16 +0000 (05:48 +0000)]
intermediate response fix

21 years agoMisc cleanup (needs better error handling and general code cleanup)
Kurt Zeilenga [Sat, 31 May 2003 05:48:00 +0000 (05:48 +0000)]
Misc cleanup (needs better error handling and general code cleanup)

21 years agoFix intermediate responses
Kurt Zeilenga [Sat, 31 May 2003 05:32:57 +0000 (05:32 +0000)]
Fix intermediate responses

21 years agofinish intermediate/partial merge
Kurt Zeilenga [Sat, 31 May 2003 05:08:25 +0000 (05:08 +0000)]
finish intermediate/partial merge

21 years agoMerge partial and intermediate responses
Kurt Zeilenga [Sat, 31 May 2003 05:01:49 +0000 (05:01 +0000)]
Merge partial and intermediate responses

21 years agomove lber_*_x memory prototypes to lber_pvt.h
Kurt Zeilenga [Sat, 31 May 2003 04:22:49 +0000 (04:22 +0000)]
move lber_*_x memory prototypes to lber_pvt.h

21 years agoITS#2558 fix
Kurt Zeilenga [Sat, 31 May 2003 03:37:18 +0000 (03:37 +0000)]
ITS#2558 fix

21 years agoMove SYNC, SYNCREPL, and LDAP_CACHING out from behind LDAP_DEVEL
Kurt Zeilenga [Sat, 31 May 2003 02:55:23 +0000 (02:55 +0000)]
Move SYNC, SYNCREPL, and LDAP_CACHING out from behind LDAP_DEVEL

21 years agomark --enable-slapi as experimental
Kurt Zeilenga [Sat, 31 May 2003 02:54:05 +0000 (02:54 +0000)]
mark --enable-slapi as experimental

21 years agobase entry checking for refreshAndPersist as well
Jong Hyuk Choi [Fri, 30 May 2003 21:47:15 +0000 (21:47 +0000)]
base entry checking for refreshAndPersist as well

21 years agoremove DB_NOTFOUND in rc checking
Jong Hyuk Choi [Fri, 30 May 2003 21:45:07 +0000 (21:45 +0000)]
remove DB_NOTFOUND in rc checking

21 years agocleanup comments of sl_mem_detach()
Jong Hyuk Choi [Fri, 30 May 2003 21:44:18 +0000 (21:44 +0000)]
cleanup comments of sl_mem_detach()

21 years agoadd the context prefix entry first in the test script 017/018
Jong Hyuk Choi [Fri, 30 May 2003 21:43:03 +0000 (21:43 +0000)]
add the context prefix entry first in the test script 017/018

21 years agoAdd missing externs based upon jfrederic.clere@fujitsu-siemens.com
Kurt Zeilenga [Fri, 30 May 2003 20:04:59 +0000 (20:04 +0000)]
Add missing externs based upon jfrederic.clere@fujitsu-siemens.com
suggestion in ITS#2559.

21 years agoChange ACL default style to exact (from regex)
Kurt Zeilenga [Fri, 30 May 2003 05:24:39 +0000 (05:24 +0000)]
Change ACL default style to exact (from regex)

21 years agoFix matching rule flags
Kurt Zeilenga [Fri, 30 May 2003 02:17:30 +0000 (02:17 +0000)]
Fix matching rule flags

21 years agoFix includes for EBCDIC
Howard Chu [Thu, 29 May 2003 10:02:10 +0000 (10:02 +0000)]
Fix includes for EBCDIC

21 years agoFix slap_EXOP declarations
Howard Chu [Thu, 29 May 2003 07:18:58 +0000 (07:18 +0000)]
Fix slap_EXOP declarations

21 years agoFix lutil_localtime for EBCDIC
Howard Chu [Thu, 29 May 2003 06:15:03 +0000 (06:15 +0000)]
Fix lutil_localtime for EBCDIC

21 years agoFix LBER_OPT_MEMCTX behavior
Howard Chu [Wed, 28 May 2003 22:17:08 +0000 (22:17 +0000)]
Fix LBER_OPT_MEMCTX behavior

21 years agoFix TL malloc/free
Howard Chu [Wed, 28 May 2003 22:15:44 +0000 (22:15 +0000)]
Fix TL malloc/free

21 years agofix typo
Pierangelo Masarati [Mon, 26 May 2003 16:31:20 +0000 (16:31 +0000)]
fix typo

21 years agoCast away const from AC_GAI_STRERROR() return value.
Hallvard Furuseth [Sun, 25 May 2003 20:50:26 +0000 (20:50 +0000)]
Cast away const from AC_GAI_STRERROR() return value.

21 years agoAdded Hallvard B. Furuseth.
Hallvard Furuseth [Sun, 25 May 2003 14:28:48 +0000 (14:28 +0000)]
Added Hallvard B. Furuseth.

21 years agos/forms/form in PADL copyright
Luke Howard [Sun, 25 May 2003 04:48:49 +0000 (04:48 +0000)]
s/forms/form in PADL copyright

21 years agoUCD terms
Kurt Zeilenga [Sun, 25 May 2003 04:19:09 +0000 (04:19 +0000)]
UCD terms

21 years agoRemove $OpenLDAP$ from installed configuration file
Kurt Zeilenga [Sun, 25 May 2003 04:09:37 +0000 (04:09 +0000)]
Remove $OpenLDAP$ from installed configuration file

21 years agoRemove $OpenLDAP$ from installed file
Kurt Zeilenga [Sun, 25 May 2003 04:08:59 +0000 (04:08 +0000)]
Remove $OpenLDAP$ from installed file

21 years agoClarify copyrights
Kurt Zeilenga [Sun, 25 May 2003 04:07:47 +0000 (04:07 +0000)]
Clarify copyrights

21 years agoAnother round of minor copyright updates
Kurt Zeilenga [Sun, 25 May 2003 03:56:57 +0000 (03:56 +0000)]
Another round of minor copyright updates

21 years agoAdd authors
Howard Chu [Sun, 25 May 2003 03:50:59 +0000 (03:50 +0000)]
Add authors

21 years agoAdd/Update various copyright notices
Kurt Zeilenga [Sun, 25 May 2003 03:31:21 +0000 (03:31 +0000)]
Add/Update various copyright notices

21 years agos/forms/form in PADL copyright
Luke Howard [Sun, 25 May 2003 02:59:09 +0000 (02:59 +0000)]
s/forms/form in PADL copyright

21 years agoAdd IBM
Kurt Zeilenga [Sun, 25 May 2003 02:12:02 +0000 (02:12 +0000)]
Add IBM

21 years agoUpdate IBM copyrights
Kurt Zeilenga [Sun, 25 May 2003 02:03:07 +0000 (02:03 +0000)]
Update IBM copyrights
Kurt Zeilenga, IBM Corporation

21 years agoITS#2549, init memctx to NULL. Also reset ber memctx to NULL when freeing.
Howard Chu [Sun, 25 May 2003 01:32:39 +0000 (01:32 +0000)]
ITS#2549, init memctx to NULL. Also reset ber memctx to NULL when freeing.

21 years agoremove cruft
Kurt Zeilenga [Sun, 25 May 2003 01:17:38 +0000 (01:17 +0000)]
remove cruft

21 years agoRestructured to avoid direct use of sl_malloc functions. Minimizes impact
Howard Chu [Sun, 25 May 2003 00:53:08 +0000 (00:53 +0000)]
Restructured to avoid direct use of sl_malloc functions. Minimizes impact
of #ifdef USE_SL_MALLOC...