]> git.sur5r.net Git - openldap/log
openldap
20 years agoITS#3647 fix hdb dn2idl SEGV
Howard Chu [Mon, 11 Apr 2005 04:00:08 +0000 (04:00 +0000)]
ITS#3647 fix hdb dn2idl SEGV

20 years agoadd SASL bind for acl-authc; use slap_bindconf
Pierangelo Masarati [Sun, 10 Apr 2005 23:44:06 +0000 (23:44 +0000)]
add SASL bind for acl-authc; use slap_bindconf

20 years agomore bindconf cleanup
Pierangelo Masarati [Sun, 10 Apr 2005 23:43:17 +0000 (23:43 +0000)]
more bindconf cleanup

20 years agoapply naming scheme to global/database schema
Pierangelo Masarati [Sun, 10 Apr 2005 22:27:50 +0000 (22:27 +0000)]
apply naming scheme to global/database schema

20 years ago<limits.h> cleanup && ITS#3643
Kurt Zeilenga [Sun, 10 Apr 2005 19:32:14 +0000 (19:32 +0000)]
<limits.h> cleanup && ITS#3643

20 years agocomplete access checking documentation
Pierangelo Masarati [Sun, 10 Apr 2005 16:06:45 +0000 (16:06 +0000)]
complete access checking documentation

20 years agoclarify why there's no access checking in back-dnssrv
Pierangelo Masarati [Sun, 10 Apr 2005 16:03:59 +0000 (16:03 +0000)]
clarify why there's no access checking in back-dnssrv

20 years agoOID checks don't need to be case-insensitive
Pierangelo Masarati [Sun, 10 Apr 2005 16:01:24 +0000 (16:01 +0000)]
OID checks don't need to be case-insensitive

20 years agosame for objectClass; improve previous commit
Pierangelo Masarati [Sun, 10 Apr 2005 15:40:15 +0000 (15:40 +0000)]
same for objectClass; improve previous commit

20 years agoAdded further consistency checks and a new schema parse error value
Pierangelo Masarati [Sun, 10 Apr 2005 15:14:13 +0000 (15:14 +0000)]
Added further consistency checks and a new schema parse error value
which should help in debugging schema development for back-config.
The check essentially verifies, when a duplicate attributeType is found,
that the new attributeType definition is an exact duplicate of the
definition already present in the schema.

20 years agoclarify comment
Pierangelo Masarati [Sun, 10 Apr 2005 09:54:21 +0000 (09:54 +0000)]
clarify comment

20 years agoprotect all occurrences of ACL_DISCLOSE
Pierangelo Masarati [Sat, 9 Apr 2005 17:00:40 +0000 (17:00 +0000)]
protect all occurrences of ACL_DISCLOSE

20 years agocleanup
Pierangelo Masarati [Sat, 9 Apr 2005 16:50:07 +0000 (16:50 +0000)]
cleanup

20 years agoPreserve OID macros for display in back-config
Howard Chu [Sat, 9 Apr 2005 16:13:04 +0000 (16:13 +0000)]
Preserve OID macros for display in back-config

20 years agobase64 encode passwords in back-config
Pierangelo Masarati [Sat, 9 Apr 2005 15:19:36 +0000 (15:19 +0000)]
base64 encode passwords in back-config

20 years agoITS#3616 allow adding entry with zero-length DN if the suffix is zero-length
Howard Chu [Sat, 9 Apr 2005 11:28:06 +0000 (11:28 +0000)]
ITS#3616 allow adding entry with zero-length DN if the suffix is zero-length

20 years agoITS#3616 allow adding entry with zero-length DN if the suffix is zero length
Howard Chu [Sat, 9 Apr 2005 11:27:35 +0000 (11:27 +0000)]
ITS#3616 allow adding entry with zero-length DN if the suffix is zero length

20 years agoDon't do ctxcsn checks in Tool mode, don't generate ctxcsn if it's missing
Howard Chu [Sat, 9 Apr 2005 11:26:31 +0000 (11:26 +0000)]
Don't do ctxcsn checks in Tool mode, don't generate ctxcsn if it's missing
and we're also a consumer.

20 years agoSilence warnings in prev commit
Howard Chu [Sat, 9 Apr 2005 11:21:08 +0000 (11:21 +0000)]
Silence warnings in prev commit

