]> git.sur5r.net Git - openldap/log
openldap
21 years agoadd passwd change test
Pierangelo Masarati [Sat, 21 Aug 2004 09:55:16 +0000 (09:55 +0000)]
add passwd change test

21 years agoblind update of IBM db2 example data
Pierangelo Masarati [Sat, 21 Aug 2004 09:48:49 +0000 (09:48 +0000)]
blind update of IBM db2 example data

21 years agocleanup
Pierangelo Masarati [Sat, 21 Aug 2004 09:47:50 +0000 (09:47 +0000)]
cleanup

21 years agofurther improve tests; line-up with code
Pierangelo Masarati [Sat, 21 Aug 2004 09:45:14 +0000 (09:45 +0000)]
further improve tests; line-up with code

21 years agocleanup previous commit
Pierangelo Masarati [Sat, 21 Aug 2004 09:38:58 +0000 (09:38 +0000)]
cleanup previous commit

21 years agohandle referrals correctly; allow to add suffix entry; fix multiple values add bug...
Pierangelo Masarati [Sat, 21 Aug 2004 09:38:08 +0000 (09:38 +0000)]
handle referrals correctly; allow to add suffix entry; fix multiple values add bug; cleanup

21 years agoattrs=*,+ becmoes the default behavior when attrs are not specified in syncrepl defin...
Jong Hyuk Choi [Fri, 20 Aug 2004 16:26:58 +0000 (16:26 +0000)]
attrs=*,+ becmoes the default behavior when attrs are not specified in syncrepl definition. When attrs are specified, operational attributes other than objectClass, structuralObjectClass, and entryCSN need to be explicitly specified to be included in the replication content.

21 years agomore on back-sql test
Pierangelo Masarati [Fri, 20 Aug 2004 16:12:49 +0000 (16:12 +0000)]
more on back-sql test

21 years agonow PostgreSQL seems to work...
Pierangelo Masarati [Fri, 20 Aug 2004 15:24:39 +0000 (15:24 +0000)]
now PostgreSQL seems to work...

21 years agoupdate of RDBMS data for test031
Pierangelo Masarati [Fri, 20 Aug 2004 14:27:32 +0000 (14:27 +0000)]
update of RDBMS data for test031

