]> git.sur5r.net Git - openldap/log
openldap
14 years agovlv implemented, untested
Howard Chu [Mon, 13 Jul 2009 10:59:09 +0000 (10:59 +0000)]
vlv implemented, untested

14 years agocsnOrderingMatch should have a normalizer
Howard Chu [Mon, 13 Jul 2009 09:39:39 +0000 (09:39 +0000)]
csnOrderingMatch should have a normalizer

14 years agoUndef SLAP_CONTROL_X_SORTEDRESULTS, use sssvlv overlay now.
Howard Chu [Mon, 13 Jul 2009 08:43:06 +0000 (08:43 +0000)]
Undef SLAP_CONTROL_X_SORTEDRESULTS, use sssvlv overlay now.
Will unifdef all relevant code later...

14 years agoServer Side Sorting (also with PagedResults). VLV still in progress.
Howard Chu [Mon, 13 Jul 2009 08:39:22 +0000 (08:39 +0000)]
Server Side Sorting (also with PagedResults). VLV still in progress.

14 years agoCleanup sss result string
Howard Chu [Mon, 13 Jul 2009 08:28:11 +0000 (08:28 +0000)]
Cleanup sss result string

14 years agoFix typo in 1.250 fake sorted results control
Howard Chu [Mon, 13 Jul 2009 02:42:38 +0000 (02:42 +0000)]
Fix typo in 1.250 fake sorted results control

14 years agoFix typo in derefcrit control
Howard Chu [Mon, 13 Jul 2009 01:57:25 +0000 (01:57 +0000)]
Fix typo in derefcrit control

14 years agoFor ITS#5810: Show which backend is being tested
Hallvard Furuseth [Wed, 8 Jul 2009 16:20:53 +0000 (16:20 +0000)]
For ITS#5810: Show which backend is being tested

15 years agoITS#6195 must normalize cookies before comparing them
Howard Chu [Wed, 8 Jul 2009 00:55:27 +0000 (00:55 +0000)]
ITS#6195 must normalize cookies before comparing them

15 years agoITS#6101, did not always (re)set rs->sr_sasldata before send_ldap_sasl()
Hallvard Furuseth [Tue, 7 Jul 2009 22:31:35 +0000 (22:31 +0000)]
ITS#6101, did not always (re)set rs->sr_sasldata before send_ldap_sasl()

15 years agoITS#5892 return -1 from ldif_read_record on error
Howard Chu [Tue, 7 Jul 2009 22:30:55 +0000 (22:30 +0000)]
ITS#5892 return -1 from ldif_read_record on error

15 years agoITS#6101, reset rs->sr_rspdata in send_ldap_disconnect()
Hallvard Furuseth [Tue, 7 Jul 2009 22:30:28 +0000 (22:30 +0000)]
ITS#6101, reset rs->sr_rspdata in send_ldap_disconnect()

15 years agoITS#5892 make sure ldif error messages are displayed
Howard Chu [Tue, 7 Jul 2009 21:51:27 +0000 (21:51 +0000)]
ITS#5892 make sure ldif error messages are displayed

15 years agoITS#6101: Move sru_search first in union SlapReply.sr_un, for initialization.
Hallvard Furuseth [Tue, 7 Jul 2009 21:11:39 +0000 (21:11 +0000)]
ITS#6101: Move sru_search first in union SlapReply.sr_un, for initialization.

15 years agoITS#6197 - normalize & speed up ldap_err2string/ldap_perror():
Hallvard Furuseth [Tue, 7 Jul 2009 20:05:09 +0000 (20:05 +0000)]
ITS#6197 - normalize & speed up ldap_err2string/ldap_perror():

Use same result code -> string mapping for both, removing ldap_int_error():
- Classify unknown error codes as API/extension/etc like _err2string did.
- Pass all strings through _(), i.e. the optional gettext, as _perror did.

Also use a switch instead of linear search for the code->string mapping.
Hopefully the compiler will optimize that.  Though the extra gettext,
if anyone uses it, probably counters that speedup.

