]> git.sur5r.net Git - openldap/log
openldap
14 years agodocument all options, including TLS and (not yet complete) SASL. Needs expert review
Pierangelo Masarati [Wed, 19 Aug 2009 19:00:48 +0000 (19:00 +0000)]
document all options, including TLS and (not yet complete) SASL.  Needs expert review

14 years agoSilence warning (bv_len >= 0 is always true)
Hallvard Furuseth [Wed, 19 Aug 2009 18:59:33 +0000 (18:59 +0000)]
Silence warning (bv_len >= 0 is always true)

14 years agoSilence warning (missing braces ininitializer)
Hallvard Furuseth [Wed, 19 Aug 2009 18:58:28 +0000 (18:58 +0000)]
Silence warning (missing braces ininitializer)

14 years agoFix Debug() format (%x -> %lx) since rev 1.385
Hallvard Furuseth [Wed, 19 Aug 2009 18:57:04 +0000 (18:57 +0000)]
Fix Debug() format (%x -> %lx) since rev 1.385

14 years agorefactor connection handling
Pierangelo Masarati [Wed, 19 Aug 2009 16:45:15 +0000 (16:45 +0000)]
refactor connection handling

14 years agobetter logging of privileged connections (more to come; might be unstable for a bit)
Pierangelo Masarati [Wed, 19 Aug 2009 15:00:59 +0000 (15:00 +0000)]
better logging of privileged connections (more to come; might be unstable for a bit)

14 years agosilence warnings
Pierangelo Masarati [Wed, 19 Aug 2009 13:20:11 +0000 (13:20 +0000)]
silence warnings

14 years agocleanup previous commit
Pierangelo Masarati [Wed, 19 Aug 2009 13:10:30 +0000 (13:10 +0000)]
cleanup previous commit

14 years agosilence warning
Pierangelo Masarati [Wed, 19 Aug 2009 13:02:54 +0000 (13:02 +0000)]
silence warning

14 years agosilence warnings
Pierangelo Masarati [Wed, 19 Aug 2009 12:55:15 +0000 (12:55 +0000)]
silence warnings

14 years agosilence warning; cleanup code
Pierangelo Masarati [Wed, 19 Aug 2009 12:46:39 +0000 (12:46 +0000)]
silence warning; cleanup code

14 years agosilence warnings
Pierangelo Masarati [Wed, 19 Aug 2009 12:23:27 +0000 (12:23 +0000)]
silence warnings

14 years agoaddress signedness issue
Pierangelo Masarati [Wed, 19 Aug 2009 12:06:04 +0000 (12:06 +0000)]
address signedness issue

14 years agoOnly free the req_dn / ndn we created. Someone may have rewritten it...
Howard Chu [Wed, 19 Aug 2009 11:27:49 +0000 (11:27 +0000)]
Only free the req_dn / ndn we created. Someone may have rewritten it...

14 years agoMore ITS#6262: Also define ldap_pvt_gmtime_[un]lock if localtime_r is missing
Hallvard Furuseth [Wed, 19 Aug 2009 10:10:31 +0000 (10:10 +0000)]
More ITS#6262: Also define ldap_pvt_gmtime_[un]lock if localtime_r is missing

14 years agoFix previous commit: move struct lutil_tm declaration out of prototype scope
Hallvard Furuseth [Wed, 19 Aug 2009 09:55:31 +0000 (09:55 +0000)]
Fix previous commit: move struct lutil_tm declaration out of prototype scope

14 years agoMore ITS#6234: // comment from rev 1.384 -> /**/
Hallvard Furuseth [Wed, 19 Aug 2009 09:54:03 +0000 (09:54 +0000)]
More ITS#6234: // comment from rev 1.384 -> /**/

14 years agos/new/anew/ avoid C++ keyword
Howard Chu [Wed, 19 Aug 2009 09:25:25 +0000 (09:25 +0000)]
s/new/anew/ avoid C++ keyword

14 years agoRegenerate
Howard Chu [Wed, 19 Aug 2009 09:15:10 +0000 (09:15 +0000)]
Regenerate

14 years agopcacheBind refresh s/will/may/
Howard Chu [Wed, 19 Aug 2009 08:39:33 +0000 (08:39 +0000)]
pcacheBind refresh s/will/may/

14 years agoITS#6152 bind caching
Howard Chu [Wed, 19 Aug 2009 08:35:05 +0000 (08:35 +0000)]
ITS#6152 bind caching