21 years agotest for back-sql; disbled by default, requires some preparation (essentially the...
Pierangelo Masarati [Fri, 20 Aug 2004 14:26:18 +0000 (14:26 +0000)]
test for back-sql; disbled by default, requires some preparation (essentially the RDBMS and the ODBC) before being run

21 years agoadded back-sql test under conditions; needs a README...
Pierangelo Masarati [Fri, 20 Aug 2004 12:44:32 +0000 (12:44 +0000)]
added back-sql test under conditions; needs a README...

21 years agoadded back-sql test under conditions; needs a README...
Pierangelo Masarati [Fri, 20 Aug 2004 12:44:32 +0000 (12:44 +0000)]
added back-sql test under conditions; needs a README...

21 years agoallow to search for "auxiliary" objectClasses (i.e. those in ldap_entry_objclasses...
Pierangelo Masarati [Fri, 20 Aug 2004 12:06:03 +0000 (12:06 +0000)]
allow to search for "auxiliary" objectClasses (i.e. those in ldap_entry_objclasses); allow to return all objectClasses including "auxiliary"; various cleanup

21 years agosplit entry_free in entry_clean ...
Pierangelo Masarati [Fri, 20 Aug 2004 12:01:15 +0000 (12:01 +0000)]
split entry_free in entry_clean ...

21 years agoITS#3289 - add SLAP_AT_DYNAMIC flag for dynamically generated attributes.
Howard Chu [Thu, 19 Aug 2004 23:39:45 +0000 (23:39 +0000)]
ITS#3289 - add SLAP_AT_DYNAMIC flag for dynamically generated attributes.
Set flag for hasSubordinates and subschemaSubentry. Strip dynamic attributes
before storing entries in syncrepl.

21 years agoITS#3291 delay use of slap_known_controls until all configuration is done
Howard Chu [Thu, 19 Aug 2004 12:10:22 +0000 (12:10 +0000)]
ITS#3291 delay use of slap_known_controls until all configuration is done

21 years agoReworked fix for ITS#3140 - add access parameter to backend_attribute
Howard Chu [Wed, 18 Aug 2004 17:14:22 +0000 (17:14 +0000)]
Reworked fix for ITS#3140 - add access parameter to backend_attribute

21 years agoMore for ITS#3288 be_pcl_mutex fixes
Howard Chu [Wed, 18 Aug 2004 16:43:19 +0000 (16:43 +0000)]
More for ITS#3288 be_pcl_mutex fixes

21 years agoMore fixes for prev commit
Howard Chu [Wed, 18 Aug 2004 15:23:37 +0000 (15:23 +0000)]
More fixes for prev commit

21 years agoDelete unused be_context_csn_mutex
Howard Chu [Wed, 18 Aug 2004 10:54:58 +0000 (10:54 +0000)]
Delete unused be_context_csn_mutex

21 years agoFix ITS#3288: use be_pcl_mutexp instead of be_pcl_mutex
Howard Chu [Wed, 18 Aug 2004 10:53:34 +0000 (10:53 +0000)]
Fix ITS#3288: use be_pcl_mutexp instead of be_pcl_mutex

21 years agoRevert rev 1.92, AI_ADDRCONFIG is not a legal flag for getaddrinfo
Howard Chu [Sun, 15 Aug 2004 23:15:55 +0000 (23:15 +0000)]
Revert rev 1.92, AI_ADDRCONFIG is not a legal flag for getaddrinfo

21 years agoFix crash on modify if userpassword didn't exist yet
Howard Chu [Sun, 15 Aug 2004 22:23:58 +0000 (22:23 +0000)]
Fix crash on modify if userpassword didn't exist yet

21 years ago- improvments on schema parsing
Ralf Haferkamp [Fri, 13 Aug 2004 11:37:21 +0000 (11:37 +0000)]
- improvments on schema parsing
- return server message on modification errors

21 years agoshould fix ITS#3265
Pierangelo Masarati [Thu, 12 Aug 2004 10:33:49 +0000 (10:33 +0000)]
should fix ITS#3265

21 years agoallow back-relay as module (ITS#3274)
Pierangelo Masarati [Thu, 12 Aug 2004 10:20:19 +0000 (10:20 +0000)]
allow back-relay as module (ITS#3274)

21 years agocleanup attr flags; provide a helper OPENDLAP_REL_ENG_2_2_MP
Pierangelo Masarati [Fri, 6 Aug 2004 17:29:59 +0000 (17:29 +0000)]
cleanup attr flags; provide a helper

21 years agocleanup
Pierangelo Masarati [Fri, 6 Aug 2004 16:51:35 +0000 (16:51 +0000)]
cleanup

21 years agofix permissive; cleanup
Pierangelo Masarati [Fri, 6 Aug 2004 16:40:48 +0000 (16:40 +0000)]
fix permissive; cleanup

21 years agocleanup
Pierangelo Masarati [Fri, 6 Aug 2004 16:40:15 +0000 (16:40 +0000)]
cleanup

21 years agofix attr_merge() usage; cleanup
Pierangelo Masarati [Fri, 6 Aug 2004 16:39:45 +0000 (16:39 +0000)]
fix attr_merge() usage; cleanup

21 years agofix attr_merge() usage
Pierangelo Masarati [Fri, 6 Aug 2004 16:38:41 +0000 (16:38 +0000)]
fix attr_merge() usage

21 years agofix malformed test and var initialization
Pierangelo Masarati [Fri, 6 Aug 2004 16:14:05 +0000 (16:14 +0000)]
fix malformed test and var initialization

21 years agoallow to compare on hasSubordinates
Pierangelo Masarati [Sat, 31 Jul 2004 10:42:28 +0000 (10:42 +0000)]
allow to compare on hasSubordinates

21 years agoslapadd -i <rid list> fix
Jong Hyuk Choi [Sat, 31 Jul 2004 00:03:58 +0000 (00:03 +0000)]
slapadd -i <rid list> fix

21 years agodon't recompute userattrs
Pierangelo Masarati [Fri, 30 Jul 2004 17:34:47 +0000 (17:34 +0000)]
don't recompute userattrs

21 years agomake sure sun_path is cleared out before accept()
Pierangelo Masarati [Fri, 30 Jul 2004 09:56:22 +0000 (09:56 +0000)]
make sure sun_path is cleared out before accept()

21 years agofurther improve loglevel selection
Pierangelo Masarati [Thu, 29 Jul 2004 12:39:51 +0000 (12:39 +0000)]
further improve loglevel selection

21 years agoallow to use names to set loglevel
Pierangelo Masarati [Thu, 29 Jul 2004 00:10:03 +0000 (00:10 +0000)]
allow to use names to set loglevel

21 years agominor cleanup
Pierangelo Masarati [Wed, 28 Jul 2004 23:48:08 +0000 (23:48 +0000)]
minor cleanup

21 years agoshould not assert(0) in UUIDValidate
Jong Hyuk Choi [Wed, 28 Jul 2004 17:27:52 +0000 (17:27 +0000)]
should not assert(0) in UUIDValidate

21 years agoPatch for ITS#3259
Jong Hyuk Choi [Wed, 28 Jul 2004 17:24:54 +0000 (17:24 +0000)]
Patch for ITS#3259

21 years agoin case of early exit, frontendDB might be uninitialized
Pierangelo Masarati [Tue, 27 Jul 2004 21:15:33 +0000 (21:15 +0000)]
in case of early exit, frontendDB might be uninitialized

21 years agofrontend stuff moved into a database structure, essentially to allow overlays to...
Pierangelo Masarati [Mon, 26 Jul 2004 21:26:34 +0000 (21:26 +0000)]
frontend stuff moved into a database structure, essentially to allow overlays to be processed before database selection; passes all tests (ITS#3080)

21 years agomonitor database added to all tests, to detect further incompatibilities
Pierangelo Masarati [Mon, 26 Jul 2004 20:26:52 +0000 (20:26 +0000)]
monitor database added to all tests, to detect further incompatibilities

21 years agomisc cleanup and improvements; please use @URIx@ and @PORTx@ in configurations/tests
Pierangelo Masarati [Mon, 26 Jul 2004 13:45:28 +0000 (13:45 +0000)]
misc cleanup and improvements; please use @URIx@ and @PORTx@ in configurations/tests

21 years agocleanup previous fix; maybe the advanced url parsing funcs should go in some ldap_pvt...
Pierangelo Masarati [Mon, 26 Jul 2004 08:31:01 +0000 (08:31 +0000)]
cleanup previous fix; maybe the advanced url parsing funcs should go in some ldap_pvt.h header?

21 years agoslightly rework user/operational attributes handling (including fixing a bug in the...
Pierangelo Masarati [Sun, 25 Jul 2004 23:16:40 +0000 (23:16 +0000)]
slightly rework user/operational attributes handling (including fixing a bug in the logic of the previous change to backend_operational()); cleanup; more improvements to slapo-rwm and back-relay

21 years agofix ITS#3257
Pierangelo Masarati [Sun, 25 Jul 2004 23:05:29 +0000 (23:05 +0000)]
fix ITS#3257

21 years agofix ITS#3254
Pierangelo Masarati [Sun, 25 Jul 2004 22:57:52 +0000 (22:57 +0000)]
fix ITS#3254

21 years agofix leak when the rewriteContext is disabled (ITS#3256)
Pierangelo Masarati [Sun, 25 Jul 2004 22:45:53 +0000 (22:45 +0000)]
fix leak when the rewriteContext is disabled (ITS#3256)

21 years agoFix ITS#3255, boi_bdb comparisons
Howard Chu [Sun, 25 Jul 2004 21:10:41 +0000 (21:10 +0000)]
Fix ITS#3255, boi_bdb comparisons

21 years agoFix spurious warning for fasttool keyword when running in Server mode
Howard Chu [Sun, 25 Jul 2004 19:49:24 +0000 (19:49 +0000)]
Fix spurious warning for fasttool keyword when running in Server mode

21 years agocleanup
Pierangelo Masarati [Sat, 24 Jul 2004 17:10:29 +0000 (17:10 +0000)]
cleanup

21 years agocleanup URI parsing/checking (fixes ITS#3253)
Pierangelo Masarati [Sat, 24 Jul 2004 11:17:03 +0000 (11:17 +0000)]
cleanup URI parsing/checking (fixes ITS#3253)

21 years agocleanup error codes
Pierangelo Masarati [Sat, 24 Jul 2004 11:15:13 +0000 (11:15 +0000)]
cleanup error codes

21 years agoITS#3250 don't call select unnecessarily
Howard Chu [Sat, 24 Jul 2004 03:13:29 +0000 (03:13 +0000)]
ITS#3250 don't call select unnecessarily

21 years agoassert administrative identity instead of the required one if doing auth check in...
Pierangelo Masarati [Fri, 23 Jul 2004 00:11:05 +0000 (00:11 +0000)]
assert administrative identity instead of the required one if doing auth check in non-caching mode

21 years agohack to handle cases where o_req_dn = o_req_ndn
Pierangelo Masarati [Thu, 22 Jul 2004 23:48:04 +0000 (23:48 +0000)]
hack to handle cases where o_req_dn = o_req_ndn

21 years agofix previous fix
Pierangelo Masarati [Thu, 22 Jul 2004 23:03:04 +0000 (23:03 +0000)]
fix previous fix

21 years agoMore info about linearindex and slapadd
Howard Chu [Thu, 22 Jul 2004 22:52:47 +0000 (22:52 +0000)]
More info about linearindex and slapadd

21 years agoAdded linearindex option for slapindex. Improves performance when database
Howard Chu [Thu, 22 Jul 2004 22:32:37 +0000 (22:32 +0000)]
Added linearindex option for slapindex. Improves performance when database
size exceeds dbcache size by minimizing cache thrashing.

21 years agoITS#3178 add "fasttool" option to disable transaction logging in tool mode
Howard Chu [Thu, 22 Jul 2004 22:14:35 +0000 (22:14 +0000)]
ITS#3178 add "fasttool" option to disable transaction logging in tool mode

21 years agoMinor cleanup
Howard Chu [Thu, 22 Jul 2004 22:13:13 +0000 (22:13 +0000)]
Minor cleanup

21 years agoOne more Windows tweak
Howard Chu [Tue, 20 Jul 2004 21:42:00 +0000 (21:42 +0000)]
One more Windows tweak

21 years agoWindoes compatibility tweaks
Howard Chu [Tue, 20 Jul 2004 21:40:33 +0000 (21:40 +0000)]
Windoes compatibility tweaks

21 years agoimprove manual and make naming contexts uniform; NOTE: backwards compatibility not...
Pierangelo Masarati [Tue, 20 Jul 2004 00:46:20 +0000 (00:46 +0000)]
improve manual and make naming contexts uniform; NOTE: backwards compatibility not preserved

21 years agocleanup function name in log
Pierangelo Masarati [Tue, 20 Jul 2004 00:32:43 +0000 (00:32 +0000)]
cleanup function name in log

21 years agoimprove relay backend/rwm overlay test
Pierangelo Masarati [Tue, 20 Jul 2004 00:28:15 +0000 (00:28 +0000)]
improve relay backend/rwm overlay test

21 years agorework passwd_extop to comply with rwm requirements...
Pierangelo Masarati [Tue, 20 Jul 2004 00:22:05 +0000 (00:22 +0000)]
rework passwd_extop to comply with rwm requirements...

21 years agominor cleanup
Pierangelo Masarati [Mon, 19 Jul 2004 21:43:03 +0000 (21:43 +0000)]
minor cleanup

21 years agoadd {creators|modifiers}Name to all entries
Pierangelo Masarati [Mon, 19 Jul 2004 21:42:11 +0000 (21:42 +0000)]
add {creators|modifiers}Name to all entries

21 years agoRequired by backover.c -r1.22
Howard Chu [Mon, 19 Jul 2004 20:25:43 +0000 (20:25 +0000)]
Required by backover.c -r1.22

21 years agoRequired by backover.c -r1.22
Howard Chu [Mon, 19 Jul 2004 20:01:26 +0000 (20:01 +0000)]
Required by backover.c -r1.22

21 years agodocument rwm overlay
Pierangelo Masarati [Sun, 18 Jul 2004 21:45:20 +0000 (21:45 +0000)]
document rwm overlay

21 years agorework op/rs structures to deal with opeartional attributes
Pierangelo Masarati [Sun, 18 Jul 2004 21:44:29 +0000 (21:44 +0000)]
rework op/rs structures to deal with opeartional attributes

21 years agofix empty uniqueMember dn portion (ITS#3247)
Pierangelo Masarati [Sun, 18 Jul 2004 21:40:16 +0000 (21:40 +0000)]
fix empty uniqueMember dn portion (ITS#3247)

21 years agostartup and shutdown backends only if not in dryrun mode
Pierangelo Masarati [Sun, 18 Jul 2004 21:36:39 +0000 (21:36 +0000)]
startup and shutdown backends only if not in dryrun mode

21 years agodnMatch must be called with valid args
Pierangelo Masarati [Sun, 18 Jul 2004 21:34:01 +0000 (21:34 +0000)]
dnMatch must be called with valid args

21 years agohelpers for special attribute lists
Pierangelo Masarati [Sun, 18 Jul 2004 21:33:15 +0000 (21:33 +0000)]
helpers for special attribute lists

21 years agocleanup...
Pierangelo Masarati [Sun, 18 Jul 2004 21:32:38 +0000 (21:32 +0000)]
cleanup...

21 years agostrptime is unreliable, just parse time ourselves
Howard Chu [Sun, 18 Jul 2004 18:28:16 +0000 (18:28 +0000)]
strptime is unreliable, just parse time ourselves

21 years agoMake sure hdb gets signed chars for len comparison
Howard Chu [Sun, 18 Jul 2004 12:29:52 +0000 (12:29 +0000)]
Make sure hdb gets signed chars for len comparison

21 years agoAdd missing format argument for 'unhandled idassert-method' error message.
Hallvard Furuseth [Sun, 18 Jul 2004 07:16:34 +0000 (07:16 +0000)]
Add missing format argument for 'unhandled idassert-method' error message.

21 years agoFix coredump in slap_sasl_check_authz() due to wrong LDAP_LOG() format string.
Hallvard Furuseth [Sun, 18 Jul 2004 07:14:07 +0000 (07:14 +0000)]
Fix coredump in slap_sasl_check_authz() due to wrong LDAP_LOG() format string.

21 years agoldap_url_parse_ext(): Kill duplicate init + pointless free(NULL) of lud_filter.
Hallvard Furuseth [Sun, 18 Jul 2004 04:12:24 +0000 (04:12 +0000)]
ldap_url_parse_ext(): Kill duplicate init + pointless free(NULL) of lud_filter.

21 years agoSplit string literal to keep it below ANSI C's allowed 509-char limit.
Hallvard Furuseth [Sun, 18 Jul 2004 00:47:35 +0000 (00:47 +0000)]
Split string literal to keep it below ANSI C's allowed 509-char limit.

21 years agoHide WINAPI entry points from slapd/symdummy
Howard Chu [Sat, 17 Jul 2004 17:46:54 +0000 (17:46 +0000)]
Hide WINAPI entry points from slapd/symdummy

21 years agodon't ask for attributes
Pierangelo Masarati [Sat, 17 Jul 2004 17:06:03 +0000 (17:06 +0000)]
don't ask for attributes

21 years agomore cleanup
Pierangelo Masarati [Sat, 17 Jul 2004 15:35:06 +0000 (15:35 +0000)]
more cleanup

21 years agocleanup
Pierangelo Masarati [Sat, 17 Jul 2004 15:15:59 +0000 (15:15 +0000)]
cleanup

21 years agonormalize authcDN (ITS#3246); don't touch databases when running slapadd in dryryn...
Pierangelo Masarati [Sat, 17 Jul 2004 14:45:07 +0000 (14:45 +0000)]
normalize authcDN (ITS#3246); don't touch databases when running slapadd in dryryn mode (ITS#3244); release lock when acquiring entry in tool mode (ITS#3245)

21 years agoto be safe, always start backends and database
Pierangelo Masarati [Fri, 16 Jul 2004 16:42:57 +0000 (16:42 +0000)]
to be safe, always start backends and database

21 years agouninitialized var
Pierangelo Masarati [Wed, 14 Jul 2004 08:18:26 +0000 (08:18 +0000)]
uninitialized var

21 years agocleanup; fix loop
Pierangelo Masarati [Wed, 14 Jul 2004 01:34:46 +0000 (01:34 +0000)]
cleanup; fix loop

21 years agocleanup
Pierangelo Masarati [Wed, 14 Jul 2004 01:16:23 +0000 (01:16 +0000)]
cleanup

21 years agocleanup; plug potential leak?
Pierangelo Masarati [Wed, 14 Jul 2004 01:10:35 +0000 (01:10 +0000)]
cleanup; plug potential leak?

21 years agorevert previous change; anticipate backend_operational before overlays callbacks...
Pierangelo Masarati [Wed, 14 Jul 2004 00:42:23 +0000 (00:42 +0000)]
revert previous change; anticipate backend_operational before overlays callbacks (thanks, Howard); rework overlays cycle to allow callbacks to free themselves (thanks Howard)

21 years agosilence warning
Pierangelo Masarati [Wed, 14 Jul 2004 00:22:27 +0000 (00:22 +0000)]
silence warning