15 years agoSilence warning. Also avoids pointless umask(0) when umask already is 0.
Hallvard Furuseth [Mon, 6 Jul 2009 23:19:52 +0000 (23:19 +0000)]
Silence warning.  Also avoids pointless umask(0) when umask already is 0.

15 years agoITS#5836 more for 1.432, writetimeout wasn't taking effect if
Howard Chu [Mon, 6 Jul 2009 21:02:28 +0000 (21:02 +0000)]
ITS#5836 more for 1.432, writetimeout wasn't taking effect if
idletimeout wasn't also set. Also, timeout check would keep getting
pushed back if multiple writers were waiting.

15 years agoITS#6091,6092,6093,5369 remove @GSSAPI_LIBS@. configure no longer sets it.
Hallvard Furuseth [Mon, 6 Jul 2009 19:52:14 +0000 (19:52 +0000)]
ITS#6091,6092,6093,5369 remove @GSSAPI_LIBS@. configure no longer sets it.

15 years agoregenerate without gssapi
Howard Chu [Sun, 5 Jul 2009 01:45:29 +0000 (01:45 +0000)]
regenerate without gssapi

15 years agoITS#6091,6092,6093,5369 remove gssapi from configure, should never be used.
Howard Chu [Sun, 5 Jul 2009 01:42:26 +0000 (01:42 +0000)]
ITS#6091,6092,6093,5369 remove gssapi from configure, should never be used.
leave code in place for now.

15 years agoITS#5696 des_set_key -> des_set_key_and_parity
Howard Chu [Fri, 3 Jul 2009 22:19:52 +0000 (22:19 +0000)]
ITS#5696 des_set_key -> des_set_key_and_parity

