Pierangelo Masarati
|
5c236d9df5
|
document the use of "rebind-as-user" to rebind when re-establishing a broken connection (ITS#4715)
|
2006-10-24 20:01:19 +00:00 |
|
Pierangelo Masarati
|
53cd4a88d7
|
document the network-timeout directive (ITS#4718)
|
2006-10-24 19:49:48 +00:00 |
|
Pierangelo Masarati
|
6416d83372
|
add ldap_int_discard(); use it in proxies (ITS#4717)
|
2006-10-22 20:31:41 +00:00 |
|
Pierangelo Masarati
|
0aebe8af08
|
rework timeout strategy a little bit
|
2006-10-21 18:57:27 +00:00 |
|
Kurt Zeilenga
|
857e74bbed
|
Remove extraneous SLAP_RELAX macro
|
2006-10-21 03:37:35 +00:00 |
|
Kurt Zeilenga
|
60e1237c4e
|
Parse txn failed msgid
|
2006-10-20 06:46:38 +00:00 |
|
Pierangelo Masarati
|
61b038ce35
|
further clarify validity of search limits, and "beautify" paragraph
|
2006-10-18 17:29:37 +00:00 |
|
Pierangelo Masarati
|
dd093c48a8
|
note that the replication identity may need to be treated specially by the consumer
|
2006-10-18 17:19:50 +00:00 |
|
Howard Chu
|
9a3138cb55
|
Fix typo in prev commit
|
2006-10-17 19:45:55 +00:00 |
|
Howard Chu
|
eb16636abe
|
Tweak prev commit, add more notes (re ITS#4667)
|
2006-10-17 19:37:10 +00:00 |
|
Howard Chu
|
354e90a0d9
|
From rev 1.373, releasing the mutex means connection_close() may get called
from another thread. Drop the assert, just return instead.
|
2006-10-17 19:31:42 +00:00 |
|
Pierangelo Masarati
|
40a893a07e
|
temporarily change umask only if required
|
2006-10-15 18:28:22 +00:00 |
|
Pierangelo Masarati
|
8567ce8eed
|
fix previous commit
|
2006-10-15 18:24:30 +00:00 |
|
Pierangelo Masarati
|
b6525c14d9
|
missing decl
|
2006-10-15 18:03:25 +00:00 |
|
Pierangelo Masarati
|
c0be820648
|
fix format; silence warning
|
2006-10-15 18:01:27 +00:00 |
|
Pierangelo Masarati
|
cbf05fd777
|
log messages related to blocking failures at "none" level as well, so they make it through slaptest
|
2006-10-15 15:03:02 +00:00 |
|
Pierangelo Masarati
|
59e60483fa
|
create IPC sockets with wide-open permissions (0222 might suffice; ITS#4709)
|
2006-10-14 17:35:50 +00:00 |
|
Pierangelo Masarati
|
f449ee6500
|
cleanup and streamline response handling
|
2006-10-14 17:12:05 +00:00 |
|
Pierangelo Masarati
|
968da1cb14
|
add LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated option names
|
2006-10-14 17:04:17 +00:00 |
|
Pierangelo Masarati
|
387c21c7dd
|
apply slightly revised patch for SO_KEEPALIVE (ITS#4708)
|
2006-10-14 12:42:33 +00:00 |
|
Pierangelo Masarati
|
b1a2be99c6
|
don't mix return codes (ITS#4711)
|
2006-10-14 09:26:22 +00:00 |
|
Pierangelo Masarati
|
fb2d3926ce
|
only abort update if failed pre/post read control is critical: the only thing RFC 4527 says about failure is that in case of failure of the read, no control is appended to the result message; maybe no failure should ever occur (please review)
|
2006-10-14 01:08:41 +00:00 |
|
Pierangelo Masarati
|
117caa9aeb
|
read entry should allow special attributes in request (*, +, 1.1)
|
2006-10-14 00:59:55 +00:00 |
|
Pierangelo Masarati
|
07f61475c7
|
read entry needs o_bd for ACLs
|
2006-10-14 00:59:22 +00:00 |
|
Pierangelo Masarati
|
e2f13bc535
|
cleanup
|
2006-10-14 00:58:50 +00:00 |
|
Kurt Zeilenga
|
0cd4dd55aa
|
Include sys/types.h for regex.h test
|
2006-10-11 12:36:50 +00:00 |
|
Ralf Haferkamp
|
ca7bf18fe8
|
reworked #includes
|
2006-10-10 14:25:00 +00:00 |
|
Pierangelo Masarati
|
3dc7480b8b
|
minor cleanup
|
2006-10-09 21:18:36 +00:00 |
|
Pierangelo Masarati
|
607c80df81
|
document ldap_[sg]et_option(3)
|
2006-10-09 21:17:43 +00:00 |
|
Pierangelo Masarati
|
c3932ca2c0
|
s/local socket/IPC/
|
2006-10-09 19:26:41 +00:00 |
|
Pierangelo Masarati
|
4b78b6253b
|
cleanup URI
|
2006-10-09 19:18:03 +00:00 |
|
Pierangelo Masarati
|
bf3b9f9f71
|
fix line placement
|
2006-10-09 01:43:45 +00:00 |
|
Pierangelo Masarati
|
799f2b1449
|
I hate code duplication, but don't require functions from liblutil in libldap.so
|
2006-10-08 17:14:04 +00:00 |
|
Howard Chu
|
6f13331f4f
|
Drop extraneous test from copy/paste (1.200) (coverity)
|
2006-10-08 00:37:18 +00:00 |
|
Howard Chu
|
65f7c1a50d
|
Fix uninit (coverity)
|
2006-10-08 00:31:08 +00:00 |
|
Howard Chu
|
acdddee3ab
|
Fix uninit'd cb (coverity)
|
2006-10-08 00:26:32 +00:00 |
|
Howard Chu
|
e16058d857
|
TS#4635 CR LF is also a valid line separator
|
2006-10-07 22:18:15 +00:00 |
|
Pierangelo Masarati
|
dd2721c857
|
more on clarification of special proxy identities and resilience to connection failure
|
2006-10-07 18:14:30 +00:00 |
|
Pierangelo Masarati
|
f8d1a61866
|
more on clarification of special proxy identities and resilience to connection failure
|
2006-10-07 18:07:56 +00:00 |
|
Pierangelo Masarati
|
0e151a91bc
|
add rootdn
|
2006-10-07 13:12:42 +00:00 |
|
Pierangelo Masarati
|
eb29c7c37b
|
reword comment
|
2006-10-07 13:12:16 +00:00 |
|
Pierangelo Masarati
|
67c5019ac7
|
typo
|
2006-10-07 13:11:53 +00:00 |
|
Howard Chu
|
c0fcbdd8b2
|
mirrormode is still single-master, but must be enforced externally
|
2006-10-06 21:08:25 +00:00 |
|
Quanah Gibson-Mount
|
67380eea1e
|
five forms.
|
2006-10-06 02:04:07 +00:00 |
|
Howard Chu
|
b14e6e00b5
|
ITS#4695 same fix for delta-sync
|
2006-10-06 01:57:50 +00:00 |
|
Howard Chu
|
dc907d929d
|
Nobody expects the Spanish Inquisition! s/three/four/
|
2006-10-06 01:45:03 +00:00 |
|
Howard Chu
|
4e9c39d626
|
ITS#4695 fix modrdn newSup
|
2006-10-05 03:56:23 +00:00 |
|
Kurt Zeilenga
|
d39809f1ab
|
Incorporate a bit of text from RFC 4524, just to make a point regarding
ITS#4693.
|
2006-10-03 21:23:02 +00:00 |
|
Howard Chu
|
e9ecaa5d81
|
ITS#4692 entries without pwdChangedTime attribute have non-expiring pw
|
2006-10-03 09:25:54 +00:00 |
|
Kurt Zeilenga
|
97d6565d52
|
Another test
|
2006-09-30 23:41:03 +00:00 |
|