]> git.sur5r.net Git - openldap/log
openldap
21 years agoFix previous commit
Howard Chu [Fri, 14 Feb 2003 09:17:42 +0000 (09:17 +0000)]
Fix previous commit

21 years agoUse extended async APIs to allow direct parsing of results. Otherwise
Howard Chu [Fri, 14 Feb 2003 05:23:45 +0000 (05:23 +0000)]
Use extended async APIs to allow direct parsing of results. Otherwise
they will be interleaved in LDAP*. Avoid setting any options on the handle.

21 years agoChange "-Ddef" example to something harmless and hopefully more obvious.
Howard Chu [Thu, 13 Feb 2003 23:58:54 +0000 (23:58 +0000)]
Change "-Ddef" example to something harmless and hopefully more obvious.

21 years agoImplemented connection pooling. Requires libldap_r to allow multiple threads
Howard Chu [Thu, 13 Feb 2003 23:29:56 +0000 (23:29 +0000)]
Implemented connection pooling. Requires libldap_r to allow multiple threads
to access the same LDAP* handle.

21 years agoRevert previous, wasn't broken.
Howard Chu [Thu, 13 Feb 2003 23:19:51 +0000 (23:19 +0000)]
Revert previous, wasn't broken.

21 years agoFix typo in peercred DN. Make it agree with actual name used by slapd
Howard Chu [Thu, 13 Feb 2003 23:11:30 +0000 (23:11 +0000)]
Fix typo in peercred DN. Make it agree with actual name used by slapd
just to avoid confusion.

21 years agoMore for re-entrant LDAP* handles. Works much better.
Howard Chu [Thu, 13 Feb 2003 23:02:31 +0000 (23:02 +0000)]
More for re-entrant LDAP* handles. Works much better.

21 years agoPlace SLAP_EXTENDED_SCHEMA behind defined(LDAP_DEVEL)
Kurt Zeilenga [Thu, 13 Feb 2003 20:47:46 +0000 (20:47 +0000)]
Place SLAP_EXTENDED_SCHEMA behind defined(LDAP_DEVEL)

21 years agoAdded ld_req_mutex and ld_res_mutex to protect ld_requests and ld_responses
Howard Chu [Thu, 13 Feb 2003 10:43:16 +0000 (10:43 +0000)]
Added ld_req_mutex and ld_res_mutex to protect ld_requests and ld_responses
queues for multithreaded access to LDAP*'s. Also used to protect writes and
reads of ld_sb, respectively. Appears to work...

21 years agoFix uninit'd timeout value
Howard Chu [Thu, 13 Feb 2003 10:24:32 +0000 (10:24 +0000)]
Fix uninit'd timeout value

21 years agoAdded support for "-H" arg with LDAP uri / ldap_initialize
Howard Chu [Thu, 13 Feb 2003 08:02:40 +0000 (08:02 +0000)]
Added support for "-H" arg with LDAP uri / ldap_initialize

21 years agominor cleanup
Pierangelo Masarati [Tue, 11 Feb 2003 09:23:28 +0000 (09:23 +0000)]
minor cleanup

21 years agoimprove error handling
Pierangelo Masarati [Mon, 10 Feb 2003 22:34:06 +0000 (22:34 +0000)]
improve error handling

21 years agopartially fix ITS#2310
Pierangelo Masarati [Mon, 10 Feb 2003 21:37:30 +0000 (21:37 +0000)]
partially fix ITS#2310

21 years agoMisc updates
Kurt Zeilenga [Mon, 10 Feb 2003 20:33:49 +0000 (20:33 +0000)]
Misc updates

21 years agoRemove lint
Kurt Zeilenga [Mon, 10 Feb 2003 19:59:32 +0000 (19:59 +0000)]
Remove lint

21 years agofix ITS#2309
Pierangelo Masarati [Mon, 10 Feb 2003 18:15:36 +0000 (18:15 +0000)]
fix ITS#2309

21 years agoFix undef'd code for empty attributes.
Howard Chu [Mon, 10 Feb 2003 07:41:30 +0000 (07:41 +0000)]
Fix undef'd code for empty attributes.

21 years agoUse existing --enable-dynamic flag to unset -static.
Kurt Zeilenga [Mon, 10 Feb 2003 06:36:08 +0000 (06:36 +0000)]
Use existing --enable-dynamic flag to unset -static.
May break NT use of flag...

