]> git.sur5r.net Git - openldap/log
openldap
17 years agofix test
Pierangelo Masarati [Wed, 29 Aug 2007 00:13:56 +0000 (00:13 +0000)]
fix test

17 years agoplug leak
Pierangelo Masarati [Tue, 28 Aug 2007 23:56:18 +0000 (23:56 +0000)]
plug leak

17 years agoback out previous two commits
Pierangelo Masarati [Tue, 28 Aug 2007 23:13:29 +0000 (23:13 +0000)]
back out previous two commits

17 years agofix uninit'ed var crasher
Pierangelo Masarati [Tue, 28 Aug 2007 23:00:36 +0000 (23:00 +0000)]
fix uninit'ed var crasher

17 years agoadd -S to slapadd to set desired SID in generated entryCSN/contextCSN
Pierangelo Masarati [Tue, 28 Aug 2007 19:35:57 +0000 (19:35 +0000)]
add -S to slapadd to set desired SID in generated entryCSN/contextCSN

17 years agofirst round of CSN normalization consequences
Pierangelo Masarati [Tue, 28 Aug 2007 18:38:27 +0000 (18:38 +0000)]
first round of CSN normalization consequences

17 years agoforgot to re-sort operation names
Pierangelo Masarati [Tue, 28 Aug 2007 18:37:23 +0000 (18:37 +0000)]
forgot to re-sort operation names

