]> git.sur5r.net Git - openldap/log
openldap
18 years agoRemove new_rdn/old_rdn - handled by frontend
Luke Howard [Mon, 2 Jan 2006 15:40:45 +0000 (15:40 +0000)]
Remove new_rdn/old_rdn - handled by frontend

18 years agoRemove new_rdn/old_rdn - handled by frontend now
Luke Howard [Mon, 2 Jan 2006 15:39:06 +0000 (15:39 +0000)]
Remove new_rdn/old_rdn - handled by frontend now

18 years agoRemove RDN checks/logging -- now done by frontend
Luke Howard [Mon, 2 Jan 2006 15:38:04 +0000 (15:38 +0000)]
Remove RDN checks/logging -- now done by frontend

18 years agocheck the response code of each modification
Pierangelo Masarati [Mon, 2 Jan 2006 15:33:59 +0000 (15:33 +0000)]
check the response code of each modification

18 years agocomplain if new password is not returned when expected
Pierangelo Masarati [Mon, 2 Jan 2006 14:16:34 +0000 (14:16 +0000)]
complain if new password is not returned when expected

18 years agofix leaks in ldap_parse_passwd()
Pierangelo Masarati [Mon, 2 Jan 2006 13:27:29 +0000 (13:27 +0000)]
fix leaks in ldap_parse_passwd()

