<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/eldap/src, branch master</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>eldap: Fix dialyzer warnings</title>
<updated>2019-04-17T14:12:04+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2019-04-17T13:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0dbdff4cdad82fc1ccb9f06050712e5aadd9eb8f'/>
<id>0dbdff4cdad82fc1ccb9f06050712e5aadd9eb8f</id>
<content type='text'>
Change-Id: I4874f18bd1396f6efc0fe6e3efe791f2dae56243
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4874f18bd1396f6efc0fe6e3efe791f2dae56243
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242' into maint-21</title>
<updated>2018-10-12T15:12:05+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-10-12T15:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=09d544e70dd30b2ac0ba920aaa87784f7b412a76'/>
<id>09d544e70dd30b2ac0ba920aaa87784f7b412a76</id>
<content type='text'>
* hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242:
  eldap: Fix race at socket close
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242:
  eldap: Fix race at socket close
</pre>
</div>
</content>
</entry>
<entry>
<title>eldap: Fix race at socket close</title>
<updated>2018-10-05T07:26:51+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-10-01T13:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=48daac0a888f39601bb714bd4f4f78b69e224d69'/>
<id>48daac0a888f39601bb714bd4f4f78b69e224d69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eldap: Do not use deprecated functions in string(3)</title>
<updated>2017-09-15T15:07:49+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-06-30T10:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=532ab69fce9b7d1dc6974632ed8d17fdab68bd1a'/>
<id>532ab69fce9b7d1dc6974632ed8d17fdab68bd1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>indentation</title>
<updated>2016-05-05T08:47:55+00:00</updated>
<author>
<name>Daniil Fedotov</name>
<email>dfedotov@pivotal.io</email>
</author>
<published>2016-05-05T08:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cf754c142b387855f1eb2ea87025efdbdb8e3f4a'/>
<id>cf754c142b387855f1eb2ea87025efdbdb8e3f4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore tcp errors during close request to eldap</title>
<updated>2016-05-05T08:41:35+00:00</updated>
<author>
<name>Daniil Fedotov</name>
<email>dfedotov@pivotal.io</email>
</author>
<published>2016-05-03T12:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=33b282356b786b831fe8f5414fa60397c4c7eaf9'/>
<id>33b282356b786b831fe8f5414fa60397c4c7eaf9</id>
<content type='text'>
If underlying tcp connection is closed and LDAP operation returned tcp error,
then client applications tend to close ldap handle with eldap:close.
This will cause do_unbind to throw gen_tcp_error, which is unhandled
and will be sent to linked process as {nocatch, {gen_tcp_error, ...}}.
eldap should ignore gen_tcp_error during close, because it will be closing anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If underlying tcp connection is closed and LDAP operation returned tcp error,
then client applications tend to close ldap handle with eldap:close.
This will cause do_unbind to throw gen_tcp_error, which is unhandled
and will be sent to linked process as {nocatch, {gen_tcp_error, ...}}.
eldap should ignore gen_tcp_error during close, because it will be closing anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'henrik/update-copyrightyear'</title>
<updated>2016-04-13T07:53:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-04-13T07:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=08ab8c8534ecabb2797165f5508a8c42d4dae926'/>
<id>08ab8c8534ecabb2797165f5508a8c42d4dae926</id>
<content type='text'>
* henrik/update-copyrightyear:
  update copyright-year
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* henrik/update-copyrightyear:
  update copyright-year
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/eldap/asn1hrl/OTP-13426'</title>
<updated>2016-03-18T14:07:55+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2016-03-18T14:07:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b00fe8c7d5740f53bef4f7884d408052631c0cb5'/>
<id>b00fe8c7d5740f53bef4f7884d408052631c0cb5</id>
<content type='text'>
* lukas/eldap/asn1hrl/OTP-13426:
  eldap: Make sure to build out ASN.1 header
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/eldap/asn1hrl/OTP-13426:
  eldap: Make sure to build out ASN.1 header
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright-year</title>
<updated>2016-03-15T14:19:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-03-15T14:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6664eed554974336909d3ffe03f20349cc4c38fd'/>
<id>6664eed554974336909d3ffe03f20349cc4c38fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eldap: Make sure to build out ASN.1 header</title>
<updated>2016-02-26T12:14:46+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2016-02-26T10:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8819f7a308834252c1c86d1690e97e5ed1ace9d9'/>
<id>8819f7a308834252c1c86d1690e97e5ed1ace9d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
