summaryrefslogtreecommitdiff
path: root/lib/eldap
Commit message (Collapse)AuthorAgeFilesLines
* Update release notesErlang/OTP2017-12-081-0/+15
|
* Update version numbersErlang/OTP2017-12-081-1/+1
|
* Refactor xmllint check and make it fail on failureLukas Larsson2017-10-311-1/+1
| | | | | | | 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.
* Remove unused files from the documentation buildLars Thorsen2017-09-283-18/+0
|
* eldap: Prevent test to fail at end if ssl is not availableHans Nilsson2017-06-071-1/+4
|
* Fixed typos in lib/eldapAndrew Dryga2017-02-141-1/+1
|
* eldap: add cover spec for nightly testsHans Nilsson2016-12-152-1/+4
|
* Revert "eldap: update vsn.mk"Hans Nilsson2016-12-061-1/+1
| | | | This reverts commit c9bf308b6e3e1a699d6262bbb5ec829fd7819513.
* eldap: update vsn.mkHans Nilsson2016-12-051-1/+1
|
* eldap: cosmetic doc fixesHans Nilsson2016-10-281-11/+11
|
* Prepare releaseErlang/OTP2016-06-211-0/+33
|
* eldap: increase test suite timetrapHans Nilsson2016-06-021-1/+1
| | | | A couple of test machines seem to have slow networking (?), so the remote eldap server initialization is aborted in init_per_suite
* Revert "Prepare release"Erlang/OTP2016-06-021-33/+0
| | | | This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
* Prepare releaseErlang/OTP2016-06-021-0/+33
|
* eldap: ts-macros replacedHans Nilsson2016-05-241-67/+65
|
* indentationDaniil Fedotov2016-05-051-6/+6
|
* Ignore tcp errors during close request to eldapDaniil Fedotov2016-05-052-2/+32
| | | | | | | | 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.
* eldap: step vsn.mkHans Nilsson2016-04-291-1/+1
|
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-1311-11/+11
|\ | | | | | | | | * henrik/update-copyrightyear: update copyright-year
| * update copyright-yearHenrik Nord2016-03-1511-11/+11
| |
* | Merge branch 'lukas/eldap/asn1hrl/OTP-13426'Lukas Larsson2016-03-181-1/+1
|\ \ | |/ |/| | | | | * lukas/eldap/asn1hrl/OTP-13426: eldap: Make sure to build out ASN.1 header
| * eldap: Make sure to build out ASN.1 headerLukas Larsson2016-02-261-1/+1
| |
* | Merge tag 'OTP-18.3'Lars Thorsen2016-03-151-0/+31
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === 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
| * | Prepare releaseErlang/OTP2016-03-141-0/+31
| | |
* | | Merge branch 'maint'Hans Nilsson2016-02-262-2/+2
|\ \ \ | |/ /
| * | eldap: step vsn.mkHans Nilsson2016-02-251-1/+1
| | |
| * | eldap: fix error found by dialyzerHans Nilsson2016-02-251-1/+1
| |/
* | Merge branch 'maint'Hans Nilsson2016-02-253-123/+324
|\ \ | |/
| * Merge branch 'hans/eldap/unbind/OTP-13327' into maintHans Nilsson2016-02-252-2/+21
| |\ | | | | | | | | | | | | Conflicts: lib/eldap/src/eldap.erl
| | * eldap: unbindRequestHans Nilsson2016-02-192-2/+21
| | |
| * | eldap: experimental impl of controls in LDAPMessageHans Nilsson2016-02-221-69/+98
| | |
| * | eldap: referral resultCodeHans Nilsson2016-02-223-53/+206
| |/
* | Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
| | | | | | | | | | | | | | 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.
* | Merge branch 'kostis/eldap-no-unmatched-returns'Zandra2015-10-021-3/+6
|\ \ | |/ |/| | | | | * kostis/eldap-no-unmatched-returns: Eliminate dialyzer warnings for unmatched_returns
| * Eliminate dialyzer warnings for unmatched_returnsKostis Sagonas2015-06-141-3/+6
| | | | | | | | While at it, do a minor cleanup using is_boolean/1
* | Prepare releaseErlang/OTP2015-06-231-0/+16
| |
* | Change license text to APLv2Bruce Yinhe2015-06-1813-123/+136
|/
* Merge branch 'jeffweiss/fix_eldap_timeout_documentation'Henrik Nord2015-05-201-2/+2
|\ | | | | | | | | * jeffweiss/fix_eldap_timeout_documentation: Correct module in eldap timeout docs
| * Correct module in eldap timeout docsjeffweiss2015-05-091-2/+2
| | | | | | | | | | | | | | | | | | Prior to this commit, the `eldap` documentation for the timeouts of `search/2` and `start_tls/3` referenced `erl_tar:open/2` instead of `eldap:open/2`. The relative link was correct, only the link label mistakenly pointed to `erl_tar`. This error was introduced in e9a97c3cfd7615e3efd0cbf1632a78b868fda49c. This commit corrects that mistake.
* | Revert "Prepare release"Henrik Nord2015-05-131-16/+0
| | | | | | | | This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.
* | Prepare releaseErlang/OTP2015-05-121-0/+16
| |
* | eldap: Remove doc man.3 warningHans Nilsson2015-05-111-1/+5
| |
* | Merge branch 'hans/eldap/cuddle_test_cases'Hans Nilsson2015-05-111-4/+8
|\ \ | | | | | | | | | | | | * hans/eldap/cuddle_test_cases: eldap: Test suite uppdated to new time handling
| * | eldap: Test suite uppdated to new time handlingHans Nilsson2015-05-061-4/+8
| | |
* | | eldap: update vsn.mk to 1.2Hans Nilsson2015-05-071-1/+1
|/ /
* | Merge tag 'OTP-17.5'Henrik Nord2015-04-011-0/+36
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === OTP-17.5 === Changed Applications: - asn1-3.0.4 - common_test-1.10 - compiler-5.0.4 - crypto-3.5 - debugger-4.0.3 - dialyzer-2.7.4 - diameter-1.9 - eldap-1.1.1 - erts-6.4 - hipe-3.11.3 - inets-5.10.6 - kernel-3.2 - mnesia-4.12.5 - observer-2.0.4 - os_mon-2.3.1 - public_key-0.23 - runtime_tools-1.8.16 - ssh-3.2 - ssl-6.0 - stdlib-2.4 - syntax_tools-1.6.18 - test_server-3.8 - tools-2.7.2 - wx-1.3.3 Unchanged Applications: - cosEvent-2.1.15 - cosEventDomain-1.1.14 - cosFileTransfer-1.1.16 - cosNotification-1.1.21 - cosProperty-1.1.17 - cosTime-1.1.14 - cosTransactions-1.2.14 - edoc-0.7.16 - erl_docgen-0.3.7 - erl_interface-3.7.20 - et-1.5 - eunit-2.2.9 - gs-1.5.16 - ic-4.3.6 - jinterface-1.5.12 - megaco-3.17.3 - odbc-2.10.22 - orber-3.7.1 - ose-1.0.2 - otp_mibs-1.0.10 - parsetools-2.0.12 - percept-0.8.10 - reltool-0.6.6 - sasl-2.4.1 - snmp-5.1.1 - typer-0.9.8 - webtool-0.8.10 - xmerl-1.3.7 Conflicts: OTP_VERSION erts/vsn.mk lib/ssl/vsn.mk
| * Prepare releaseErlang/OTP2015-03-311-0/+36
| |
* | Merge branch 'maint'Zandra Hird2015-03-181-1/+1
|\ \ | |/
| * Merge branch 'jeffweiss/fix_eldap_doc_infinity_typo' into maintZandra Hird2015-03-181-1/+1
| |\ | | | | | | | | | | | | * jeffweiss/fix_eldap_doc_infinity_typo: fix `infinity` typo in eldap docs
| | * fix `infinity` typo in eldap docsjeffweiss2015-03-111-1/+1
| | | | | | | | | | | | | | | | | | Prior to this commit the eldap docs mistakenly referenced an atom of `inifinity` for a possible timeout value. This commit corrects the timeout value to `infinity`.