aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/doc/src/notes.xml
blob: 946274b211bdaca0d586fa231f4e807d38511f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">

<chapter>
  <header>
    <copyright>
      <year>2012</year><year>2016</year>
      <holder>Ericsson AB. All Rights Reserved.</holder>
    </copyright>
    <legalnotice>
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
 
          http://www.apache.org/licenses/LICENSE-2.0

      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License.

    </legalnotice>

    <title>Eldap Release Notes</title>
    <prepared>OTP team</prepared>
    <docno></docno>
    <date>2003-06-06</date>
    <rev>B</rev>
    <file>notes.xml</file>
  </header>
  <p>This document describes the changes made to the Eldap application.</p>

<section><title>Eldap 1.2.2.1</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
	    A race condition at close could cause the eldap client to
	    exit with a badarg message as cause.</p>
          <p>
	    Own Id: OTP-15342 Aux Id: ERIERL-242 </p>
        </item>
      </list>
    </section>

</section>

<section><title>Eldap 1.2.2</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
	    If the underlying tcp connection is closed and an LDAP
	    operation returned tcp_error, the client applications
	    tend to close the ldap handle with eldap:close. This will
	    cause a <c>{nocatch, {gen_tcp_error, ...}}</c> exception.</p>
          <p>
	    Such errors are now ignored during close, because the
	    socket will be closed anyway.</p>
          <p>
	    Own Id: OTP-13590 Aux Id: PR-1048 </p>
        </item>
      </list>
    </section>


    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    Modernize test suites</p>
          <p>
	    Own Id: OTP-13566</p>
        </item>
      </list>
    </section>

</section>

<section><title>Eldap 1.2.1</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
	    ELDAP did not send an <c>'unBind'</c> request before
	    closing the connection.</p>
          <p>
	    Own Id: OTP-13327</p>
        </item>
      </list>
    </section>


    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    Handles the <c>referral</c> result code from LDAP
	    servers. Adds the return value <c>{ok,
	    {referral,UrlList}}</c> to some functions. See the Eldap
	    reference manual for details.</p>
          <p>
	    Own Id: OTP-12272</p>
        </item>
      </list>
    </section>

</section>

<section><title>Eldap 1.2</title>

    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    Support added for LDAP Password Modify Extended Operation
	    (RFC 3062). Thanks to danielwhite.</p>
          <p>
	    Own Id: OTP-12282</p>
        </item>
      </list>
    </section>

</section>

<section><title>Eldap 1.1.1</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
	    Corrects that <c>eldap:close/1</c> returned a tuple
	    instead of the specified atom <c>ok</c>.</p>
          <p>
	    Own Id: OTP-12349</p>
        </item>
      </list>
    </section>


    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    Clarification in the reference manual for
	    <c>eldap:modify_dn/5</c>, <c>eldap:search/2</c> and
	    <c>eldap:start_tls/3</c>.</p>
          <p>
	    Own Id: OTP-12354</p>
        </item>
        <item>
          <p>
	    The eldap test suites are extended and re-organized.</p>
          <p>
	    Own Id: OTP-12355</p>
        </item>
      </list>
    </section>

</section>

<section><title>Eldap 1.1</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
	    Fixed that eldap:open did not use the Timeout parameter
	    when calling ssl:connect. (Thanks Wiesław Bieniek for
	    reporting)</p>
          <p>
	    Own Id: OTP-12311</p>
        </item>
      </list>
    </section>


    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    Added the LDAP filter <c>extensibleMatch</c>.</p>
          <p>
	    Own Id: OTP-12174</p>
        </item>
      </list>
    </section>

</section>

  <section><title>Eldap 1.0.4</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
	    <c>eldap:open/2</c> and <c>eldap:open/3</c> gave wrong
	    return values for option errors.</p>
          <p>
	    Own Id: OTP-12182</p>
        </item>
      </list>
    </section>


    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    Nearly all TCP options are possible to give in the
	    <c>eldap:open/2</c> call.</p>
          <p>
	    Own Id: OTP-12171</p>
        </item>
      </list>
    </section>

</section>

<section><title>Eldap 1.0.3</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
	    Application upgrade (appup) files are corrected for the
	    following applications: </p>
          <p>
	    <c>asn1, common_test, compiler, crypto, debugger,
	    dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe,
	    inets, observer, odbc, os_mon, otp_mibs, parsetools,
	    percept, public_key, reltool, runtime_tools, ssh,
	    syntax_tools, test_server, tools, typer, webtool, wx,
	    xmerl</c></p>
          <p>
	    A new test utility for testing appup files is added to
	    test_server. This is now used by most applications in
	    OTP.</p>
          <p>
	    (Thanks to Tobias Schlager)</p>
          <p>
	    Own Id: OTP-11744</p>
        </item>
        <item>
          <p>
	    Add support for IPv6 connections, By including the
	    [inet6] option in eldap:open/2. Default value is still
	    [inet] (Thanks to Edwin Fine)</p>
          <p>
	    Own Id: OTP-11753</p>
        </item>
        <item>
          <p>
	    Fixed bug where eldap:search returned binaries instead of
	    strings. (Thanks Simon MacMullen for the report)</p>
          <p>
	    Own Id: OTP-11768</p>
        </item>
      </list>
    </section>

</section>

<section><title>Eldap 1.0.2</title>

    <section><title>Fixed Bugs and Malfunctions</title>
      <list>
        <item>
          <p>
	    Removed {verify,0} from ssl-options because eldap does
	    not support peer verification. Thanks to Florian Waas for
	    reporting.</p>
          <p>
	    Own Id: OTP-11354</p>
        </item>
      </list>
    </section>


    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    The ldap client eldap now supports the start_tls
	    operation. This upgrades an existing tcp connection to
	    encryption using tls, if the server supports it. See
	    eldap:start_tls/2 and /3.</p>
          <p>
	    Own Id: OTP-11336</p>
        </item>
      </list>
    </section>

</section>

<section><title>Eldap 1.0.1</title>

    <section><title>Improvements and New Features</title>
      <list>
        <item>
          <p>
	    Fixed various dialyzer warnings</p>
          <p>
	    Own Id: OTP-10403 Aux Id: kunagi-258 [169] </p>
        </item>
        <item>
          <p>
	    Configure the SSL options fully in eldap.</p>
          <p>
	    Own Id: OTP-10728</p>
        </item>
      </list>
    </section>

</section>

<section>
    <title>Eldap 1.0</title>
    <p>New application. </p>
  </section>
</chapter>