aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/doc/src
AgeCommit message (Collapse)Author
2015-03-31Prepare releaseErlang/OTP
2015-03-11fix `infinity` typo in eldap docsjeffweiss
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`.
2014-12-12Merge branch 'hans/eldap/doc_fixes/OTP-12354' into maintHans Nilsson
2014-12-12add missing release notesMarcus Arendt
2014-12-08eldap: Clarifies documentation for start_tls and searchHans Nilsson
2014-10-30eldap: extensibleMatch added.Hans Nilsson
2014-09-29Prepare releaseErlang/OTP
2014-09-18eldap: Enable all tcp options in eldap:openHans Nilsson
Options: OTP-12171 Correct error msgs for Options: OTP-12182
2014-04-07Update release notesErlang/OTP
2014-02-09Add support for IPv6 connectionsEdwin Fine
Currently, eldap assumes that only IPv4 will be used. This change enables callers to use IPv6 by including the [inet6] option in the eldap:open/2 options list. This adds inet6 to the gen_tcp or ssl connect. For backward compatibility, [inet] is the default if inet6 is omitted.
2013-12-10Merge tag 'OTP_R16B03'Magnus Lidén
The R16B03 release Conflicts: lib/sasl/vsn.mk
2013-12-09Prepare releaseOTP_R16B03Erlang/OTP
2013-10-29Merge branch 'maint'Hans Nilsson
2013-10-28eldap: minor doc change after review.Hans Nilsson
2013-10-28eldap: DocHans Nilsson
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-01-29Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-21Added doc for ssloptsFredrik Gustafsson
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2012-03-30[eldap] Fix docsDan Gudmundsson
Fix copy paste errors
2012-03-29[eldap] Fix docDan Gudmundsson
Functions may not start with space, references do not work.
2012-03-27[eldap] Add rudimentary docsDan Gudmundsson