20 years agoITS#3616 fixes for zero-length DN entry. generate context entry on the
Howard Chu [Sat, 9 Apr 2005 11:15:05 +0000 (11:15 +0000)]
ITS#3616 fixes for zero-length DN entry. generate context entry on the
fly if a modify is attempted and it does not exist.

20 years agoITS#3616 use fake context entry if suffix is empty.
Howard Chu [Sat, 9 Apr 2005 10:01:13 +0000 (10:01 +0000)]
ITS#3616 use fake context entry if suffix is empty.

20 years agoDon't crash on update_ctx if context entry has no contextCSN
Howard Chu [Sat, 9 Apr 2005 10:00:15 +0000 (10:00 +0000)]
Don't crash on update_ctx if context entry has no contextCSN

20 years agoITS#3616 skip naming checks for entry with zero-length DN
Howard Chu [Sat, 9 Apr 2005 09:59:40 +0000 (09:59 +0000)]
ITS#3616 skip naming checks for entry with zero-length DN

20 years agoITS#3638 Init ids to zero in bdb_dn2idl
Howard Chu [Sat, 9 Apr 2005 07:45:14 +0000 (07:45 +0000)]
ITS#3638 Init ids to zero in bdb_dn2idl

20 years agoITS#3646 allow default index
Howard Chu [Sat, 9 Apr 2005 07:32:51 +0000 (07:32 +0000)]
ITS#3646 allow default index

20 years agoITS#3643 limits.h, INT_MAX
Howard Chu [Sat, 9 Apr 2005 06:41:39 +0000 (06:41 +0000)]
ITS#3643 limits.h, INT_MAX

20 years agoITS#3644 include limits.h in config.h, set PATH_MAX in config.h
Howard Chu [Sat, 9 Apr 2005 06:35:28 +0000 (06:35 +0000)]
ITS#3644 include limits.h in config.h, set PATH_MAX in config.h

20 years agoimport of back-ldif man page; please review
Pierangelo Masarati [Sat, 9 Apr 2005 01:20:12 +0000 (01:20 +0000)]
import of back-ldif man page; please review

20 years agofurther cleanup; plug memory leak?
Pierangelo Masarati [Sat, 9 Apr 2005 01:00:53 +0000 (01:00 +0000)]
further cleanup; plug memory leak?

20 years agoITS#3267 add a comment
Howard Chu [Sat, 9 Apr 2005 00:56:30 +0000 (00:56 +0000)]
ITS#3267 add a comment

20 years agofurther fulfilment of ITS#3639
Pierangelo Masarati [Sat, 9 Apr 2005 00:44:17 +0000 (00:44 +0000)]
further fulfilment of ITS#3639

20 years agoITS#3267 fix out-of-order slapadd
Howard Chu [Sat, 9 Apr 2005 00:38:18 +0000 (00:38 +0000)]
ITS#3267 fix out-of-order slapadd

20 years agofurther fulfilment of ITS#3639
Pierangelo Masarati [Sat, 9 Apr 2005 00:34:32 +0000 (00:34 +0000)]
further fulfilment of ITS#3639

20 years agocleanup
Pierangelo Masarati [Sat, 9 Apr 2005 00:29:06 +0000 (00:29 +0000)]
cleanup

20 years agocheck parameters
Pierangelo Masarati [Sat, 9 Apr 2005 00:11:31 +0000 (00:11 +0000)]
check parameters

20 years agofurther fulfilment of ITS#3639
Pierangelo Masarati [Fri, 8 Apr 2005 23:39:05 +0000 (23:39 +0000)]
further fulfilment of ITS#3639

20 years agoPartial revert, must use lower-case hex
Howard Chu [Fri, 8 Apr 2005 23:33:26 +0000 (23:33 +0000)]
Partial revert, must use lower-case hex

20 years agohonor disclose
Pierangelo Masarati [Fri, 8 Apr 2005 23:33:03 +0000 (23:33 +0000)]
honor disclose

20 years agohonor disclose and search access of searchBase; fix potential lock issue; honor abandon
Pierangelo Masarati [Fri, 8 Apr 2005 23:20:37 +0000 (23:20 +0000)]
honor disclose and search access of searchBase; fix potential lock issue; honor abandon

