- Nov 07, 2019
-
-
Sam Erie authored
Updated documentation
-
Samuel B. Erie authored
- removed old CHANGELOG - renamed README
-
Sam Erie authored
Version 0.4.0
-
- Nov 06, 2019
-
-
Sam Erie authored
Poolable
-
- Nov 05, 2019
-
-
Victor Nawothnig authored
-
Victor Nawothnig authored
-
- Jul 22, 2019
-
-
Brian Jones authored
-
Brian Jones authored
-
Brian Jones authored
-
- Jun 20, 2019
-
-
Brian Jones authored
Built with GHC 8.2.2, 8.4.4, 8.6.5
-
- Nov 18, 2017
-
-
Mizunashi Mana authored
-
- Jul 04, 2017
-
-
Matvey Aksenov authored
-
Andrea Bedini authored
According to RFC 4511 section 5.1: The protocol elements of LDAP SHALL be encoded for exchange using the Basic Encoding Rules [BER] of [ASN.1] with the following restrictions [...] The library does not have much choice except accepting everything the server throws at it, therefore it makes sense using the more lax BER encoding to parse server responses. Using DER is still ok for the encoding part since DER is still a subset of BER, and anything accepting BER will accept DER too.
- Feb 27, 2017
-
-
Matvey Aksenov authored
-
Matvey Aksenov authored
-
Matvey Aksenov authored
-
- Feb 23, 2017
-
-
Matvey Aksenov authored
-
- Jan 17, 2017
-
-
Matthias Hörmann authored
implement SASL EXTERNAL authentication (tested with OpenLDAP and client-side certificates as the external auth)
-
Matthias Hörmann authored
-
- Dec 27, 2016
-
-
Matvey Aksenov authored
-
Matvey Aksenov authored
Close #7.
-
Matvey Aksenov authored
-
Matthias Hörmann authored
-
Matthias Hörmann authored
-
Matthias Hörmann authored
-
Matthias Hörmann authored
-
Matthias Hörmann authored
-
- Aug 27, 2016
-
-
Matvey Aksenov authored
-
Matvey Aksenov authored
`nix-build` can run tests without any problems now. Close #1.
-
Matvey Aksenov authored
-
Matvey Aksenov authored
-
- Apr 11, 2015
-
-
Matvey Aksenov authored
- Apr 08, 2015
-
-
Matvey Aksenov authored
Also, add many links to RFC, improve LDAPOID handling, and other miscellaneous stuff.
-
- Apr 04, 2015
-
-
Matvey Aksenov authored
Also improves the behavior when an `IOException` is encountered: only exceptions directly related to LDAP are trapped by `with`.
-
Matvey Aksenov authored
-
Matvey Aksenov authored
- Test `approximate` matches (even if they are mostly useless) - Partially support `Extensible` matching - Parse and ignore `SearchResultReference` responses, if any
-
Matvey Aksenov authored
-