21 years agoMove include <slapi.h> behind #ifdef
Kurt Zeilenga [Mon, 10 Feb 2003 02:09:00 +0000 (02:09 +0000)]
Move include <slapi.h> behind #ifdef

21 years agos/LDAP_SUCCESS/LDAP_OPT_SUCCESS/
Kurt Zeilenga [Mon, 10 Feb 2003 01:48:04 +0000 (01:48 +0000)]
s/LDAP_SUCCESS/LDAP_OPT_SUCCESS/

21 years agoAdd library version check to prevent mismatch during dynamic linking
Kurt Zeilenga [Mon, 10 Feb 2003 01:43:41 +0000 (01:43 +0000)]
Add library version check to prevent mismatch during dynamic linking

21 years agoUse ldapmodify -a instead of ldapadd.
Kurt Zeilenga [Sun, 9 Feb 2003 23:38:21 +0000 (23:38 +0000)]
Use ldapmodify -a instead of ldapadd.

21 years agotweak from rb@debian.org
Kurt Zeilenga [Sun, 9 Feb 2003 23:24:29 +0000 (23:24 +0000)]
tweak from rb@debian.org

21 years agoFix DESTDIR to work without --static
Kurt Zeilenga [Sun, 9 Feb 2003 23:21:15 +0000 (23:21 +0000)]
Fix DESTDIR to work without --static

21 years agoWe should be calling libtool --finish when install libraries
Kurt Zeilenga [Sun, 9 Feb 2003 23:10:29 +0000 (23:10 +0000)]
We should be calling libtool --finish when install libraries

21 years agoLTSTATIC update
Kurt Zeilenga [Sun, 9 Feb 2003 18:03:39 +0000 (18:03 +0000)]
LTSTATIC update

21 years agoAdd LDBM comment
Kurt Zeilenga [Sun, 9 Feb 2003 16:59:04 +0000 (16:59 +0000)]
Add LDBM comment

21 years agoMisc LCUP cleanup
Kurt Zeilenga [Sun, 9 Feb 2003 08:43:20 +0000 (08:43 +0000)]
Misc LCUP cleanup

21 years agoNot yet implemented.
Kurt Zeilenga [Sun, 9 Feb 2003 08:21:10 +0000 (08:21 +0000)]
Not yet implemented.

21 years agounifdef -DLDAP_NOCACHE
Kurt Zeilenga [Sun, 9 Feb 2003 07:42:18 +0000 (07:42 +0000)]
unifdef -DLDAP_NOCACHE

21 years agono more suffix_alias
Kurt Zeilenga [Sun, 9 Feb 2003 07:28:15 +0000 (07:28 +0000)]
no more suffix_alias

21 years agoITS#2117: remove suffixalias support until someone fixes it
Kurt Zeilenga [Sun, 9 Feb 2003 07:20:03 +0000 (07:20 +0000)]
ITS#2117: remove suffixalias support until someone fixes it

21 years agoRemove domain= ACL examples, add security consideration.
Kurt Zeilenga [Sun, 9 Feb 2003 07:07:39 +0000 (07:07 +0000)]
Remove domain= ACL examples, add security consideration.

21 years agoDocument URI and SASL directives
Kurt Zeilenga [Sun, 9 Feb 2003 06:49:34 +0000 (06:49 +0000)]
Document URI and SASL directives

21 years agoadd domainScope control support
Kurt Zeilenga [Sun, 9 Feb 2003 06:14:06 +0000 (06:14 +0000)]
add domainScope control support

21 years agoCancel exop updates
Kurt Zeilenga [Sun, 9 Feb 2003 05:54:45 +0000 (05:54 +0000)]
Cancel exop updates

21 years agorename "permit modify" control to "permissive modify"
Kurt Zeilenga [Sun, 9 Feb 2003 05:39:21 +0000 (05:39 +0000)]
rename "permit modify" control to "permissive modify"
rename "no referrals" controls to "domain scope"
misc cleanup

21 years agoConsistently add cancel.c to makefiles
Kurt Zeilenga [Sun, 9 Feb 2003 01:54:41 +0000 (01:54 +0000)]
Consistently add cancel.c to makefiles