20 years agofurther fulfilment of ITS#3639
Pierangelo Masarati [Fri, 8 Apr 2005 22:52:23 +0000 (22:52 +0000)]
further fulfilment of ITS#3639

20 years agofurther improve previous fix
Pierangelo Masarati [Fri, 8 Apr 2005 22:11:56 +0000 (22:11 +0000)]
further improve previous fix

20 years agofurther fulfilment of ITS#3639
Pierangelo Masarati [Fri, 8 Apr 2005 22:08:40 +0000 (22:08 +0000)]
further fulfilment of ITS#3639

20 years agofurther improve previous fix
Pierangelo Masarati [Fri, 8 Apr 2005 22:06:06 +0000 (22:06 +0000)]
further improve previous fix

20 years agoimprove previous fix; return LDAP_REFERRAL to avoid returning result multiple times
Pierangelo Masarati [Fri, 8 Apr 2005 21:58:58 +0000 (21:58 +0000)]
improve previous fix; return LDAP_REFERRAL to avoid returning result multiple times

20 years agocleanup sr_ref
Pierangelo Masarati [Fri, 8 Apr 2005 21:38:38 +0000 (21:38 +0000)]
cleanup sr_ref

20 years agomalloc cleanup
Jong Hyuk Choi [Fri, 8 Apr 2005 19:39:58 +0000 (19:39 +0000)]
malloc cleanup

20 years agomore to partial fulfilment of ITS#3639
Pierangelo Masarati [Fri, 8 Apr 2005 19:27:22 +0000 (19:27 +0000)]
more to partial fulfilment of ITS#3639

20 years agosave a malloc; some more cleanup
Pierangelo Masarati [Fri, 8 Apr 2005 19:17:51 +0000 (19:17 +0000)]
save a malloc; some more cleanup

20 years agoremove slapd-tcl(5)
Pierangelo Masarati [Fri, 8 Apr 2005 19:00:58 +0000 (19:00 +0000)]
remove slapd-tcl(5)

