Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-29 | Revert "Prepare release" | Henrik | |
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | |||
2018-05-25 | Prepare release | Erlang/OTP | |
2018-05-02 | Revert "Update release notes" | Henrik | |
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | |||
2018-05-02 | Revert "Update version numbers" | Henrik | |
This reverts commit 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3. | |||
2018-04-30 | Update release notes | Erlang/OTP | |
2018-04-30 | Update version numbers | Erlang/OTP | |
2017-12-13 | Merge branch 'maint' | Henrik Nord | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-11-20 | Merge branch 'maint' | Lukas Larsson | |
2017-10-31 | Refactor xmllint check and make it fail on failure | Lukas Larsson | |
This commit also adds a check to see that all files that are part of an xi:include also have part of XML_FILES and vice versa. It also fixes any applications where this was not true. | |||
2017-10-10 | Merge branch 'maint' | Lars Thorsen | |
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-15 | eldap: Do not use deprecated functions in string(3) | Dan Gudmundsson | |
2017-06-07 | eldap: Prevent test to fail at end if ssl is not available | Hans Nilsson | |
2017-02-14 | Fixed typos in lib/eldap | Andrew Dryga | |
2016-12-15 | eldap: add cover spec for nightly tests | Hans Nilsson | |
2016-12-06 | Revert "eldap: update vsn.mk" | Hans Nilsson | |
This reverts commit c9bf308b6e3e1a699d6262bbb5ec829fd7819513. | |||
2016-12-05 | eldap: update vsn.mk | Hans Nilsson | |
2016-10-28 | eldap: cosmetic doc fixes | Hans Nilsson | |
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-02 | eldap: increase test suite timetrap | Hans Nilsson | |
A couple of test machines seem to have slow networking (?), so the remote eldap server initialization is aborted in init_per_suite | |||
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-24 | eldap: ts-macros replaced | Hans Nilsson | |
2016-05-05 | indentation | Daniil Fedotov | |
2016-05-05 | Ignore tcp errors during close request to eldap | Daniil Fedotov | |
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. | |||
2016-04-29 | eldap: step vsn.mk | Hans Nilsson | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-18 | Merge branch 'lukas/eldap/asn1hrl/OTP-13426' | Lukas Larsson | |
* lukas/eldap/asn1hrl/OTP-13426: eldap: Make sure to build out ASN.1 header | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-15 | Merge tag 'OTP-18.3' | Lars Thorsen | |
=== OTP-18.3 === Changed Applications: - asn1-4.0.2 - common_test-1.12 - compiler-6.0.3 - cosNotification-1.2.1 - cosTime-1.2.1 - cosTransactions-1.3.1 - crypto-3.6.3 - debugger-4.1.2 - dialyzer-2.9 - diameter-1.11.2 - edoc-0.7.18 - eldap-1.2.1 - erl_docgen-0.4.2 - erl_interface-3.8.2 - erts-7.3 - eunit-2.2.13 - hipe-3.15 - inets-6.2 - kernel-4.2 - mnesia-4.13.3 - observer-2.1.2 - orber-3.8.1 - public_key-1.1.1 - runtime_tools-1.9.3 - sasl-2.7 - snmp-5.2.2 - ssh-4.2.2 - ssl-7.3 - stdlib-2.8 - test_server-3.10 - tools-2.8.3 - webtool-0.9.1 - wx-1.6.1 - xmerl-1.3.10 Unchanged Applications: - cosEvent-2.2 - cosEventDomain-1.2 - cosFileTransfer-1.2 - cosProperty-1.2 - et-1.5.1 - gs-1.6 - ic-4.4 - jinterface-1.6.1 - megaco-3.18 - odbc-2.11.1 - os_mon-2.4 - ose-1.1 - otp_mibs-1.1 - parsetools-2.1.1 - percept-0.8.11 - reltool-0.7 - syntax_tools-1.7 - typer-0.9.10 Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/doc/src/notes.xml lib/test_server/vsn.mk lib/webtool/doc/src/notes.xml lib/webtool/vsn.mk | |||
2016-03-14 | Prepare release | Erlang/OTP | |
2016-02-26 | eldap: Make sure to build out ASN.1 header | Lukas Larsson | |
2016-02-26 | Merge branch 'maint' | Hans Nilsson | |
2016-02-25 | eldap: step vsn.mk | Hans Nilsson | |
2016-02-25 | eldap: fix error found by dialyzer | Hans Nilsson | |
2016-02-25 | Merge branch 'maint' | Hans Nilsson | |
2016-02-25 | Merge branch 'hans/eldap/unbind/OTP-13327' into maint | Hans Nilsson | |
Conflicts: lib/eldap/src/eldap.erl | |||
2016-02-22 | eldap: experimental impl of controls in LDAPMessage | Hans Nilsson | |
2016-02-22 | eldap: referral resultCode | Hans Nilsson | |
2016-02-19 | eldap: unbindRequest | Hans Nilsson | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-10-02 | Merge branch 'kostis/eldap-no-unmatched-returns' | Zandra | |
* kostis/eldap-no-unmatched-returns: Eliminate dialyzer warnings for unmatched_returns | |||
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-14 | Eliminate dialyzer warnings for unmatched_returns | Kostis Sagonas | |
While at it, do a minor cleanup using is_boolean/1 |