21 years agoRework #ifdef'ing of expermental controls to ease release engineering
Kurt Zeilenga [Sat, 8 Feb 2003 21:53:05 +0000 (21:53 +0000)]
Rework #ifdef'ing of expermental controls to ease release engineering
using LDAP_DEVEL (to indicate experimental) to enable experimental features
(true for HEAD unless LDAP_REL_ENG is defined)

21 years agoextern'ize
Kurt Zeilenga [Sat, 8 Feb 2003 19:18:46 +0000 (19:18 +0000)]
extern'ize

21 years agoDisable reverse lookups by default for security
Kurt Zeilenga [Sat, 8 Feb 2003 07:40:19 +0000 (07:40 +0000)]
Disable reverse lookups by default for security
(and performance) reasons.

21 years agoUse DB_VERSION_ to set BDB_ENOUGH
Kurt Zeilenga [Sat, 8 Feb 2003 07:38:22 +0000 (07:38 +0000)]
Use DB_VERSION_ to set BDB_ENOUGH

21 years agoReword BDB 4.0 bug comment now that configure requires BDB 4.1
Kurt Zeilenga [Sat, 8 Feb 2003 01:34:27 +0000 (01:34 +0000)]
Reword BDB 4.0 bug comment now that configure requires BDB 4.1

21 years agoAdd -ldb41 linking
Kurt Zeilenga [Sat, 8 Feb 2003 01:15:35 +0000 (01:15 +0000)]
Add -ldb41 linking

21 years agominor code cleanup
Kurt Zeilenga [Sat, 8 Feb 2003 00:57:21 +0000 (00:57 +0000)]
minor code cleanup

21 years agoRequire BDB 4.1 for back-bdb
Kurt Zeilenga [Sat, 8 Feb 2003 00:56:15 +0000 (00:56 +0000)]
Require BDB 4.1 for back-bdb

21 years agoAssign OIDs for LDAP Sync
Kurt Zeilenga [Fri, 7 Feb 2003 21:39:31 +0000 (21:39 +0000)]
Assign OIDs for LDAP Sync

21 years agocleanup
Kurt Zeilenga [Fri, 7 Feb 2003 20:33:05 +0000 (20:33 +0000)]
cleanup

21 years agocleanup
Jong Hyuk Choi [Fri, 7 Feb 2003 20:16:09 +0000 (20:16 +0000)]
cleanup

21 years agoMove RDN checks to entry_schema_check() so that it is consistently
Kurt Zeilenga [Fri, 7 Feb 2003 20:12:26 +0000 (20:12 +0000)]
Move RDN checks to entry_schema_check() so that it is consistently
applied (and disabled via schemacheck off).  Removed add-rdn-values flag.

21 years agoShouldn't need <lber.h>
Kurt Zeilenga [Fri, 7 Feb 2003 19:08:13 +0000 (19:08 +0000)]
Shouldn't need <lber.h>

21 years agoreally put SLAPI behind its #ifdef
Kurt Zeilenga [Fri, 7 Feb 2003 19:06:15 +0000 (19:06 +0000)]
really put SLAPI behind its #ifdef

21 years agocode cleanup
Kurt Zeilenga [Fri, 7 Feb 2003 19:05:45 +0000 (19:05 +0000)]
code cleanup