20 years agofix --enable-dnssrv (ITS#3641), and minor cleanup
Pierangelo Masarati [Fri, 8 Apr 2005 18:46:18 +0000 (18:46 +0000)]
fix --enable-dnssrv (ITS#3641), and minor cleanup

20 years agopartial fulfilment of ITS#3639; need to check other backends thoroughly
Pierangelo Masarati [Fri, 8 Apr 2005 18:41:13 +0000 (18:41 +0000)]
partial fulfilment of ITS#3639; need to check other backends thoroughly

20 years agofix previous commit
Pierangelo Masarati [Fri, 8 Apr 2005 00:19:01 +0000 (00:19 +0000)]
fix previous commit

20 years agoimplement add/delete granularity in write access (ITS#3631)
Pierangelo Masarati [Fri, 8 Apr 2005 00:18:24 +0000 (00:18 +0000)]
implement add/delete granularity in write access (ITS#3631)

20 years agoadd dynlist build stuff
Pierangelo Masarati [Thu, 7 Apr 2005 23:51:31 +0000 (23:51 +0000)]
add dynlist build stuff

20 years agoadd dynlist build stuff
Pierangelo Masarati [Thu, 7 Apr 2005 23:35:36 +0000 (23:35 +0000)]
add dynlist build stuff

20 years agodocument the dynlist overlay
Pierangelo Masarati [Thu, 7 Apr 2005 23:18:48 +0000 (23:18 +0000)]
document the dynlist overlay

20 years agoadd dynlist.c from SysNet's repository; needs build stuff (when mature)
Pierangelo Masarati [Thu, 7 Apr 2005 22:42:44 +0000 (22:42 +0000)]
add dynlist.c from SysNet's repository; needs build stuff (when mature)

20 years agodocument option '-F'
Pierangelo Masarati [Thu, 7 Apr 2005 20:12:57 +0000 (20:12 +0000)]
document option '-F'

20 years agoclarify what can appear after -H
Pierangelo Masarati [Thu, 7 Apr 2005 19:57:38 +0000 (19:57 +0000)]
clarify what can appear after -H

20 years agoFix access error return
Howard Chu [Thu, 7 Apr 2005 19:54:37 +0000 (19:54 +0000)]
Fix access error return

20 years agoline up usage message
Pierangelo Masarati [Thu, 7 Apr 2005 19:32:50 +0000 (19:32 +0000)]
line up usage message

20 years agoIgnore include file records when loading LDIF tree, their contents
Howard Chu [Thu, 7 Apr 2005 05:32:21 +0000 (05:32 +0000)]
Ignore include file records when loading LDIF tree, their contents
have already been incorporated into the LDIF.

20 years agoOn add, sort attributes in schema order to enforce config sequencing
Howard Chu [Thu, 7 Apr 2005 05:23:23 +0000 (05:23 +0000)]
On add, sort attributes in schema order to enforce config sequencing

20 years agocleanup whitespace, use upper case hex for nt/lm
Howard Chu [Thu, 7 Apr 2005 02:26:14 +0000 (02:26 +0000)]
cleanup whitespace, use upper case hex for nt/lm

20 years agoITS#3635 fix input to lmhash
Howard Chu [Thu, 7 Apr 2005 02:23:17 +0000 (02:23 +0000)]
ITS#3635 fix input to lmhash

20 years agoImproved log message when cannot find entry of desired class
Kurt Zeilenga [Thu, 7 Apr 2005 00:54:06 +0000 (00:54 +0000)]
Improved log message when cannot find entry of desired class

20 years agoRemove redundant note indication.
Kurt Zeilenga [Mon, 4 Apr 2005 19:56:43 +0000 (19:56 +0000)]
Remove redundant note indication.

20 years agouse alias name instead of column name in order by clause (ITS#3629)
Pierangelo Masarati [Mon, 4 Apr 2005 17:41:29 +0000 (17:41 +0000)]
use alias name instead of column name in order by clause (ITS#3629)

20 years agoupdate and refresh man pages
Pierangelo Masarati [Mon, 4 Apr 2005 12:25:12 +0000 (12:25 +0000)]
update and refresh man pages

20 years agoupdate diagnostics and man pages
Pierangelo Masarati [Mon, 4 Apr 2005 12:24:50 +0000 (12:24 +0000)]
update diagnostics and man pages

20 years agocleanup previous commits
Pierangelo Masarati [Mon, 4 Apr 2005 11:19:21 +0000 (11:19 +0000)]
cleanup previous commits

20 years agocleanup listener permissions
Pierangelo Masarati [Mon, 4 Apr 2005 10:42:50 +0000 (10:42 +0000)]
cleanup listener permissions

20 years agoAdd conn->c_sasl_authz_dn, store SASL authzDN separately from authcDN
Howard Chu [Sun, 3 Apr 2005 09:38:53 +0000 (09:38 +0000)]
Add conn->c_sasl_authz_dn, store SASL authzDN separately from authcDN

20 years ago-lodbc may need $LTHREAD_LIBS
Kurt Zeilenga [Sun, 3 Apr 2005 05:04:34 +0000 (05:04 +0000)]
-lodbc may need $LTHREAD_LIBS

20 years agoimplement "realdn" by clause in ACLs (ITS#3627; accounting for Howard's remarks)
Pierangelo Masarati [Sun, 3 Apr 2005 01:59:03 +0000 (01:59 +0000)]
implement "realdn" by clause in ACLs (ITS#3627; accounting for Howard's remarks)

20 years agoimplement checking of the whole target entry if no attributes are specified (ITS...
Pierangelo Masarati [Sun, 3 Apr 2005 01:20:36 +0000 (01:20 +0000)]
implement checking of the whole target entry if no attributes are specified (ITS#3624)

20 years agoAdd generation of SHA-1 hash.
Kurt Zeilenga [Sat, 2 Apr 2005 22:19:15 +0000 (22:19 +0000)]
Add generation of SHA-1 hash.

20 years agoFix yet another typo
Kurt Zeilenga [Sat, 2 Apr 2005 20:58:24 +0000 (20:58 +0000)]
Fix yet another typo

20 years agoFix typo in last commit
Kurt Zeilenga [Sat, 2 Apr 2005 20:54:34 +0000 (20:54 +0000)]
Fix typo in last commit

20 years agoAdd new resolver checks
Kurt Zeilenga [Sat, 2 Apr 2005 20:52:18 +0000 (20:52 +0000)]
Add new resolver checks

20 years agorework few members of slap_bindconf; silence few warnings
Pierangelo Masarati [Sat, 2 Apr 2005 01:33:48 +0000 (01:33 +0000)]
rework few members of slap_bindconf; silence few warnings

20 years agoclarify the usage of dnParent( dn, dn )
Pierangelo Masarati [Fri, 1 Apr 2005 23:58:38 +0000 (23:58 +0000)]
clarify the usage of dnParent( dn, dn )

20 years agoSpell out BDB
Kurt Zeilenga [Fri, 1 Apr 2005 23:31:21 +0000 (23:31 +0000)]
Spell out BDB

20 years agoITS#3620: Initial Unbind control fix
Kurt Zeilenga [Fri, 1 Apr 2005 23:29:02 +0000 (23:29 +0000)]
ITS#3620: Initial Unbind control fix
A better fix would be to use the _ext interface
Also add and use a tool_destroy() function (to destroy SASL/TLS contexts).

20 years agodocument new options
Pierangelo Masarati [Fri, 1 Apr 2005 19:07:09 +0000 (19:07 +0000)]
document new options

20 years agodocument new options
Pierangelo Masarati [Fri, 1 Apr 2005 18:59:28 +0000 (18:59 +0000)]
document new options

20 years agoallow slapdn to return the DN in pretty/normal only mode, without diagnostics, to...
Pierangelo Masarati [Fri, 1 Apr 2005 12:59:26 +0000 (12:59 +0000)]
allow slapdn to return the DN in pretty/normal only mode, without diagnostics, to be used as filter (should allow reading from stdin as well)

20 years agofix database operations in tool mode (ITS#3622)
Pierangelo Masarati [Fri, 1 Apr 2005 12:20:02 +0000 (12:20 +0000)]
fix database operations in tool mode (ITS#3622)

20 years agoTruncate \r if it appears at end of DB_CONFIG lines
Howard Chu [Fri, 1 Apr 2005 12:06:46 +0000 (12:06 +0000)]
Truncate \r if it appears at end of DB_CONFIG lines

20 years agoAdd dbconfig directive for creating/writing the DB_CONFIG file
Howard Chu [Fri, 1 Apr 2005 11:50:37 +0000 (11:50 +0000)]
Add dbconfig directive for creating/writing the DB_CONFIG file

20 years agoAdd dbconfig directive for creating/writing the DB_CONFIG file
Howard Chu [Fri, 1 Apr 2005 11:26:43 +0000 (11:26 +0000)]
Add dbconfig directive for creating/writing the DB_CONFIG file

20 years agoITS#3607 more for Win32 portability
Howard Chu [Fri, 1 Apr 2005 08:10:26 +0000 (08:10 +0000)]
ITS#3607 more for Win32 portability

20 years agoITS#3607, added Win32 lock support
Howard Chu [Fri, 1 Apr 2005 06:10:06 +0000 (06:10 +0000)]
ITS#3607, added Win32 lock support

20 years agoAdded a conformant sortedResults support which is unable to sort anything.
Kurt Zeilenga [Fri, 1 Apr 2005 02:40:29 +0000 (02:40 +0000)]
Added a conformant sortedResults support which is unable to sort anything.

20 years agocleanup
Kurt Zeilenga [Fri, 1 Apr 2005 02:39:01 +0000 (02:39 +0000)]
cleanup

20 years agoFix filter crash when DN contains parenthesis
Howard Chu [Fri, 1 Apr 2005 02:13:17 +0000 (02:13 +0000)]
Fix filter crash when DN contains parenthesis

20 years agoactually retrieve the target, to apply clauses like sets and so
Pierangelo Masarati [Thu, 31 Mar 2005 21:21:16 +0000 (21:21 +0000)]
actually retrieve the target, to apply clauses like sets and so

20 years agocleanup options
Pierangelo Masarati [Thu, 31 Mar 2005 20:03:30 +0000 (20:03 +0000)]
cleanup options

20 years agoalways shutdown (slaptest was not)
Pierangelo Masarati [Thu, 31 Mar 2005 19:34:36 +0000 (19:34 +0000)]
always shutdown (slaptest was not)

20 years agoinitial commit of "level" styles for "dn" and "self" by clauses (ITS#3615)
Pierangelo Masarati [Thu, 31 Mar 2005 18:10:11 +0000 (18:10 +0000)]
initial commit of "level" styles for "dn" and "self" by clauses (ITS#3615)