]> git.sur5r.net Git - openldap/log
openldap
21 years agoMore fixes for ITS#2136, make sure all error returns set *text.
Howard Chu [Fri, 11 Oct 2002 17:12:56 +0000 (17:12 +0000)]
More fixes for ITS#2136, make sure all error returns set *text.

21 years agoIn sb_tls_bio_read/write, check for EAGAIN in addition to EWOULDBLOCK.
Howard Chu [Fri, 11 Oct 2002 06:22:24 +0000 (06:22 +0000)]
In sb_tls_bio_read/write, check for EAGAIN in addition to EWOULDBLOCK.
According to read(2)/write(2) EAGAIN is the only one we're interested in.
Fixes HP-UX 11.
http://www.openldap.org/lists/openldap-software/200105/msg00564.html

21 years agobetter check of snprintf result
Kurt Zeilenga [Fri, 11 Oct 2002 02:51:09 +0000 (02:51 +0000)]
better check of snprintf result

21 years agoPatch: Delete the buggy surrogate parent code (ITS#1815)
Kurt Zeilenga [Thu, 10 Oct 2002 20:28:36 +0000 (20:28 +0000)]
Patch:  Delete the buggy surrogate parent code (ITS#1815)
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.

21 years agoFix crasher in ldap_domain2dn()
Luke Howard [Thu, 10 Oct 2002 08:59:19 +0000 (08:59 +0000)]
Fix crasher in ldap_domain2dn()

21 years agoClarify new "entry" ACLs
Kurt Zeilenga [Thu, 10 Oct 2002 04:27:23 +0000 (04:27 +0000)]
Clarify new "entry" ACLs

21 years agoAdd DIT Structure Rules and Name Forms
Kurt Zeilenga [Thu, 10 Oct 2002 04:19:46 +0000 (04:19 +0000)]
Add DIT Structure Rules and Name Forms

21 years agoMore OBSOLETE checks
Kurt Zeilenga [Thu, 10 Oct 2002 02:38:32 +0000 (02:38 +0000)]
More OBSOLETE checks

21 years agoAdd some OBSOLETE schema checks
Kurt Zeilenga [Thu, 10 Oct 2002 02:07:24 +0000 (02:07 +0000)]
Add some OBSOLETE schema checks

21 years agoFix multiple NAME example
Kurt Zeilenga [Thu, 10 Oct 2002 01:34:55 +0000 (01:34 +0000)]
Fix multiple NAME example

21 years agoDon't mask error text variables
Kurt Zeilenga [Wed, 9 Oct 2002 23:36:28 +0000 (23:36 +0000)]
Don't mask error text variables

21 years agoRemove lint
Kurt Zeilenga [Wed, 9 Oct 2002 23:35:45 +0000 (23:35 +0000)]
Remove lint

21 years agoImplement content rule checks
Kurt Zeilenga [Wed, 9 Oct 2002 23:02:01 +0000 (23:02 +0000)]
Implement content rule checks
w/ implicit default rules allowing any auxiliary class to be mixed in

21 years agoRevert previous commit. More thought needed re: IPV4 vs IPv6 failures
Howard Chu [Wed, 9 Oct 2002 21:18:51 +0000 (21:18 +0000)]
Revert previous commit. More thought needed re: IPV4 vs IPv6 failures

21 years agoUpdate to 1.6.1
Kurt Zeilenga [Wed, 9 Oct 2002 21:16:56 +0000 (21:16 +0000)]
Update to 1.6.1

21 years agoITS#2132, give up at first bind failure
Howard Chu [Wed, 9 Oct 2002 20:45:13 +0000 (20:45 +0000)]
ITS#2132, give up at first bind failure

21 years agoFix bad sup error
Kurt Zeilenga [Wed, 9 Oct 2002 19:24:02 +0000 (19:24 +0000)]
Fix bad sup error

21 years agoNeed ../cr.o
Kurt Zeilenga [Wed, 9 Oct 2002 19:11:12 +0000 (19:11 +0000)]
Need ../cr.o

21 years agoFix ITS#2132, give up if listener fails to open
Howard Chu [Wed, 9 Oct 2002 18:57:50 +0000 (18:57 +0000)]
Fix ITS#2132, give up if listener fails to open

21 years agoBasic framework for DIT Content Rules (not yet enforced)
Kurt Zeilenga [Wed, 9 Oct 2002 07:11:50 +0000 (07:11 +0000)]
Basic framework for DIT Content Rules (not yet enforced)

21 years agoAdd ditContentRule routines
Kurt Zeilenga [Wed, 9 Oct 2002 02:56:46 +0000 (02:56 +0000)]
Add ditContentRule routines

21 years agoBump EXBUFSIZ up a bit
Kurt Zeilenga [Tue, 8 Oct 2002 20:56:03 +0000 (20:56 +0000)]
Bump EXBUFSIZ up a bit

21 years agoFix realloc() bugs
Kurt Zeilenga [Tue, 8 Oct 2002 20:37:30 +0000 (20:37 +0000)]
Fix realloc() bugs

21 years agoFix AC_CACHE_CHECK bug in DB_THREAD detection.
Kurt Zeilenga [Tue, 8 Oct 2002 19:47:17 +0000 (19:47 +0000)]
Fix AC_CACHE_CHECK bug in DB_THREAD detection.

21 years agoPlug memory leak (ITS#2126)
Kurt Zeilenga [Tue, 8 Oct 2002 19:45:01 +0000 (19:45 +0000)]
Plug memory leak (ITS#2126)

21 years agoRework unprotected simple bind checks
Kurt Zeilenga [Tue, 8 Oct 2002 19:03:18 +0000 (19:03 +0000)]
Rework unprotected simple bind checks

21 years agoAdd security restrictions examples
Kurt Zeilenga [Tue, 8 Oct 2002 01:15:20 +0000 (01:15 +0000)]
Add security restrictions examples

21 years agoClarify unprotected simple bind settings
Kurt Zeilenga [Tue, 8 Oct 2002 01:07:12 +0000 (01:07 +0000)]
Clarify unprotected simple bind settings

21 years agoif "disallow bind_simple_unprotected", require at least SSF of 2
Kurt Zeilenga [Tue, 8 Oct 2002 01:06:49 +0000 (01:06 +0000)]
if "disallow bind_simple_unprotected", require at least SSF of 2

21 years agoClarify that "security ssf=n" applies to "disallow bind_simple_unprotected".
Kurt Zeilenga [Tue, 8 Oct 2002 00:51:19 +0000 (00:51 +0000)]
Clarify that "security ssf=n" applies to "disallow bind_simple_unprotected".

21 years agoMore entry level access control for back-shell
Kurt Zeilenga [Mon, 7 Oct 2002 21:56:43 +0000 (21:56 +0000)]
More entry level access control for back-shell
(should be applied to back-perl and other programmable backends)

21 years agos/256/LBER_ELEMENT_SIZEOF/
Kurt Zeilenga [Mon, 7 Oct 2002 21:01:47 +0000 (21:01 +0000)]
s/256/LBER_ELEMENT_SIZEOF/
set LBER_ELEMENT_SIZEOF to 256
maybe this should be set to N*sizeof(size_t) or something

21 years agoFix ldap_int_get_controls for optional values
Howard Chu [Mon, 7 Oct 2002 19:58:10 +0000 (19:58 +0000)]
Fix ldap_int_get_controls for optional values

21 years agoMore "entry" level ACLs for entry add, delete, and rename.
Kurt Zeilenga [Mon, 7 Oct 2002 19:19:29 +0000 (19:19 +0000)]
More "entry" level ACLs for entry add, delete, and rename.

21 years agoClarify that v2 is disabled by default
Kurt Zeilenga [Sun, 6 Oct 2002 03:32:43 +0000 (03:32 +0000)]
Clarify that v2 is disabled by default

21 years agoFix up last commits
Kurt Zeilenga [Fri, 4 Oct 2002 23:42:27 +0000 (23:42 +0000)]
Fix up last commits

21 years agoAdd "entry" ACL checks for add/delete/rename ops
Kurt Zeilenga [Fri, 4 Oct 2002 23:26:28 +0000 (23:26 +0000)]
Add "entry" ACL checks for add/delete/rename ops

21 years agos/umich.edu/example.com/
Kurt Zeilenga [Fri, 4 Oct 2002 20:58:20 +0000 (20:58 +0000)]
s/umich.edu/example.com/

21 years agoMisc. cleanup
Kurt Zeilenga [Fri, 4 Oct 2002 19:08:10 +0000 (19:08 +0000)]
Misc. cleanup

21 years agoClean up some #else #if 'ing
Kurt Zeilenga [Fri, 4 Oct 2002 18:36:44 +0000 (18:36 +0000)]
Clean up some #else #if 'ing

21 years agoIf OpenSSL provides crypt(3), no need to check -lcrypt
Kurt Zeilenga [Fri, 4 Oct 2002 02:44:47 +0000 (02:44 +0000)]
If OpenSSL provides crypt(3), no need to check -lcrypt

21 years agoInclude <ac/bytes.h> after <ac/stdlib.h> to avoid problems
Kurt Zeilenga [Wed, 2 Oct 2002 20:57:05 +0000 (20:57 +0000)]
Include <ac/bytes.h> after <ac/stdlib.h> to avoid problems
Linux on Alpha problems

21 years agoMacOS 10.1 pthread_kill() workaround
Kurt Zeilenga [Wed, 2 Oct 2002 20:10:55 +0000 (20:10 +0000)]
MacOS 10.1 pthread_kill() workaround

21 years agoITS #2121 submitted by Dave Steck <dsteck@novell.com> with minor changes.
Kurt Zeilenga [Wed, 2 Oct 2002 19:14:02 +0000 (19:14 +0000)]
ITS #2121 submitted by Dave Steck <dsteck@novell.com> with minor changes.
Patch to allow referrals to be read on synchronous non-search operations.
Treat referrals the same way as MatchDN or ErrorString values.
Store them in the ld structure and provide an option for ldap_get_option
to retrieve them

21 years agoFix subentry OIDs
Kurt Zeilenga [Wed, 2 Oct 2002 01:18:46 +0000 (01:18 +0000)]
Fix subentry OIDs

21 years agoCode cleanup (no functional changes)
Kurt Zeilenga [Tue, 1 Oct 2002 04:07:55 +0000 (04:07 +0000)]
Code cleanup (no functional changes)

21 years agoAlter a few DNs to ensure normalization works in groups
Kurt Zeilenga [Mon, 30 Sep 2002 18:43:18 +0000 (18:43 +0000)]
Alter a few DNs to ensure normalization works in groups

21 years ago#unifdef -DSCHEMA_DN
Kurt Zeilenga [Sun, 29 Sep 2002 04:30:38 +0000 (04:30 +0000)]
#unifdef -DSCHEMA_DN

21 years agoAdd portability note and reference to the platform hints FAQ answer
Kurt Zeilenga [Thu, 26 Sep 2002 21:37:05 +0000 (21:37 +0000)]
Add portability note and reference to the platform hints FAQ answer

21 years agoReturn default referral if DN maps to empty domain.
Kurt Zeilenga [Thu, 26 Sep 2002 16:12:39 +0000 (16:12 +0000)]
Return default referral if DN maps to empty domain.

21 years agobenign buffer overflow fix (ITS#1964)
Kurt Zeilenga [Wed, 25 Sep 2002 04:34:33 +0000 (04:34 +0000)]
benign buffer overflow fix (ITS#1964)

21 years agoITS#1502: fix NS-MTA-MD5 typo
Kurt Zeilenga [Tue, 24 Sep 2002 21:21:35 +0000 (21:21 +0000)]
ITS#1502: fix NS-MTA-MD5 typo

21 years agoFix handling of non-critical controls for backends which
Kurt Zeilenga [Tue, 24 Sep 2002 18:20:59 +0000 (18:20 +0000)]
Fix handling of non-critical controls for backends which
support no controls.

21 years agoChange one search to use oneLevel scope
Kurt Zeilenga [Mon, 23 Sep 2002 22:27:19 +0000 (22:27 +0000)]
Change one search to use oneLevel scope

21 years agoUndocument -C (chase referrals)
Kurt Zeilenga [Mon, 23 Sep 2002 21:33:26 +0000 (21:33 +0000)]
Undocument -C (chase referrals)
(already removed from usage statements)

21 years agoAdd Steven's I-Ds on LDAP/X.500 admin models
Kurt Zeilenga [Mon, 23 Sep 2002 04:35:05 +0000 (04:35 +0000)]
Add Steven's I-Ds on LDAP/X.500 admin models
Correct naming of older drafts

21 years agoMinor updates
Kurt Zeilenga [Sun, 22 Sep 2002 19:09:47 +0000 (19:09 +0000)]
Minor updates

21 years ago-05
Kurt Zeilenga [Sun, 22 Sep 2002 18:21:23 +0000 (18:21 +0000)]
-05

21 years agofix possible uninit bug
Kurt Zeilenga [Sat, 21 Sep 2002 04:33:19 +0000 (04:33 +0000)]
fix possible uninit bug

21 years agoFix ITS#1033 slapd hangs with GNU Pth - don't write to the wakefd
Howard Chu [Sat, 21 Sep 2002 03:52:16 +0000 (03:52 +0000)]
Fix ITS#1033 slapd hangs with GNU Pth - don't write to the wakefd
more than once at any given time.

21 years agoFix return values, set stack size. (Default is only 64K, far too small.)
Howard Chu [Sat, 21 Sep 2002 01:41:45 +0000 (01:41 +0000)]
Fix return values, set stack size. (Default is only 64K, far too small.)
Fixes the SEGVs from stack overrun, but slapd tends to get hung in select.

21 years agoAdd experimental +/- AttributeName support.
Kurt Zeilenga [Sat, 21 Sep 2002 00:11:43 +0000 (00:11 +0000)]
Add experimental +/- AttributeName support.

21 years agoAdd "IANA Considerations for LDAP" (rfc3383)
Kurt Zeilenga [Fri, 20 Sep 2002 20:50:53 +0000 (20:50 +0000)]
Add "IANA Considerations for LDAP" (rfc3383)

21 years agoSave "-" for no subtypes
Kurt Zeilenga [Fri, 20 Sep 2002 19:58:25 +0000 (19:58 +0000)]
Save "-" for no subtypes

21 years agoClean up hash password scheme stuff
Kurt Zeilenga [Fri, 20 Sep 2002 17:27:08 +0000 (17:27 +0000)]
Clean up hash password scheme stuff

21 years agoAdd some clarification as to what hash algorithms are used
Kurt Zeilenga [Fri, 20 Sep 2002 17:12:58 +0000 (17:12 +0000)]
Add some clarification as to what hash algorithms are used
with each password-hash scheme.

21 years agoAdd dummy reference to lutil_uuidstr() for dynamically loaded back-bdb
Howard Chu [Fri, 20 Sep 2002 01:02:33 +0000 (01:02 +0000)]
Add dummy reference to lutil_uuidstr() for dynamically loaded back-bdb
and back-ldbm.

21 years agoSimpler fix for NO_THREADS
Howard Chu [Thu, 19 Sep 2002 06:34:53 +0000 (06:34 +0000)]
Simpler fix for NO_THREADS

21 years agoUpdated BDB_HIER for current API
Howard Chu [Thu, 19 Sep 2002 06:08:12 +0000 (06:08 +0000)]
Updated BDB_HIER for current API

21 years agoAdd new LDAP RFCs
Kurt Zeilenga [Thu, 19 Sep 2002 04:43:28 +0000 (04:43 +0000)]
Add new LDAP RFCs

21 years agoDon't set bdb yield with NO_THREADS
Howard Chu [Thu, 19 Sep 2002 01:38:00 +0000 (01:38 +0000)]
Don't set bdb yield with NO_THREADS

21 years agoFixes for NO_THREADS
Howard Chu [Thu, 19 Sep 2002 01:13:27 +0000 (01:13 +0000)]
Fixes for NO_THREADS
Use a per-env locker ID
Always set lock_detect, since we allow slapadd etc. concurrently
Also removed unused lock_detect_task code. lockdetect config keyword only
needs <policy>, no <seconds> argument.

21 years agoremove unused log level
Kurt Zeilenga [Thu, 19 Sep 2002 00:58:51 +0000 (00:58 +0000)]
remove unused log level

21 years agoAdd calls to module_init/module_kill to support dynamically loaded backends.
Howard Chu [Wed, 18 Sep 2002 11:58:19 +0000 (11:58 +0000)]
Add calls to module_init/module_kill to support dynamically loaded backends.

21 years agoAdd the LDAPv3 TS.
Kurt Zeilenga [Wed, 18 Sep 2002 02:04:59 +0000 (02:04 +0000)]
Add the LDAPv3 TS.

21 years agorebuild with new openldap.m4 pthread version check
Kurt Zeilenga [Wed, 18 Sep 2002 00:22:42 +0000 (00:22 +0000)]
rebuild with new openldap.m4 pthread version check

21 years agoFix pthread version check again
Howard Chu [Wed, 18 Sep 2002 00:11:53 +0000 (00:11 +0000)]
Fix pthread version check again

21 years agolatest dupent I-D
Kurt Zeilenga [Tue, 17 Sep 2002 21:05:41 +0000 (21:05 +0000)]
latest dupent I-D

21 years agoMisc cleanup
Kurt Zeilenga [Mon, 16 Sep 2002 21:50:55 +0000 (21:50 +0000)]
Misc cleanup

21 years agoFix sizeof [r]buf typo
Kurt Zeilenga [Mon, 16 Sep 2002 21:35:33 +0000 (21:35 +0000)]
Fix sizeof [r]buf typo

21 years agoFor object classes in attribute lists, use '+' (or '-') to indicate
Kurt Zeilenga [Mon, 16 Sep 2002 20:48:08 +0000 (20:48 +0000)]
For object classes in attribute lists, use '+' (or '-') to indicate
name is an objectClass.

21 years agoWrap csn filter frees with sync mode check.
Kurt Zeilenga [Sun, 15 Sep 2002 22:42:50 +0000 (22:42 +0000)]
Wrap csn filter frees with sync mode check.

21 years agoFix return value
Kurt Zeilenga [Sun, 15 Sep 2002 22:42:07 +0000 (22:42 +0000)]
Fix return value

21 years agoAdd LDAP_CONTROL_CLIENT_UPDATE to list of supported controls
Kurt Zeilenga [Sun, 15 Sep 2002 22:28:38 +0000 (22:28 +0000)]
Add LDAP_CONTROL_CLIENT_UPDATE to list of supported controls

21 years agoMisc CLIENT_UPDATE cleanups
Kurt Zeilenga [Sun, 15 Sep 2002 22:22:51 +0000 (22:22 +0000)]
Misc CLIENT_UPDATE cleanups

21 years agoFix typos in last commit
Kurt Zeilenga [Sun, 15 Sep 2002 22:13:25 +0000 (22:13 +0000)]
Fix typos in last commit

21 years agoCleanup up LDAP_CLIENT_UPDATE code... including some bug fixing.
Kurt Zeilenga [Sun, 15 Sep 2002 21:08:34 +0000 (21:08 +0000)]
Cleanup up LDAP_CLIENT_UPDATE code... including some bug fixing.

21 years agoLCUP Response Control Code
Jong Hyuk Choi [Sat, 14 Sep 2002 00:29:06 +0000 (00:29 +0000)]
LCUP Response Control Code

21 years agoFix ITS#2082, bdb_idl_intersection
Howard Chu [Fri, 13 Sep 2002 20:19:56 +0000 (20:19 +0000)]
Fix ITS#2082, bdb_idl_intersection

21 years agoFix debug messages
Howard Chu [Fri, 13 Sep 2002 20:19:15 +0000 (20:19 +0000)]
Fix debug messages

21 years agoAdded group ACL tests
Howard Chu [Fri, 13 Sep 2002 15:04:04 +0000 (15:04 +0000)]
Added group ACL tests

21 years agoFix test of uninit'd rc at LOCK_ID
Howard Chu [Fri, 13 Sep 2002 12:32:08 +0000 (12:32 +0000)]
Fix test of uninit'd rc at LOCK_ID

21 years agoPOSIX threads tweaks for Draft 4 vs Draft 5
Howard Chu [Thu, 12 Sep 2002 23:12:18 +0000 (23:12 +0000)]
POSIX threads tweaks for Draft 4 vs Draft 5

21 years agoFix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o
Howard Chu [Thu, 12 Sep 2002 22:49:03 +0000 (22:49 +0000)]
Fix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o

21 years agoSet BDB's global allocators to ber_*, don't bother with the per-env setting.
Howard Chu [Thu, 12 Sep 2002 02:47:18 +0000 (02:47 +0000)]
Set BDB's global allocators to ber_*, don't bother with the per-env setting.

21 years agotrim c++ style comments
Pierangelo Masarati [Wed, 11 Sep 2002 17:15:55 +0000 (17:15 +0000)]
trim c++ style comments

21 years agoFix ITS#2075, NULL moddn->newsup->bv_val
Howard Chu [Wed, 11 Sep 2002 10:59:41 +0000 (10:59 +0000)]
Fix ITS#2075, NULL moddn->newsup->bv_val

21 years agoFIx previous commit, test for Draft 7 was inverted
Howard Chu [Wed, 11 Sep 2002 09:48:35 +0000 (09:48 +0000)]
FIx previous commit, test for Draft 7 was inverted

21 years agoFix pthreads version detection
Howard Chu [Wed, 11 Sep 2002 07:43:20 +0000 (07:43 +0000)]
Fix pthreads version detection

21 years agoFine-tuning pthreads revision dependencies
Howard Chu [Wed, 11 Sep 2002 07:24:21 +0000 (07:24 +0000)]
Fine-tuning pthreads revision dependencies