Howard Chu
|
d6ef5f3a0d
|
ITS#5025 clear sr_entry before sending search reference
|
2007-06-19 20:04:36 +00:00 |
|
Hallvard Furuseth
|
0f8b124f4d
|
Replace the text with a note that LDBM has been discontinued.
|
2007-06-19 16:37:57 +00:00 |
|
Howard Chu
|
6b793c85cb
|
ITS#4870 remove lint
|
2007-06-19 13:49:03 +00:00 |
|
Pierangelo Masarati
|
46ab91eeba
|
fix ITS#5005
|
2007-06-19 13:18:17 +00:00 |
|
Howard Chu
|
10264919f4
|
Fix uninit'd op req DN
|
2007-06-19 13:07:12 +00:00 |
|
Howard Chu
|
299d19506a
|
ITS#4933 use ldap_set_option for search timelimit
|
2007-06-19 11:49:50 +00:00 |
|
Kurt Zeilenga
|
8eb0741a1c
|
Ppolicy control should be sent with every request...
handle returns in ldappasswd(1) and ldapwhoami(1). Likely needs to be
added to other ldap*(1) commands.
|
2007-06-19 01:02:42 +00:00 |
|
Kurt Zeilenga
|
fa6aa0688a
|
Revert last commit
Purports to remove kbind, but adds a ldap_search_s() request.
|
2007-06-19 00:58:35 +00:00 |
|
Gavin Henry
|
9631c14b3c
|
Saving links to FAQ-O-MATIC content for merging into main docs and work in progress.
|
2007-06-18 23:01:15 +00:00 |
|
Pierangelo Masarati
|
9ff76148ab
|
test goes __after__ done (ITS#5014 :)
|
2007-06-16 10:53:48 +00:00 |
|
Hallvard Furuseth
|
b20c1fe5af
|
Do not access a void* (mi_entry_limbo) as if it were a struct monitor_info_t*
|
2007-06-15 18:24:01 +00:00 |
|
Gavin Henry
|
d6444a108d
|
Running 'perlcritic -1 SampleLDAP.pm' and tidying up.
|
2007-06-15 16:28:33 +00:00 |
|
Hallvard Furuseth
|
53fcfd93a3
|
ITS#4995 - rewrite clarification
|
2007-06-15 13:25:32 +00:00 |
|
Quanah Gibson-Mount
|
1dfd0924b2
|
For ITS#4995, add clarification comments
|
2007-06-15 03:21:11 +00:00 |
|
Gavin Henry
|
73852484e2
|
Removing left over lines.
|
2007-06-14 23:24:48 +00:00 |
|
Hallvard Furuseth
|
99d6b5cc18
|
Removed ldbm and its underlying databases gdbm, mdbm and ndbm
|
2007-06-14 23:19:42 +00:00 |
|
Pierangelo Masarati
|
844f13fbe8
|
don't forget to log errors (ITS#5014)
|
2007-06-14 23:07:40 +00:00 |
|
Pierangelo Masarati
|
7e12342b3b
|
add sub-second result timeout accuracy (for which is which; ITS#4963 with changes)
|
2007-06-14 22:35:41 +00:00 |
|
Gavin Henry
|
aa411f1bd1
|
Removed all references to ldbm from test data and man pages. Only slapd-ldbm.5 left.
|
2007-06-14 22:29:29 +00:00 |
|
Howard Chu
|
087a662f9e
|
Better fix for rev 1.97
|
2007-06-14 14:51:15 +00:00 |
|
Gavin Henry
|
55024fac0d
|
Removed all occurrences of Slurpd. The only mention from now in will be in replication.sdf, under "Replacing Slurpd"
|
2007-06-13 22:33:43 +00:00 |
|
Gavin Henry
|
868fc9dc0e
|
intro_dctree dia src
|
2007-06-13 22:03:36 +00:00 |
|
Gavin Henry
|
7940a7ae49
|
ITS#5009
|
2007-06-13 21:58:52 +00:00 |
|
Hallvard Furuseth
|
90fe4bd927
|
ITS#4983: Partly revert tls_thread_self() paranoia from rev 1.154: Only
require that ldap_pvt_thread_t can be cast to u.long and is not wider.
ITS#5010: In ldap_X509dn2bv(), catch error return from ber_decode_oid().
|
2007-06-12 23:57:08 +00:00 |
|
Hallvard Furuseth
|
ed0c9d223a
|
Rename thread contexts to tasks, leaving user contexts the only context.
Remove ldap_int_thread_ctx_t.ltc_next.al (active list) left over from rev 1.75.
|
2007-06-10 23:58:38 +00:00 |
|
Hallvard Furuseth
|
c60f7c1fd2
|
For ITS#4943: Axe thread pool semaphore code
|
2007-06-10 23:37:49 +00:00 |
|
Hallvard Furuseth
|
9dcef9bc80
|
Cleanup (add prototypes)
|
2007-06-10 22:06:28 +00:00 |
|
Pierangelo Masarati
|
af985c7efb
|
re-fix ITS#4936
|
2007-06-10 21:55:39 +00:00 |
|
Hallvard Furuseth
|
25a7729a12
|
int -> ber_socklen_t for getsockname()
|
2007-06-10 20:35:30 +00:00 |
|
Hallvard Furuseth
|
5d083f3859
|
int -> ber_socklen_t for getsockopt()
|
2007-06-10 20:34:05 +00:00 |
|
Hallvard Furuseth
|
4586ede1ab
|
ITS#5007: Rename label "leave"; OSF1 pthread.h makes it as an exception keyword
|
2007-06-09 23:45:23 +00:00 |
|
Hallvard Furuseth
|
28da797a3a
|
ITS#5007: Wrap code using MSG_WAITALL in #ifdef MSG_WAITALL.
|
2007-06-09 23:43:02 +00:00 |
|
Hallvard Furuseth
|
bfdb026fab
|
ITS#5007: Remove void* pointer arithmetic, that's a gcc extension.
|
2007-06-09 23:41:36 +00:00 |
|
Hallvard Furuseth
|
0377189f2d
|
Regenerate for ITS#4629
|
2007-06-09 23:38:13 +00:00 |
|
Hallvard Furuseth
|
3750520f6f
|
Fix HP-UX crash: Replace socklen_t with ber_socklen_t from configure. ITS#4629.
|
2007-06-09 23:35:20 +00:00 |
|
Gavin Henry
|
18a1d2e9af
|
Source complete.
|
2007-06-09 22:54:05 +00:00 |
|
Pierangelo Masarati
|
0f8b273ca6
|
allow host resolution via DNS SRV based on the DN portion of the URI if no host is provided (ITS#4996)
|
2007-06-09 18:25:51 +00:00 |
|
Pierangelo Masarati
|
d4d90f0ef3
|
use libexecdir as default module path (ITS#4936)
|
2007-06-09 17:49:39 +00:00 |
|
Pierangelo Masarati
|
ea560284f0
|
temporary fix to ITS#4986; does not break current tests, but needs review
|
2007-06-09 16:28:35 +00:00 |
|
Pierangelo Masarati
|
c77e65c274
|
fix SASL ssf logging (ITS#5001)
|
2007-06-09 15:31:46 +00:00 |
|
Pierangelo Masarati
|
ecb6db13dc
|
autchId must be a (quoted) id, and can't be a DN; as a consequence, no need for leading 'u:'
|
2007-06-09 15:29:46 +00:00 |
|
Pierangelo Masarati
|
3e69d39e89
|
fix header
|
2007-06-09 15:28:34 +00:00 |
|
Pierangelo Masarati
|
133035cdd2
|
do not try to register custom monitor stuff when subordinate (related to ITS#4965); note: this might not be the best solution, because it does not allow to monitor subordinate databases; however, right now it's necessary, since subodinate databases do not register themselves in back-monitor
|
2007-06-09 14:14:45 +00:00 |
|
Pierangelo Masarati
|
1c4ec9ab1b
|
allow internal access to monitor database (as per ITS#4965)
|
2007-06-09 14:13:04 +00:00 |
|
Pierangelo Masarati
|
d34473cdba
|
always complain when custom monitor stuff cannot be registered (ITS#4965)
|
2007-06-09 14:11:16 +00:00 |
|
Howard Chu
|
469a45a62f
|
ITS#4992 fix cldap
|
2007-06-08 09:40:17 +00:00 |
|
Howard Chu
|
8cafa0b117
|
ITS#4970 ignore pwdMinAge if pwdReset is TRUE
|
2007-06-08 09:23:49 +00:00 |
|
Howard Chu
|
431f6fd810
|
ITS#4955 fix typo in referral chasing
|
2007-06-08 09:17:00 +00:00 |
|
Howard Chu
|
9227293e8d
|
ITS#4977 check for cookie parse failure
|
2007-06-08 09:05:35 +00:00 |
|
Gavin Henry
|
abfbcadd6e
|
Stray Eclipse file.
|
2007-06-07 12:10:30 +00:00 |
|