17 years agoif tool mode needs to add structuralObjectClass, override any database setting (ratio...
Pierangelo Masarati [Tue, 28 Aug 2007 18:36:42 +0000 (18:36 +0000)]
if tool mode needs to add structuralObjectClass, override any database setting (rationale: if configured w/ mirror mode and syncrepl, a master is also a shadow, but we need to be able to slapadd to a master (possibly with the correct SID; will deal with this later)

17 years agoConvert collect to dynamic config. Even though it's only a demo...
Howard Chu [Tue, 28 Aug 2007 09:19:07 +0000 (09:19 +0000)]
Convert collect to dynamic config. Even though it's only a demo...

17 years agokeep pretty and normal form of CSN the same...
Pierangelo Masarati [Mon, 27 Aug 2007 10:39:48 +0000 (10:39 +0000)]
keep pretty and normal form of CSN the same...

17 years agofix previous commit
Pierangelo Masarati [Mon, 27 Aug 2007 10:12:39 +0000 (10:12 +0000)]
fix previous commit

17 years agoalso the MOD part is hex; preserve compatibility with OpenLDAP's 2.3 entryCSN
Pierangelo Masarati [Mon, 27 Aug 2007 10:09:46 +0000 (10:09 +0000)]
also the MOD part is hex; preserve compatibility with OpenLDAP's 2.3 entryCSN

17 years agoadd csnValidate/csnNormalize, since the SID could be hexadecimal, and we want upper...
Pierangelo Masarati [Mon, 27 Aug 2007 09:13:45 +0000 (09:13 +0000)]
add csnValidate/csnNormalize, since the SID could be hexadecimal, and we want upper/lowercase a-f to match as appropriate

17 years agoallocate OID for back-sql configuration
Pierangelo Masarati [Mon, 27 Aug 2007 07:14:55 +0000 (07:14 +0000)]
allocate OID for back-sql configuration

17 years agoclose LDIF handler (valgrind)
Pierangelo Masarati [Mon, 27 Aug 2007 07:14:04 +0000 (07:14 +0000)]
close LDIF handler (valgrind)

17 years agoneed to copy the Entry to safely manipulate it
Pierangelo Masarati [Mon, 27 Aug 2007 07:13:25 +0000 (07:13 +0000)]
need to copy the Entry to safely manipulate it

17 years agoconsistently dispose of limbo
Pierangelo Masarati [Mon, 27 Aug 2007 07:12:12 +0000 (07:12 +0000)]
consistently dispose of limbo

17 years agoadd anlist_free
Pierangelo Masarati [Mon, 27 Aug 2007 07:11:32 +0000 (07:11 +0000)]
add anlist_free

17 years agoso SIDs are hex
Pierangelo Masarati [Mon, 27 Aug 2007 07:09:57 +0000 (07:09 +0000)]
so SIDs are hex

17 years agoAlignment tweaks
Howard Chu [Mon, 27 Aug 2007 01:19:04 +0000 (01:19 +0000)]
Alignment tweaks

17 years agoThere is no TCL backend
Kurt Zeilenga [Sun, 26 Aug 2007 23:58:47 +0000 (23:58 +0000)]
There is no TCL backend

17 years agoDon't comment on software produced by others. Those who desire to use a
Kurt Zeilenga [Sun, 26 Aug 2007 23:58:27 +0000 (23:58 +0000)]
Don't comment on software produced by others.  Those who desire to use a
network analyzer are likely to know which ones are or are not "great".

17 years agoFix typos
Howard Chu [Sun, 26 Aug 2007 23:40:52 +0000 (23:40 +0000)]
Fix typos

17 years agoWee note about Wireskark and LDAP.
Gavin Henry [Sun, 26 Aug 2007 22:17:37 +0000 (22:17 +0000)]
Wee note about Wireskark and LDAP.

17 years agoimprove previous commit; fix ITS#5108 by letting both SID and RID be 0..4095, input...
Pierangelo Masarati [Sun, 26 Aug 2007 17:03:22 +0000 (17:03 +0000)]
improve previous commit; fix ITS#5108 by letting both SID and RID be 0..4095, input/output in decimal, but consistently handled in hexadecimals within CSN

17 years agoadd support for CSNSIDMatch; use it to set contextCSN as appropriate when slapadd...
Pierangelo Masarati [Sun, 26 Aug 2007 15:39:45 +0000 (15:39 +0000)]
add support for CSNSIDMatch; use it to set contextCSN as appropriate when slapadd'ing -w

17 years agocheck for shutdown (need to add to other backends?)
Pierangelo Masarati [Sun, 26 Aug 2007 15:38:51 +0000 (15:38 +0000)]
check for shutdown (need to add to other backends?)

17 years agocleanup
Pierangelo Masarati [Sun, 26 Aug 2007 15:38:20 +0000 (15:38 +0000)]
cleanup

17 years agouse LDAP_RES_UNSOLICITED for the response message id
Pierangelo Masarati [Sun, 26 Aug 2007 15:06:52 +0000 (15:06 +0000)]
use LDAP_RES_UNSOLICITED for the response message id

17 years agorevert prev commit, no gain
Howard Chu [Sun, 26 Aug 2007 14:37:12 +0000 (14:37 +0000)]
revert prev commit, no gain

17 years agoJust use read locks on the entry_db_lock
Howard Chu [Sun, 26 Aug 2007 13:49:35 +0000 (13:49 +0000)]
Just use read locks on the entry_db_lock

17 years agoAdd slapo-constraint, dgIdentity notes
Howard Chu [Sun, 26 Aug 2007 11:28:39 +0000 (11:28 +0000)]
Add slapo-constraint, dgIdentity notes

17 years agodyngroup-02
Howard Chu [Sun, 26 Aug 2007 11:22:44 +0000 (11:22 +0000)]
dyngroup-02

17 years agoUpdate hyc/symas copyright date
Howard Chu [Sun, 26 Aug 2007 11:18:56 +0000 (11:18 +0000)]
Update hyc/symas copyright date

17 years agoClient tools changes.
Gavin Henry [Sun, 26 Aug 2007 10:21:01 +0000 (10:21 +0000)]
Client tools changes.

17 years agoTag.
Gavin Henry [Sun, 26 Aug 2007 01:06:45 +0000 (01:06 +0000)]
Tag.

17 years agoAndo's additions to slapo-pcache
Gavin Henry [Sun, 26 Aug 2007 00:59:42 +0000 (00:59 +0000)]
Ando's additions to slapo-pcache

17 years agoNote about fonts.
Gavin Henry [Sun, 26 Aug 2007 00:51:03 +0000 (00:51 +0000)]
Note about fonts.

17 years agoA brief note on Obsolete features
Howard Chu [Sat, 25 Aug 2007 23:20:17 +0000 (23:20 +0000)]
A brief note on Obsolete features

17 years agoReference openldap copy of SCALE document
Howard Chu [Sat, 25 Aug 2007 23:17:34 +0000 (23:17 +0000)]
Reference openldap copy of SCALE document

17 years agoTrim some puffery, note back-ldbm
Howard Chu [Sat, 25 Aug 2007 23:13:22 +0000 (23:13 +0000)]
Trim some puffery, note back-ldbm

17 years agoUpdate hyc/symas copyright date
Howard Chu [Sat, 25 Aug 2007 22:44:26 +0000 (22:44 +0000)]
Update hyc/symas copyright date

17 years agoComplete (at least until 2.4 final) changes section and updated wordslist.
Gavin Henry [Sat, 25 Aug 2007 22:44:07 +0000 (22:44 +0000)]
Complete (at least until 2.4 final) changes section and updated wordslist.

17 years agoGDBM is no longer relevant
Howard Chu [Sat, 25 Aug 2007 22:38:48 +0000 (22:38 +0000)]
GDBM is no longer relevant

17 years agoAdd a disparaging note about use of referrals; use chaining or
Howard Chu [Sat, 25 Aug 2007 22:30:20 +0000 (22:30 +0000)]
Add a disparaging note about use of referrals; use chaining or
database glue instead.

17 years agoDelete garbage characters at head of file, brief note about MirrorMode
Howard Chu [Sat, 25 Aug 2007 22:29:27 +0000 (22:29 +0000)]
Delete garbage characters at head of file, brief note about MirrorMode

17 years agoNote that dyngroup is deprecated in favor of dynlist. We may just
Howard Chu [Sat, 25 Aug 2007 22:04:11 +0000 (22:04 +0000)]
Note that dyngroup is deprecated in favor of dynlist. We may just
delete dyngroup from the 2.4 release, will decide that later.

17 years agoEither OpenSSL or GnuTLS may be used
Howard Chu [Sat, 25 Aug 2007 22:03:39 +0000 (22:03 +0000)]
Either OpenSSL or GnuTLS may be used

17 years agoFix typo from 1.38
Howard Chu [Sat, 25 Aug 2007 21:55:54 +0000 (21:55 +0000)]
Fix typo from 1.38

17 years agoRDBM/RDBMS consistency, add GnuTLS, tweak Replication/Configuration notes
Howard Chu [Sat, 25 Aug 2007 21:43:23 +0000 (21:43 +0000)]
RDBM/RDBMS consistency, add GnuTLS, tweak Replication/Configuration notes

17 years agoFix typo, tweak LDIF description
Howard Chu [Sat, 25 Aug 2007 21:30:26 +0000 (21:30 +0000)]
Fix typo, tweak LDIF description

17 years agolibexec is not usually under etc
Howard Chu [Sat, 25 Aug 2007 21:21:40 +0000 (21:21 +0000)]
libexec is not usually under etc

17 years agoFix line count at end of example
Howard Chu [Sat, 25 Aug 2007 21:19:17 +0000 (21:19 +0000)]
Fix line count at end of example

17 years agoneeds work: memberOf should not be replicated
Pierangelo Masarati [Sat, 25 Aug 2007 16:02:43 +0000 (16:02 +0000)]
needs work: memberOf should not be replicated

17 years agoFix prev commit
Howard Chu [Sat, 25 Aug 2007 16:00:15 +0000 (16:00 +0000)]
Fix prev commit

17 years agoITS#5077 again
Howard Chu [Sat, 25 Aug 2007 15:40:39 +0000 (15:40 +0000)]
ITS#5077 again

17 years agogetting an abnormal number of empty syncUUID...
Pierangelo Masarati [Sat, 25 Aug 2007 15:15:05 +0000 (15:15 +0000)]
getting an abnormal number of empty syncUUID...

17 years agobetter fix
Pierangelo Masarati [Sat, 25 Aug 2007 15:01:27 +0000 (15:01 +0000)]
better fix

17 years agofix potential concurrency issue (not so potential, if we could regularly trigger...
Pierangelo Masarati [Sat, 25 Aug 2007 14:58:43 +0000 (14:58 +0000)]
fix potential concurrency issue (not so potential, if we could regularly trigger it :)

17 years agoalso improve massaged DN containment check
Pierangelo Masarati [Sat, 25 Aug 2007 10:57:08 +0000 (10:57 +0000)]
also improve massaged DN containment check

17 years agoimprove URI DN containment check
Pierangelo Masarati [Sat, 25 Aug 2007 10:13:51 +0000 (10:13 +0000)]
improve URI DN containment check

17 years agofix typo
Pierangelo Masarati [Sat, 25 Aug 2007 09:37:59 +0000 (09:37 +0000)]
fix typo

17 years agoFix aux/structural comment
Howard Chu [Sat, 25 Aug 2007 00:42:37 +0000 (00:42 +0000)]
Fix aux/structural comment

17 years agoUse dynamic config, test dgIdentity
Howard Chu [Sat, 25 Aug 2007 00:14:56 +0000 (00:14 +0000)]
Use dynamic config, test dgIdentity

17 years agoconsistently use "tag=" instead of "op=" in debug messages
Pierangelo Masarati [Sat, 25 Aug 2007 00:10:52 +0000 (00:10 +0000)]
consistently use "tag=" instead of "op=" in debug messages

17 years agoFix config delete
Howard Chu [Fri, 24 Aug 2007 23:56:55 +0000 (23:56 +0000)]
Fix config delete

17 years agoFix prev commit
Howard Chu [Fri, 24 Aug 2007 23:28:43 +0000 (23:28 +0000)]
Fix prev commit

17 years agoNew Changes Appendix, plus various other additions and fixes.
Gavin Henry [Fri, 24 Aug 2007 23:24:34 +0000 (23:24 +0000)]
New Changes Appendix, plus various other additions and fixes.

17 years ago- fix logging of controls;
Pierangelo Masarati [Fri, 24 Aug 2007 23:13:41 +0000 (23:13 +0000)]
- fix logging of controls;
- add support for Control syntax;
- use Control syntax and objectIdentifierFirstComponentMatch
  with reqControls/reqRespControls

17 years agoAdd dgIdentity info
Howard Chu [Fri, 24 Aug 2007 23:10:11 +0000 (23:10 +0000)]
Add dgIdentity info

17 years agobehave when a value of an ordered attr starts with '{' and either contains or not...
Pierangelo Masarati [Fri, 24 Aug 2007 23:05:10 +0000 (23:05 +0000)]
behave when a value of an ordered attr starts with '{' and either contains or not '}', but the prefix '{X}' does not contain a numericString

17 years agoFix spurious warnings in prev commit
Howard Chu [Fri, 24 Aug 2007 22:42:41 +0000 (22:42 +0000)]
Fix spurious warnings in prev commit

17 years agotest_filter() should use ordered_value_match()
Howard Chu [Fri, 24 Aug 2007 22:34:04 +0000 (22:34 +0000)]
test_filter() should use ordered_value_match()

17 years agoITS#5105 from Alexey Melnikov @ isode
Howard Chu [Fri, 24 Aug 2007 21:58:20 +0000 (21:58 +0000)]
ITS#5105 from Alexey Melnikov @ isode

17 years agoallow to register further syntax/mr compatibility
Pierangelo Masarati [Fri, 24 Aug 2007 20:05:30 +0000 (20:05 +0000)]
allow to register further syntax/mr compatibility

17 years agotcpd.h is already include in slap.h
Ralf Haferkamp [Fri, 24 Aug 2007 16:09:50 +0000 (16:09 +0000)]
tcpd.h is already include in slap.h

17 years agoadd logging of request/response controls
Pierangelo Masarati [Fri, 24 Aug 2007 12:50:01 +0000 (12:50 +0000)]
add logging of request/response controls

17 years agoldap_control*_dup() is no longer private; add ldap_pvt_put_control
Pierangelo Masarati [Fri, 24 Aug 2007 12:29:33 +0000 (12:29 +0000)]
ldap_control*_dup() is no longer private; add ldap_pvt_put_control

17 years agoadd memberOf overlay
Pierangelo Masarati [Fri, 24 Aug 2007 02:46:55 +0000 (02:46 +0000)]
add memberOf overlay

17 years agotypo
Pierangelo Masarati [Fri, 24 Aug 2007 02:25:39 +0000 (02:25 +0000)]
typo

17 years agoAdd dgIdentity support
Howard Chu [Thu, 23 Aug 2007 23:33:37 +0000 (23:33 +0000)]
Add dgIdentity support

17 years agoforgot one commit
Pierangelo Masarati [Thu, 23 Aug 2007 20:27:10 +0000 (20:27 +0000)]
forgot one commit

17 years agoAdd dgIdentity from draft-haripriya-dynamicgroup-02
Howard Chu [Thu, 23 Aug 2007 02:09:17 +0000 (02:09 +0000)]
Add dgIdentity from draft-haripriya-dynamicgroup-02

17 years agoRegister dyngroup OID
Howard Chu [Thu, 23 Aug 2007 01:52:04 +0000 (01:52 +0000)]
Register dyngroup OID

17 years agoAdd cn=config support
Howard Chu [Thu, 23 Aug 2007 01:40:09 +0000 (01:40 +0000)]
Add cn=config support

17 years agorework controls API
Pierangelo Masarati [Wed, 22 Aug 2007 22:35:14 +0000 (22:35 +0000)]
rework controls API

17 years agofix and cleanup
Pierangelo Masarati [Wed, 22 Aug 2007 20:55:54 +0000 (20:55 +0000)]
fix and cleanup

17 years agoFix last commit.
Kurt Zeilenga [Wed, 22 Aug 2007 19:33:28 +0000 (19:33 +0000)]
Fix last commit.

17 years agoPassword policy request control should have no control value.
Kurt Zeilenga [Wed, 22 Aug 2007 19:26:55 +0000 (19:26 +0000)]
Password policy request control should have no control value.
Extend ldap_create_control() to supporting creating such.

17 years agomove session tracking control creation to helper
Pierangelo Masarati [Wed, 22 Aug 2007 18:33:41 +0000 (18:33 +0000)]
move session tracking control creation to helper

17 years agoUse MAXHOSTNAMELEN from <ac/socket.h> instead of HOST_NAME_MAX as the latter ain...
Kurt Zeilenga [Wed, 22 Aug 2007 18:05:18 +0000 (18:05 +0000)]
Use MAXHOSTNAMELEN from <ac/socket.h> instead of HOST_NAME_MAX as the latter ain't available here.

17 years agofix subtree rename integrity; curiously enough, tes023 only failed on 64 bit arch...
Pierangelo Masarati [Wed, 22 Aug 2007 17:46:55 +0000 (17:46 +0000)]
fix subtree rename integrity; curiously enough, tes023 only failed on 64 bit arch; probably because we'd need to double the stack of the slab on 64 bit archs...

17 years agoadd support for session tracking (draft-wahl-ldap-sessio) to proxy backends requests
Pierangelo Masarati [Wed, 22 Aug 2007 15:49:35 +0000 (15:49 +0000)]
add support for session tracking (draft-wahl-ldap-sessio) to proxy backends requests

17 years agodon't Statslog before getting controls
Pierangelo Masarati [Wed, 22 Aug 2007 14:41:42 +0000 (14:41 +0000)]
don't Statslog before getting controls

17 years agohandle response controls in exops
Pierangelo Masarati [Wed, 22 Aug 2007 12:07:27 +0000 (12:07 +0000)]
handle response controls in exops

17 years agosupport session tracking during tool binds
Pierangelo Masarati [Wed, 22 Aug 2007 09:17:42 +0000 (09:17 +0000)]
support session tracking during tool binds

17 years agoconsistently use o_log_prefix
Pierangelo Masarati [Wed, 22 Aug 2007 09:17:09 +0000 (09:17 +0000)]
consistently use o_log_prefix

17 years agofix previous commit (need to finish breakfast before committing...)
Pierangelo Masarati [Wed, 22 Aug 2007 08:57:23 +0000 (08:57 +0000)]
fix previous commit (need to finish breakfast before committing...)

17 years agolog formatOID, possibly mapped to friendly name if known
Pierangelo Masarati [Wed, 22 Aug 2007 08:44:21 +0000 (08:44 +0000)]
log formatOID, possibly mapped to friendly name if known

17 years agoadd session tracking support to essential exops
Pierangelo Masarati [Wed, 22 Aug 2007 00:41:47 +0000 (00:41 +0000)]
add session tracking support to essential exops