summaryrefslogtreecommitdiff
path: root/lib/eldap
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint' into masterJakub Witczak2023-04-273-2/+18
|\ | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * Prepare releaseErlang/OTP2023-04-253-2/+18
| |
| * Update copyright yearErlang/OTP2023-04-252-2/+2
| |
* | Merge branch 'maint'Ingela Anderton Andin2023-04-251-1/+1
|\ \ | |/
| * eldap:Fix since tagIngela Anderton Andin2023-04-251-1/+1
| |
| * Update lib/eldap/src/eldap.erlanupamasingh102023-04-251-1/+1
| | | | | | Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
| * Update lib/eldap/src/eldap.erlanupamasingh102023-04-251-1/+1
| | | | | | Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
| * Update lib/eldap/src/eldap.erlanupamasingh102023-04-251-1/+1
| | | | | | Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
| * Update lib/eldap/src/eldap.erlanupamasingh102023-04-251-5/+6
| | | | | | Co-authored-by: Kenneth Lundin <kenneth.lundin@gmail.com>
| * Update eldap:info/1 documentationanupamasingh102023-04-251-4/+5
| |
| * Add new api eldap:info/1anupamasingh102023-04-253-64/+23
| |
| * Add new api conn_info for SSL connections to LDAP serveranupamasingh102023-04-251-6/+6
| |
| * Add new api conn_info for SSL connections to LDAP serveranupamasingh102023-04-253-4/+107
| |
* | ssl: Remove double assert and fix test cases to handle client defaults to ↵Ingela Anderton Andin2023-03-271-1/+1
| | | | | | | | {verify, verify_peer}
* | Update copyright yearErlang/OTP2023-03-212-2/+2
| |
* | Update lib/eldap/src/eldap.erlanupamasingh102023-03-151-1/+1
| | | | | | Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
* | Update lib/eldap/src/eldap.erlanupamasingh102023-03-151-1/+1
| | | | | | Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
* | Update lib/eldap/src/eldap.erlanupamasingh102023-03-151-1/+1
| | | | | | Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
* | Update lib/eldap/src/eldap.erlanupamasingh102023-03-151-5/+6
| | | | | | Co-authored-by: Kenneth Lundin <kenneth.lundin@gmail.com>
* | Update eldap:info/1 documentationanupamasingh102023-03-131-4/+5
| |
* | Add new api eldap:info/1anupamasingh102023-03-093-64/+23
| |
* | Add new api conn_info for SSL connections to LDAP serveranupamasingh102023-02-271-6/+6
| |
* | Add new api conn_info for SSL connections to LDAP serveranupamasingh102023-02-233-4/+107
|/
* make: Allow OTP to be built deterministicallyTom Davies2022-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add a --enable-deterministic-build to the configure script, which sets ERL_DETERMINISTIC=yes throughout the relevant Makefiles, which then invoke the relevant build stages with the +deterministic option. This addresses absolute paths being included in generated .erl files and compiled .beam files that resulted in builds from different source directories generating different artefacts (which is a component of the issue in erlang#4482). I think it would make sense to make this the default at some stage, but I've put the change behind a flag for now to decouple making deterministic OTP builds possible from making them the default. Having +deterministic set results in compiler options being removed from the module info for modules where this options was used. This may have other implications for users of OTP. For tests themselves, +determinism is not set, since many test cases depend on accessing the test module's compilation options, or other features not available in deterministic mode, in order to configure themselves. For tests of the determinism feature specifically, +deterministic must be explicitly passed to the compiler within the relevant test cases.
* Merge branch 'maint' into masterHenrik Nord2022-03-103-5/+35
|\ | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * Prepare releaseErlang/OTP2022-03-093-4/+35
| |
| * Update copyright yearErlang/OTP2022-03-091-1/+1
| |
* | Revert "Prepare release"Henrik Nord2022-02-161-3/+3
| | | | | | | | This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
* | Prepare releaseErlang/OTP2022-02-151-3/+3
| |
* | Update copyright yearErlang/OTP2022-02-153-3/+3
| |
* | Merge branch 'maint'Hans Nilsson2022-02-111-3/+3
|\ \ | |/ | | | | | | * maint: eldap: Update the 'since' attribute in refman
| * eldap: Update the 'since' attribute in refmanHans Nilsson2022-02-111-3/+3
| |
* | Merge branch 'maint'Hans Nilsson2022-02-118-10/+224
|\ \ | |/ | | | | | | * maint: Add support for paged search results to LDAP
| * Add support for paged search results to LDAPGarry Hill2022-02-098-10/+224
| | | | | | | | | | | | Returns the controls from an LDAP search and includes the PagedResultsControl ASN so that user code can perform paged searches according to https://www.rfc-editor.org/rfc/rfc2696.txt
* | Merge branch 'maint'Hans Nilsson2022-02-091-7/+23
|\ \ | |/ | | | | | | | | * maint: eldap: Choose server search order randomly eldap: Update list of ldap-servers
| * eldap: Choose server search order randomlyHans Nilsson2022-02-081-1/+10
| |
| * eldap: Update list of ldap-serversHans Nilsson2022-02-081-7/+14
| |
* | otp: Fix `make TYPE=$TYPE` to work for all typesLukas Larsson2022-01-212-3/+3
| |
* | Merge branch 'maint'Hans Nilsson2022-01-202-2/+87
|\ \ | |/ | | | | | | * maint: Fix eldap extensibleMatch dnAttributes option
| * Fix eldap extensibleMatch dnAttributes optionMatteo Brancaleoni2022-01-172-2/+87
| | | | | | | | | | | | | | According to the ldap ASN1 the dnAttributes should be a bool, instead it was generated as a string. Also add a couple of test to verify the filter behaves correctly.
* | Merge branch 'maint'Hans Nilsson2021-12-233-11/+11
|\ \ | |/ | | | | | | * maint: Fix typos in lib/eldap
| * Fix typos in lib/eldapKian-Meng, Ang2021-12-173-11/+11
| |
* | Merge branch 'maint'Rickard Green2021-12-156-6/+6
|\ \ | |/ | | | | | | * maint: Update copyright year
| * Update copyright yearRickard Green2021-12-156-6/+6
| |
* | Add app-file runtime_dependencies test and incorrect dependencies fixesKjell Winblad2021-07-091-1/+1
|/ | | | | | | | | | | | | | | | | | | | | This commit adds a test case to check that app files for the Erlang/OTP applications specifies correct versions for the dependencies in the runtime_dependencies field. The test is designed to work on the Erlang/OTP team's test servers as it assumes that all released applications are installed in particular places and that all app versions have been increased in the correct way (which is done by scripts in the Erlang/OTP team's test infrastructure). The test uses xref to try to find undefined function calls in all Erlang/OTP applications. When running xref to test an application, `xref`'s library path is set to point to folders containing beam-files for the applications that are specified as the minimum correct versions by the `runtime_dependencies` field in the application's app file. This commit also bumps the versions of several dependencies that the test found to have incorrect versiosn so they instead get the first version of the dependencies that makes the test pass.
* Merge branch 'maint'Henrik Nord2021-03-242-1/+16
|\ | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION
| * Prepare releaseErlang/OTP2021-03-222-1/+16
| |
* | Revert "Prepare release"Henrik Nord2021-02-242-16/+1
| | | | | | | | This reverts commit bbc0f3386c2546af25936730742d8dee1664f1dd.
* | Prepare releaseErlang/OTP2021-02-232-1/+16
| |
* | Merge branch 'maint'Hans Nilsson2021-02-021-0/+13
|\ \ | |/ | | | | | | * maint: eldap: New test case