14 years agoBind caching works
Howard Chu [Wed, 19 Aug 2009 08:14:07 +0000 (08:14 +0000)]
Bind caching works

14 years agoLook for our callback to pop, don't just do it blindly
Howard Chu [Wed, 19 Aug 2009 08:05:18 +0000 (08:05 +0000)]
Look for our callback to pop, don't just do it blindly

14 years agoBind caching, work in progress
Howard Chu [Wed, 19 Aug 2009 03:00:33 +0000 (03:00 +0000)]
Bind caching, work in progress

14 years agofix previous commit
Pierangelo Masarati [Wed, 19 Aug 2009 00:12:39 +0000 (00:12 +0000)]
fix previous commit

14 years agowrap gmtime for reentrancy (ITS#6262)
Pierangelo Masarati [Tue, 18 Aug 2009 23:48:15 +0000 (23:48 +0000)]
wrap gmtime for reentrancy (ITS#6262)

14 years agodocument URI (ITS#6261)
Pierangelo Masarati [Tue, 18 Aug 2009 21:44:11 +0000 (21:44 +0000)]
document URI (ITS#6261)

14 years agoFix prev commit, attr_find args
Howard Chu [Tue, 18 Aug 2009 20:35:02 +0000 (20:35 +0000)]
Fix prev commit, attr_find args

14 years agofix previous commit
Pierangelo Masarati [Tue, 18 Aug 2009 19:09:12 +0000 (19:09 +0000)]
fix previous commit

14 years agoexpose SASL_USERNAME when it makes sense (EXTERN needs work, much like SASL_SSL)...
Pierangelo Masarati [Tue, 18 Aug 2009 18:47:56 +0000 (18:47 +0000)]
expose SASL_USERNAME when it makes sense (EXTERN needs work, much like SASL_SSL) (ITS#6257)

14 years agoonly add attrs if values are present...
Pierangelo Masarati [Tue, 18 Aug 2009 14:32:02 +0000 (14:32 +0000)]
only add attrs if values are present...

14 years agos/aa/allowed/; we already ran into the issue of having a run-time loadable overlay...
Pierangelo Masarati [Tue, 18 Aug 2009 11:07:26 +0000 (11:07 +0000)]
s/aa/allowed/; we already ran into the issue of having a run-time loadable overlay whose file differs from the overlay's name...

14 years agoadd a readme
Pierangelo Masarati [Tue, 18 Aug 2009 10:50:45 +0000 (10:50 +0000)]
add a readme

14 years agoRevert prev commit, use ldap_pvt_ funcs
Howard Chu [Tue, 18 Aug 2009 08:53:41 +0000 (08:53 +0000)]
Revert prev commit, use ldap_pvt_ funcs

14 years agoupdate cachedQueryURL only when requested
Pierangelo Masarati [Tue, 18 Aug 2009 08:38:42 +0000 (08:38 +0000)]
update cachedQueryURL only when requested

14 years agoFor ITS#6152 add slapd_str2scope(), slapd_scope2bv()
Howard Chu [Tue, 18 Aug 2009 02:47:28 +0000 (02:47 +0000)]
For ITS#6152 add slapd_str2scope(), slapd_scope2bv()

14 years agoCleanup
Kurt Zeilenga [Tue, 18 Aug 2009 00:49:15 +0000 (00:49 +0000)]
Cleanup

14 years agoadd on demand allowedAttributes/allowedAttributesEffective to entries (ITS#4730)
Pierangelo Masarati [Tue, 18 Aug 2009 00:27:05 +0000 (00:27 +0000)]
add on demand allowedAttributes/allowedAttributesEffective to entries (ITS#4730)

14 years agoexpose cachedQueryURL in overlay's monitor entry (partial fulfilment of ITS#5178...
Pierangelo Masarati [Mon, 17 Aug 2009 23:23:21 +0000 (23:23 +0000)]
expose cachedQueryURL in overlay's monitor entry (partial fulfilment of ITS#5178; needs new register_overlay() code in back-monitor)

14 years agoallow to register overlay-specific stuff
Pierangelo Masarati [Mon, 17 Aug 2009 23:08:40 +0000 (23:08 +0000)]
allow to register overlay-specific stuff

14 years agomore about ITS#6243
Pierangelo Masarati [Mon, 17 Aug 2009 23:05:48 +0000 (23:05 +0000)]
more about ITS#6243

14 years agosilence warning
Pierangelo Masarati [Mon, 17 Aug 2009 23:02:50 +0000 (23:02 +0000)]
silence warning

14 years agoadd support for TCP buffer configuration (ITS#6234)
Pierangelo Masarati [Mon, 17 Aug 2009 22:53:15 +0000 (22:53 +0000)]
add support for TCP buffer configuration (ITS#6234)

14 years agouse UINT where appropriate (silence warnings)
Pierangelo Masarati [Mon, 17 Aug 2009 22:48:34 +0000 (22:48 +0000)]
use UINT where appropriate (silence warnings)

14 years agoFor refresh_purge, only delete entry if ours is the last queryid on it.
Howard Chu [Mon, 17 Aug 2009 22:24:26 +0000 (22:24 +0000)]
For refresh_purge, only delete entry if ours is the last queryid on it.
Otherwise just remove our queryid.

14 years agoPlug leaks in prev commit
Howard Chu [Mon, 17 Aug 2009 14:38:28 +0000 (14:38 +0000)]
Plug leaks in prev commit

14 years agoITS#6152 restart consistency checker when going back online
Howard Chu [Mon, 17 Aug 2009 13:24:33 +0000 (13:24 +0000)]
ITS#6152 restart consistency checker when going back online
reset refcnt when refreshing a query

14 years agoFix refresh_merge, using mods from wrong entry
Howard Chu [Mon, 17 Aug 2009 13:11:05 +0000 (13:11 +0000)]
Fix refresh_merge, using mods from wrong entry

14 years agoCleanup prev commit
Howard Chu [Mon, 17 Aug 2009 12:51:44 +0000 (12:51 +0000)]
Cleanup prev commit

14 years agoITS#6152 preliminary refresh support, untested
Howard Chu [Mon, 17 Aug 2009 12:02:48 +0000 (12:02 +0000)]
ITS#6152 preliminary refresh support, untested

14 years agoITS#6152 add syncrepl_diff_entry()
Howard Chu [Mon, 17 Aug 2009 11:58:47 +0000 (11:58 +0000)]
ITS#6152 add syncrepl_diff_entry()

14 years agoMore for #6220, don't timeout idle connections when writetimeout is
Howard Chu [Mon, 17 Aug 2009 11:28:25 +0000 (11:28 +0000)]
More for #6220, don't timeout idle connections when writetimeout is
set and idletimeout is not.

14 years agoITS#6251 framework for TTR. refresh not yet implemented.
Howard Chu [Mon, 17 Aug 2009 03:03:50 +0000 (03:03 +0000)]
ITS#6251 framework for TTR. refresh not yet implemented.

14 years agoFix typo in prev commit
Howard Chu [Mon, 17 Aug 2009 02:22:28 +0000 (02:22 +0000)]
Fix typo in prev commit

14 years agoFix typo
Howard Chu [Mon, 17 Aug 2009 00:42:00 +0000 (00:42 +0000)]
Fix typo

14 years agoCleanup prev commit
Howard Chu [Mon, 17 Aug 2009 00:40:56 +0000 (00:40 +0000)]
Cleanup prev commit

14 years agoUse new keywords, deprecate old keywords, add ttr and pcacheOffline
Howard Chu [Mon, 17 Aug 2009 00:39:30 +0000 (00:39 +0000)]
Use new keywords, deprecate old keywords, add ttr and pcacheOffline

14 years agoDeprecate previous config keywords. Add ttr parsing (no functionality yet)
Howard Chu [Sun, 16 Aug 2009 23:26:34 +0000 (23:26 +0000)]
Deprecate previous config keywords. Add ttr parsing (no functionality yet)

14 years agoFix typos
Howard Chu [Sun, 16 Aug 2009 23:08:41 +0000 (23:08 +0000)]
Fix typos

14 years agoUpdate contrib notices to reflect that they are distributed as part of
Kurt Zeilenga [Sun, 16 Aug 2009 22:55:23 +0000 (22:55 +0000)]
Update contrib notices to reflect that they are distributed as part of
OpenLDAP Software (though they may not necessarily be supported by the
OpenLDAP Project).  Assistance in updating ACKNOWLEDGEMENTS welcomed.

14 years agoSkip if monitor backend not enabled
Howard Chu [Sat, 15 Aug 2009 22:36:00 +0000 (22:36 +0000)]
Skip if monitor backend not enabled

14 years agoITS#6256 from Jonathan Clarke
Howard Chu [Sat, 15 Aug 2009 14:05:47 +0000 (14:05 +0000)]
ITS#6256 from Jonathan Clarke

14 years agoMore for prev commit
Howard Chu [Fri, 14 Aug 2009 20:02:08 +0000 (20:02 +0000)]
More for prev commit

14 years agoallow to look-ahead entry DN without decoding the whole entry
Pierangelo Masarati [Fri, 14 Aug 2009 15:33:09 +0000 (15:33 +0000)]
allow to look-ahead entry DN without decoding the whole entry

14 years agoharmonize API: source to dest right to left
Pierangelo Masarati [Fri, 14 Aug 2009 14:18:04 +0000 (14:18 +0000)]
harmonize API: source to dest right to left

14 years agohonor requested attrs (ITS#6254), including operational
Pierangelo Masarati [Fri, 14 Aug 2009 01:18:23 +0000 (01:18 +0000)]
honor requested attrs (ITS#6254), including operational

14 years agoimprove previous commit; make sure returned entries match filter (ITS#6255); defer...
Pierangelo Masarati [Fri, 14 Aug 2009 00:49:48 +0000 (00:49 +0000)]
improve previous commit; make sure returned entries match filter (ITS#6255); defer sizelimit exceeded detection

14 years agomake sure filter is applied to final entry (ITS#6255)
Pierangelo Masarati [Fri, 14 Aug 2009 00:14:35 +0000 (00:14 +0000)]
make sure filter is applied to final entry (ITS#6255)

14 years agohonor sizelimit when filter needs to be split between local and remote (ITS#6253)
Pierangelo Masarati [Fri, 14 Aug 2009 00:03:10 +0000 (00:03 +0000)]
honor sizelimit when filter needs to be split between local and remote (ITS#6253)

14 years agoFix prev commit again, IPPROTO_TCP is the documented correct approach
Howard Chu [Thu, 13 Aug 2009 21:35:38 +0000 (21:35 +0000)]
Fix prev commit again, IPPROTO_TCP is the documented correct approach

14 years agoeliminate code duplication
Pierangelo Masarati [Thu, 13 Aug 2009 21:24:32 +0000 (21:24 +0000)]
eliminate code duplication

14 years agoITS#6243 (forced commit, missing ITS number)
Pierangelo Masarati [Thu, 13 Aug 2009 21:01:17 +0000 (21:01 +0000)]
ITS#6243 (forced commit, missing ITS number)

14 years agoremove misleading comment
Pierangelo Masarati [Thu, 13 Aug 2009 21:00:04 +0000 (21:00 +0000)]
remove misleading comment

14 years agoexpose subordinate databases; add a link to the superior DN
Pierangelo Masarati [Thu, 13 Aug 2009 20:58:20 +0000 (20:58 +0000)]
expose subordinate databases; add a link to the superior DN

14 years agoFix prev commit, it was not Linux-only as it claimed to be.
Howard Chu [Thu, 13 Aug 2009 20:55:04 +0000 (20:55 +0000)]
Fix prev commit, it was not Linux-only as it claimed to be.

14 years agohonor per-target tls/chase referrals/rebind as user (ITS#6190)
Pierangelo Masarati [Thu, 13 Aug 2009 19:30:37 +0000 (19:30 +0000)]
honor per-target tls/chase referrals/rebind as user (ITS#6190)

14 years agoadvertise known exops
Pierangelo Masarati [Thu, 13 Aug 2009 15:52:56 +0000 (15:52 +0000)]
advertise known exops

14 years agoFor ITS#6215: Export ber_skip_element() and ber_peek_element()
Hallvard Furuseth [Wed, 12 Aug 2009 22:14:35 +0000 (22:14 +0000)]
For ITS#6215: Export ber_skip_element() and ber_peek_element()

14 years agoITS#6215 cleanup: Export ber_skip_element() to complement ber_peek_element()
Hallvard Furuseth [Wed, 12 Aug 2009 22:13:50 +0000 (22:13 +0000)]
ITS#6215 cleanup: Export ber_skip_element() to complement ber_peek_element()

14 years agoTrying again: No need to maintain ber->ber_usertag except at ber_printf "!"
Hallvard Furuseth [Wed, 12 Aug 2009 22:12:15 +0000 (22:12 +0000)]
Trying again: No need to maintain ber->ber_usertag except at ber_printf "!"

14 years agoAdd pwGraceExpiry to gracecheck
Howard Chu [Wed, 12 Aug 2009 02:43:19 +0000 (02:43 +0000)]
Add pwGraceExpiry to gracecheck
minor cleanup
revert Other Operations change from 09
filled in IANA considerations (no longer TBD)
Reference RFC4520, not 3383 (obsolete)

14 years agoRevision 02
Howard Chu [Mon, 10 Aug 2009 02:08:41 +0000 (02:08 +0000)]
Revision 02

14 years agoRevision 01 (expired)
Howard Chu [Mon, 10 Aug 2009 02:06:46 +0000 (02:06 +0000)]
Revision 01 (expired)

14 years agoAdded version 10
Howard Chu [Mon, 10 Aug 2009 02:03:50 +0000 (02:03 +0000)]
Added version 10

14 years agoFix last commit: cast strcasecmp unsigned char* to char*
Hallvard Furuseth [Fri, 7 Aug 2009 21:46:25 +0000 (21:46 +0000)]
Fix last commit: cast strcasecmp unsigned char* to char*

14 years agoMore ITS#6215: Catch malformed elements in ber_get_stringbvl().
Hallvard Furuseth [Fri, 7 Aug 2009 19:26:11 +0000 (19:26 +0000)]
More ITS#6215: Catch malformed elements in ber_get_stringbvl().
Do not use ber_<first/next>_element(), which have no error return.

14 years agoMore ITS#6215: Define and use ber_tag_and_rest() and ber_<peek/skip>_element()
Hallvard Furuseth [Fri, 7 Aug 2009 19:15:26 +0000 (19:15 +0000)]
More ITS#6215: Define and use ber_tag_and_rest() and ber_<peek/skip>_element()

14 years agoMore ITS#6215: Fix wrong fix in rev 1.121
Hallvard Furuseth [Fri, 7 Aug 2009 16:04:25 +0000 (16:04 +0000)]
More ITS#6215: Fix wrong fix in rev 1.121

14 years agoIn session_chkhost get the last CN, not the first.
Howard Chu [Fri, 7 Aug 2009 11:59:42 +0000 (11:59 +0000)]
In session_chkhost get the last CN, not the first.

14 years agoGive more time for sync after master restart
Howard Chu [Thu, 6 Aug 2009 22:15:56 +0000 (22:15 +0000)]
Give more time for sync after master restart

14 years agolog in case of failure (FIXME: should those logs be at ANY level?)
Pierangelo Masarati [Tue, 4 Aug 2009 23:45:42 +0000 (23:45 +0000)]
log in case of failure (FIXME: should those logs be at ANY level?)

14 years agouse back-config if supported
Pierangelo Masarati [Tue, 4 Aug 2009 23:27:52 +0000 (23:27 +0000)]
use back-config if supported

14 years agoFully parse undefined substring filters so they can be logged
Howard Chu [Tue, 4 Aug 2009 22:41:59 +0000 (22:41 +0000)]
Fully parse undefined substring filters so they can be logged

14 years agoSimplify struct bgbvr and ber_get_stringbvl(), preserving behavior.
Hallvard Furuseth [Tue, 4 Aug 2009 21:11:38 +0000 (21:11 +0000)]
Simplify struct bgbvr and ber_get_stringbvl(), preserving behavior.

14 years agoimprove previous commit
Pierangelo Masarati [Tue, 4 Aug 2009 14:26:40 +0000 (14:26 +0000)]
improve previous commit

14 years agobe liberal in accepting CL (ITS#6241)
Pierangelo Masarati [Tue, 4 Aug 2009 14:14:17 +0000 (14:14 +0000)]
be liberal in accepting CL (ITS#6241)

14 years agoIn slap_mods_check, always compare ordering index first
Howard Chu [Tue, 4 Aug 2009 02:42:20 +0000 (02:42 +0000)]
In slap_mods_check, always compare ordering index first

14 years agosilence warnings; misc cleanup; test refresh as non-allowed user
Pierangelo Masarati [Mon, 3 Aug 2009 22:49:30 +0000 (22:49 +0000)]
silence warnings; misc cleanup; test refresh as non-allowed user

14 years agonote about OpenSSL being more liberal than OpenLDAP when there is garbage past the...
Pierangelo Masarati [Mon, 3 Aug 2009 14:07:49 +0000 (14:07 +0000)]
note about OpenSSL being more liberal than OpenLDAP when there is garbage past the end of a certificateList

14 years agorework common options (ITS#6049)
Pierangelo Masarati [Mon, 3 Aug 2009 13:40:28 +0000 (13:40 +0000)]
rework common options (ITS#6049)