]> git.sur5r.net Git - openldap/log
openldap
19 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

19 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

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

19 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

19 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

19 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

19 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.

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

19 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

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

19 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

19 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

19 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

19 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

19 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.

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

19 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.

19 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.

19 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

19 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

19 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

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

19 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

19 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

19 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

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

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

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

19 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

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

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

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

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

19 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

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

19 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

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

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

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

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

19 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

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

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

19 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

19 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

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

19 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

19 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

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

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

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

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

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

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

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

19 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

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

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

19 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.

19 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

19 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

19 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

19 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

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

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

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

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

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

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

19 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

19 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

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

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

19 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.

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

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

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

19 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

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

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

19 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).

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

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

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

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

19 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

19 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

19 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

19 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

19 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

19 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.

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

19 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

19 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

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

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

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

19 years agorework provious commit(s)
Pierangelo Masarati [Thu, 31 Mar 2005 12:18:56 +0000 (12:18 +0000)]
rework provious commit(s)

19 years agomore cleanup?
Pierangelo Masarati [Thu, 31 Mar 2005 00:30:41 +0000 (00:30 +0000)]
more cleanup?

19 years agocleanup
Pierangelo Masarati [Thu, 31 Mar 2005 00:27:53 +0000 (00:27 +0000)]
cleanup