18 years agoreturn the new password if the exop is performed by the database (ITS#4294)
Pierangelo Masarati [Mon, 2 Jan 2006 12:44:38 +0000 (12:44 +0000)]
return the new password if the exop is performed by the database (ITS#4294)

18 years agoclarify that "result" is undefined in case of failure (we had reports of developers...
Pierangelo Masarati [Mon, 2 Jan 2006 10:19:27 +0000 (10:19 +0000)]
clarify that "result" is undefined in case of failure (we had reports of developers trying to ldap_msgfree() it)

18 years agofix logic of POSIX strerror_r (ITS#4292; refix ITS#4285)
Pierangelo Masarati [Mon, 2 Jan 2006 09:46:49 +0000 (09:46 +0000)]
fix logic of POSIX strerror_r (ITS#4292; refix ITS#4285)

18 years agoallow modules to register callbacks for dynamic data in root DSE
Pierangelo Masarati [Mon, 2 Jan 2006 08:57:56 +0000 (08:57 +0000)]
allow modules to register callbacks for dynamic data in root DSE

18 years agoallow generic exops to slip thru
Pierangelo Masarati [Mon, 2 Jan 2006 08:19:35 +0000 (08:19 +0000)]
allow generic exops to slip thru

18 years agofix indentation
Pierangelo Masarati [Mon, 2 Jan 2006 08:18:29 +0000 (08:18 +0000)]
fix indentation

18 years agocleanup time unparsing (don't add trailing 0s if other multiples have already been...
Pierangelo Masarati [Mon, 2 Jan 2006 08:14:55 +0000 (08:14 +0000)]
cleanup time unparsing (don't add trailing 0s if other multiples have already been used)

18 years agopart of ITS#3523
Pierangelo Masarati [Mon, 2 Jan 2006 08:13:33 +0000 (08:13 +0000)]
part of ITS#3523

18 years agoInitialize sml_type
Luke Howard [Sun, 1 Jan 2006 14:25:09 +0000 (14:25 +0000)]
Initialize sml_type
Don't clobber sml_type when converting SLAPI mods

18 years agoBackout accidental private part of previous commit
Luke Howard [Sun, 1 Jan 2006 09:24:19 +0000 (09:24 +0000)]
Backout accidental private part of previous commit

18 years agoAdd orr_modlist member to request structure, containing a list of
Luke Howard [Sun, 1 Jan 2006 09:23:24 +0000 (09:23 +0000)]
Add orr_modlist member to request structure, containing a list of
modifications to be applied by the backend atomically with a modify
RDN request.

Handle updating of RDN values in frontend.

Code that calls a backend's be_modrdn should call slap_modrdn2mods(op, rs)
before invoking the backend and cleanup with slap_mods_free( op->orr_modlist, 1 ).
See do_modrdn() for an example.

18 years agoclarify issues related to performing operations with rootdn identity
Pierangelo Masarati [Thu, 29 Dec 2005 16:14:41 +0000 (16:14 +0000)]
clarify issues related to performing operations with rootdn identity

18 years agoLog0
Pierangelo Masarati [Wed, 28 Dec 2005 01:22:56 +0000 (01:22 +0000)]
Log0

18 years agoadd severity-aware logging (ITS#4282)
Pierangelo Masarati [Tue, 27 Dec 2005 16:29:37 +0000 (16:29 +0000)]
add severity-aware logging (ITS#4282)

18 years agotest handles known issues so it can be always on in HEAD
Pierangelo Masarati [Mon, 26 Dec 2005 17:04:04 +0000 (17:04 +0000)]
test handles known issues so it can be always on in HEAD

18 years agotypos in comments (very pedantic...)
Pierangelo Masarati [Mon, 26 Dec 2005 17:00:12 +0000 (17:00 +0000)]
typos in comments (very pedantic...)

18 years agohandle when URIs are null
Pierangelo Masarati [Mon, 26 Dec 2005 16:55:50 +0000 (16:55 +0000)]
handle when URIs are null

18 years agoFix regression in SLAPI ACL plugins, call with frontendDB pblock
Luke Howard [Sat, 24 Dec 2005 17:15:13 +0000 (17:15 +0000)]
Fix regression in SLAPI ACL plugins, call with frontendDB pblock

18 years agoHandle LDAP_MOD_INCREMENT in acl_check_modlist()
Luke Howard [Sat, 24 Dec 2005 16:02:15 +0000 (16:02 +0000)]
Handle LDAP_MOD_INCREMENT in acl_check_modlist()

18 years agoUse local SSF for internal SLAPI operations (probably need to do same
Luke Howard [Sat, 24 Dec 2005 13:16:48 +0000 (13:16 +0000)]
Use local SSF for internal SLAPI operations (probably need to do same
in connection_fake_init()) too)

18 years agoFix CLDAP regression
Luke Howard [Sat, 24 Dec 2005 11:00:28 +0000 (11:00 +0000)]
Fix CLDAP regression

18 years agoCreate SLAPI object extensions in connection_fake_init()
Luke Howard [Sat, 24 Dec 2005 10:59:46 +0000 (10:59 +0000)]
Create SLAPI object extensions in connection_fake_init()

18 years agoFix crasher in slapi_over_unmerge_controls() (if called from cleanup handler
Luke Howard [Sat, 24 Dec 2005 09:20:06 +0000 (09:20 +0000)]
Fix crasher in slapi_over_unmerge_controls() (if called from cleanup handler
where merge controls was not called)

18 years agoSet ors_slimit in slap_read_controls so that slap_send_search_entry()
Luke Howard [Sat, 24 Dec 2005 07:40:12 +0000 (07:40 +0000)]
Set ors_slimit in slap_read_controls so that slap_send_search_entry()
check passes

18 years agoFix compile error when LDAP_CONNECTIONLESS is defined
Luke Howard [Sat, 24 Dec 2005 07:16:35 +0000 (07:16 +0000)]
Fix compile error when LDAP_CONNECTIONLESS is defined

18 years agomoved to slapd-modules
Kurt Zeilenga [Sat, 24 Dec 2005 01:15:23 +0000 (01:15 +0000)]
moved to slapd-modules

18 years agoclarify SASLprep task
Kurt Zeilenga [Fri, 23 Dec 2005 23:53:02 +0000 (23:53 +0000)]
clarify SASLprep task

18 years agoreserve -N for "disable SASLprep" future use
Kurt Zeilenga [Fri, 23 Dec 2005 23:49:48 +0000 (23:49 +0000)]
reserve -N for "disable SASLprep" future use

18 years agoon Solaris, [v][sf][n]printf doesn't like NULL; on Solaris 10 strerror_r apparently...
Pierangelo Masarati [Fri, 23 Dec 2005 12:48:39 +0000 (12:48 +0000)]
on Solaris, [v][sf][n]printf doesn't like NULL; on Solaris 10 strerror_r apparently returns NULL in some cases (ITS#4285)

18 years agofix ITS#4283/4 segfaults
Kurt Zeilenga [Fri, 23 Dec 2005 02:20:11 +0000 (02:20 +0000)]
fix ITS#4283/4 segfaults

18 years agocleanup debug handling
Pierangelo Masarati [Thu, 22 Dec 2005 22:33:32 +0000 (22:33 +0000)]
cleanup debug handling

18 years agodon't expose unused (and deprecated) log levels
Pierangelo Masarati [Thu, 22 Dec 2005 22:27:16 +0000 (22:27 +0000)]
don't expose unused (and deprecated) log levels

18 years agoforgot to filter original data ...
Pierangelo Masarati [Thu, 22 Dec 2005 13:06:09 +0000 (13:06 +0000)]
forgot to filter original data ...

18 years agoclarify regression testing
Pierangelo Masarati [Thu, 22 Dec 2005 13:00:11 +0000 (13:00 +0000)]
clarify regression testing

18 years agofix test014 error codes and data logic
Pierangelo Masarati [Thu, 22 Dec 2005 08:47:31 +0000 (08:47 +0000)]
fix test014 error codes and data logic

18 years agoRemove comments
Kurt Zeilenga [Thu, 22 Dec 2005 04:27:59 +0000 (04:27 +0000)]
Remove comments

18 years agoFix typo
Kurt Zeilenga [Thu, 22 Dec 2005 01:51:57 +0000 (01:51 +0000)]
Fix typo

18 years agomore on timeouts and so
Pierangelo Masarati [Thu, 22 Dec 2005 00:06:47 +0000 (00:06 +0000)]
more on timeouts and so

18 years agoreturn LDAP_NOT_SUPPORTED when SASL is not available
Kurt Zeilenga [Wed, 21 Dec 2005 22:56:45 +0000 (22:56 +0000)]
return LDAP_NOT_SUPPORTED when SASL is not available

18 years agoITS#4278 set ml->sml_type
Howard Chu [Wed, 21 Dec 2005 20:43:14 +0000 (20:43 +0000)]
ITS#4278 set ml->sml_type

18 years agocleanup and clarify the threading issues with back-ldap and back-meta when looping...
Pierangelo Masarati [Wed, 21 Dec 2005 19:01:59 +0000 (19:01 +0000)]
cleanup and clarify the threading issues with back-ldap and back-meta when looping back to the same DSA (ITS#4141)

18 years agofix handling of bind-timeout
Pierangelo Masarati [Wed, 21 Dec 2005 17:28:27 +0000 (17:28 +0000)]
fix handling of bind-timeout

18 years agosounds like wiping the issues under the carpet, but test036 behaves much better if...
Pierangelo Masarati [Wed, 21 Dec 2005 17:28:01 +0000 (17:28 +0000)]
sounds like wiping the issues under the carpet, but test036 behaves much better if the target systems are less loaded

18 years agofix typo in last commit
Pierangelo Masarati [Wed, 21 Dec 2005 00:22:37 +0000 (00:22 +0000)]
fix typo in last commit

18 years agocheck "pretty" entryUUID; use a DN with entryUUID as naming attr in filter
Pierangelo Masarati [Wed, 21 Dec 2005 00:08:13 +0000 (00:08 +0000)]
check "pretty" entryUUID; use a DN with entryUUID as naming attr in filter

18 years agoAdd UUIDPretty
Kurt Zeilenga [Tue, 20 Dec 2005 23:25:44 +0000 (23:25 +0000)]
Add UUIDPretty
Likely should add UUID-named-entry test case to test026...

18 years agomore fixes related to ITS#4272
Pierangelo Masarati [Tue, 20 Dec 2005 22:47:14 +0000 (22:47 +0000)]
more fixes related to ITS#4272

18 years ago(Quick)fix UUID naming attributes
Kurt Zeilenga [Tue, 20 Dec 2005 22:36:51 +0000 (22:36 +0000)]
(Quick)fix UUID naming attributes

18 years agoRevert last change
Kurt Zeilenga [Tue, 20 Dec 2005 21:58:56 +0000 (21:58 +0000)]
Revert last change
Need to rework test to check expected results on a per request
basis.

18 years agoCheck return of ldapadd(1)
Kurt Zeilenga [Tue, 20 Dec 2005 21:54:47 +0000 (21:54 +0000)]
Check return of ldapadd(1)

18 years agodon't idassert anonymous unless explicitly configured (ITS#4272)
Pierangelo Masarati [Tue, 20 Dec 2005 20:43:14 +0000 (20:43 +0000)]
don't idassert anonymous unless explicitly configured (ITS#4272)

18 years agosilence warning
Pierangelo Masarati [Tue, 20 Dec 2005 20:36:05 +0000 (20:36 +0000)]
silence warning

18 years agoadd data to test regression of ITS#4184
Pierangelo Masarati [Tue, 20 Dec 2005 19:47:31 +0000 (19:47 +0000)]
add data to test regression of ITS#4184

18 years agoadd regression testing infrastructure
Pierangelo Masarati [Tue, 20 Dec 2005 19:46:07 +0000 (19:46 +0000)]
add regression testing infrastructure

18 years agomore unparsing buffer overflow cleanup
Pierangelo Masarati [Tue, 20 Dec 2005 15:33:50 +0000 (15:33 +0000)]
more unparsing buffer overflow cleanup

18 years agofix potential overflow in syncrepl_unbind() and related helpers
Pierangelo Masarati [Tue, 20 Dec 2005 14:31:16 +0000 (14:31 +0000)]
fix potential overflow in syncrepl_unbind() and related helpers

18 years agoupdate note about size/time limit in syncrepl
Pierangelo Masarati [Tue, 20 Dec 2005 14:03:44 +0000 (14:03 +0000)]
update note about size/time limit in syncrepl

18 years agonote to developers
Pierangelo Masarati [Tue, 20 Dec 2005 14:03:04 +0000 (14:03 +0000)]
note to developers

18 years agoadd more checks on input values
Pierangelo Masarati [Tue, 20 Dec 2005 13:58:25 +0000 (13:58 +0000)]
add more checks on input values

18 years agoadd more checks on input values
Pierangelo Masarati [Tue, 20 Dec 2005 13:07:38 +0000 (13:07 +0000)]
add more checks on input values

18 years agoITS#4146,#4266 syncrepl search spec is different from ldapsearch(1)...
Howard Chu [Tue, 20 Dec 2005 12:38:44 +0000 (12:38 +0000)]
ITS#4146,#4266 syncrepl search spec is different from ldapsearch(1)...

18 years agoITS#4146,#4266 syncrepl search spec is not identical to ldapsearch(1)...
Howard Chu [Tue, 20 Dec 2005 12:19:22 +0000 (12:19 +0000)]
ITS#4146,#4266 syncrepl search spec is not identical to ldapsearch(1)...

18 years agoATTRSONLY doesn't take a value (ITS#4146, #4266)
Howard Chu [Tue, 20 Dec 2005 12:18:01 +0000 (12:18 +0000)]
ATTRSONLY doesn't take a value (ITS#4146, #4266)

18 years agorevert previous commit(s); clarify usage of "-s" in slapd(8).
Pierangelo Masarati [Tue, 20 Dec 2005 08:20:16 +0000 (08:20 +0000)]
revert previous commit(s); clarify usage of "-s" in slapd(8).

18 years agocleanup db_close
Howard Chu [Tue, 20 Dec 2005 00:55:39 +0000 (00:55 +0000)]
cleanup db_close

18 years agoITS#4259 revert prev commit, fixed in alock.c instead.
Howard Chu [Tue, 20 Dec 2005 00:48:15 +0000 (00:48 +0000)]
ITS#4259 revert prev commit, fixed in alock.c instead.

18 years agoITS#4259 ignore alock_close on zero slot
Howard Chu [Tue, 20 Dec 2005 00:46:51 +0000 (00:46 +0000)]
ITS#4259 ignore alock_close on zero slot

18 years agonote that a search is often the first operation requested.
Kurt Zeilenga [Tue, 20 Dec 2005 00:45:39 +0000 (00:45 +0000)]
note that a search is often the first operation requested.

18 years agoITS#4259 don't try to alock_close if we never opened...
Howard Chu [Tue, 20 Dec 2005 00:44:05 +0000 (00:44 +0000)]
ITS#4259 don't try to alock_close if we never opened...

18 years agoStartTLS cleanup
Kurt Zeilenga [Tue, 20 Dec 2005 00:39:41 +0000 (00:39 +0000)]
StartTLS cleanup

18 years agoAdd access control recommendation to discussion of password hashing.
Kurt Zeilenga [Tue, 20 Dec 2005 00:39:28 +0000 (00:39 +0000)]
Add access control recommendation to discussion of password hashing.

18 years agoFix ITS#4267, don't bother with unique_search if no relevant attributes
Howard Chu [Mon, 19 Dec 2005 23:53:25 +0000 (23:53 +0000)]
Fix ITS#4267, don't bother with unique_search if no relevant attributes
were modified. Also use tmpmem for the constructed filter.

18 years agoallow (and use) symbolic names for syslog levels
Pierangelo Masarati [Mon, 19 Dec 2005 22:55:30 +0000 (22:55 +0000)]
allow (and use) symbolic names for syslog levels

18 years agomake the message one-line
Pierangelo Masarati [Sat, 17 Dec 2005 00:41:17 +0000 (00:41 +0000)]
make the message one-line

18 years agofix syslog level parsing
Pierangelo Masarati [Sat, 17 Dec 2005 00:40:46 +0000 (00:40 +0000)]
fix syslog level parsing

18 years agodo exactly what requested
Pierangelo Masarati [Fri, 16 Dec 2005 22:27:57 +0000 (22:27 +0000)]
do exactly what requested

18 years agoslapdn calls shutdown without startup
Pierangelo Masarati [Fri, 16 Dec 2005 22:24:53 +0000 (22:24 +0000)]
slapdn calls shutdown without startup

18 years agocleanup error logging
Pierangelo Masarati [Fri, 16 Dec 2005 19:01:05 +0000 (19:01 +0000)]
cleanup error logging

18 years agoalways provide a NULL o_private to be_entry_get (ITS#4184)
Pierangelo Masarati [Fri, 16 Dec 2005 18:35:25 +0000 (18:35 +0000)]
always provide a NULL o_private to be_entry_get (ITS#4184)

18 years agofix ITS#4141 (better fix: split into 3 slapd; but it all makes little sense without...
Pierangelo Masarati [Fri, 16 Dec 2005 16:52:52 +0000 (16:52 +0000)]
fix ITS#4141 (better fix: split into 3 slapd; but it all makes little sense without threads...)

18 years agofix ITS#4141 (better fix: split into 3 slapd; but it all makes little sense without...
Pierangelo Masarati [Fri, 16 Dec 2005 16:38:15 +0000 (16:38 +0000)]
fix ITS#4141 (better fix: split into 3 slapd; but it all makes little sense without threads...)

18 years agofurther improve test
Pierangelo Masarati [Fri, 16 Dec 2005 16:21:41 +0000 (16:21 +0000)]
further improve test

18 years agofix memory handling
Pierangelo Masarati [Fri, 16 Dec 2005 16:19:17 +0000 (16:19 +0000)]
fix memory handling

18 years agoremove support for control as the operation is now incompatible
Pierangelo Masarati [Fri, 16 Dec 2005 15:01:59 +0000 (15:01 +0000)]
remove support for control as the operation is now incompatible

18 years agotake care of the (yet unpublished) evolution of <draft-zeilenga-ldap-assert>
Pierangelo Masarati [Fri, 16 Dec 2005 15:00:05 +0000 (15:00 +0000)]
take care of the (yet unpublished) evolution of <draft-zeilenga-ldap-assert>

18 years agofix a couple of error messages; only test bdb & hdb
Pierangelo Masarati [Fri, 16 Dec 2005 14:36:09 +0000 (14:36 +0000)]
fix a couple of error messages; only test bdb & hdb

18 years agorestrict assertion control to appropriate requests
Kurt Zeilenga [Fri, 16 Dec 2005 14:26:14 +0000 (14:26 +0000)]
restrict assertion control to appropriate requests

18 years agorework test setup; seems to fix ITS#4264 (see link inside)
Pierangelo Masarati [Fri, 16 Dec 2005 14:12:55 +0000 (14:12 +0000)]
rework test setup; seems to fix ITS#4264 (see link inside)

18 years agosave output across searches
Pierangelo Masarati [Fri, 16 Dec 2005 12:19:53 +0000 (12:19 +0000)]
save output across searches

18 years agoimprove previous commit (one line, use buffer and truncate if required)
Pierangelo Masarati [Fri, 16 Dec 2005 12:18:55 +0000 (12:18 +0000)]
improve previous commit (one line, use buffer and truncate if required)

18 years agoanticipate sr_err/sr_ref cross-check, so that the right error gets logged
Pierangelo Masarati [Fri, 16 Dec 2005 11:33:11 +0000 (11:33 +0000)]
anticipate sr_err/sr_ref cross-check, so that the right error gets logged

18 years agoplug one-time leaks; misc cleanup
Pierangelo Masarati [Fri, 16 Dec 2005 01:58:36 +0000 (01:58 +0000)]
plug one-time leaks; misc cleanup

18 years agoreset bi_attrs after reindexing (ITS#4260)
Pierangelo Masarati [Fri, 16 Dec 2005 00:44:13 +0000 (00:44 +0000)]
reset bi_attrs after reindexing (ITS#4260)

18 years ago__should__ fix ITS#4262; please review
Pierangelo Masarati [Fri, 16 Dec 2005 00:04:51 +0000 (00:04 +0000)]
__should__ fix ITS#4262; please review