21 years agouse of normalized dn (fix for a deadlock case ITS#2195)
Jong Hyuk Choi [Fri, 7 Feb 2003 15:59:24 +0000 (15:59 +0000)]
use of normalized dn (fix for a deadlock case ITS#2195)

21 years agouse of pre-assigned locker in bdb_group() / bdb_attribute()
Jong Hyuk Choi [Fri, 7 Feb 2003 15:47:32 +0000 (15:47 +0000)]
use of pre-assigned locker in bdb_group() / bdb_attribute()

21 years agosome (poor) index cleanup
Pierangelo Masarati [Fri, 7 Feb 2003 15:20:57 +0000 (15:20 +0000)]
some (poor) index cleanup

21 years agoadd 'add-rdn-values {on|off}' (default off) switch
Pierangelo Masarati [Fri, 7 Feb 2003 15:19:58 +0000 (15:19 +0000)]
add 'add-rdn-values {on|off}' (default off) switch

21 years agocleanup
Pierangelo Masarati [Fri, 7 Feb 2003 15:18:43 +0000 (15:18 +0000)]
cleanup

21 years agomore exaustive logging in case of trouble
Pierangelo Masarati [Fri, 7 Feb 2003 13:46:17 +0000 (13:46 +0000)]
more exaustive logging in case of trouble

21 years agoI suggest the coder(s) of the cyrus stuff to check out the prompt stuff
Pierangelo Masarati [Fri, 7 Feb 2003 09:58:21 +0000 (09:58 +0000)]
I suggest the coder(s) of the cyrus stuff to check out the prompt stuff

21 years agoaccording to sasl documentation, prompts is filled only if SASL_INTERACT is returned
Pierangelo Masarati [Fri, 7 Feb 2003 09:55:00 +0000 (09:55 +0000)]
according to sasl documentation, prompts is filled only if SASL_INTERACT is returned

21 years ago(mostly blind) fix of possible leak/dangling pointer and cleanup
Pierangelo Masarati [Fri, 7 Feb 2003 00:46:11 +0000 (00:46 +0000)]
(mostly blind) fix of possible leak/dangling pointer and cleanup

21 years agomake sure the DN is null-terminated before normalizing it
Pierangelo Masarati [Thu, 6 Feb 2003 19:15:14 +0000 (19:15 +0000)]
make sure the DN is null-terminated before normalizing it

21 years agoadd helper
Pierangelo Masarati [Wed, 5 Feb 2003 22:06:22 +0000 (22:06 +0000)]
add helper

21 years agoadd 'rebind-as-user' according to back-ldap's implementation
Pierangelo Masarati [Wed, 5 Feb 2003 22:04:20 +0000 (22:04 +0000)]
add 'rebind-as-user' according to back-ldap's implementation

21 years agoignore blanks in subtree diff
Pierangelo Masarati [Wed, 5 Feb 2003 21:20:04 +0000 (21:20 +0000)]
ignore blanks in subtree diff

21 years agodelete (7) after UTF-8
Kurt Zeilenga [Wed, 5 Feb 2003 20:42:50 +0000 (20:42 +0000)]
delete (7) after UTF-8

21 years agofix syntax error
Kurt Zeilenga [Wed, 5 Feb 2003 20:38:58 +0000 (20:38 +0000)]
fix syntax error

21 years agoonly document 'subtree', but also allow 'sub'
Pierangelo Masarati [Wed, 5 Feb 2003 20:38:42 +0000 (20:38 +0000)]
only document 'subtree', but also allow 'sub'

21 years agoallow 'sub' and 'subtree' in acl (fix ITS#2300)
Pierangelo Masarati [Wed, 5 Feb 2003 19:39:34 +0000 (19:39 +0000)]
allow 'sub' and 'subtree' in acl (fix ITS#2300)

21 years agopartially fixes ITS#2299
Pierangelo Masarati [Wed, 5 Feb 2003 19:33:01 +0000 (19:33 +0000)]
partially fixes ITS#2299

21 years agoremove printf
Jong Hyuk Choi [Wed, 5 Feb 2003 15:38:11 +0000 (15:38 +0000)]
remove printf

21 years agoquick hack to check for awk
Pierangelo Masarati [Wed, 5 Feb 2003 14:50:15 +0000 (14:50 +0000)]
quick hack to check for awk

21 years agothis will likely fix the problem with partial replication
Pierangelo Masarati [Wed, 5 Feb 2003 14:42:37 +0000 (14:42 +0000)]
this will likely fix the problem with partial replication

21 years agoadded attr strip test
Pierangelo Masarati [Wed, 5 Feb 2003 12:40:08 +0000 (12:40 +0000)]
added attr strip test

21 years agoFilename change : servers/slapd/back-bdb/lcup.c -> servers/slapd/back-bdb/psearch.c
Jong Hyuk Choi [Wed, 5 Feb 2003 07:43:00 +0000 (07:43 +0000)]
Filename change : servers/slapd/back-bdb/lcup.c -> servers/slapd/back-bdb/psearch.c

21 years agoLDAP Sync Operation (draft-zeilenga-ldup-sync) as a groundwork for an LDAP replicatio...
Jong Hyuk Choi [Wed, 5 Feb 2003 07:37:02 +0000 (07:37 +0000)]
LDAP Sync Operation (draft-zeilenga-ldup-sync) as a groundwork for an LDAP replication design

21 years agohandle attr delete appropriately (pass test004)
Pierangelo Masarati [Tue, 4 Feb 2003 22:33:51 +0000 (22:33 +0000)]
handle attr delete appropriately (pass test004)

21 years agohandle NULL mod_[b]values case
Pierangelo Masarati [Tue, 4 Feb 2003 21:52:43 +0000 (21:52 +0000)]
handle NULL mod_[b]values case

21 years agodocument the multiple URI feature
Pierangelo Masarati [Tue, 4 Feb 2003 19:50:17 +0000 (19:50 +0000)]
document the multiple URI feature

21 years agocomment a useful feature of using URIs
Pierangelo Masarati [Tue, 4 Feb 2003 19:43:10 +0000 (19:43 +0000)]
comment a useful feature of using URIs

21 years agoimprove last commit
Pierangelo Masarati [Tue, 4 Feb 2003 19:27:56 +0000 (19:27 +0000)]
improve last commit

21 years agoallow multiple URIs (need to backport to back-ldap)
Pierangelo Masarati [Tue, 4 Feb 2003 18:49:58 +0000 (18:49 +0000)]
allow multiple URIs (need to backport to back-ldap)

21 years agoCleanup #ifdefs
Luke Howard [Tue, 4 Feb 2003 00:40:46 +0000 (00:40 +0000)]
Cleanup #ifdefs

21 years agoIntermediate Response
Jong Hyuk Choi [Mon, 3 Feb 2003 17:28:19 +0000 (17:28 +0000)]
Intermediate Response

21 years agoDo not crash when more than one attribute is passed to
Luke Howard [Sun, 2 Feb 2003 12:20:38 +0000 (12:20 +0000)]
Do not crash when more than one attribute is passed to
slapi_search_internal_bind()

21 years agoEnsure normalized root DN is available to internal SLAPI operations for
Luke Howard [Sun, 2 Feb 2003 11:00:52 +0000 (11:00 +0000)]
Ensure normalized root DN is available to internal SLAPI operations for
authorization to work.

Do not crash when forming Modification list from LDAPMod array.

21 years agoAlways pass normalized DN to select_backend() when performing operationals
Luke Howard [Sun, 2 Feb 2003 10:02:25 +0000 (10:02 +0000)]
Always pass normalized DN to select_backend() when performing operationals
internal to SLAPI

21 years agoFix crasher in bvptr2obj
Luke Howard [Sun, 2 Feb 2003 09:22:38 +0000 (09:22 +0000)]
Fix crasher in bvptr2obj
Fix hasvalue

21 years agoEnsure AttributeDescriptions are initialized to NULL
Luke Howard [Sun, 2 Feb 2003 09:04:43 +0000 (09:04 +0000)]
Ensure AttributeDescriptions are initialized to NULL

21 years agoAdd search ref callback
Luke Howard [Sat, 1 Feb 2003 07:05:01 +0000 (07:05 +0000)]
Add search ref callback

21 years agoAdd sendreference callback
Luke Howard [Sat, 1 Feb 2003 07:04:13 +0000 (07:04 +0000)]
Add sendreference callback

21 years agober_flush shouldn't be logging with _ANY, changed to _TRACE
Howard Chu [Fri, 31 Jan 2003 22:45:19 +0000 (22:45 +0000)]
ber_flush shouldn't be logging with _ANY, changed to _TRACE

21 years agoFix statslog of big attr names
Howard Chu [Fri, 31 Jan 2003 20:38:25 +0000 (20:38 +0000)]
Fix statslog of big attr names

21 years agoTweak previous commit
Howard Chu [Fri, 31 Jan 2003 19:44:52 +0000 (19:44 +0000)]
Tweak previous commit

21 years agoFix subtree and matched search in back-hdb
Howard Chu [Fri, 31 Jan 2003 19:43:14 +0000 (19:43 +0000)]
Fix subtree and matched search in back-hdb

21 years agoFix for LDAP_SLAPI not def'd
Howard Chu [Fri, 31 Jan 2003 18:46:17 +0000 (18:46 +0000)]
Fix for LDAP_SLAPI not def'd

21 years agoDate PADL copyright notice
Luke Howard [Fri, 31 Jan 2003 01:06:30 +0000 (01:06 +0000)]
Date PADL copyright notice

21 years agocleanup
Pierangelo Masarati [Fri, 31 Jan 2003 00:02:51 +0000 (00:02 +0000)]
cleanup