15 years agoerror out when adding multiple olcIndex values for the same attribute (ITS#6196)
Ralf Haferkamp [Fri, 3 Jul 2009 14:29:40 +0000 (14:29 +0000)]
error out when adding multiple olcIndex values for the same attribute (ITS#6196)

15 years agoCleanup ciphernum
Howard Chu [Fri, 3 Jul 2009 02:06:24 +0000 (02:06 +0000)]
Cleanup ciphernum

15 years agoAcknowledge richm
Howard Chu [Thu, 2 Jul 2009 23:19:44 +0000 (23:19 +0000)]
Acknowledge richm

15 years agoITS#5696 enable MozNSS support
Howard Chu [Thu, 2 Jul 2009 23:14:59 +0000 (23:14 +0000)]
ITS#5696 enable MozNSS support

15 years agoITS#5696 Additional MozNSS support from rmeggins@redhat.com
Howard Chu [Thu, 2 Jul 2009 23:10:23 +0000 (23:10 +0000)]
ITS#5696 Additional MozNSS support from rmeggins@redhat.com

15 years agoHandle IPv6 localhost address
Hallvard Furuseth [Thu, 2 Jul 2009 15:26:52 +0000 (15:26 +0000)]
Handle IPv6 localhost address

15 years agoGive more time to sync after restart
Howard Chu [Thu, 2 Jul 2009 00:31:48 +0000 (00:31 +0000)]
Give more time to sync after restart

15 years agoITS#6192 add all digests. Also stop using SSLeay-compatible function
Howard Chu [Wed, 1 Jul 2009 23:46:36 +0000 (23:46 +0000)]
ITS#6192 add all digests. Also stop using SSLeay-compatible function
names, we're only concerned with OpenSSL these days.

15 years agoITS#6191 fix typo in URI for adding back-ldap
Howard Chu [Wed, 1 Jul 2009 13:12:45 +0000 (13:12 +0000)]
ITS#6191 fix typo in URI for adding back-ldap

15 years agoEnable cn=config, add test for policy state forwarding
Howard Chu [Wed, 1 Jul 2009 07:46:06 +0000 (07:46 +0000)]
Enable cn=config, add test for policy state forwarding
from consumer to provider

15 years agoMore for 1.124 - forwarded updates need Relax control since state attrs
Howard Chu [Wed, 1 Jul 2009 07:39:22 +0000 (07:39 +0000)]
More for 1.124 - forwarded updates need Relax control since state attrs
are no-user-mod.

15 years agoITS#5836 add -S "swamp" mode: send requests without reading replies
Howard Chu [Wed, 1 Jul 2009 03:19:07 +0000 (03:19 +0000)]
ITS#5836 add -S "swamp" mode: send requests without reading replies

15 years agoITS#5836, #6089 fix c_writers counting
Howard Chu [Wed, 1 Jul 2009 03:01:08 +0000 (03:01 +0000)]
ITS#5836, #6089 fix c_writers counting

15 years agoITS#6084 handle pwdAccountLockedTime values set into the future (i.e.,
Howard Chu [Tue, 30 Jun 2009 12:12:53 +0000 (12:12 +0000)]
ITS#6084 handle pwdAccountLockedTime values set into the future (i.e.,
lame way of setting an expiration date.)

15 years agoFix prev commit
Howard Chu [Tue, 30 Jun 2009 11:54:45 +0000 (11:54 +0000)]
Fix prev commit

15 years agoITS#6082 return checker module's error message to client
Howard Chu [Tue, 30 Jun 2009 11:51:13 +0000 (11:51 +0000)]
ITS#6082 return checker module's error message to client

15 years agoFix check_password with {cleartext} passwords
Howard Chu [Tue, 30 Jun 2009 11:24:11 +0000 (11:24 +0000)]
Fix check_password with {cleartext} passwords

15 years agoITS#6168 actually use pwdLockout setting
Howard Chu [Tue, 30 Jun 2009 11:18:57 +0000 (11:18 +0000)]
ITS#6168 actually use pwdLockout setting

15 years agoITS#6168 actually use pwdLockout setting
Howard Chu [Tue, 30 Jun 2009 11:04:16 +0000 (11:04 +0000)]
ITS#6168 actually use pwdLockout setting

15 years agoAdd ppolicy_forward_updates
Howard Chu [Tue, 30 Jun 2009 10:49:47 +0000 (10:49 +0000)]
Add ppolicy_forward_updates

15 years agoAdd ppolicy_forward_updates: if configured, ppolicy state changes due to
Howard Chu [Tue, 30 Jun 2009 10:41:51 +0000 (10:41 +0000)]
Add ppolicy_forward_updates: if configured, ppolicy state changes due to
Binds are performed using the frontend, to allow them to trigger the
updateref on a consumer, which can then be forwarded by the chain overlay.
Setting is ignored if server is not a consumer.

15 years agoAdd delays to allow refint to complete
Howard Chu [Mon, 29 Jun 2009 23:25:19 +0000 (23:25 +0000)]
Add delays to allow refint to complete

15 years agoFix Debug format in last commit
Hallvard Furuseth [Sun, 28 Jun 2009 21:23:59 +0000 (21:23 +0000)]
Fix Debug format in last commit

15 years agoITS#6189 delay resetting the SLAP_C_BINDING state until the Bind handler
Howard Chu [Sun, 28 Jun 2009 03:37:20 +0000 (03:37 +0000)]
ITS#6189 delay resetting the SLAP_C_BINDING state until the Bind handler
has fully returned to the connection manager. This may result in
"deferring operation: binding" messages being logged again (ITS#3850) but
it should not cause any hangs.

15 years agoITS#6185 use more retries
Howard Chu [Fri, 26 Jun 2009 05:41:57 +0000 (05:41 +0000)]
ITS#6185 use more retries

15 years agoITS#5535 replace private _kadm5_*_key functions with public hdb funcs
Howard Chu [Fri, 26 Jun 2009 04:08:47 +0000 (04:08 +0000)]
ITS#5535 replace private _kadm5_*_key functions with public hdb funcs

15 years agoITS#6188 add stub for ldap_pvt_thread_pool_retract()
Howard Chu [Thu, 25 Jun 2009 23:15:38 +0000 (23:15 +0000)]
ITS#6188 add stub for ldap_pvt_thread_pool_retract()

15 years agoITS#5829 document the default modulepath
Howard Chu [Tue, 23 Jun 2009 23:33:29 +0000 (23:33 +0000)]
ITS#5829 document the default modulepath

15 years agoITS#5658 hppa fixes
Howard Chu [Tue, 23 Jun 2009 23:12:15 +0000 (23:12 +0000)]
ITS#5658 hppa fixes

15 years agoITS#6179 regex in <setstyle> is deprecated, use expand.
Rein Tollevik [Tue, 23 Jun 2009 21:20:28 +0000 (21:20 +0000)]
ITS#6179 regex in <setstyle> is deprecated, use expand.

15 years agoITS#6179 Don't require dn.regex in <who> to use expand style in <by>.
Rein Tollevik [Tue, 23 Jun 2009 21:17:57 +0000 (21:17 +0000)]
ITS#6179 Don't require dn.regex in <who> to use expand style in <by>.

15 years agoITS#6183 Configuration examples should not be in ACL section
Gavin Henry [Fri, 19 Jun 2009 21:12:12 +0000 (21:12 +0000)]
ITS#6183 Configuration examples should not be in ACL section

15 years agoMore for ITS#6177
Howard Chu [Fri, 19 Jun 2009 07:11:01 +0000 (07:11 +0000)]
More for ITS#6177

15 years agoITS#6180 add RETURN VALUE heading
Howard Chu [Fri, 19 Jun 2009 02:48:01 +0000 (02:48 +0000)]
ITS#6180 add RETURN VALUE heading

15 years agoITS#6177 proposed fix, please test
Howard Chu [Fri, 19 Jun 2009 02:06:58 +0000 (02:06 +0000)]
ITS#6177 proposed fix, please test

15 years agoITS#6176 silently raise dncache to cachesize if smaller
Howard Chu [Thu, 18 Jun 2009 00:16:30 +0000 (00:16 +0000)]
ITS#6176 silently raise dncache to cachesize if smaller

15 years agoITS#6076 fix collectinfo ordering
Howard Chu [Wed, 17 Jun 2009 01:17:42 +0000 (01:17 +0000)]
ITS#6076 fix collectinfo ordering

15 years agoITS#6075, cleanup, add missing equality match
Howard Chu [Wed, 17 Jun 2009 00:42:59 +0000 (00:42 +0000)]
ITS#6075, cleanup, add missing equality match

15 years agoBetter fix for prev commit
Howard Chu [Tue, 16 Jun 2009 05:26:29 +0000 (05:26 +0000)]
Better fix for prev commit

15 years agoPartially revert 1.32; pcache must allow other callbacks to see its results
Howard Chu [Tue, 16 Jun 2009 04:33:59 +0000 (04:33 +0000)]
Partially revert 1.32; pcache must allow other callbacks to see its results

15 years agoITS#6154: don't assume in slap_callback.sc_cleanup that sc_response was called.
Hallvard Furuseth [Fri, 12 Jun 2009 23:12:37 +0000 (23:12 +0000)]
ITS#6154: don't assume in slap_callback.sc_cleanup that sc_response was called.
Also remove unused bd = NULL assignment from last commit.

15 years agoCleanup & slight speedup (no real change):
Hallvard Furuseth [Fri, 12 Jun 2009 20:46:36 +0000 (20:46 +0000)]
Cleanup & slight speedup (no real change):
Remove '#if 0 / broken code / #endif.  Rearrange pool_wrapper() to avoid
decrement-increment(ltp_active_count) when more tasks available.

15 years agoUpdate last commit: avoid LDAP_STAILQ_REMOVE in ldap_pvt_thread_pool_retract
Hallvard Furuseth [Fri, 12 Jun 2009 19:32:53 +0000 (19:32 +0000)]
Update last commit: avoid LDAP_STAILQ_REMOVE in ldap_pvt_thread_pool_retract

15 years agotxn may fail to give us a scan op
Howard Chu [Fri, 12 Jun 2009 11:57:56 +0000 (11:57 +0000)]
txn may fail to give us a scan op

15 years agoCleanup: Remove SLAP_CB_FREEME, an unused internal result code
Hallvard Furuseth [Thu, 11 Jun 2009 22:57:04 +0000 (22:57 +0000)]
Cleanup: Remove SLAP_CB_FREEME, an unused internal result code

15 years agoCast getpeername() arg from struct sockaddr_un* to struct sockaddr*
Hallvard Furuseth [Thu, 11 Jun 2009 16:21:52 +0000 (16:21 +0000)]
Cast getpeername() arg from struct sockaddr_un* to struct sockaddr*

15 years agodon't deadlock when a TLS uri is not responding (ITS#6167)
Pierangelo Masarati [Thu, 11 Jun 2009 06:51:01 +0000 (06:51 +0000)]
don't deadlock when a TLS uri is not responding (ITS#6167)

15 years agoFix prev commit, note *task* not *thread* ...
Howard Chu [Thu, 11 Jun 2009 05:02:58 +0000 (05:02 +0000)]
Fix prev commit, note *task* not *thread* ...

15 years agoAdd ldap_pvt_thread_pool_retract() to cancel pending threads
Howard Chu [Thu, 11 Jun 2009 04:46:04 +0000 (04:46 +0000)]
Add ldap_pvt_thread_pool_retract() to cancel pending threads

15 years agoITS#6169: do not access freed memory in dds_expire()
Hallvard Furuseth [Thu, 11 Jun 2009 03:10:11 +0000 (03:10 +0000)]
ITS#6169: do not access freed memory in dds_expire()

15 years agoITS#6156 get full entry from remote side, only use attr list on final send
Howard Chu [Mon, 8 Jun 2009 20:39:22 +0000 (20:39 +0000)]
ITS#6156 get full entry from remote side, only use attr list on final send

15 years agoITS#6162 accept non-decimal loglevels
Howard Chu [Mon, 8 Jun 2009 20:03:43 +0000 (20:03 +0000)]
ITS#6162 accept non-decimal loglevels

15 years agoITS#6107 Manual pages do not mention -e option
Gavin Henry [Mon, 8 Jun 2009 15:42:24 +0000 (15:42 +0000)]
ITS#6107 Manual pages do not mention -e option

15 years agoITS#6060 Admin guide doesn't describe converting from slapd.conf to cn=config
Gavin Henry [Mon, 8 Jun 2009 15:25:42 +0000 (15:25 +0000)]
ITS#6060 Admin guide doesn't describe converting from slapd.conf to cn=config

15 years agoITS#6160) slapadd man page doesn't note indexing
Gavin Henry [Mon, 8 Jun 2009 14:48:07 +0000 (14:48 +0000)]
ITS#6160) slapadd man page doesn't note indexing

15 years agoMore ITS#6104: mutex-protected check of o_cancel value from other thread
Hallvard Furuseth [Fri, 5 Jun 2009 23:26:09 +0000 (23:26 +0000)]
More ITS#6104: mutex-protected check of o_cancel value from other thread

15 years agoPlug leak in prev commit
Howard Chu [Fri, 5 Jun 2009 01:25:35 +0000 (01:25 +0000)]
Plug leak in prev commit

15 years agoFix prev commit
Howard Chu [Fri, 5 Jun 2009 00:01:11 +0000 (00:01 +0000)]
Fix prev commit

15 years agoITS#6103: rev 1.331 followup for LDAP_CONNECTIONLESS
Hallvard Furuseth [Thu, 4 Jun 2009 22:06:37 +0000 (22:06 +0000)]
ITS#6103: rev 1.331 followup for LDAP_CONNECTIONLESS

15 years agoFor ITS#6157: Catch most invalid cancels/abandons, and honor them before waits
Hallvard Furuseth [Thu, 4 Jun 2009 21:16:38 +0000 (21:16 +0000)]
For ITS#6157: Catch most invalid cancels/abandons, and honor them before waits

15 years agoITS#6056 refint_repair can be called multiple times for the same
Howard Chu [Thu, 4 Jun 2009 18:05:19 +0000 (18:05 +0000)]
ITS#6056 refint_repair can be called multiple times for the same
queued item, must not free queue itself

15 years agoNote that pam-session logging requires a rootdn
Howard Chu [Thu, 4 Jun 2009 12:26:29 +0000 (12:26 +0000)]
Note that pam-session logging requires a rootdn

15 years agoAlign SSD names with nsswitch.conf names
Howard Chu [Thu, 4 Jun 2009 12:21:16 +0000 (12:21 +0000)]
Align SSD names with nsswitch.conf names

15 years agoAccept spaces in group names unless -DSTRICT_GROUPS
Howard Chu [Wed, 3 Jun 2009 02:58:16 +0000 (02:58 +0000)]
Accept spaces in group names unless -DSTRICT_GROUPS

15 years agoUse rootdn for session updates
Howard Chu [Wed, 3 Jun 2009 02:51:40 +0000 (02:51 +0000)]
Use rootdn for session updates

15 years agoFix whitespace
Howard Chu [Wed, 3 Jun 2009 02:36:21 +0000 (02:36 +0000)]
Fix whitespace

15 years agoAdd tty arg to authz
Howard Chu [Wed, 3 Jun 2009 02:28:22 +0000 (02:28 +0000)]
Add tty arg to authz

15 years agoDo a mkdir on /var/run/nslcd before trying to create the socket
Howard Chu [Wed, 3 Jun 2009 02:20:56 +0000 (02:20 +0000)]
Do a mkdir on /var/run/nslcd before trying to create the socket

15 years agoAdd tty to authz params
Howard Chu [Wed, 3 Jun 2009 01:46:37 +0000 (01:46 +0000)]
Add tty to authz params

15 years agoAdded ruser and rhost to authz params
Howard Chu [Wed, 3 Jun 2009 01:40:03 +0000 (01:40 +0000)]
Added ruser and rhost to authz params

15 years agoToo many arguments to .BR ...
Howard Chu [Wed, 3 Jun 2009 01:26:51 +0000 (01:26 +0000)]
Too many arguments to .BR ...

15 years agoMore for slapschema
Howard Chu [Wed, 3 Jun 2009 01:02:29 +0000 (01:02 +0000)]
More for slapschema

15 years agoITS#6023 minor formatting tweaks
Howard Chu [Wed, 3 Jun 2009 00:43:44 +0000 (00:43 +0000)]
ITS#6023 minor formatting tweaks

15 years agoFix missing cvs id tag
Quanah Gibson-Mount [Wed, 3 Jun 2009 00:31:14 +0000 (00:31 +0000)]
Fix missing cvs id tag

15 years agoITS#6118 clarify URI example, misc fix
Howard Chu [Wed, 3 Jun 2009 00:18:42 +0000 (00:18 +0000)]
ITS#6118 clarify URI example, misc fix

15 years agoITS#6130 delete temporary note about back-monitor
Howard Chu [Tue, 2 Jun 2009 23:42:13 +0000 (23:42 +0000)]
ITS#6130 delete temporary note about back-monitor

15 years agoallow to delete olcLimits values (ITS#6159)
Pierangelo Masarati [Tue, 2 Jun 2009 23:17:58 +0000 (23:17 +0000)]
allow to delete olcLimits values (ITS#6159)

15 years agoFix last commit (add a comment)
Hallvard Furuseth [Mon, 1 Jun 2009 22:27:12 +0000 (22:27 +0000)]
Fix last commit (add a comment)

15 years agoMore ITS#6133: Search/Extended referrals, entry_<get/release> results,
Hallvard Furuseth [Mon, 1 Jun 2009 22:19:15 +0000 (22:19 +0000)]
More ITS#6133: Search/Extended referrals, entry_<get/release> results,
entry_release memory leak, OpExtra keys to detect recursion, cleanup.
Also rewrite to table/macro-driven operations, and shorten RB_* names.