Commit Graph

18345 Commits

Author SHA1 Message Date
Hallvard Furuseth
22c68eec16 Handle IPv6 localhost address 2009-07-02 15:26:52 +00:00
Howard Chu
460cb4bd4b Give more time to sync after restart 2009-07-02 00:31:48 +00:00
Howard Chu
de91bde800 ITS#6192 add all digests. Also stop using SSLeay-compatible function
names, we're only concerned with OpenSSL these days.
2009-07-01 23:46:36 +00:00
Howard Chu
edb1f50bfb ITS#6191 fix typo in URI for adding back-ldap 2009-07-01 13:12:45 +00:00
Howard Chu
695dbcb26d Enable cn=config, add test for policy state forwarding
from consumer to provider
2009-07-01 07:46:06 +00:00
Howard Chu
c29b1a53b2 More for 1.124 - forwarded updates need Relax control since state attrs
are no-user-mod.
2009-07-01 07:39:22 +00:00
Howard Chu
638cedebb3 ITS#5836 add -S "swamp" mode: send requests without reading replies 2009-07-01 03:19:07 +00:00
Howard Chu
1ca5fe851f ITS#5836, #6089 fix c_writers counting 2009-07-01 03:01:08 +00:00
Howard Chu
8a0b05bfeb ITS#6084 handle pwdAccountLockedTime values set into the future (i.e.,
lame way of setting an expiration date.)
2009-06-30 12:12:53 +00:00
Howard Chu
98ebf1950e Fix prev commit 2009-06-30 11:54:45 +00:00
Howard Chu
b50f9c7aa9 ITS#6082 return checker module's error message to client 2009-06-30 11:51:13 +00:00
Howard Chu
68246fb76d Fix check_password with {cleartext} passwords 2009-06-30 11:24:11 +00:00
Howard Chu
20f1cc2702 ITS#6168 actually use pwdLockout setting 2009-06-30 11:18:57 +00:00
Howard Chu
1f07d843f1 ITS#6168 actually use pwdLockout setting 2009-06-30 11:04:16 +00:00
Howard Chu
217ec9e6b1 Add ppolicy_forward_updates 2009-06-30 10:49:47 +00:00
Howard Chu
972176a1e0 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.
2009-06-30 10:41:51 +00:00
Howard Chu
52cb7af2f6 Add delays to allow refint to complete 2009-06-29 23:25:19 +00:00
Hallvard Furuseth
0f5378c8f7 Fix Debug format in last commit 2009-06-28 21:23:59 +00:00
Howard Chu
c62ebb9da2 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.
2009-06-28 03:37:20 +00:00
Howard Chu
67cefc1a01 ITS#6185 use more retries 2009-06-26 05:41:57 +00:00
Howard Chu
8fb96225a3 ITS#5535 replace private _kadm5_*_key functions with public hdb funcs 2009-06-26 04:08:47 +00:00
Howard Chu
093fed660d ITS#6188 add stub for ldap_pvt_thread_pool_retract() 2009-06-25 23:15:38 +00:00
Howard Chu
eb2d7ceb93 ITS#5829 document the default modulepath 2009-06-23 23:33:29 +00:00
Howard Chu
d3aae2dc42 ITS#5658 hppa fixes 2009-06-23 23:12:15 +00:00
Rein Tollevik
6f2cfa7017 ITS#6179 regex in <setstyle> is deprecated, use expand. 2009-06-23 21:20:28 +00:00
Rein Tollevik
9d4ea6378b ITS#6179 Don't require dn.regex in <who> to use expand style in <by>. 2009-06-23 21:17:57 +00:00
Gavin Henry
5d6d7ee5b5 ITS#6183 Configuration examples should not be in ACL section 2009-06-19 21:12:12 +00:00
Howard Chu
53f8b761f1 More for ITS#6177 2009-06-19 07:11:01 +00:00
Howard Chu
3a918c03b6 ITS#6180 add RETURN VALUE heading 2009-06-19 02:48:01 +00:00
Howard Chu
68e252c9a9 ITS#6177 proposed fix, please test 2009-06-19 02:06:58 +00:00
Howard Chu
59a29c9801 ITS#6176 silently raise dncache to cachesize if smaller 2009-06-18 00:16:30 +00:00
Howard Chu
861441fcf7 ITS#6076 fix collectinfo ordering 2009-06-17 01:17:42 +00:00
Howard Chu
2ae35da6bb ITS#6075, cleanup, add missing equality match 2009-06-17 00:42:59 +00:00
Howard Chu
fc0418db8f Better fix for prev commit 2009-06-16 05:26:29 +00:00
Howard Chu
d852de5ce4 Partially revert 1.32; pcache must allow other callbacks to see its results 2009-06-16 04:33:59 +00:00
Hallvard Furuseth
22260f8445 ITS#6154: don't assume in slap_callback.sc_cleanup that sc_response was called.
Also remove unused bd = NULL assignment from last commit.
2009-06-12 23:12:37 +00:00
Hallvard Furuseth
671bed5270 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.
2009-06-12 20:46:36 +00:00
Hallvard Furuseth
461cb6b7ca Update last commit: avoid LDAP_STAILQ_REMOVE in ldap_pvt_thread_pool_retract 2009-06-12 19:32:53 +00:00
Howard Chu
22f6e45f2a txn may fail to give us a scan op 2009-06-12 11:57:56 +00:00
Hallvard Furuseth
3bbaa8103b Cleanup: Remove SLAP_CB_FREEME, an unused internal result code 2009-06-11 22:57:04 +00:00
Hallvard Furuseth
13cbd433bd Cast getpeername() arg from struct sockaddr_un* to struct sockaddr* 2009-06-11 16:21:52 +00:00
Pierangelo Masarati
c39815ee28 don't deadlock when a TLS uri is not responding (ITS#6167) 2009-06-11 06:51:01 +00:00
Howard Chu
39c9b1ab25 Fix prev commit, note *task* not *thread* ... 2009-06-11 05:02:58 +00:00
Howard Chu
23783a9164 Add ldap_pvt_thread_pool_retract() to cancel pending threads 2009-06-11 04:46:04 +00:00
Hallvard Furuseth
df85e3173d ITS#6169: do not access freed memory in dds_expire() 2009-06-11 03:10:11 +00:00
Howard Chu
0d497278e9 ITS#6156 get full entry from remote side, only use attr list on final send 2009-06-08 20:39:22 +00:00
Howard Chu
b13789f3e9 ITS#6162 accept non-decimal loglevels 2009-06-08 20:03:43 +00:00
Gavin Henry
93f92e851c ITS#6107 Manual pages do not mention -e option 2009-06-08 15:42:24 +00:00
Gavin Henry
4e54f3c56d ITS#6060 Admin guide doesn't describe converting from slapd.conf to cn=config 2009-06-08 15:25:42 +00:00
Gavin Henry
149900fc4f ITS#6160) slapadd man page doesn't note indexing 2009-06-08 14:48:07 +00:00